diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1ff0c42 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore index 82dabcd..06da9d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,262 @@ -################################################################################ -# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt. -################################################################################ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. -/App/.vs/SERV_EMAIL/v15/Server/sqlite3 -/.vs/DDEmailProfiler/v15/.suo -/App/.vs/SERV_EMAIL/v16/Server/sqlite3 +# User-specific files +*.suo +*.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 \ No newline at end of file diff --git a/App/.vs/SERV_EMAIL/v16/.suo b/App/.vs/SERV_EMAIL/v16/.suo index 9098612..01a8a7f 100644 Binary files a/App/.vs/SERV_EMAIL/v16/.suo and b/App/.vs/SERV_EMAIL/v16/.suo differ diff --git a/App/CONFIG_APP/bin/Debug.7z b/App/CONFIG_APP/bin/Debug.7z deleted file mode 100644 index a7238a6..0000000 Binary files a/App/CONFIG_APP/bin/Debug.7z and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe deleted file mode 100644 index 8eb0820..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config deleted file mode 100644 index e8b0ae0..0000000 --- a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config +++ /dev/null @@ -1,56 +0,0 @@ - - - - -
- - -
- - - - - - - - - - - - Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd - - - - - - - - - - - - False - - - - - - - - - - - - - sysdba - - - dd - - - False - - - - \ No newline at end of file diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb b/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb deleted file mode 100644 index 817db1a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.xml b/App/CONFIG_APP/bin/Debug/CONFIG_APP.xml deleted file mode 100644 index 308547e..0000000 --- a/App/CONFIG_APP/bin/Debug/CONFIG_APP.xml +++ /dev/null @@ -1,256 +0,0 @@ - - - - -CONFIG_APP - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - -Represents a strongly typed in-memory cache of data. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios - - - - -Update rows in top-down order. - - - - -Insert rows in top-down order. - - - - -Delete rows in bottom-up order. - - - - -Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first - - - - -Update all changes to the dataset. - - - - -Update Order Option - - - - -Used to sort self-referenced table's rows - - - - diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.reloc b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.reloc deleted file mode 100644 index 5119068..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.reloc and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/GROUP_ICON/32512 b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/GROUP_ICON/32512 deleted file mode 100644 index 715a4b3..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/GROUP_ICON/32512 and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/1.ico b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/1.ico deleted file mode 100644 index 5f77580..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/1.ico and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/2.ico b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/2.ico deleted file mode 100644 index 09b0efe..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/2.ico and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/MANIFEST/1 b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/MANIFEST/1 deleted file mode 100644 index f8f55e0..0000000 --- a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/MANIFEST/1 +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/version.txt b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/version.txt deleted file mode 100644 index 92c9a15..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/version.txt and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.text b/App/CONFIG_APP/bin/Debug/CONFIG_APP/.text deleted file mode 100644 index c7f478f..0000000 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP/.text and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DatabaseDLL/DigitalData.Modules.Database.dll b/App/CONFIG_APP/bin/Debug/DatabaseDLL/DigitalData.Modules.Database.dll deleted file mode 100644 index 131d6a0..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DatabaseDLL/DigitalData.Modules.Database.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.dll deleted file mode 100644 index 9201ee5..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.xml deleted file mode 100644 index 814e4c3..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Data.v18.1.xml +++ /dev/null @@ -1,40334 +0,0 @@ - - - - DevExpress.Data.v18.1 - - - - - - Exposes functionality that enables you to display a progress indicator for time-consuming operations. - - - - - - - - Initializes and displays a progress indicator. - - - - A string indicating what action is currently performed - - - - An integer specifying the minimum indicator value. - - - - An integer specifying the maximum indicator value. - - - - An integer specifying the current indicator value. - - - - - - - - Finalizes progress indication. - - - - - - - - Modifies the indicator value to track progress. - - - - - An integer that is the value indicating the current progress. - - - - - - - - - - Provides methods for transferring data between cached data store elements. - - - - - - - When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result. - - - - A Root element's state stored by a specific cache Node. - - - - An array of data modification statements. - - - A denoting the result of the data modifications. - - - - - - - When implemented by a class, informs a cached data store's Root element ( or ) about specific modified tables. - - - - A Root element's state stored by a specific cache Node. - - - - An array of table names specifying modified tables. - - - A object specifying a Root element's state. - - - - - - - When implemented by a class, synchronizes table update information with a cached data store's Root element ( or ). - - - - A Root element's state stored by a specific cache Node. - - - A object specifying a Root element's state. - - - - - - - When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. - - - - A Root element's state stored by a specific cache Node. - - - - An array of query statements. - - - A object denoting the result of the data fetch. - - - - - - - When implemented by a class, updates a cached data store's schema according to specified settings and returns the operation result. - - - - A Root element's state stored by a specific cache Node. - - - - An array of tables whose structure should be saved in the cached data store. - - - - true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the cached data store; otherwise, false. - - - An denoting the result of the update operation. - - - - - - - - The interface for objects that need to interact with a cached data store. - - - - - - - - - The base class for data store providers (the objects providing access to specific data stores). - - - - - - - Returns which operations are performed when a data store is accessed for the first time. - - - An enumeration value that specifies the action which is performed when a data store is accessed for the first time. - - - - - - - Returns registered provider factories. - - - An array of provider factories that are registered for the current data store. - - - - - - - Creates a data store based on specified settings. - - - - An object which implements the interface. - - - - An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. - - - A data store implementing the interface, which uses the connection to access a database. - - - - - - - Creates a data store based on specified settings. - - - - A specifying the provider type. Normally, each provider returns its type via the XpoProviderTypeString property. - - - - The connection string which is used to instantiate a connection provider. - - - - An enumeration value which specifies the action which is performed when connecting to the created data store. The specified value initializes the data store's property. - - - - An array of objects that implement the System.IDisposable interface. These objects are automatically disposed of when the created data store is disconnected. - - - A data store implementing the interface, which uses the connection to access a database. - - - - - - - Registers a data store provider using a specified name and a procedure that establishes a connection for the provider. - - - - A that uniquely identifies a data store provider. - - - - A DataStoreCreationFromStringDelegate delegate to be called when the data store provider is created and connected to a database using a connection string. - - - - - - - - Registers a data store provider using a specified connection type name and a procedure that establishes a connection for the provider. - - - - A specifying a connection type name, including a namespace. For instance, the defines this parameter as "System.Data.SqlClient.SqlConnection". - - - - A DataStoreCreationFromConnectionDelegate delegate to be called when the data store provider is created and connected to a database using a connection of the specified type. - - - - - - - - Registers a specified data store provider factory. - - - - A ProviderFactory object exposing members required to create a data store provider. - - - - - - - - Updates a data store's schema according to specified settings. - - - - An array of tables whose structure should be saved in the data store. - - - - - - - - Returns a parameter name used to denote a provider type in a connection string. The default value is "XpoProvider". - - - - - - - - - - - The Root element that is used to connect Node elements to a cached data store. - - - - - - - Initializes a new instance of the DataCacheRoot class with a specified data store provider connected to a data store to be cached. - - - - A object which provides connection to a data store to be cached. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Applies specified configuration settings to a cached data store. - - - - A object containing cache configuration settings. - - - - - - - - Returns information that describes the structure of specified tables in a cached data store. - - - - An array of table names whose information should be retrieved. - - - An array of objects that describe the structure of the requested tables. - - - - - - - Returns a list of all the tables available in a cached data store. - - - - true, to include views; otherwise, false - - - An array of the table names in the cached data store. - - - - - - - - The Node element that is used to connect to a cached data store's Root or Node element located on the local host. - - - - - - - Initializes a new instance of the DataCacheNodeLocal class with default settings and a specified parent cache element. - - - - A parent Root or Node element specifying the element (located on the same computer) to which the current Node is connected. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - The Node element that is used to connect to a cached data store's Root or Node element. - - - - - - - Initializes a new instance of the DataCacheNode class with default settings and a specified parent cache element. - - - - A parent Root or Node element specifying the element to which the current Node is connected. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Synchronizes the Node's table update information with the Root element ( or ). - - - - - - - - Applies specified configuration settings to a cached data store. - - - - A object containing cache configuration settings. - - - - - - - - Returns information that describes the structure of specified tables in a cached data store. - - - - An array of table names whose information should be retrieved. - - - An array of objects that describe the structure of the requested tables. - - - - - - - Returns a list of all the tables available in a cached data store. - - - - true, to include views; otherwise, false. - - - An array of the table names in the cached data store. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Specifies the time period (also known as latency) between regular contacts that the current Node makes to its parent element for up-to-date table update information. The default value is 30 seconds. - - - - - - - - - - Specifies the minimum number of query results to retain within the current Node's cache during its automatic purge. The default value is 16. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - Information on the age of tables cached via a object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Information on the last state of a cached data store's Root element ( or ), including schema update results. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Information on the last state of a cached data store's Root element ( or ), including query results. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Information on the last state of a cached data store's Root element ( or ). - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - A cached data store's Root element ( or ) state information stored in a Node element ( or ). - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Information on the last state of a cached data store's Root element ( or ), including data modification results. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Contains configuration settings for cached data stores. - - - - - - - Initializes a new instance of the DataCacheConfiguration class with specified caching scope settings. - - - - A enumeration value specifying the scope of tables. The specified value is used to initialize the property. - - - - An array of table names used to determine the caching scope. The specified value is used to initialize the property. - - - - - - - - Initializes a new instance of the DataCacheConfiguration class with the default settings. - - - - - - - - Specifies the scope of table settings in the current configuration. - - - A enumeration value which identifies if tables specified via the property are included in or excluded from the caching scope. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns a shallow DataCacheConfiguration instance. - - - A object instance with no configuration settings specified. - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Specifies tables to be used to determine the caching scope of the current configuration. - - - An array of table names specifying the tables to be included in or excluded from the caching scope. - - - - - - - - - Lists the values that specify the scope of cache configuration settings in cached data stores. - - - - - - - All tables will be cached, regardless of their inclusion in the configuration settings. - - - - - - - - Only tables specified in configuration settings will be cached. - - - - - - - - All tables except for the tables specified in configuration settings will be cached. - - - - - - - - - Base class for classes that implement data store caching. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - When implemented by a descendant class, applies specified configuration settings to a cached data store. - - - - A object containing cache configuration settings. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - The name of a category used to tag data cache operations in XPO logs. The default category name is "DataCache". - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - When implemented by a descendant class, resets or clears any cached information on data store tables (such as table update information and cached query results). - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - Lists the values that specify categories for functions available in Expression Editors. - - - - - - - Identifies functions that fall into any of the other categories. - - - - - - - - Identifies functions that work with date-time values. - - - - - - - - Identifies functions that perform logical operations. - - - - - - - - Identifies functions that perform math operations. - - - - - - - - Identifies functions that work with strings. - - - - - - - - - Defines server-side processing for custom functions. - - - - - - - When implemented by a custom function, formats a database-specific SQL command that corresponds to this function. - - - - A object specifying a data store (database) provider. For example, . - - - - An array of operands (parameters) passed to a custom function. - - - A specifying a SQL command, which will substitute a custom function's calls in query statements. - - - - - - - - Provides additional information (a function category, function description, parameter count, etc.) on custom functions for Expression Editors. - - - - - - - When implemented by a custom function, designates its functional category. - - - A value specifying a custom function's category. - - - - - - - When implemented by a custom function, returns its description. - - - A text describing a custom function's syntax and purpose. - - - - - - - When implemented by a custom function, determines if it accepts a specified number of operands (parameters). - - - - An integer value specifying the number of operands (parameters) passed to a custom function. - - - true if the number of operands (parameters) passed as the count is valid for a custom function; otherwise, false. - - - - - - - When implemented by a custom function, determines if a certain type can be passed as a specified operand. - - - - A zero-based integer value specifying an operand's index among a custom function's operands. - - - - An integer value specifying the total number of operands passed to a custom function. - - - - A object specifying an operand's type. - - - true if a custom function accepts the type; otherwise, false. - - - - - - - When implemented by a custom function, returns the maximum number of operands (parameters) this function can accept. - - - An integer value specifying the maximum number of function operands (parameters) a custom function can accept. -1 indicates that a custom function accepts an infinite number of operands. - - - - - - - When implemented by a custom function, returns the minimum number of operands (parameters) required by this function. - - - An integer value specifying the least possible number of function operands (parameters) required by a custom function. 0 indicates that operands can be omitted. - - - - - - - - Provides data for events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). - - - - - - - Initializes a new instance of the LayoutAllowEventArgs class with the specified previous version. - - - - A specifying the previous version number. This value is assigned to the property. - - - - - - - - Gets or sets whether to allow upgrading the control layout. - - - true to allow the operation; otherwise, false. - - - - - - - - Supplies information on a column of the 's list. - - - - - - - Initializes a new instance of the UnboundSourceProperty class. - - - - A string that is the property name. - - - - A object specifying the property type. - - - - - - - - Initializes a new instance of the UnboundSourceProperty class. - - - - - - - - Initializes a new instance of the UnboundSourceProperty class. - - - - A string that is the property name. - - - - - - - - Specifies the display name of the property. - - - A string that is the property display name. - - - - - - - Specifies the name of the property. - - - A string that is the property name. - - - - - - - Specifies the property type - - - A object specifying the property type. - - - - - - - Specifies an object that contains data associated with the property. - - - An object that contains data associated with the property. - - - - - - - - A data source used to supply and obtain a typed list of objects to data-aware controls in unbound mode. - - - - - - - - Initializes a new instance of the UnboundSource class. - - - - An object. - - - - - - - - Initializes a new instance of the UnboundSource class. - - - - - - - - Adds a new row to the end of the UnboundSource list. - - - An integer index of the new row. - - - - - - - - Changes the specified value. - - - - An integer row number containing the value to be changed. - - - - A string which is the name of the property whose value should be changed. - - - - - - - - Clears the UnboundSource's list. - - - - - - - - Specifies the item count in the UnboundSource's list. - - - - An integer which is the item count. - - - - - - - - Inserts a new row at the specified position. - - - - The integer index of the new row. - - - - - - - - - Specifies a value within the UnboundSource list at a specific row index and with the specific property name. - - - - - The zero-based index of the value. - - - - A string which is the list property name. - - - An object at the specific row index and with the specific property name. - - - - - - - Moves the row to another position. - - - - The integer specifying the current row index. - - - - - The integer specifying the new row index. - - - - - - - - - Gets the collection of the UnboundSource's properties. - - - An object specifying the properties collection. - - - - - - - Removes the specified row. - - - - The integer index of the row to be removed. - - - - - - - - - Changes the capacity of the UnboundSource's list. - - - - An integer specifying the new row count. - - - - - - - - Changes the row count in the UnboundSource's list. - - - - An integer which is the new row count. - - - - - - - - Occurs when the UnboundSource's list is changed. - - - - - - - - Occurs when the UnboundSource's list is changed. - - - - - - - - Occurs when a value is requested from the UnboundSource. - - - - - - - - Occurs when a value is set in the UnboundSource. - - - - - - - - - An abstract class that provides access to an application's theme settings. - - - - - - - Gets or sets the name of the theme applied to the entire application. - - - A value that specifies the theme name. - - - - - - - Saves the current theme name to the application configuration file. - - - - - - - - Loads the theme name from the application configuration file. - - - - - - - - - - - - - - - - Specifies whether the application should use the legacy default theme ("DeepBlue"). - - - - - - - - - - If implemented, provides the View functionality to an Expression Editor. - - - - - - - Specifies the expression (in plain text). - - - A value. - - - - - - - - Lists the values that define the types of filter criteria used in the Automatic Filter Row. - - - - - - - - Specifies the Any Of filter criteria. - - - - - - - - Specifies the Begins With filter criteria. - - - - - - - - Specifies the Between filter criteria. - - - - - - - - Specifies the Contains filter criteria. - - - - - - - - Specifies the Does Not Contain filter criteria. - - - - - - - - Specifies the Does Not Equal filter criteria. - - - - - - - - Specifies the Ends With filter criteria. - - - - - - - - Specifies the Equals filter criteria. - - - - - - - - Specifies the Greater filter criteria. - - - - - - - - Specifies the Greater Or Equal filter criteria. - - - - - - - - Specifies the Is Beyond This Year filter criteria. - - - - - - - - Specifies the Is Earlier This Month filter criteria. - - - - - - - - Specifies the Is Earlier This Week filter criteria. - - - - - - - - Specifies the Is Earlier This Year filter criteria. - - - - - - - - Specifies the Is Last Week filter criteria. - - - - - - - - Specifies the Is Later This Month filter criteria. - - - - - - - - Specifies the Is Later This Week filter criteria. - - - - - - - - Specifies the Is Later This Year filter criteria. - - - - - - - - Specifies the Is Next Week filter criteria. - - - - - - - - Specifies the Is Not Null filter criteria. - - - - - - - - Specifies the Is Not Null Or Empty filter criteria. - - - - - - - - Specifies the Is Null filter criteria. - - - - - - - - Specifies the Is Null Or Empty filter criteria. - - - - - - - - Specifies the Is Prior This Year filter criteria. - - - - - - - - Specifies the Is Today filter criteria. - - - - - - - - Specifies the Is Tomorrow filter criteria. - - - - - - - - Specifies the Is Yesterday filter criteria. - - - - - - - - Specifies the Less filter criteria. - - - - - - - - Specifies the Less Or Equal filter criteria. - - - - - - - - Specifies the Like filter criteria. - - - - - - - - Specifies the None Of filter criteria. - - - - - - - - Specifies the Not Between filter criteria. - - - - - - - - Specifies the Not Like filter criteria. - - - - - - - - - Provides information about a data column listed in the Expression Editor. - - - - - - - Initializes a new instance of the ColumnInfo class with the default settings. - - - - - - - - Initializes a new instance of the ColumnInfo class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnInfo class with the specified prototype. - - - - A ColumnInfo object, specifying a prototype for a new ColumnInfo instance. - - - - - - - - Specifies the type declaration of a data column. - - - A object. - - - - - - - - Enumerates group operator types. - - - - - - - Groups operands with logical AND. - -To create the logical AND operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 > 100 AND Field2 < 150") - - - - - - - - Groups operands with logical OR. - -To create the logical OR operator using the method use the following syntax: - -CriteriaOperator.Parse("Field1 > 100 OR Field2 < 150") - - - - - - - - - When implemented, specifies a converter used to serialize/deserialize arbitrary objects in a custom manner. - - - - - - - - When implemented, returns whether the converter can serialize/deserialize objects of the specified type. - - - - A that specifies the type to check. - - - true if the converter can serialize/deserialize objects of the specified type; otherwise, false. - - - - - - - When implemented, deserializes an object of the specified type from the specified string. - - - - A that specifies the type of object to deserialize. - - - - A that represents the serialized object. - - - A deserialized object. - - - - - - - When implemented, returns the type by its full name. - - - - A that specifies the full name of the type to return. - - - A that identifies the type whose full name is specified by the typeName parameter. - - - - - - - When implemented, serializes the specified object of the specified type. - - - - A that specifies the type of the object to serialize. - - - - The object to serialize. - - - A that represents the serialized object. - - - - - - - - This class supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - For internal use only. - - - - - - - - - - - - For internal use only. - - - - - - - - For internal use only. - - - - - - - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current ParameterValue object. - - - - An integer value representing the hash code for the current object. - - - - - - - For internal use only. - - - - - - - - - - - This class supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - For internal use only. - - - - - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - For internal use only. - - - - - - - - For internal use only. - - - - - - - - - - For internal use only. - - - - - - - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current OperandParameter object. - - - - An integer value representing the hash code for the current object. - - - - - - - For internal use only. - - - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the GetQueryableEventArgs class with the default settings. - - - - - - - - Specifies whether elements retrieved by the 's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - Gets or sets the name of the key property. - - - A value indicating the key property name. - - - - - - - Gets or sets the queryable data source. - - - An object that implements the interface. - - - - - - - Gets or sets an arbitrary object associated with a queryable source. - - - An object associated with a queryable source. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ChooseReportLayoutPage<TModel> class with the specified view. - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Enables you to launch the Expression Editor in your application at runtime with the specified settings. - - - - - - - Runs the Expression Editor with the specified settings. - - - - A value, specifying the expression. - - - - An object implementing the interface. - - - - An object. - - - true, if the editor was closed by clicking the OK button; otherwise, false. - - - - - - - Runs the Expression Editor with the specified settings. - - - - A value, specifying the expression. - - - - An object implementing the interface. - - - - An object. - - - - A function delegate, providing additional expression validation on closing the editor with the specified expression (the first string) and error text (the second string). Validation is passed when this parameter is null or empty. Otherwise, the editor cannot be closed (this behavior is defined by the view's default implementation). - - - true, if the editor was closed by clicking the OK button; otherwise, false. - - - - - - - - If implemented, provides a color scheme for painting expression elements in the Expression Editor. - - - - - - - Returns a color used for painting a specific expression element kind. - - - - An enumeration value. - - - A structure. - - - - - - - - Lists result types of spelling check. - - - - - - - A misspelled word is found. - - - - - - - - A repeating word is found. - - - - - - - - No errors are found - - - - - - - - - Represents the result of the spelling check. - - - - - - - Gets whether the spelling error is found during a spelling check. - - - true if a spelling error is found; otherwise, false. - - - - - - - Gets the index of a checked word in a text. - - - - An integer representing the index of a word in a text. - - - - - - - Gets the length of a checked word. - - - An integer representing the number of positions the checked word occupies. - - - - - - - - - Indicates the result of checking a word. - - - A enumeration member. - - - - - - - Gets the text being checked. - - - A string containing the text being checked. - - - - - - - Gets the checked word. - - - A string representing the checked word. - - - - - - - - The base interface of a spell checker. - - - - - - - - Add a word to a custom dictionary. - - - - A word to add. - - - - - - - - Add a word to a custom dictionary. - - - - A word to add. - - - - A object used to select a dictionary for the specified word. - - - - - - - - Occurs after a word is checked. - - - - - - - - Determines whether a word can be added to a custom dictionary. - - - true if a word can be added to the dictionary; otherwise, false. - - - - - - - Determines whether words of the specified language can be added to the dictionary. - - - - A object that specifies the language of the required dictionary. - - - true, if the words can be added to the dictionary; otherwise, false. - - - - - - - Checks the specified control for spelling mistakes. - - - - A object, representing a control to be checked for spelling mistakes. - - - - - - - - Checks the spelling of the text available through the controller interface in the specified range and returns on the first error that occurrs. - - - - - An object that is a control to be checked for spelling mistakes. - - - - An object implementing the interface providing text to check. - - - - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check statrs. - - - - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position where the check finishes. - - - An object with the interface providing information on the error type and position. - - - - - - - Checks the specified text in the specified control with the specified culture. - - - - A control to check. - - - - A string that is a text to check. - - - - - An integer specifying the start position within the string. - - - - - The object that specifies the culture settings (the symbols encoding, language and phonetic specifics). - - - An object exposing the interface. - - - - - - - Gets or sets the culture-specific settings of the spell checker. - - - A object that specifies culture settings (the symbols encoding, language and phonetic specifics). - - - - - - - - - Occurs when the current culture setting of a spell checker is changed. - - - - - - - - Occurs when a custom dictionary is modified by an end-user. - - - - - - - - Provides access to spell checking options for a specified control. - - - - A control for which spelling options are set. - - - An object exposing the interface. - - - - - - - Constructs an ordered list of suggestions for a given word. - - - - A System.String representing a word for which the suggestions should be calculated. - - - - A object specifying the culture, ensuring that the proper dictionaries are loaded. - - - - A object representing a sorted list of suggested words. - - - - - - - Disregards a word in a text. - - - - A control whose content is checked. - - - - - A word to ignore while checking. - - - - The position from which to start ignoring the word. - - - - - Position to finish ignoring the word. - - - - - - - - Skips the specified word throughout the entire content of the specified control. - - - - A control whose content is checked. - - - - A word to ignore. - - - - - - - - Gets whether the spell checker is checking the content. - - - true if a spell checker is checking the content; otherwise, false. - - - - - - - Registers a list of words as the words to ignore while checking. - - - - A control whose content is checked. - - - - - An object exposing the interface and representing a list of words to skip. - - - - - - - - Gets or sets the spell check mode. - - - A enumeration member. - - - - - - - Occurs when the SpellCheckMode is changed. - - - - - - - - Unregisters the previously registered list of words which should be skipped while checking. - - - - A control whose content is checked. - - - - - - - - Occurs after a word is added to a custom dictionary. - - - - - - - - - The data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source ('LINQ to SQL Classes') in Instant Feedback Mode. - - - - - - - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Creates a new instance of the LinqInstantFeedbackSource. - - - - - - - - Initializes a new instance of the LinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Specifies whether elements retrieved by the LinqInstantFeedbackSource's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. - - - A object which contains the names of the columns against which data source contents are sorted. - - - - - - - Specifies the type of objects that will be retrieved from a data source, at design time. - - - A type of objects that will be retrieved from a data source. - - - - - - - - Occurs when the LinqInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. - - - - - - - - This method is intended for internal use. - - - - - - - - - - - - - - Occurs when the LinqInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. - - - - - - - - Specifies the name of the key property. - - - A value that specifies the key property name. - - - - - - - Refreshes the LinqInstantFeedbackSource. - - - - - - - - - Lists day types by the working activity. - - - - - - - Indicates that a particular, exact date is a work day. - - - - - - - - Indicates that this day is a holiday. - - - - - - - - Indicates a weekday. - - - - - - - - - If implemented, enables you to access the criteria validator assigned to an Expression Editor. - - - - - - - Provides access to an object enabling you to manage the collection of errors found during criteria validation in the Expression Editor. - - - - - An object. - - - An object. - - - - - - - - Lists the values used to specify the border's dash style for an . - - - - - - - Specifies a line consisting of dashes. - - - - - - - - Specifies a line consisting of a repeating dash-dot pattern. Not supported in HTML (becomes visible as Dash) - - - - - - - - - Specifies a line consisting of a repeating dash-dot-dot pattern. Not supported in HTML (becomes visible as Dash) - - - - - - - - - Specifies a line consisting of dots. - - - - - - - - Specifies a double solid line. - - - - - - - - Specifies a solid line. - - - - - - - - - Enables patching a path to an Excel file. - - - - - - - Patches a path to an Excel file. - - - - A value, specifying the path to the Excel file. - - - A value, specifying the patched path. - - - - - - - - Lists the values indicating the available text rendering modes. - - - - - - - Antialiased glyph bitmaps without hinting is used. - - - - - - - - Antialiased glyph bitmaps and hinting are used. - - - - - - - - ClearType glyph bitmaps and hinting are used. - - - - - - - - Glyph bitmaps without hinting are used. - - - - - - - - Glyph bitmaps and hinting are used. - - - - - - - - The system default rendering is used. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Specifies a path to an XML file containing custom label product definitions. - - - A value, specifying the path to an XML file. - - - - - - - - A Data Source Wizard instance associated with a specific View. - - - - - - - Initializes a new instance of the Wizard<TWizardModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. - - - - An object implementing the interface. - - - - - - - - Occurs when a wizard execution has been cancelled. - - - - - - - - Occurs when a wizard execution has been completed. - - - - - - - - Returns the current wizard page. - - - An object implementing the interface. - - - - - - - Returns the resulting wizard model. - - - An object implementing the interface. - - - - - - - Occurs when a wizard has been navigated to the next page. - - - - - - - - Specifies the starting wizard page. - - - - A enumeration value. - - - - - - - - Provides access to an object that provides the view functionality to a Data Source Wizard. - - - An object implementing the interface. - - - - - - - - If implemented, provides the View functionality to the Data Source Wizard. - - - - - - - Occurs after clicking the Cancel button in a wizard. - - - - - - - - Specifies whether or not the Finish button is available in a wizard. - - - - true, if the Finish button is available; otherwise, false. - - - - - - - - Specifies whether or not the Next button is available in a wizard. - - - - true, if the Next button is available; otherwise, false. - - - - - - - - Specifies whether or not the Previous button is available in a wizard. - - - - true, if the Previous button is available; otherwise, false. - - - - - - - - Occurs after clicking the Finish button in a wizard. - - - - - - - - Occurs after clicking the Next button in a wizard. - - - - - - - - Occurs after clicking the Previous button in a wizard. - - - - - - - - Specifies the content of a wizard page. - - - - A value. - - - - - - - - Displays an error message with a specified text. - - - - A value. - - - - - - - - - Methods that will handle the WordAdded event. - - - - - - - - Represents a method that will handle the event. - - - - An object of any type that triggers the event. - - - - A object that provides data for the event. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the WordAddedEventArgs class with the specified settings. - - - - - - A word that has been added to the custom dictionary. - - - - - - - - Gets a word added to the dictionary. - - - A string representing a word added to the dictionary. - - - - - - - - Allows you to localize filter menu elements. - - - - - - - Initializes a new instance of the FilterUIElementResXLocalizer class with the default settings. - - - - - - - - - Represents a class implemented to load holidays from the Outlook.hol file. - - - - - - - Initializes a new instance of the OutlookHolidaysLoader class with the default settings. - - - - - - - - Retrieves locations for which holidays are present. - - - - A containing holidays, as they are specified for MS Outlook. - - - - An array of strings containing location names. - - - - - - - Retrieves locations for which holidays are present. - - - - A string representing the location of the file containing holidays in MS Outlook format. - - - An array of strings containing location names. - - - - - - - Loads holidays from the specified file. - - - - A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - - - A collection containing holidays imported from MS Outlook. - - - - - - - Loads holidays for specified locations from the specified file, using the specified encoding. - - - - A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - - - - A class representing a character encoding. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - - - - - - Loads holidays for specified locations from the specified file. - - - - A string that is the location of the holidays file. For MS Office 2013 US English you can find it at C:\Program Files\Microsoft Office\Office15\1033\outlook.hol. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - - - - - - Loads holidays for specified locations from the specified stream, using the specified encoding. - - - - A containing holidays as they are represented for MS Outlook. - - - - A class representing a character encoding. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - - - - - - Loads holidays for specified locations from the specified stream. - - - - A containing holidays as they are represented for MS Outlook. - - - - An array of strings containing location names. - - - A collection containing holidays imported from MS Outlook. - - - - - - - Loads holidays from the specified stream. - - - - A containing holidays as they are represented for MS Outlook. - - - A collection containing holidays imported from MS Outlook. - - - - - - - - Represents a day that is recognized as a work day. - - - - - - - - - Initializes a new instance of the ExactWorkDay class with the specified date and display name. - - - - - A value that specifies the date of the working day. This value is assigned to the property. - - - - A which specifies the display name of the working day. This value is assigned to the property. - - - - - - - - Determines whether the specified date is treated as a working day for the current ExactWorkDay. - - - - A value representing the date to check. - - - A enumeration value if the date is a work day; otherwise the value. - - - - - - - - Creates a copy of the current ExactWorkDay object. - - - An ExactWorkDay object which is a copy of the current object. - - - - - - - Determines whether the specified object is equal to the current ExactWorkDay instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current ExactWorkDay instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current ExactWorkDay object. - - - - An integer value representing the hash code for the current object. - - - - - - - Determines whether the specified date is treated as a working day. - - - - A value representing the date to be identified. - - - true if the specified day is a working day; otherwise, false. - - - - - - - Gets the day type associated with this class. - - - An enumeration value. - - - - - - - - Lists the day types regarding the recognized working activity. - - - - - - - - This date is treated as a holiday. - - - - - - - - This date cannot be attributed to a working day or holiday. - - - - - - - - This date is treated as a working day. - - - - - - - - - Serves as a base class for classes that represent a day, regarding the working activity recognized for the specific date. - - - - - - - - Determines how to treat the specified date in terms of the work day and a holiday. - - - - A value, representing the date to check. - - - A enumeration member. - - - - - - - Determines whether the specified date is treated as a working day for the current working day. - - - - A value representing the date to be identified. - - - true if the specified date is a working day; otherwise, false. - - - - - - - Gets the type of the day that the current instance of the WorkDay class descendant represents. - - - A enumeration member specifying the day type. - - - - - - - - Serves as a base class to represent a day corresponding to the particular date. - - - - - - - - Returns a date, associated with the current KnownDateDay object or its descendant. - - - A value. - - - - - - - Gets or sets the name of the day to display, associated with the current KnownDateDay object or its descendant. - - - A representing a name of the day. - - - - - - - Determines whether the specified object is equal to the current KnownDateDay instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current KnownDateDay instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current KnownDateDay object. - - - - An integer value representing the hash code for the current object. - - - - - - - - Represents a day that is recognized as a holiday. - - - - - - - - Initializes a new instance of the Holiday class with the specified date, display name and location. - - - - - A value that specifies the date of the holiday. This value is assigned to the property. - - - - A which specifies the display name of the holiday. This value is assigned to the property. - - - - A which specifies the location of the holiday. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Holiday class with the specified date and display name. - - - - - A value that specifies the date of the holiday. This value is assigned to the property. - - - - A which specifies the display name of the holiday. This value is assigned to the property. - - - - - - - - Determines whether the specified date is treated as a working day for the current holiday. - - - - A value representing the date to check. - - - A enumeration value if the date is a holiday; otherwise the value. - - - - - - - Creates a copy of the current Holiday object. - - - A Holiday object which is a copy of the current object. - - - - - - - Determines whether the specified object is equal to the current Holiday instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current Holiday instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current Holiday object. - - - - An integer value representing the hash code for the current object. - - - - - - - Determines whether the specified date is treated as a working day for the current holiday. - - - - A value representing the date to be identified. - - - Always false. - - - - - - - - Gets or sets the location attribute of the holiday. - - - A value that specifies the holiday's location. - - - - - - - Gets the day type associated with this class. - - - A enumeration value. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the HolidayBaseCollection class with the default settings. - - - - - - - - - A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). - - - - - - - A method that will handle events raised when upgrading a control's layout (e.g., , , etc.). - - - - The event sender. - - - - A object that contains event data. - - - - - - - - - Provides an option to fix issues with unexpected output content (such as red crosses X, distorted fonts, etc.) for Printing, Reporting, RichEditDocumentServer and PDF libraries used on the Microsoft Azure Web Sites. - - - - - - - Specifies whether or not the PDF export mode is Azure-compatible. - - - true if the PDF export is Azure-compatible; otherwise false. - - - - - - - - Provides data for events that allow you to replace a data filter applied by an end-user. - - - - - - - - Initializes a new instance of the SubstituteFilterEventArgs class. - - - - - - - - Initializes a new instance of the SubstituteFilterEventArgs class with the specified settings. - - - - A object that specifies the filter applied to a data control. This value is assigned to the property. - - - - - - - - Gets or sets the filter applied to a data control. - - - A object that specifies the filter applied to a data control. - - - - - - - - Represents a list of words ignored during spell check. - - - - - - - - Adds a specified word to a list of ignored words. - - - - A string representing a word to be ignored. - - - - - - - - Adds a specified word to a list of ignored words, so that it is ignored only in the specified location. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. - - - - A string representing a word to be ignored if located between the start and the end positions. - - - - - - - - Removes all items from the ignore list. - - - - - - - - Determines whether a word is in the list of ignored words. - - - - A string to locate in the list of ignored words. - - - true if the word is found within the list; otherwise false. - - - - - - - Determines whether a word is in the list of ignored words, ignored in the specified location. - - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A string to locate in the list of ignored words. - - - true if the word is found within the list and marked as effective in the specified location; otherwise false. - - - - - - - Removes a word from the list of words ignored only once. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked. - - - - A string representing a word to remove from the list. - - - - - - - - - Removes a word from the list. - - - - A string representing a word to remove form the list. - - - - - - - - - An exception that is thrown when a key or index constraint fails. - - - - - - - Initializes a new instance of the ConstraintViolationException class with the specified settings. - - - - A string that specifies the SQL statement that raised the exception. - - - - A string that specifies the parameters for the SQL statement. - - - - An object that represents the inner error. - - - - - - - - - Contains values that specify the visibility of the progress bar. - - - - - - - The progress bar is always visible when copying data. - - - - - - - - The progress bar is visible only when copying large portions of RTF- or HTML-formatted data. - - - - - - - - The progress bar is never shown. - - - - - - - - - - Contains values that specify whether or not the Clipboard Management feature is enabled. - - - - - - - - Equal to the value. - - - - - - - - Data is copied to the Clipboard together with its format settings. - - - - - - - - - Copied data is stored in Clipboard as simple plain text. - - - - - - - - - Provides base properties that manage copy/paste operations from/to Data Grid and Tree List controls. - - - - - - - Initializes a new instance of the ClipboardOptions class with the specified settings. - - - - true, if the property should be set to Formatted; otherwise, false. - - - - - - - - Gets or sets whether copying data in CSV format is enabled. - - - A value that specifies whether copying data in CSV format is enabled. The Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether copying data in XLS (Biff8) format is enabled. - - - - A value that specifies whether copying data in XLS (Biff8) format is enabled. The Default value is equivalent to DefaultBoolean.True. - - - - - - - - Gets or sets whether copying data in HTML format is enabled. - - - A value that specifies whether copying data in HTML format is enabled. The Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether copying data in RTF format is enabled. - - - - A value that specifies whether copying data in RTF format is enabled. The Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether copying data in Text and UnicodeText formats is enabled. - - - A value that specifies whether copying data in Text and UnicodeText formats is enabled. The Default value is equivalent to DefaultBoolean.True. - - - - - - - Copies settings from the target object to the current object. - - - - An object whose setting will be copied to the current object - - - - - - - - - Gets or sets whether data is copied to the Clipboard as plain text or along with its format settings (in RTF, HTML, XLS (Biff8), CSV, UnicodeText and Text formats). - - - - A ClipboardMode enumerator value that specifies whether or not data copied from the target control should be stored together with its format settings. - - - - - - - Gets or sets whether formatted data is copied from both expanded and collapsed rows/nodes. - - - - A value that specifies if an end-user can copy formatted data from both expanded and collapsed selected rows/nodes. The Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether column and band headers are to be copied along with data cells. - - - - - A value that specifies if the column and band headers are copied. The Default value is equal to DefaultBoolean.True. - - - - - - - - Gets or sets data pasting mode. - - - Data pasting mode. - - - - - - - Gets or sets whether a progress bar that indicates a data copy operation's progress is enabled. - - - - A value that specifies if the progress bar is visible when copying very large amounts of RTF or HTML formatted data. - - - - - - - - - An operator that joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. - - - - A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the JoinOperand class with the default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the class name of persistent objects that provide data for joining. The string can contain a namespace prefix to disambiguate the class name if more than one such class name exists. This value is assigned to the property. - - - - A object that represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - An enumeration value that specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the aggregated expression. This value is assigned to the property. - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - Gets or sets the aggregated expression. - - - A object that represents the aggregated expression. - - - - - - - Gets or sets the type of the aggregate operator. - - - An enumeration value that specifies the type of the aggregate operator. - - - - - - - Creates a new JoinOperand which returns the average of values calculated by the given aggregate expression. This expression is evaluated against elements that match the specified . - - - - A object which specifies the aggregate expression. - - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Creates a copy of the current JoinOperand instance. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Gets or sets the filter criteria applied to the property values of the objects being joined. - - - - A object that represents the filter criteria. null (Nothing in Visual Basic), if the filter criteria isn't needed. - - - - - - - - Creates a new JoinOperand which returns the count of elements that match the . - - - - A object which specifies the aggregate expression. This parameter may be ignored in certain circumstances. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Creates a new JoinOperand which returns the count of elements that match the . - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An JoinOperand object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Creates a new JoinOperand which determines whether or not the count of elements that match the is greater than zero. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Creates a new JoinOperand which determines whether or not the count of elements that match the is greater than zero. - - - - A object which specifies the aggregate expression. This parameter may be ignored in certain circumstances. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current JoinOperand object. - - - An integer value representing the hash code for the current object. - - - - - - - Gets or sets the type name of persistent objects being joined with parent objects. - - - - A value that specifies the type name of persistent objects that provide data for joining. The value is case-sensitive. - - - - - - - - Creates a new JoinOperand which returns the maximum of the values calculated by the given aggregate expression. This expression is evaluated against elements that match the specified . - - - - A object which specifies the aggregate expression. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Creates a new JoinOperand which returns the minimum of the values calculated by the given aggregate expression. This expression is evaluated against elements that match the specified . - - - - A object which specifies the aggregate expression. - - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - Creates a new JoinOperand which returns the sum of values calculated by the given aggregate expression. This expression is evaluated against elements that match the specified . - - - - A object which specifies the aggregate expression. - - - An JoinOperand object which joins persistent objects on a specified condition, and calculates aggregate functions against matching objects. - - - - - - - - Represents a base for classes providing different options. - - - - - - - Initializes a new instance of the ViewStatePersisterCore class with the default settings. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Occurs if there is an error during request of a dependency. - - - - - - - Initializes a new instance of the ResolutionFailedException class with the default settings. - - - - - - - - Initializes a new instance of the ResolutionFailedException class with the specified error message. - - - - A value, specifying the error message. - - - - - - - - Initializes a new instance of the ResolutionFailedException class with the specified message and exception details. - - - - A value, specifying the message displayed when a database connection fails. - - - - A object, specifying the error details. - - - - - - - - - The type of the result for Tasks created in your and event handlers. - - - - - - - Initializes a new instance of the VirtualServerModeRowsTaskResult class. - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets whether additional rows are available. - - - true, if more rows are available; otherwise, false. - - - - - - - Gets or sets the row collection for the current batch. - - - The collection of rows to retrieve. - - - - - - - Gets or sets custom data to pass to your event handler the next time this event is called. - - - Custom data. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the VirtualServerModeGetUniqueValuesEventArgs class with the specified settings. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - - - - - Gets a token that allows you to respond to a task cancellation request invoked by the grid control. - - - A cancellation token. - - - - - - - Gets the filter expression applied to the grid. - - - The filter expression applied to the grid - - - - - - - Gets the maximum number of filter values to return. - - - The maximum number of filter values to return - - - - - - - Gets or sets the task that returns requested values. - - - A Task that returns requested values. - - - - - - - Gets or sets the expression that identifies the currently processed column. This can be a field name or an expression (for calculated columns). - - - The expression that identifies the currently processed column. - - - - - - - Gets the currently processed column name (field name), provided that this name can be unambiguously identified. - - - The currently processed column name. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the VirtualServerModeRowsEventArgs class with the specified settings. - - - - An object to initialize the object. - - - - An object to initialize the object. - - - - An object to initialize the object. - - - - An object to initialize the object. - - - - - - - - Gets a token that allows you to respond to a task cancellation request invoked by the grid control. - - - A cancellation token. - - - - - - - Gets information on the grid's current sorting, filtering and summary configuration. - - - An object that provides the grid's sorting, filtering and summary configuration. - - - - - - - Gets the count of rows currently loaded to the grid. - - - - The number of loaded rows. - - - - - - - Gets or sets the task that returns requested rows. - - - A Task that returns requested rows. - - - - - - - Read this parameter to get custom data passed from the previously called Task or ConfigurationChanged event handler. -When handling the event, set the UserData event parameter to pass custom data to a subsequent event handler (unless you specify the RowsTask event parameter). - - - Any custom data. - - - - - - - - A data source that features event-based data operations: async data load, sorting, filtering and infinite scrolling through records (in a bound Windows Forms ). - - - - - - - Initializes a new instance of the VirtualServerModeSource class with the specified owner container. - - - - The owner container of the created VirtualServerModeSource instance. - - - - - - - - Initializes a new instance of the VirtualServerModeSource class. - - - - - - - - Initializes a new instance of the VirtualServerModeSource class with the specified row type. - - - - A value to initialize the property. - - - - - - - - This event can be handled to provide an inner list that will be storage for rows fetched using the VirtualServerModeSource's events. -To enable CRUD operations in a bound Data Grid, you need to provide an inner list that supports these operations. If no inner list is supplied (or you do not handle the AcquireInnerList event), CRUD operations are disabled in the grid control. - - - - - - - - Allows you to specify whether the requested filtering, sorting or summary calculation operation needs to be accepted or canceled. - - - - - - - - Fires on initial data load and reload in the bound grid control, and when the data grid's sort and filter configuration changes. -Allows you to initialize the data source and (optionally) return an initial batch of records. - - - - - - - - Allows you to provide values for a columns' filter dropdowns. - - - - - - - - - - Fires when a bound grid control asks the data source for a new batch of rows. - - - - - - - - Reloads data from your source by firing the dedicated events ( and ). - - - - - - - - Gets or sets the type of object whose public properties identify columns for populating the bound control's column collection at design time. - - - The row object's type. - - - - - - - Fires when a grid control asks the data source for a certain total summary. - - - - - - - - - Represents a point with floating X and Y values. - - - - - - - For internal use only. Initializes a new instance of the PointFloat class. - - - - A value. - - - - A value. - - - - - - - - For internal use only. Initializes a new instance of the PointFloat class. - - - - - - - - - - - - For internal use only. Represents an empty point. - - - - - - - - - - Determines whether or not the specified object is equal to the current PointFloat instance. - - - - The object specifying a PointFloat instance to compare with the current object. - - - true if the specified object is equal to the current PointFloat instance. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - For internal use only. Checks whether the current point object is empty. - - - true if the point is empty; otherwise, false. - - - - - - - Adds the specified values to and . - - - - A value to be added to . - - - - A value to be added to . - - - - - - - - For internal use. Returns the textual representation of PointFloat. - - - - A value. - - - - - - - For internal use. Specifies the X-coordinate of the object. - - - A value. - - - - - - - For internal use. Specifies the Y-coordinate of the object. - - - A value. - - - - - - - - Provides a container registration for dependencies that are registered by passing an instance (using the method). - - - - - - - Initializes a new instance of the InstanceRegistration class with the specified instance. - - - - A value. - - - - - - - - Gets the passed reference as a dependency. - - - A value. - - - - - - - - Provides access to the video properties on a video capture device. - - - - - - - Initializes a new instance of the DeviceVideoSettings class with the specified settings. - - - - An ICameraDeviceClient object that processes the video stream received from a video capture device. - - - - - - - - - Provides access to the video property that specifies the backlight compensation setting. - - - A object that is the video property specifying the backlight compensation setting. - - - - - - - Provides access to the video property that specifies the brightness, also called the black level. - - - A object that is the video property specifying the brightness, also called the black level. - - - - - - - Provides access to the video property that specifies the color enable setting. - - - A object that is the video property specifying the color enable setting. - - - - - - - Provides access to the video property that specifies the contrast. - - - A object that is the video property specifying the contrast. - - - - - - - Provides access to the video property that specifies the gain adjustment. - - - A object that is the video property specifying the gain adjustment. - - - - - - - Provides access to the video property that specifies the gamma. - - - A object that is the video property specifying the gamma. - - - - - - - Provides access to the video property that specifies the hue. - - - A object that is the video property specifying the hue. - - - - - - - Occurs when a property value changes. - - - - - - - - Resets the video properties to their defaults. - - - - - - - - Provides access to the video property that specifies the saturation. - - - A object that is the video property specifying the saturation. - - - - - - - Provides access to the video property that specifies the sharpness. - - - A object that is the video property specifying the sharpness. - - - - - - - Provides access to the video property that specifies the white balance, as a color temperature in degrees Kelvin. - - - A object that is the video property specifying the white balance, as a color temperature in degrees Kelvin. - - - - - - - - For internal use. Exposes the printable content of a control to the DXPrinting engine. - - - - - - - - If implemented by a class, returns the total number of detail rows. - - - - An integer value specifying the total detail count. - - - - - - - - Represents the universal collection, which may be used as a base class for other collection classes. - - - - - - - Initializes a new instance of the DXCollectionBase<T> class with the default settings. - - - - - - - - Initializes a new instance of the DXCollectionBase<T> class with the specified capacity. - - - - - An integer value representing the number of elements that the collection can contain. This value is assigned to the property. - - - - - - - - Adds the specified object to the collection. - - - - - A <T> object to append to the collection. - - - An integer value indicating the position into which the new element was inserted. - - - - - - - Adds a collection of elements to the end of the collection. - - - - A object which represents the collection of elements to append to the collection. - - - - - - - - Gets or sets the number of elements that the DXCollectionBase<T> can contain. - - - An integer value representing the number of elements that the collection can contain. - - - - - - - Removes all objects from the DXCollectionBase<T> instance. - - - - - - - - Determines whether the collection contains the specified item. - - - - - A <T> object to locate in the collection. - - - true if the collection contains the specified item; otherwise, false. - - - - - - - Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array. - - - - - A one-dimensional array of <T> objects. - - - - - An integer value specifying the zero-based index in the target array at which copying begins. - - - - - - - - Gets the number of elements contained in the DXCollectionBase<T> instance. - - - An integer value representing the number of elements contained in the collection. - - - - - - - Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>. - - - - The delegate that defines the conditions of the element to search for. - - - - - The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T. - - - - - - - Performs the specified action on each element of the DXCollectionBase<T>. - - - - The <T> delegate to perform on each element of the DXCollectionBase<T>. - - - - - - - - Returns an enumerator that iterates through the DXCollectionBase<T> instance. - - - A for the DXCollectionBase<T> instance. - - - - - - - Returns the zero-based index of the specified element in the collection. - - - - A <T> object to locate in the collection. - - - An integer value representing the position of the specified element in the collection. - - - - - - - Inserts the specified element into the collection at the specified position. - - - - - An integer value which represents the zero-based index at which the element should be inserted. - - - - A <T> object to insert into the collection. - - - - - - - - - Removes the specified element from the collection. - - - - A <T> object to be removed from the collection. - - - true if the specified element has been successfully removed from the collection; false if the specified element has not been found within the collection. - - - - - - - Removes the element at the specified index of the DXCollectionBase<T> instance. - - - - A zero-based integer specifying the index of the object to remove. If it's negative or exceeds the number of elements, an exception is raised. - - - - - - - - Sorts the elements in the entire DXCollectionBase<T> using the specified comparer. - - - - The implementation to use when comparing elements. - - - - - - - - Copies the DXCollectionBase<T> elements to a new array. - - - An array containing the DXCollectionBase<T> elements. - - - - - - - Gets or sets the type of an object, which provides uniqueness for the current DXCollectionBase<T>. - - - A instance. - - - - - - - - Represents the universal collection, which may be used as a base class for other collection classes. - - - - - - - Initializes a new instance of the DXCollection<T> class with the default settings. - - - - - - - - Provides indexed access to individual items in the collection. - - - - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A <T> object which represents the item at the specified position. - - - - - - - - Represents the base class for all localizer classes. - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - A XtraLocalizer<T> descendant, which is used to localize the user interface at runtime. - - - - - - - Fires immediately after the property value has been changed. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Creates an XML document, which contains resource strings provided by the current XtraLocalizer<T> object. - - - A object. - - - - - - - Returns an active localizer provider for this XtraLocalizer<T> object. - - - An ActiveLocalizerProvider<T> object. - - - - - - - Gets the string, localized by the current XtraLocalizer<T>, for the specified user interface element. - - - - A T enumeration value specifying the UI element whose caption (text) is to be localized. - - - A representing the text to be displayed within the specified UI element. - - - - - - - Returns the name of the language currently used by this localizer object. - - - A value that specifies the language of the user interface localization. - - - - - - - Raises the event. - - - - - - - - Sets an active localizer provider for this XtraLocalizer<T> object. - - - - An ActiveLocalizerProvider<T> object. - - - - - - - - Saves the current XtraLocalizer<T>'s resources to the specified XML file. - - - - A specifying the file name (including the file path), to which all localization resources will be saved. - - - - - - - - - Represents a base class for collections that are able to send update notifications. - - - - - - - - Initializes a new instance of the NotificationCollection<T> class with the default settings. - - - - - - - - Adds a collection of objects to the end of the current collection. - - - - An object exposing the interface, which represents the collection of objects to append. - - - - - - - - Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Occurs when the collection is changed. - - - - - - - - This event occurs when the collection is about to change. - - - - - - - - Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets whether the collection has been locked for updating. - - - true if the collection is locked; otherwise, false. - - - - - - - - Represents a base class for custom services used to process mouse events. - - - - - - - Initializes a new instance of the MouseHandlerServiceWrapper class with the specified service. - - - - An object exposing the interface. - - - - - - - - Override this method to handle a mouse down event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method to handle a mouse move event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method to handle a mouse up event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method to handle a mouse wheel event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Provides access to the service interface of the wrapper. - - - An interface of the wrapper. - - - - - - - - Defines a service responsible for handling mouse events. - - - - - - - Override this method in a descending class to handle a mouse down event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method in a descending class to handle a mouse move event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method in a descending class to handle a mouse up event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - Override this method in a descending class to handle a mouse wheel event. - - - - A object containing information on pressed mouse buttons, coordinates of the mouse, and the amount the mouse wheel moved. - - - - - - - - - Defines a service responsible for processing keyboard input. - - - - - - - - Override this method in a descending class to handle a key down event. - - - - A object containing information about the pressed key and key modifiers. - - - - - - - - Override this method in a descending class to handle a key press event. - - - - A object specifying the character that is composed when the user presses a key. - - - - - - - - Override this method in a descending class to handle a key up event. - - - - A object containing information about the released key and key modifiers. - - - - - - - - - Represents a base class for custom services used to process keyboard input. - - - - - - - - Initializes a new instance of the KeyboardHandlerServiceWrapper class with the specified service. - - - - An object exposing the interface. - - - - - - - - Override this method to handle a key down event. - - - - A object containing information about the pressed key and key modifiers. - - - - - - - - Override this method to handle a key press event. - - - - A object specifying the character that is composed when the user presses a key. - - - - - - - - Override this method to handle a key up event. - - - - A object containing information about the released key and key modifiers. - - - - - - - - Provides access to the service interface of the wrapper. - - - An interface of the wrapper. - - - - - - - - Specifies how groups of records should be split across pages, if required. - - - - - - - A group is printed so that it is split across several pages, if there isn't enough space on a page to print the entire group. - - - - - - - - - A group is printed entirely on a single page (including its group header, rows and footer). This means that if there isn't enough space on a page to print the entire group, this group is printed on the following page. - - - - - - - - A group is split across several pages "as is". However, if there isn't enough space on a page to print a Group Header together with the following group row, they both are moved to the next page, so that a Group Header is never printed on a page alone (with no group rows below it). - - - - - - - - - Registers known types on a WCF-service. - - - - - - - For internal use. - - - - - - - - - - - - - - "GetKnownTypes" - - - - - - - - - Specifies whether or not a custom parameter type is registered. - - - - A enumeration value. - - - true if the parameter type is registered; otherwise false. - - - - - - - Registers an array of custom parameter types. - - - - An array of enumeration values. - - - - - - - - Registers a custom parameter type. - - - - A enumeration value. - - - - - - - - Registers a collection of custom parameter types. - - - - A collection of objects. - - - - - - - - Registers a custom parameter type. - - - - - - - - - Implemented by custom functions that can be evaluated with case-sensitivity. - - - - - - - - When implemented by a custom function, evaluates it on the client. - - - - true, if the custom function is case-sensitive; otherwise, false. - - - - An array of objects specifying function operands (parameters). - - - An specifying a custom function's return value, calculated based on the operands. - - - - - - - - Implemented by custom functions that can be converted to a LINQ expression. - - - - - - - When implemented by a custom function, converts it to a Linq-expression. - - - - An DevExpress.Data.Linq.Helpers.ICriteriaToExpressionConverter object that converts a criteria to an expression. - - - - An array of Expression objects specifying function operands (parameters). - - - An Expression object that specifies a LINQ expression. - - - - - - - - Implemented by case-sensitive custom functions that can be compiled on the client. - - - - - - - - When implemented by a custom function, creates a LINQ expression. - - - - true, if the custom function is case-sensitive; otherwise, false. - - - - An array of Expression objects specifying function operands (parameters). - - - An Expression object that specifies the LINQ expression. - - - - - - - - Implemented by custom functions that can be compiled on the client. - - - - - - - - When implemented by a custom function, creates a LINQ expression. - - - - An array of Expression objects specifying function operands (parameters). - - - An Expression object that specifies the LINQ expression. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the state of the Adjust the field width check box. - - - true, to activate the check box; otherwise, false. - - - - - - - If implemented, specifies whether or not the report contains groups. - - - true, if the report is grouped; otherwise, false. - - - - - - - If implemented, specifies the state of the Portrait and Landscape radio buttons. - - - true, if the Portrait radio button is active; false if the Landscape radio button is active. - - - - - - - If implemented, specifies the selected report layout. - - - A enumeration value. - - - - - - - - Stores a pair of values, specifying a along with its corresponding name. - - - - - - - Initializes a new instance of the DBNameTypePair class with the default settings. - - - - - - - - Initializes a new instance of the DBNameTypePair class with the specified settings. - - - - A value. - - - - - A enumeration value. - - - - - - - - A value, specifying the database column name. - - - - - - - - - Returns a value, specifying the name and type of the data table column (separated by a white space). - - - A value. Example: "OrderDate DateTime". - - - - - - - - A value, specifying the database column type. - - - - - - - - - - Lists the directions available for a stored procedure's parameter. - - - - - - - Indicates an input parameter of a stored procedure. - - - - - - - - Indicates a bidirectional parameter of a stored procedure. - - - - - - - - Indicates an output parameter of a stored procedure. - - - - - - - - - Lists the supported database column types. - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the array data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates the data type. - - - - - - - - Indicates a non-standard data type. - - - - - - - - - When implemented by a class, provides options for project resources. - - - - - - - - When implemented by a class, provides information about known project types. - - - - - - - Obtains a collection of assemblies available for the current project. - - - A collection of objects. - - - - - - - Obtains the existing object that provides information about a known project type, or creates a new one if it was not found. - - - - - A object. - - - An object containing information about a project type. - - - - - - - Obtains project types that satisfy the specified filtering condition. - - - - A System.Func delegate specifying a filtering condition. - - - A collection of objects. - - - - - - - Obtains assemblies containing project types that satisfy the specified filtering condition. - - - - A System.Func delegate specifying a filtering condition. - - - A collection of objects. - - - - - - - Obtains the assembly of the current project. - - - An containing information about the assembly of the current project. - - - - - - - - Obtains the name of the current assembly - - - - A string containing the assembly name. - - - - - - - - When implemented by a class, provides information about its containing assembly. - - - - - - - - Indicates the full name of the current assembly. - - - A value, specifying the assembly name. - - - - - - - Indicates whether the current assembly is an assembly of the current project. - - - true, if the current assembly is an assembly of the current project; otherwise, false - - - - - - - Indicates whether the current assembly is an assembly of the current solution. - - - true, if the current assembly is an assembly of the current solution; otherwise, false. - - - - - - - Obtains resource options for the current assembly. - - - An object. - - - - - - - Obtains a collection of types available in the current assembly. - - - A collection of objects. - - - - - - - - Provides information about a stored procedure's parameter. - - - - - - - Initializes a new instance of the DBStoredProcedureArgument class with the default settings. - - - - - - - - Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. - - - - A value. - - - - A enumeration value. - - - - - - - - Initializes a new instance of the DBStoredProcedureArgument class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - - - - - A value corresponding to an appropriate object. - - - - - - - - - Returns a value, specifying the stored procedure's parameter direction (within brackets and in uppercase letters) along with the name and type of the parameter (separated by a white space). - - - A value. Example: "[INOUT] OrderDate DateTime". - - - - - - - - Lists values that specify how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions. - - - - - - - The DXBinding, DXCommand and DXEvent markup extensions interpret their expressions that allows them using dynamic typization, so you do no need to cast values. - - - - - - - - - The DXBinding, DXCommand and DXEvent markup extensions compile their expressions thus using static typization, so you do need to cast values. - - - - - - - - - - Defines a command state. - - - - - - - Gets or sets the checked state of the command. - - - true if the command state is checked; otherwise, false. - - - - - - - Gets or sets the value used by a command. - - - An object representing the value used by a command. - - - - - - - Gets or sets whether the command is enabled. - - - true to enable the command; otherwise, false. - - - - - - - Gets or sets whether the UI element to which the command is attached is visible. - - - true to display the UI element; otherwise, false. - - - - - - - - Lists the command sources. - - - - - - - The command is issued from the keyboard. - - - - - - - - The command is issued from the menu. - - - - - - - - The command is issued using a mouse. - - - - - - - - The type of the command source is not known. - - - - - - - - - Represents a command. - - - - - - - Determines whether the command can execute in its current state. - - - true if the command can execute; otherwise, false. - - - - - - - Gets or sets the type of the object which invokes the command. - - - A enumeration value, specifying the object type. - - - - - - - Creates an object defining the command state for the current command. - - - An interface that defines the command state. - - - - - - - Gets the text description of a command. - - - A string containing the command's description. - - - - - - - Executes the command on the current command target. - - - - - - - - Performs a command action regardless of a command state. - - - - An interface defining the command state. - - - - - - - - Gets or sets whether the object to which the command is attached is hidden, if the command is disabled. - - - true to hide the object with a disabled command; otherwise, false. - - - - - - - Gets an image associated with the command. - - - A object representing the associated image. - - - - - - - Gets a key tip associated with the command. - - - A string value that is the command key tip. - - - - - - - Gets a larger image associated with the command. - - - A object representing the associated image. - - - - - - - Gest the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Indicates whether a command invokes a modal dialog when executing. - - - - true if a modal dialog is displayed while executing the command; otherwise, false. By default it is false. - - - - - - - - - - - - - - - - Updates the command state. - - - - An interface defining the state of a command. - - - - - - - - - Arguments passed to the and events. - - - - - - - Initializes a new instance of the UnboundSourceListChangedEventArgs class. - - - - true, if the current event is triggered by the component API; otherwise, false. - - - - - Gets the ListChangedType enumeration value indicating the type of change. - - - - - Gets the integer index of the row affected by the change. - - - - - - - - - - - Initializes a new instance of the UnboundSourceListChangedEventArgs class. - - - - true, if the current event is triggered by the component API; otherwise, false. - - - - - Gets the ListChangedType enumeration value indicating the type of change. - - - - - Gets the integer index of the list row affected by the change. - - - - Gets the PropertyDescriptor of the list property affected by the change. - - - - - - - - Gets a value indicating if the current event is triggered by the component API. - - - true, if the current event is triggered by the component API; otherwise, false. - - - - - - - - - Enumerates filters that identify certain dates and date intervals. - - - - - - - Dates that belong to the month in three months time and beyond. - - - - - - - - Dates that follow the current year. - - - - - - - - Dates that belong to the month seven months ago and earlier. - - - - - - - - Dates of the current month that are prior to the previous week. - - - - - - - - Dates of the current week that are prior to yesterday. - - - - - - - - Dates of the current year that are prior to the current month. - - - - - - - - Does not specify any condition. - - - - - - - - Dates of the previous week. - - - - - - - - Dates of the current month that follow the next week. - - - - - - - - Dates of the current week starting from the day after tomorrow. - - - - - - - - Dates of the current year starting from the following month. - - - - - - - - Dates that belong to the following month. - - - - - - - - Dates that belong to the month in two months time. - - - - - - - - Dates that belong to the previous month. - - - - - - - - Dates that belong to the month two months ago. - - - - - - - - Dates that belong to the month three months ago. - - - - - - - - Dates that belong to the month four months ago. - - - - - - - - Dates that belong to the month five months ago. - - - - - - - - Dates that belong to the month six months ago. - - - - - - - - Dates that belong to the following week. - - - - - - - - Does not specify any condition. - - - - - - - - Dates that are prior to the current year. - - - - - - - - Not supported when setting the property. - - - - - - - - Dates that belong to the current month. - - - - - - - - Dates that belong to the current week. - - - - - - - - Today. - - - - - - - - Tomorrow. - - - - - - - - Not supported when setting the property. - - - - - - - - Yesterday. - - - - - - - - - If implemented, provides information about a connection string. - - - - - - - Indicates from where the Report Wizard obtains its data connection settings. - - - - A enumeration value. - - - - - - - If implemented, specifies the name of a connection string. - - - A value specifying the connection string name. - - - - - - - If implemented, gets the name of the data provider. - - - A value specifying the data provider name. - - - - - - - - If implemented, obtains the connection string used to establish the data connection at run time. - - - - A containing a connection string. - - - - - - - - A default localizer to translate the XtraPrinting's resources. - - - - - - - - Initializes a new instance of the PreviewResLocalizer class with the default settings. - - - - - - - - - Contains system information used to identify a video capture device. - - - - - - - Initializes a new instance of the CameraDeviceInfo class with the specified settings. - - - - A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. - - - - - - - - Initializes a new instance of the CameraDeviceInfo class with the specified settings. - - - - A String value that specifies the string representation of the moniker for the video capture device. This value is assigned to the field. - - - - A String value that specifies the UI display name of the video capture device. This value is assigned to the field. - - - - - - - - Compares the current instance with a specified object and indicates whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. - - - - - An object to compare with the current instance. - - - An integer value that specifies whether the current instance precedes, follows, or appears at the same position in the sort order as the specified object. - - - - - - - - The string representation of the moniker for the video capture device. - - - - - - - - - The UI display name of the video capture device. - - - - - - - - - Returns the UI display name of the video capture device. - - - A String value that is the UI display name of the video capture device. - - - - - - - - Identifies data pasting modes. - - - - - - - The same value as OnlyValidRow. - - - - - - - - Forces the control to paste a row, even if the row contains invalid data. - - - - - - - - Only valid rows are pasted. Invalid rows are skipped. - - - - - - - - - - Provides information about a parameter listed in the Expression Editor. - - - - - - - Initializes a new instance of the ParameterInfo class with the default settings. - - - - - - - - Initializes a new instance of the ParameterInfo class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ParameterInfo class with the specified parameter. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the ParameterInfo class with the specified prototype. - - - - - A ParameterInfo object, specifying a prototype for a new ParameterInfo instance. - - - - - - - - Specifies the parameter's type declaration. - - - A object. - - - - - - - - Declares the base functionality for custom functions. - - - - - - - When implemented by a custom function, evaluates it on the client. - - - - An array of objects specifying function operands (parameters). - - - An specifying a custom function's return value, calculated based on the operands. - - - - - - - When implemented by a custom function, specifies its name. - - - A used to identify a custom function. - - - - - - - When implemented by a custom function, determines its return value type based on the type of function operands (parameters). - - - - An array of function operator (parameter) types. - - - A object specifying the return value type of a custom function. - - - - - - - - Describes a video property on a video capture device. - - - - - - - Gets the default value of the video property. - - - An value that specifies the default value of the video property. - - - - - - - Gets the maximum value of the video property. - - - An value that specifies the maximum value of the video property. - - - - - - - Gets the minimum value of the video property. - - - An value that specifies the minimum value of the video property. - - - - - - - Gets the name of the video property. - - - A value that specifies the name of the video property. - - - - - - - Occurs when a property value changes. - - - - - - - - Resets the video property value to its default. - - - - - - - - Gets the step size for the video property. The step size is the smallest increment by which the property can change. - - - An value that specifies the step size for the video property. - - - - - - - Gets or sets the current setting of the video property. - - - An value that specifies the current setting of the video property. - - - - - - - - Specifies the alignment of a displayed image in relation to the container control's boundaries. - - - - - - - An image is aligned to the bottom side of a control. - - - - - - - - An image is aligned to the bottom left corner of a control. - - - - - - - - An image is aligned to the bottom right corner of a control. - - - - - - - - The default image alignment is used. - - - - - - - - An image is aligned to the middle of a control. - - - - - - - - An image is aligned to the left side of a control. - - - - - - - - An image is aligned to the right side of a control. - - - - - - - - An image is aligned to the top side of a control. - - - - - - - - An image is aligned to the top left corner of a control. - - - - - - - - An image is aligned to the top right corner of a control. - - - - - - - - - A constant value operand in criteria expressions. - - - - - - - Initializes a new instance of the ConstantValue class with the default settings. - - - - - - - - Initializes a new instance of the ConstantValue class with the specified constant value. - - - - The constant value for the operand. This value is assigned to the property. - - - - - - - - Creates a copy of the current ConstantValue instance. - - - An ConstantValue object which represents an exact copy of the current object. - - - - - - - - An extended version of the interface, that can be implemented by a data source to support master-detail relationships. - - - - - - - When implemented by a class, returns the number of relationships for a master row. - - - - An integer value that specifies the master row. - - - An integer value that specifies the number of relationships for a master row. - - - - - - - When implemented by a class, returns the display caption of a particular relationship in a specific master row. - - - - An integer value that specifies the master row. - - - - An integer value that specifies the relationship. - - - A string value that specifies the display caption of a particular relationship in a specific master row. - - - - - - - - An interface that can be implemented by a data source to support master-detail relationships. - - - - - - - When implemented by a class, returns detail data for a relationship. - - - - An integer value that specifies the index of a master row in the data source. - - - - An integer value that specifies the relationship. - - - An object that implements the IList interface and represents detail data for a relationship. - - - - - - - When implemented by a class, returns the name of a master-detail relationship. - - - - An integer value that specifies the index of a master row in the data source. - - - - An integer value that specifies the relationship. - - - The name of a master-detail relationship. - - - - - - - When implemented by a class, returns a Boolean value that specifies whether a specific detail of a particular master row contains data. - - - - An integer value that specifies the index of a master row in the data source. - - - - An integer value that specifies the relationship. - - - A Boolean value that specifies whether a specific detail of a particular master row contains data. - - - - - - - When implemented by a class, returns the number of master-detail relationships for the current master data source. - - - An integer value that specifies the number of master-detail relationships for the current master data source. - - - - - - - - The base for classes that provide functionality to Expression Editor items (such as constants, functions and data columns). - - - - - - - Initializes a new instance of the ItemInfoBase class with the specified prototype. - - - - - A ItemInfoBase object, specifying a prototype for a new ItemInfoBase instance. - - - - - - - - Initializes a new instance of the ItemInfoBase class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Specifies the name of a category to which the Expression Editor item belongs. - - - A value. - - - - - - - Specifies the description displayed for an item in the Expression Editor. - - - A value. - - - - - - - Specifies the name of an Expression Editor item. - - - A value. - - - - - - - Returns the textual representation of ItemInfoBase. - - - A value. - - - - - - - - A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). - - - - - - - A method that will handle events raised when upgrading a control's layout, allowing you to cancel the upgrade (e.g. , , etc.). - - - - The event sender. - - - - A object that contains event data. - - - - - - - - - Provides information about a data source. - - - - - - - Initializes a new instance of the DataContext class with the default settings. - - - - - - - - Initializes a new instance of the DataContext class with the specified settings. - - - - A Boolean value. - - - - - - - - Returns the display name of a custom data source. - - - - A value, specifying the data source. - - - A value, specifying the custom data source display name. - - - - - - - Returns the display name of a data member. - - - - A value, specifying the data source. - - - - A value, specifying the data member prefix. - - - - A value, specifying the data member. - - - A value, specifying the data member display name. - - - - - - - Returns the display name of a data member. - - - - A value, specifying the data source. - - - - A value, specifying the data member. - - - A value, specifying the data member display name. - - - - - - - Returns the display name of a data source. - - - - A value, specifying the data source. - - - - A value, specifying the data member. - - - A value, specifying the data source display name. - - - - - - - Returns the array of data source item properties. - - - - A value, specifying the data source. - - - - A value, specifying the data member. - - - - A Boolean value. - - - An array of objects. - - - - - - - Indicates whether the data source is of a custom type. - - - - - A value. - - - true if the data source is custom; otherwise false. - - - - - - - Indicates whether the data source is of the standard type. - - - - - A value. - - - true if the data source is standard; otherwise false. - - - - - - - Attempts to obtain the display name of the specified data member. - - - - A value, specifying the data source. - - - - A value, specifying the data member. - - - - A value, specifying the result. - - - true if the data member's display name has been obtained; otherwise false. - - - - - - - - If implemented, provides access to the known types in the current solution. - - - - - - - Provides access to types available for the current project. - - - An object, providing access to project types. - - - - - - - Adds a new reference by an assembly name. - - - - A specifying the name of an assembly to reference. - - - - - - - - Adds a new reference by an assembly file path. - - - - A specifying the path to an assembly file. - - - - - - - - Obtains a project type by its full name. - - - - A value specifying the full name of a type. - - - An object. - - - - - - - Returns the first found type that satisfies the specified predicate. - - - - A System.Predicate delegate. - - - An object. - - - - - - - Obtains a collection of types that satisfy the specified predicate. - - - - A System.Predicate delegate. - - - A collection of objects. - - - - - - - Obtains a collection of types that extend the specified base class and satisfy the specified predicate. - - - - An object. - - - - A System.Predicate delegate. - - - A collection of objects. - - - - - - - Obtains the specified assembly - - - - A specifying the name of the assembly to obtain. - - - An object containing information about an assembly. - - - - - - - Returns the path to an application's assembly reference. - - - - A value, specifying the project assembly. - - - - A value, specifying the reference name. - - - A value. - - - - - - - Obtains project types available in the specified assembly. - - - - A specifying the name of an assembly. - - - An object providing access to project types. - - - - - - - Obtains a collection of available types. - - - A collection of objects. - - - - - - - Indicates whether the specified assembly is referenced by the project. - - - - A specifying the assembly name. - - - true, if an assembly is referenced by the project; otherwise, false. - - - - - - - - Lists the values indicating from where the Report Wizard obtains its data connection settings. - - - - - - - The Report Wizard lists all available data connections (both the data connections stored in an application's settings, and in the Visual Studio Server Explorer). - - - - - - - - The Report Wizard does not suggest using any of the available data connections. - - - - - - - - The Report Wizard lists the data connections available in the Visual Studio Server Explorer. - - - - - - - - The Report Wizard lists the data connections available in the application's configuration file. - - - - - - - - - A factory that creates Data Source wizard pages. - - - - - - - Returns a wizard page of the specified type. - - - - A enumeration value. - - - An object implementing the interface. - - - - - - - - If implemented, provides access to the available connection strings. - - - - - - - If implemented, obtains information about connection strings defined in the application configuration file. - - - An array of objects implementing the interface, which contain information about available connection strings. - - - - - - - If implemented, obtains information about the available connection strings. - - - An array of objects implementing the interface, that contain information about the available connection strings. - - - - - - - - If implemented, obtains the specified connection string. - - - - A value specifying a connection string by its name. - - - A containing a connection sting. - - - - - - - If implemented, obtains information about a specified connection string. - - - - A value specifying the stored procedure name. - - - An object implementing the interface that contains information about a connection string. - - - - - - - - Provides information about a stored procedure. - - - - - - - Initializes a new instance of the StoredProcedureInfo class with the default settings. - - - - - - - - Initializes a new instance of the StoredProcedureInfo class with specified settings. - - - - A value specifying the stored procedure name. - - - - A value specifying the stored procedure display name. - - - - A collection of stored procedure parameters. - - - - - - - - Creates a copy of the current StoredProcedureInfo. - - - An object that represents a newly created copy of the current StoredProcedureInfo. - - - - - - - - If implemented, provides the Model functionality to a Data Source Wizard. - - - - - - - - Provides data for an event that fires after a row is deleted. - - - - - - - Initializes a new instance of the RowDeletedEventArgs class with the specified settings. - - - - The row handle. This value is used to initialize the property. - - - - The index of the row in the data source. This value is used to initialize the property. - - - - An object that represents the current row. This value is used to initialize the property. - - - - - - - - Gets the index of the current row in the data source. - - - The index of the current row in the data source. - - - - - - - Gets the currently processed row. - - - The currently processed row. - - - - - - - Gets the row handle (id) that identifies the position of the current row in the control. - - - An integer value that specifies the handle (id) of the current row. - - - - - - - - Provides data for an event that fires before a row is deleted. - - - - - - - Initializes a new instance of the RowDeletingEventArgs class with the specified settings. - - - - The row handle. This value is used to initialize the property. - - - - The index of the row in the data source. This value is used to initialize the property. - - - - An object that represents the current row. This value is used to initialize the property. - - - - - - - - Gets or sets whether the current event (the row deletion) needs to be canceled. - - - true, if the current event needs to be canceled; otherwise, false. - - - - - - - - Enables you to register factories that are used to create object instances. - - - - - - - Initializes a new instance of the FactoryRegistration class with the specified factory. - - - - A function, specifying the required . - - - - - - - - Modifies the registration so that a new dependency will be created on each method call. - - - - - - - - - Releases all resources used by FactoryRegistration. - - - - - - - - Gets the cached resolved instance for a resolved non-transient dependency. - - - A value. - - - - - - - Gets the flag for a transient registration. - - - A Boolean value. - - - - - - - - Provides information about a static constant listed in the Expression Editor. - - - - - - - Initializes a new instance of the ConstantInfo class with the default settings. - - - - - - - - Initializes a new instance of the ConstantInfo class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ConstantInfo class with the specified prototype. - - - - - A ConstantInfo object, specifying a prototype for a new ConstantInfo instance. - - - - - - - - - Specifies the type of the value returned by a calculated field. - - - - - - - - Indicates that the field returns a Boolean (true or false) value (the type). - - - - - - - - Indicates that the field returns an 8-bit unsigned integer value (the type). - - - - - - - - Indicates that the field returns a value expressed as a date and time of day (the type). - - - - - - - - Indicates that the field returns a decimal value (the type). - - - - - - - - Indicates that the field returns a double-precision floating-point value (the type). - - - - - - - - Indicates that the field returns a single-precision floating-point value (the type). - - - - - - - - Indicates that the field returns a globally unique identifier value (the System.Guid type). - - - - - - - - Indicates that the field returns a 16-bit signed integer value (the type). - - - - - - - - Indicates that the field returns a 32-bit signed integer value (the type). - - - - - - - - Indicates that the field's type is undefined and determined by evaluating the actually returned object during report generation. - - - - - - - - - Indicates that the field returns a string value as a sequence of UTF-16 code units (the type). - - - - - - - - Indicates that the field returns a value as a time interval (the type). - - - - - - - - - Provides data for the event. - - - - - - - Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class. - - - - The database exception. This value is assigned to the property. - - - - - - - - Gets the database exception. - - - The database exception. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. - - - - A object that contains data related to the event. - - - - - - - - - - A base class that provides necessary functionality for custom localizers of the Printing-Exporting Library. - - - - - - - - Initializes a new instance of the PreviewLocalizer class with the default settings. - - - - - - - - Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - Returns a Localizer object storing resources based on the thread's language and regional settings (culture). - - - - An object, storing resources based on the thread's language and regional settings (culture). - - - - - - - - For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). - - - An object, storing resources based on the thread's language and regional settings (culture). - - - - - - - - Returns a localized string for the given string identifier. - - - - A enumeration value, identifying the string to localize. - - - A value, corresponding to the specified identifier. - - - - - - - - Enables customization of Expression Editor items for which automatic completion is available. - - - - - - - Initializes a new instance of the AutoCompleteItem class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - An enumeration value. This value is assigned to the property. - - - - - - - - Specifies the description of a suggested automatic completion item displayed in a corresponding tool tip. - - - A value. - - - - - - - Indicates the kind of an item for which automatic code completion is available. - - - An enumeration value. - - - - - - - Specifies the value of a suggested automatic completion item added to an expression on selecting this item. - - - A value. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LinqServerModeInconsistencyDetectedEventArgs class. - - - - - - - - Gets or sets whether the inconsistency detected during an operation on a data source should be handled manually. - - - - true to manually handle the inconsistency; false to reload data from the data source. - - - - - - - - The data source for the GridControl and PivotGridControl that binds these controls to any queryable source (e.g., 'LINQ to SQL Classes' or ) in server mode. - - - - - - - - Initializes a new instance of the LinqServerModeSource class. - - - - - - - - Specifies how data source contents are sorted by default, when sort order is not specified by the bound control. - - - A object which contains the names of the columns against which data source contents are sorted. - - - - - - - Specifies the type of objects retrieved from a data source. - - - The type of objects retrieved from a data source. - - - - - - - Enables you to manually handle the database exception. - - - - - - - - Enables you to manually handle the inconsistency detected during an operation on a data source. - - - - - - - - Gets or sets the key expression. - - - A value that specifies the key expression. - - - - - - - Gets or sets the queryable data source. - - - An object that implements the interface. - - - - - - - Forces the bound data-aware control to reload data from the data store. - - - - - - - - - A stored procedure. - - - - - - - Initializes a new instance of the DBStoredProcedure class with the default settings. - - - - - - - - Provides access to the collection of a stored procedure's arguments. - - - A collection of values. - - - - - - - A value, specifying the stored procedure name. - - - - - - - - - Provides access to the collection of a stored procedure's result sets. - - - A collection of values. - - - - - - - Returns the DBStoredProcedure name. - - - Always the value. - - - - - - - - Provides the Presenter functionality to an Expression Editor. - - - - - - - Initializes a new instance of the ExpressionEditorPresenter class with the specified settings. - - - - An object. - - - - An object implementing the interface. - - - - A function delegate, providing additional expression validation on closing the editor with the specified expression (the first string) and error text (the second string). Validation is passed when this parameter is null or empty. Otherwise, the editor cannot be closed (this behavior is defined by the view's default implementation). - - - - An object. - - - - - - - - Initializes a new instance of the ExpressionEditorPresenter class with the specified settings. - - - - An object. - - - - An object implementing the interface. - - - - An object. - - - - A function delegate, providing additional expression validation on closing the editor with the specified expression (the first string) and error text (the second string). Validation is passed when this parameter is null or empty. Otherwise, the editor cannot be closed (this behavior is defined by the view's default implementation). - - - - - - - - Gets an object enabling customization of the Expression Editor. - - - An object. - - - - - - - - The Expression Editor model. - - - - - - - Initializes a new instance of the ExpressionEditorModel class with the specified expression. - - - - A value, specifying the expression. - - - - - - - - Specifies the expression string. - - - A value, specifying the expression. - - - - - - - - Provides information about data columns which becomes available only at runtime (as is the case with recurrent data fields in a report's ) - - - - - - - - - - - - - - - - - - - - Lists the values that specify the compatibility settings version. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents the method that will handle the event. - - - - An object of any type that triggers the event. - - - - Event arguments that provide data for the event. - - - - - - - - - - - - - - - Initializes new instance of the ControlRowSourceChangedEventArgs class with the specified settings. - - - - The value indicating the currently provided data row type. - - - - - - - - - Returns the type of changed rows. - - - The type of changed rows. - - - - - - - - - - - - - - Initializes a new instance of the ControlRowSource class with the default settings. - - - - - - - - Gets or sets the control that provides its data rows to another control. - - - The control that provides its data rows to another control. - - - - - - - Gets or sets the type of rows that the source control provides. - - - The type of rows that the source control provides. - - - - - - - Occurs every time any of the class' properties has changed its value. - - - - - - - - Reloads data rows from the source control. - - - - The value indicating whether the PropertyChanged event should be raised. - - - - - - - - - - - - - - - The Chart Control visualizes data rows that are selected within a source control. - - - - - - - - The Chart Control visualizes a source control's all data rows. - - - - - - - - The Chart Control visualizes data rows that the source control filters. - - - - - - - - - - Lists the elements of an expression available in the Expression Editor. - - - - - - - The expression element is a data column. - - - - - - - - The expression element is a static constant. - - - - - - - - The expression element is an error. - - - - - - - - The expression element is a function. - - - - - - - - The expression element is a group of items. - - - - - - - - The expression element is an operator. - - - - - - - - - If implemented by a class, provides functionality to a report parameter. - - - - - - - Specifies the parameter value. - - - A , specifying the parameter value. - - - - - - - - Represents a method that will handle the AfterCheckWord event. - - - - - - - Represents a method that will handle the event. - - - - An object that triggers the event. - - - - A object that provides data for the event. - - - - - - - - - Provides data for the AfterCheckWord event. - - - - - - - Initializes a new AfterCheckWordEventArgs class instance with specified settings. - - - - An object, representing the control being checked. - - - - A string, representing a word before the check. - - - - A string, representing the word modified after the spell check. - - - - A enumeration value, representing the operation type. - - - - A DevExpress.XtraSpellChecker.Parser.Position object, representing the position in the text where the checked word begins. - - - - - - - - Gets the word which replaced the former one after the spelling check is performed. - - - - A string, representing the word modified after spelling check. - - - - - - - - Gets the control being checked. - - - An object representing a control being checked. - - - - - - - Gets the type of operation performed with the word in a spell check. - - - - A enumeration value, representing the operation type. - - - - - - - Gets the word before the spell check is performed. - - - - A string, representing a word before the check. - - - - - - - - Gets the position of a checked word in a text. - - - - A object, representing the position in a text where the checked word begins. - - - - - - - - - Provides access to compatibility settings. - - - - - - - - - - - - - - - - - - - - - - - Gets or sets a value that specifies how the DXBinding (DXEvent, DXCommand) markup extensions resolve input expressions. - - - Any of the enumeration values. - - - - - - - - - - - - - - - - Specifies how content bricks are split if they are partially positioned outside the right page margin. - - - - - - - - When the brick dimensions do not fit into the right page margin, the rest of the brick content is split across two pages. - - - - - - - - When the brick dimensions do not fit into the right page margin, the brick content is moved to a new page in its entirety. - - - - - - - - - - Specifies how to resolve exceptions while performing an action. - - - - - - - Cancel the action that caused an exception. - - - - - - - - Retry the action that caused an exception. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ChooseReportStylePage<TModel> class with the specified view. - - - - An object implementing the interface. - - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Contains values that specify how data is pasted to a target grid/treelist control. - - - - - - - Pasted data is added as new rows to the target control. - - -For the WinForms Tree List control, use the setting to specify if pasted data is inserted as the focused node's children or siblings. - - - - - - - - - -Data Grids: The Default mode is equivalent to None (data pasting is not allowed) for controls not in master-detail mode, and for master Views in master-detail mode. For detail Views in master-detail mode, the actual paste mode is determined by master Views. - - - -Tree Lists: The Default mode is equivalent to None (data pasting is not allowed). - - - - - - - - - - Data pasting is disabled. - - - - - - - - Pasted data updates existing cells of the target control. - - - - - - - - - The component that acts as an asynchronous bridge between a data-aware control and rapidly changing data. - - - - - - - Initializes a new instance of the RealTimeSource class. - - - - - - - - Empties the changes queue, re-reads the data source and informs the bound control that the reset has occurred. - - - - - - - - - Specifies the data source from which the RealTimeSource component retrieves its data. - - - An IList or IListSource object that represents the data source from which the RealTimeSource component retrieves its data. - - - - - - - Specifies a semicolon-separated list of displayable property names. - - - A string which is a semicolon-separated list of displayable property names. - - - - - - - - - - - - - - - Returns the displayable property names of an item type contained in a specified data source. - - - - - The data source object to examine for property information. - - - An list of property names. - - - - - - - Returns the list of data source records. Introduced to support IListSource in RealTimeSource. - - - - A object which is the list of data source records. - - - - - - - - Returns the delay between the data source event occurrence and passing changes to the bound control (in milliseconds). - - - - An integer value that is the changes queue delay in milliseconds. - - - - - - - Specifies whether to ignore INotifyPropertyChanged.PropertyChanged events of the data source items. - - - - true, if the RealTimeSource does not handle PropertyChanged events; otherwise, false. - - - - - - - - Resumes tracking changes in the data source after tracking was suspended via the method. - - - - - - - - - Specifies the timeout between the data source event occurrence and passing changes to the bound control (in milliseconds). The default timeout is 2000 ms. If the actual delay exceeds the specified timeout, the method triggers automatically. - - - - - - - - - - Suspends tracking changes in the data source. - - - - - - - - Specifies whether or not the WeakReference is used to handle the data source's IBindingList.ListChanged event. - - - true, if the weak reference is used; otherwise, false. - - - - - - - - - Lists error types found during a spell check. - - - - - - - - Erroneously spelled word. - - - - - - - - Repeated word. - - - - - - - - Reserved for internal use. - - - - - - - - Error type unlisted in enumeration. Use it for custom error handling. - - - - - - - - - Comprises erroneous word, error type and location. - - - - - - - Gets the error type. - - - A enumeration member. - - - - - - - Gets a misspelled word. - - - A string that is the misspelled word. - - - - - - - Gets the end position of a misspelled word. - - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. - - - - - - - Gets the start position of a misspelled word. - - - A DevExpress.XtraSpellChecker.Parser.Position object containing information on the position of the word. - - - - - - - - Lists values of localized strings. See the class description to learn more. - - - - - - - Return value: "Values above the average". - - - - - - - - Return value: "Above Average". - - - - - - - - Return value: "After a date". - - - - - - - - Return value: "After". - - - - - - - - Return value: "Dates within a range". - - - - - - - - Return value: "All Dates In The Period". - - - - - - - - Return value: "April". - - - - - - - - Return value: "April". - - - - - - - - Return value: "August". - - - - - - - - Return value: "August". - - - - - - - - Return value: "Prior to a date". - - - - - - - - Return value: "Before". - - - - - - - - Return value: "Starts with a specific text". - - - - - - - - Return value: "Begins With". - - - - - - - - Return value: "Values below the average". - - - - - - - - Return value: "Below Average". - - - - - - - - Return value: "Values within a range". - - - - - - - - Return value: "Between". - - - - - - - - Return value: "The lowest values". - - - - - - - - Return value: "Bottom N". - - - - - - - - Return value: "Contains a specific text". - - - - - - - - Return value: "Contains". - - - - - - - - Return value: "Two conditions combined by the AND or OR operators". - - - - - - - - Return value: "Custom Filter". - - - - - - - - Return value: "Common date ranges". - - - - - - - - Return value: "Specific Date Periods". - - - - - - - - Return value: "December". - - - - - - - - Return value: "December". - - - - - - - - Return value: "Does not start with a specific text". - - - - - - - - Return value: "Does Not Begin With". - - - - - - - - - - - - - - - - - - - - - - Return value: "Does not contain a specific text". - - - - - - - - Return value: "Does not contain". - - - - - - - - Return value: "Does not end with a specific text". - - - - - - - - Return value: "Does Not End With". - - - - - - - - - - - - - - - - - - - - - - Return value: "Does not equal a value". - - - - - - - - Return value: "Does Not Equal". - - - - - - - - Return value: "Ends with a specific text". - - - - - - - - Return value: "Ends With". - - - - - - - - Return value: "Equals a value". - - - - - - - - Return value: "Equals". - - - - - - - - Return value: "February". - - - - - - - - Return value: "February". - - - - - - - - Return value: "Greater than a value". - - - - - - - - Return value: "Greater Than". - - - - - - - - Return value: "Greater than or equal to a value". - - - - - - - - Return value: "Greater Than Or Equal To". - - - - - - - - Return value: "Empty or not specified". - - - - - - - - Return value: "Is Blank". - - - - - - - - Return value: "Not empty". - - - - - - - - Return value: "Is Not Blank". - - - - - - - - Return value: "Not empty". - - - - - - - - Return value: "Is Not Null". - - - - - - - - Return value: "Is empty". - - - - - - - - Return value: "Is Null". - - - - - - - - Return value: "The same date". - - - - - - - - Return value: "Is Same Day". - - - - - - - - Return value: "January". - - - - - - - - Return value: "January". - - - - - - - - Return value: "July". - - - - - - - - Return value: "July". - - - - - - - - Return value: "June". - - - - - - - - Return value: "June". - - - - - - - - Return value: "Last month". - - - - - - - - Return value: "Last Month". - - - - - - - - Return value: "Last quarter". - - - - - - - - Return value: "Last Quarter". - - - - - - - - Return value: "Last week". - - - - - - - - Return value: "Last Week". - - - - - - - - Return value: "Last year". - - - - - - - - Return value: "Last Year". - - - - - - - - Return value: "Less than a value". - - - - - - - - Return value: "Less Than". - - - - - - - - Return value: "Less then or equal to a value". - - - - - - - - Return value: "Less Than Or Equal To". - - - - - - - - Return value: "March". - - - - - - - - Return value: "March". - - - - - - - - Return value: "May". - - - - - - - - Return value: "May". - - - - - - - - Return value: "Next month". - - - - - - - - Return value: "Next Month". - - - - - - - - Return value: "Next quarter". - - - - - - - - Return value: "Next Quarter". - - - - - - - - Return value: "Next week". - - - - - - - - Return value: "Next Week". - - - - - - - - Return value: "Next year". - - - - - - - - Return value: "Next Year". - - - - - - - - Return value: "Choose One Description". - - - - - - - - Return value: "Choose One". - - - - - - - - Return value: "November". - - - - - - - - Return value: "November". - - - - - - - - Return value: "October". - - - - - - - - Return value: "October". - - - - - - - - Return value: "First quarter". - - - - - - - - Return value: "Quarter 1". - - - - - - - - Return value: "Second quarter". - - - - - - - - Return value: "Quarter 2". - - - - - - - - Return value: "Third quarter". - - - - - - - - Return value: "Quarter 3". - - - - - - - - Return value: "Fourth quarter". - - - - - - - - Return value: "Quarter 4". - - - - - - - - Return value: "Filters Description". - - - - - - - - Return value: "Filters". - - - - - - - - Return value: "Date Filters Description". - - - - - - - - Return value: "Date Filters". - - - - - - - - Return value: "Filters Description". - - - - - - - - Return value: "Filters". - - - - - - - - Return value: "September". - - - - - - - - Return value: "September". - - - - - - - - Return value: "Items Description". - - - - - - - - Return value: "Items". - - - - - - - - Return value: "Percents Description". - - - - - - - - Return value: "Percents". - - - - - - - - Return value: "Numeric Filters Description". - - - - - - - - Return value: "Numeric Filters". - - - - - - - - Return value: "Text Filters Description". - - - - - - - - Return value: "Text Filters". - - - - - - - - Return value: "This month". - - - - - - - - Return value: "This Month". - - - - - - - - Return value: "This quarter". - - - - - - - - Return value: "This Quarter". - - - - - - - - Return value: "This week". - - - - - - - - Return value: "This Week". - - - - - - - - Return value: "This year". - - - - - - - - Return value: "This year". - - - - - - - - Return value: "Today". - - - - - - - - Return value: "Today". - - - - - - - - Return value: "Tomorrow". - - - - - - - - Return value: "Tomorrow". - - - - - - - - Return value: "The highest values". - - - - - - - - Return value: "Top N". - - - - - - - - Return value: "Predefined Filters". - - - - - - - - Return value: "Predefined Filters". - - - - - - - - Return value: "From the beginning of the year to the present". - - - - - - - - Return value: "Year To Date". - - - - - - - - Return value: "Yesterday". - - - - - - - - Return value: "Yesterday". - - - - - - - - Return value: "First". - - - - - - - - Return value: "Choose one...". - - - - - - - - Return value: "Enter a date...". - - - - - - - - Return value: "Enter a value...". - - - - - - - - Return value: "Enter text to search...". - - - - - - - - Return value: "Select a date...". - - - - - - - - Return value: "Select a value...". - - - - - - - - Return value: "Second". - - - - - - - - Return value: "Type". - - - - - - - - Return value: "Value". - - - - - - - - Return value: "Clear Filter". - - - - - - - - Return value: "Close". - - - - - - - - - - - - - - - Return value: "Values". - - - - - - - - - If implemented, represents a page of the Report Wizard. - - - - - - - If implemented, initializes controls of a Report Wizard page. - - - - - - - - Occurs when settings on the current wizard page were changed. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - - Fires when an error occurs for the current report page. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - If implemented, returns the type of the next wizard page. - - - A enumeration value. - - - - - - - If implemented, provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. - - - A TModel object containing settings specified by an end-user during wizard execution. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - If implemented, provides access to the content of a wizard page. - - - A value. - - - - - - - If implemented, validates the correctness of settings specified on a wizard page. - - - - A value specifying the text of an error message shown if the validation fails. - - - - true, if the validation succeeded; otherwise, false. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the GroupingLevelInfo class with the specified data columns. - - - - An array of objects. - - - - - - - - Provides access to the data columns used as grouping criteria for the current grouping level. - - - An array of objects. - - - - - - - Checks whether or not a grouping level contains the specified data column. - - - - A value, specifying the data column name. - - - true, if the grouping level contains the specified column; otherwise, false. - - - - - - - Gets the display name of a grouping level. - - - A value, specifying the grouping level display name. - - - - - - - Determines whether the specified object is equal to the current GroupingLevelInfo instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current GroupingLevelInfo instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the PaperKindViewInfo class with the default settings. - - - - - - - - Specifies the paper kind display name. - - - A value, specifying the name of a paper kind. - - - - - - - Specifies the paper kind Id. - - - An integer value, specifying the paper kind ID. - - - - - - - Specifies the paper kind size text. - - - A string value that specifies the text size of a paper kind. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the XDocumentLabelProductRepository class with the specified XML document. - - - - A object. - - - - - - - - Provides information about a specified paper kind. - - - - An integer value, identifying the paper kind. - - - A value. - - - - - - - Obtains a sorted collection of the supported paper kinds. - - - A collection of objects. - - - - - - - Obtains a sorted collection of details for the supported label products. - - - - An integer value. - - - A collection of objects. - - - - - - - Obtains a sorted collection of the supported label products. - - - A collection of objects. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the PaperKindData class with the default settings. - - - - - - - - Specifies the Id of a paper kind in the System.Drawing.Printing.PaperKind enumeration. - - - An integer value. - - - - - - - Specifies the height of a paper kind. - - - A string value that specifies the paper kind height. - - - - - - - - Specifies the Id of a paper kind. - - - An integer value, specifying the paper kind ID. - - - - - - - Specifies whether a paper kind is supposed to be printed as a single uninterrupted page. - - - true, to provide a continuous document layout suited for roll paper printing; otherwise, false. - - - - - - - - Specifies the name of a paper kind. - - - - A value, specifying the paper kind name. - - - - - - - Specifies the unit of measure of a paper kind. - - - - A value that specifies the unit of measure of the paper kind. - - - - - - - - For internal use. - - - - - - - - Specifies the width of a paper kind. - - - A string value that specifies the paper kind width. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the LabelProductRepositoryFactory class with the default settings. - - - - - - - - Creates an . - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the LabelProduct class with the default settings. - - - - - - - - Specifies the label product Id. - - - An integer value. - - - - - - - Specifies the label product name. - - - A value. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the LabelDetails class with the default settings. - - - - - - - - Specifies the bottom margin of a label. - - - A structure. - - - - - - - Specifies the label's height. - - - A value. - - - - - - - Specifies the horizontal pitch of a label. - - - A value. - - - - - - - Specifies the Id of a label. - - - An integer value. - - - - - - - Specifies the left margin of a label. - - - A value that specifies the label's left margin. - - - - - - - Specifies the name of a label. - - - A value. - - - - - - - Specifies the paper kind ID of a label. - - - A value that specifies the label's paper kind ID. - - - - - - - Specifies the label's product. - - - An integer value specifying the product Id. - - - - - - - Specifies the right margin of a label. - - - A structure. - - - - - - - Specifies the top margin of a label. - - - A value that specifies the label's top margin. - - - - - - - Specifies a unit of measure of a label. - - - A value that specifies the label's unit of measure. - - - - - - - Specifies the vertical pitch of a label. - - - A value. - - - - - - - Specifies the label's width. - - - A value. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - Provides information about a specified paper kind. - - - - An integer value, identifying the paper kind. - - - A value. - - - - - - - If implemented, obtains a sorted collection of the supported paper kinds. - - - A collection of objects. - - - - - - - If implemented, obtains a sorted collection of details for the supported label products. - - - - An integer value. - - - A collection of objects. - - - - - - - If implemented, obtains a sorted collection of supported label products. - - - - A collection of objects. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the content of the report title text box. - - - A value. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the settings of the current paper kind. - - - - A value. - - - - - - - If implemented, populates the Product Number drop-down list. - - - - A collection of objects. - - - - - - - - If implemented, populates the Label Products drop-down list. - - - - A collection of objects. - - - - - - - - If implemented, specifies the entry selected in the Product Number drop-down list. - - - A object. - - - - - - - Occurs when the active record in the Label Products drop-down list is changed. - - - - - - - - Occurs when the active record in the Product Number drop-down list is changed. - - - - - - - - If implemented, specifies the entry selected in the Label Products drop-down list. - - - A object. - - - - - - - If implemented, updates label information displayed in the dedicated editors. - - - - - - - - - Obsolete. This page is no longer used in the current Data Source Wizard implementation. - - - - - - - Occurs when the collection of the columns currently selected in the list of available columns is changed. - - - - - - - - For internal use. - - - - - - - - - - If implemented, provides access to a collection of the items selected in the list of selected columns. - - - An array of objects. - - - - - - - Occurs when the collection of the columns currently selected in the list of selected columns is changed. - - - - - - - - Occurs when the Add Column button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. - - - - - - - - - If implemented, activates or deactivates the Add Column button on the Select Columns page of the WPF Report Wizard for a hierarchical data source. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Remove All Columns button on the Select Columns page of the WPF Report Wizard for a hierarchical data source. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Remove Columns button on the Select Columns page of the WPF Report Wizard for a hierarchical data source. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, populates the list of selected columns. - - - - An array of objects. - - - - - - - - Occurs when the Remove All Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. - - - - - - - - Occurs when the Remove Columns button is clicked on the Select Columns page of the Report Wizard for a hierarchical data source. - - - - - - - - If implemented, provides access to a collection of hierarchical data source root nodes - - - - An object implementing the interface. - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. Use the interface instead. - - - - - - - If implemented, populates the list of available data sources. - - - - A collection of objects. - - - - - - - - Occurs when the selected item in the Available items list is changed. - - - - - - - - If implemented, specifies the data source selected in the Available items list. - - - A value. - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. This page is no longer used in the current Report Wizard implementation. - - - - - - - - If implemented, populates the Tables node of the Available items list. - - - - A collection of objects. - - - - - - - - If implemented, populates the Views node of the Available items list. - - - - A collection of objects. - - - - - - - - Occurs when the active record in the Available items list is changed. - - - - - - - - If implemented, specifies the data member selected in the Available items list. - - - A object. - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - Occurs when the collection of the currently selected columns is changed. - - - - - - - - Occurs when the Add All Columns button is clicked on a wizard page. - - - - - - - - Occurs when the Add Columns button is clicked on a wizard page. - - - - - - - - If implemented, activates or deactivates the Add All Columns button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Add Columns button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Remove All Columns button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Remove Columns button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, populates the list of available commands. - - - - An array of objects, specifying the columns to be added to the list. - - - - - - - - - If implemented, populates the list of selected columns. - - - - An array of objects, specifying the columns to be added to the list. - - - - - - - - If implemented, gets a collection of the items selected in the list of available columns. - - - An array of objects. - - - - - - - If implemented, gets a collection of the items selected in the list of selected columns. - - - An array of objects. - - - - - - - Occurs when the Remove All Columns button is clicked on a wizard page. - - - - - - - - Occurs when the Remove Columns button is clicked on a wizard page. - - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the value of the Bottom Margin editor. - - - A value. - - - - - - - If implemented, populates the list of the available page sizes. - - - - A collection of objects. - - - - - - - - If implemented, specifies the value of the Label Height editor. - - - A value. - - - - - - - If implemented, specifies the value of the Horizontal Pitch editor. - - - A value. - - - - - - - Occurs when label information displayed in the dedicated editors is changed. - - - - - - - - If implemented, specifies the value of the Left Margin editor. - - - A value. - - - - - - - If implemented, specifies the value of the Right Margin editor. - - - A value. - - - - - - - Occurs when the entry selected in the Page Size drop-down list is changed. - - - - - - - - If implemented, specifies the entry selected in the Page Size drop-down list. - - - An integer value that is an index of the selected entry. - - - - - - - If implemented, specifies the value of the Top Margin editor. - - - A value. - - - - - - - If implemented, specifies the state of the Inch and Millimeter radio buttons. - - - A value that specifies the state of the Inch and Millimeter radio buttons. - - - - - - - Occurs when the state of the Inch and Millimeter radio buttons is changed. - - - - - - - - If implemented, specifies the value of the Vertical Pitch editor. - - - A value. - - - - - - - If implemented, specifies the value of the Label Width editor. - - - A value. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, fills the summary options check boxes on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. - - - - An array of objects that contain information required to calculate summary functions. - - - - - - - - If implemented, specifies the state of the Ignore null values check box. - - - true, to activate the check box; otherwise, false. - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the selected report type. - - - A enumeration value. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - - If implemented, specifies the report visual style. - - - A enumeration value. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - Occurs when the active record in the list of the available columns is changed. - - - - - - - - Occurs when the active record in the list of grouping levels is changed. - - - - - - - - Occurs when the Add Grouping Level button is clicked on a wizard page. - - - - - - - - Occurs when the Combine Grouping Level button is clicked on a wizard page. - - - - - - - - If implemented, activates or deactivates the Add Grouping Level button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Combine Grouping Level button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Move Grouping Level Down button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Move Grouping Level Up button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, activates or deactivates the Remove Grouping Level button on a wizard page. - - - - true to activate the button, false to deactivate the button. - - - - - - - - If implemented, populates the list of available columns. - - - - An array of objects. - - - - - - - - If implemented, populates the list of grouping levels. - - - - An array of objects. - - - - - - - - If implemented, gets an array of records selected in the list of available columns. - - - An array of objects. - - - - - - - If implemented, gets the record selected in the list of grouping levels. - - - A object. - - - - - - - Occurs when the Move Grouping Level Down button is clicked on a wizard page. - - - - - - - - Occurs when the Move Grouping Level Up button is clicked on a wizard page. - - - - - - - - Occurs when the Remove Grouping Level button is clicked on a wizard page. - - - - - - - - If implemented, changes the active record in the list of grouping levels. - - - - A object. - - - - - - - - If implemented, shows or hides the wait indicator on a wizard page. - - - - true to show the wait indicator; otherwise false. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ColumnInfoCache class with the default settings. - - - - - - - - Specifies the collection of selected data columns while running the Report Wizard. - - - A collection of objects. - - - - - - - - Obsolete. Use the interface instead. - - - - - - - Specifies the collection of selected data columns while running the Report Wizard. - - - A collection of objects. - - - - - - - - Specifies the prototype string format for the . - - - - - - - - The current string format is based on the default string format. - - - - - - - - - The current string format is based on the generic default string format. - - - - - - - - - The current string format is based on the generic typographic string format. - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the WizardPageErrorEventArgs class with the specified error message. - - - - A value, specifying the error message. - - - - - - - - Specifies the text of an error message. - - - A value, specifying the error message. - - - - - - - - Implements the base functionality for SQL-based data store adapters, including the and other adapters listed in the Database Systems Supported by XPO topic. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the timeout value passed to the IDbCommand.CommandTimeout property of each created command, in seconds. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the timeout value passed to the IDbCommand.CommandTimeout property, in seconds. Can be overridden by the field. The default is 300. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Lists the values specifying whether a report control allows loading images using the "file://" protocol. - - - - - - - Enables loading of images from custom directories (defined using the or method). - - - - - - - - Enables loading of images from an application's working directory (defined by the AppDomain.CurrentDomain.BaseDirectory property). - - - - - - - - Enables loading of any image from any directory. - - - - - - - - - Forbids loading images using the "file://" protocol (only the "http://", "https://" and "ftp://" protocols are supported). - - - - - - - - - Specifies the security settings for resolving URL's in a web application. - - - - - - - Enables using the "file://" protocol for loading images to the specified directories. - - - - An array of values, specifying the custom directories. - - - true, if loading images to custom directories is enabled; otherwise, false. - - - - - - - Enables loading images to the protocols defined in the specified callback. - - - - A function, specifying a custom callback. - - - true, if loading images to custom directories is enabled; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - - - - - Specifies whether a report control allows loading images using the "file://" protocol. - - - A enumeration value. - - - - - - - - If implemented, provides an abstraction for an object's bindable property. - - - - - - - For internal use. - - - - - - - - - - Provides access to the property display name. - - - A value. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Provides access to the property name. - - - A value. - - - - - - - For internal use. - - - - - - - - - - Provides access to the property type. - - - A object. - - - - - - - - Provides information about an error that occurred during criteria validation. - - - - - - - Initializes a new instance of the CriteriaValidatorError class with the specified error text. - - - - A value, specifying the error text. This value is assigned to the property. - - - - - - - - Returns the error message. - - - A value, specifying the error text. - - - - - - - - Lists the available horizontal content splitting modes. - - - - - - - When the brick dimensions do not fit into the bottom page margin, the rest of the brick content is split across two pages. - - - - - - - - When the brick dimensions do not fit into the bottom page margin, the brick content is moved to a new page in its entirety. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - - Initializes a new instance of the SelectLabelTypePage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Provides data for the corresponding events. - - - - - - - Initializes a new instance of the ScalarOperationCompletedEventArgs<T> class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A value. - - - - true if the operation has been cancelled; otherwise false. - - - - A value. - - - - - - - - Returns the scalar operation result. - - - A generic value. - - - - - - - - Lists the available data member types. - - - - - - - The data member is a query. - - - - - - - - The data member is a stored procedure. - - - - - - - - The data member is a table. - - - - - - - - The data member is a view. - - - - - - - - - Obsolete. This page is no longer used in the current Data Source Wizard implementation. - - - - - - - Initializes a new instance of the SelectHierarchicalDataSourceColumnsPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - A descendant. - - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Enables you to manage the collection of errors found during criteria validation in the Expression Editor. - - - - - - - Initializes a new instance of the ErrorsEvaluatorCriteriaValidator class with the specified collection of bound properties. - - - - A collection of objects implementing the interface. - - - - - - - - Removes all items from the collection of validation errors. - - - - - - - - Returns the number of errors found in an expression. - - - An integer value, specifying the number of errors found in an expression. - - - - - - - Returns the specified item from the collection of validation errors. - - - - An integer value, specifying the item's position within the collection. - - - A object. - - - - - - - For internal use. - - - - An object implementing the interface. - - - - - - - - For internal use. - - - - A value, specifying the filter string. - - - - - - - - For internal use. - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - An object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - An object. - - - - - - - - Enables custom processing of the specified . - - - - An object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - A object. - - - - - - - - Enables custom processing of the specified . - - - - An object. - - - - - - - - - Lists the items for which automatic completion is available in the Expression Editor. - - - - - - - The item is a data column. - - - - - - - - The item is a function. - - - - - - - - The item is an operator. - - - - - - - - The item is a parameter. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - - Initializes a new instance of the SetReportTitlePage<TModel> class with the specified view. - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - - If implemented, provides the Presenter functionality to an Expression Editor. - - - - - - - Gets an object enabling customization of the Expression Editor. - - - An object. - - - - - - - - Provides information about an operator listed in the Expression Editor. - - - - - - - Initializes a new instance of the OperatorInfo class with the default settings. - - - - - - - - Initializes a new instance of the OperatorInfo class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the OperatorInfo class with the specified prototype. - - - - - A OperatorInfo object, specifying a prototype for a new OperatorInfo instance. - - - - - - - - - Provides information about a function listed in the Expression Editor. - - - - - - - Initializes a new instance of the FunctionInfo class with the specified prototype. - - - - - A FunctionInfo object, specifying a prototype for a new FunctionInfo instance. - - - - - - - - Initializes a new instance of the FunctionInfo class with the specified settings. - - - - An object implementing the interface. This value is assigned to the property. - - - - A value, specifying the item category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FunctionInfo class with the specified function operator. - - - - An object implementing the interface. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FunctionInfo class with the specified category. - - - - A value, specifying the category name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FunctionInfo class with the default settings. - - - - - - - - Specifies the type declarations of function arguments. - - - An array of objects. - - - - - - - Specifies the caret position after adding a function to an expression. - - - An integer value, specifying the number of symbols to the right of the caret position until the end of the function body. - - - - - - - - Specifies an object providing instructions required for evaluation of a function. - - - An object implementing the interface. - - - - - - - Specifies the full name of a function in the Expression Editor (including the function syntax). - - - A value. - - - - - - - Specifies the category to which a function belongs (e.g., "Math", "String" or "DateTime"). - - - A value. - - - - - - - Specifies the example illustrating the function syntax in the Expression Editor panel and tooltip. - - - A value. - - - - - - - - Enables additional customization of the Expression Editor. - - - - - - - Initializes a new instance of the ExpressionEditorOptionsBehavior class with the default settings. - - - - - - - - Specifies whether to select the function (and display its description) that is currently being focused in the Expression Editor. - - - true, to select the focused function and display its description; otherwise, false. - - - - - - - Specifies whether or not to spell function names in uppercase. - - - true, to spell function names in uppercase; false, to spell function names in camel case. - - - - - - - - Enables customization of the Expression Editor. - - - - - - - Initializes a new instance of the ExpressionEditorContext class with the default settings. - - - - - - - - Specifies an object providing a list of items suggested for automatic completion in the Expression Editor. - - - An object implementing the interface. - - - - - - - Specifies an object providing a color scheme for painting expression elements in the Expression Editor. - - - An object implementing the interface. - - - - - - - Specifies an object that provides information about columns which becomes available only at runtime (as is the case with recurrent data fields in a report's ). - - - An object implementing the interface. - - - - - - - Provides access to the collection of data columns available in the Expression Editor. - - - A collection of objects. - - - - - - - Provides access to the collection of static constants available in the Expression Editor. - - - A collection of objects. - - - - - - - Specifies the object that enables you to access the criteria validator assigned to an Expression Editor. - - - An object implementing the interface. - - - - - - - Provides access to the default ExpressionEditorContext instance. - - - A ExpressionEditorContext object. - - - - - - - Provides access to the collection of functions available in the Expression Editor. - - - A collection of objects. - - - - - - - Provides access to the collection of operators available in the Expression Editor. - - - A collection of objects. - - - - - - - Gets an object providing additional customization settings for the Expression Editor. - - - An object. - - - - - - - Provides access to the collection of parameters available in the Expression Editor. - - - A collection of objects. - - - - - - - Specifies whether or not the Expression Editor should use the rich text control for operators, functions, and constant descriptions. - - - - true, to display descriptions using rich text; otherwise, false. - - - - - - - - Obsolete. This page is no longer used in the current Report Wizard implementation. - - - - - - - - - Initializes a new instance of the SelectDataSourcePage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Lists available operation modes of the spell checker. - - - - - - - Starts spelling check when you finish typing the word or move the cursor after changing it.This operation mode underlines the misspelled word and allows you to select a suggestion from the context menu, invoked by right-clicking the word. - - - - - - - - Starts spelling check and invokes the spelling form for making corrections. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the SelectColumnsPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. - - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Lists implemented spell checker operations. - - - - - - - Replaces a word in the text with the user input, and adds the replacement to the custom dictionary. - - - - - - - - Stops the spelling checker operation, resets the checking strategy and closes the spelling form. - - - - - - - - Replaces the current word in the text being checked with the suggested word. - - - - - - - - Replaces all occurences of the current word in the text being checked with the suggested word. - - - - - - - - This enumeration member is intended for internal use only. - - - - - - - - Deletes the current word from the text. - - - - - - - - Disregards the current word and proceeds to the next one. - - - - - - - - - Disregards the current word and all its occurences in the text. - - - - - - - - - This enumeration member is intended for internal use only. - - - - - - - - Invokes the spelling options form. After closing the form, re-checks the text with new spelling options starting with the last checked word. - - - - - - - - Forces the spell checker to check the last checked word again. - - - - - - - - Replaces the current word in the text being checked with the suggested word. For internal use. - - - - - - - - Disregards the current word and proceeds to the next one. For internal use. - - - - - - - - Cancels the effect of the last operation, restoring the text to its previous state. - - - - - - - - - Provides data for the events raised when upgrading a control's layout (e.g., , , etc.). - - - - - - - - - Initializes a new instance of the LayoutUpgradeEventArgs class with the specified previous version. - - - - A specifying the previous version number. This value is assigned to the property. - - - - - - - - Initializes a new instance of the LayoutUpgradeEventArgs class with the specified settings. - - - - A value used to initialize the property. - - - - A value used to initialize the property. - - - - - - - - Returns an array of items that exist in the current control but do not exist in the layout being loaded. These items are hidden. This property is in effect for the . - - - An array of items that exist in the current control but do not exist in the layout being loaded. - - - - - - - Returns the textual representation of the previous layout version. - - - A representing the previous version of the layout. - - - - - - - - Provides methods to return error information for a business object's properties. - - - - - - - When implemented by a class, this method returns information on an error associated with a business object. - - - - An object that contains information on an error. - - - - - - - - When implemented by a class, this method returns information on an error associated with a specific business object's property. - - - - A string that identifies the name of the property for which information on an error is to be returned. - - - - An object that contains information on an error. - - - - - - - - - Encapsulates error information on a specific property. - - - - - - - Initializes a new instance of the ErrorInfo class with the default values. - - - - - - - - Initializes a new instance of the ErrorInfo class with the specified error information. - - - - A string that specifies the error text. This value is used to initialize the property. - - - - An error type. This value is used to initialize the property. - - - - - - - - Gets or sets the error text associated with the current property name. - - - A string that represents the error text. - - - - - - - Gets or sets the type of error associated with the current property name. - - - An value that represents the error type. - - - - - - - - Enumerates error icon types. - - - - - - - The 'Critical Error' icon: - - - - - - - - The default error icon specified by the property: - - -The event is not raised when an error of the Default type is assigned to an editor. - - - - - - - - - - The 'Information' icon: - - - - - - - - Indicates that no error is associated with an editor or a cell. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - A user-defined icon to be provided via the event. - - - - - - - - The 'Warning' icon: - - - - - - - - - The options used for the spelling check. - - - - - - - Locks the IOptionsSpellings object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Start spelling check from the cursor position. - - - A enumeration value, specifying whether the spell checker should start checking from the cursor position. - - - - - - - Spell check the selected text first. - - - A enumeration value specifying whether the spell checker should start checking the selected text first. - - - - - - - Unlocks the IOptionsSpellings object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets whether e-mail addresses should be excluded from the check. - - - A enumeration value specifying whether words that are e-mail addresses should be checked. - - - - - - - - Gets or sets whether text enclosed with specific markup tags should be checked. - - - - true to exclude text within tags from the check; otherwise, false. - - - - - - - - - Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. - - - - A enumeration value specifying whether mixed case words should be checked. - - - - - - - - Gets or sets whether the spell checker ignores repeated words. - - - A enumeration value specifying whether the text should be checked for repeated words. - - - - - - - Gets or sets whether the spell checker ignores words in which all letters are uppercase. - - - A enumeration value, specifying whether the words in which all letters are uppercase should be checked. - - - - - - - Gets or sets whether the spell checker ignores the URLs in text. - - - A enumeration value, specifying whether the words which are URLs should be checked. - - - - - - - Gets or sets whether the spell checker ignores words that contain numbers. - - - A enumeration value, specifying whether the words which contain numbers should be checked. - - - - - - - Occurs when any of the spelling check options are changed. - - - - - - - - - Contains padding or margin information associated with a control or a brick. - - - - - - - Initializes a new instance of the PaddingInfo class with the specified dpi value. - - - - A value that specifies the dpi of the padding. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PaddingInfo class and copies the settings from the object passed as the parameter according to the specified dpi value. - - - - - A object whose settings are used to initialize the created object's properties. - - - - A value that specifies the dpi of the padding. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PaddingInfo class with the dpi of the specified graphics unit. - - - - A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - - - - - - - - Initializes a new instance of the PaddingInfo class with the specified left, right, top, bottom and dpi values. - - - - - An integer value that specifies the left value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the right value of the padding. This value is assigned to the property. - - - - An integer value that specifies the top value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. - - - - - A value that specifies the dpi of the padding. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values. - - - - - - An integer value that specifies the left value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the right value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the top value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PaddingInfo class with the specified left, right, top and bottom values, and the dpi of the specified graphics unit. - - - - - An integer value that specifies the left value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the right value of the padding. This value is assigned to the property. - - - - An integer value that specifies the top value of the padding. This value is assigned to the property. - - - - - An integer value that specifies the bottom value of the padding. This value is assigned to the property. - - - - - A value that specifies the graphics unit of the padding. The dpi value of the graphics unit is assigned to the property. - - - - - - - - Initializes a new instance of the PaddingInfo class with the specified settings. - - - - An integer value, specifying the overall padding. - - - - A value, specifying the dpi. - - - - - - - - Specifies padding for all the element's sides. - - - An integer value, representing the overall padding. - - - - - - - Gets or sets the padding value for the bottom edge. - - - - An integer value which represents the padding value (in pixels) for the bottom edge. - - - - - - - Deflates the specified rectangle by the rectangle of the current padding with the specified dpi. - - - - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. - - - - A value that represents the deflated rectangle. - - - - - - - Deflates the specified size by the size of the current padding with the specified dpi. - - - - - A value which specifies the size to be deflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before deflating. - - - - A value that represents the deflated size. - - - - - - - Deflates the specified height value by the height of the current padding with the specified dpi. - - - - - A value which specifies the height to be deflated. - - - - A value which specifies the dpi value to be applied to the top and bottom padding values before deflating. - - - - A value that represents the deflated height. - - - - - - - Deflates the specified height value by the height of the current padding. - - - - - A value which specifies the height to be deflated. - - - A value that represents the deflated height. - - - - - - - - Deflates the specified width value by the width of the current padding with the specified dpi. - - - - - A value which specifies the width to be deflated. - - - - - A value which specifies the dpi value which should be applied to the left and right padding values before deflating. - - - - A value that represents the deflated width. - - - - - - - Deflates the specified width value by the width of the current padding. - - - - - A value which specifies the width to be deflated. - - - - A value that represents the deflated width. - - - - - - - - Gets or sets the dpi value used to perform internal calculations. - - - A value which represents the dpi value for this padding. - - - - - - - Provides a PaddingInfo object with no padding. - - - - A object representing an empty padding. - - - - - - - Determines whether the specified object is equal to the current PaddingInfo instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PaddingInfo instance; otherwise false. - - - - - - - - Determines whether or not the specified object is equal to the current PaddingInfo instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PaddingInfo instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current PaddingInfo object. - - - - An integer value representing the hash code for the current object. - - - - - - - Inflates the specified size by the size of the current padding with the specified dpi. - - - - - A value which specifies the size to be inflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. - - - - A value that represents the inflated size. - - - - - - - Inflates the specified rectangle by the rectangle of the current padding with the specified dpi. - - - - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the left, top, right and bottom padding values before inflating. - - - A value that represents the inflated rectangle. - - - - - - - Inflates the specified height value by the height of the current padding with the specified dpi. - - - - - A value which specifies the height to be inflated. - - - - A value which specifies the dpi value to be applied to the top and bottom padding values before inflating. - - - - A value that represents the inflated height. - - - - - - - Inflates the specified height value by the height of the current padding. - - - - A value which specifies the height to be inflated. - - - A value that represents the inflated height. - - - - - - - Inflates the specified width value by the width of the current padding with the specified dpi. - - - - - A value which specifies the width to be inflated. - - - - - A value which specifies the dpi value which should be applied to the left and right padding values before inflating. - - - A value that represents the inflated width. - - - - - - - Inflates the specified width value by the width of the current padding. - - - - - A value which specifies the width to be inflated. - - - A value that represents the inflated width. - - - - - - - Determines whether the padding is empty (all padding values are null). - - - true if the padding is empty; otherwise, false. - - - - - - - - Gets or sets the padding value for the left edge. - - - - An integer value which represents the padding value (in pixels) for the left edge. - - - - - - - Gets or sets the padding value for the right edge. - - - - An integer value which represents the padding value (in pixels) for the right edge. - - - - - - - Rotates padding values counterclockwise the specified number of times. - - - - An integer value which specifies the number of times for padding values to rotate. - - - - - - - - - Gets or sets the padding value for the top edge. - - - - An integer value which represents the padding value (in pixels) for the top edge. - - - - - - - - Enumerates wrapping modes. - - - - - - - Default wrapping mode. The actual wrapping mode is determined by a control. - - - - - - - - - The word wrapping feature is disabled. - - - - - - - - The word wrapping feature is enabled. - - - - - - - - - An exception that is thrown when a database either cannot be created or opened. - - - - - - - - Initializes a new instance of the UnableToOpenDatabaseException class with the specified settings. - - - - A connection string that is used to connect to the database. - - - - An object that represents the inner error. - - - - - - - - - An exception that is thrown when a specific object cannot be created in a data store. - - - - - - - Initializes a new instance of the UnableToCreateDBObjectException class with the specified settings. - - - - A string that specifies the type of the object that cannot be created. - - - - A string that specifies the name of the object. - - - - A string that specifies the name of the object's parent. - - - - An object that represents the inner error. - - - - - - - - Gets the name of the object that cannot be created. - - - The name of the object that cannot be created. - - - - - - - Gets the type of the object that cannot be created. - - - A string that specifies the type of the object that cannot be created. - - - - - - - Gets the name of the parent which contains the object that cannot be created. - - - The name of the parent. - - - - - - - - An exception that is thrown when an unexpected error occurs during the execution of a SQL statement. - - - - - - - Initializes a new instance of the SqlExecutionErrorException class with the specified settings. - - - - A string that specifies the SQL statement that raised the exception. - - - - A string that specifies the parameters for the SQL statement. - - - - An object that represents the inner error. - - - - - - - - Gets a string that represents the parameters for the current SQL statement. - - - - A string that represents the parameters for the SQL statement. - - - - - - - Gets the SQL statement that raised the exception. - - - A string that specifies the SQL statement which raised the exception. - - - - - - - - An exception that is thrown when the storage schema doesn't match the structure of persistent objects and the schema cannot be modified. - - - - - - - Initializes a new instance of the SchemaCorrectionNeededException class . - - - - A SQL statement or the name of the object that raised this exception. - - - - - - - - - Initializes a new instance of the SchemaCorrectionNeededException class. - - - - - - - - - - - - Initializes a new instance of the SchemaCorrectionNeededException class. - - - - - - - - - - - - - - - - A SQL statement or the name of an object that raised this exception. - - - A SQL statement or the name of an object that raised this exception. - - - - - - - - An exception that is thrown when a connection provider cannot identify the type of column to create a column in a data store. - - - - - - - Initializes a new instance of the PropertyTypeMappingMissingException class with the specified settings. - - - - The type of column that cannot be identified. - - - - - - - - Gets the type of column that cannot be identified. - - - The type of column that cannot be identified. - - - - - - - - An exception thrown because an attempt is made to modify a row in a database, but its version doesn't match the version of the row being posted. - - - - - - - Initializes a new instance of the class. - - - - - - - - - Represents the interface for objects that need to interact with SQL Server databases, - - - - - - - A object that specifies the connection to a data store, if the specified data store allows commands to be created. - - - - A object that specifies the connection to the data store, if the specified data store allows commands to be created. - - - - - - - - Creates a command if the data store allows commands to be created. - - - - A command that is executed when connected to a data store. - - - - - - - - Represents the update statement. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the UpdateStatement class with the specified settings. - - - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A UpdateStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current UpdateStatement object. - - - An integer value representing the hash code for the current object. - - - - - - - Returns a string representation of the UpdateStatement. - - - A string representing the UpdateStatement. - - - - - - - - Represents the result of a single select query to a data store. - - - - - - - Initializes a new instance of the SelectStatementResult class with the specified rows. - - - - An array of objects that will be represented as the collection's elements. - - - - - - - - Initializes a new instance of the SelectStatementResult class with the specified collection of rows. - - - - A collection of rows that will be copied to the collection being created. - - - - - - - - Initializes a new instance of the SelectStatementResult class. - - - - - - - - Initializes a new instance of the SelectStatementResult class with the specified collection of rows. - - - - An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. This value is assigned to the property. - - - - - - - - Creates a copy of the current SelectStatementResult instance. - - - A SelectStatementResult object which represents an exact copy of the current object. - - - - - - - An array of rows that represent the result of a single select query to a data store. Each row contains the values of the queried fields. To learn more, refer to How to: Access Data in SQL Query Results. - - - - - - - - - - Represents the select statement. - - - - - - - Initializes a new instance of the SelectStatement class with the specified settings. - - - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A SelectStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current SelectStatement object. - - - An integer value representing the hash code for the current object. - - - - - - - Specifies the grouping expression that is represented by a descendant. - - - - - - - - - Provides access to the that specifies the columns by which the result of the current SelectStatement should be grouped. - - - - A that specifies the columns by which the result of the current SelectStatement should be grouped. - - - - - - - - - Specifies the number of records to exclude from the query result. - - - - - - - - - Provides access to the collection. - - - A object that represents the collection of objects. - - - - - - - Specifies the maximum number of selected records. - - - - - - - - - Returns a string that represents the current object. - - - A that represents the current SelectStatement object. - - - - - - - - Represents the result of batch select queries made to a data store. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the SelectedData class with the specified settings. - - - - An array of objects that represent the result of select operations. - - - - - - - - The results of select query statements. To learn more, refer to How to: Access Data in SQL Query Results. - - - - - - - - - - Serves as the base class for classes that represent modification statements. - - - - - - - - Gets the collection of objects. - - - - - - - - - - Specifies the number of records to be modified. - - - - - - - - - Returns a string that represents the current object. - - - A that represents the current ModificationStatement object. - - - - - - - - Represents the result of an update operation on a data store. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the ModificationResult class. - - - - - - - - - - - - Initializes a new instance of the ModificationResult class. - - - - - - - - - - - - An array of identifiers. - - - - - - - - - - - Represents the insert statement. - - - - - - - Initializes a new instance of the InsertStatement class with the specified settings. - - - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A InsertStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current InsertStatement object. - - - An integer value representing the hash code for the current object. - - - - - - - Specifies the name of an identity column in a table. - - - - - - - - - Specifies the type of an identity column in a table. - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Returns a string representation of the InsertStatement. - - - A string representing the InsertStatement. - - - - - - - - Represents the delete statement. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the DeleteStatement class with the specified settings. - - - - A object that represents the table. - - - - A value that identifies the table. This value is assigned to the property. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A DeleteStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current DeleteStatement object. - - - An integer value representing the hash code for the current object. - - - - - - - Returns a string representation of the DeleteStatement. - - - A string representing the DeleteStatement. - - - - - - - - Enables operations performed by a specific object to be logged. - - - - - - - - - Initializes a new instance of the DataStoreLogger class with the specified settings. - - - - A object that represents a tracked data store. - - - - A object that will log data-aware operations performed on the tracked data store - - - - - - - - Gets a writer that logs the data-aware operations performed on the tracked data store. - - - - A object that logs the data-aware operations performed on the tracked data store - - - - - - - - - Serves as the base class for the classes that represent statements. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A BaseStatement object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current BaseStatement object. - - - An integer value representing the hash code for the current object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns the names of the tables that are referenced in the specified statements. - - - - - An array of descendants that represents statements. - - - An array of strings that specify the names of the tables that are referenced in the specified statements. - - - - - - - - Returns the names of the tables that are referenced in the statement. - - - - An array of strings that specify the names of the tables that are referenced in the statement. - - - - - - - - The collection of operands. - - - - - - - - - - The interface for objects that need to interact with a data store. - - - - - - - When implemented by a class, returns which operations are performed when a data store is accessed for the first time. - - - An value that specifies which operations are performed when a data store is accessed for the first time. - - - - - - - Updates data in a data store using the specified modification statements. - - - - An array of data modification statements. - - - The result of the data modifications. - - - - - - - When implemented by a class, fetches data from a data store using the specified query statements. - - - - An array of statements to obtain data from the data store. - - - Data retrieved from the data store. - - - - - - - When implemented by a class, updates the storage schema according to the specified class descriptions. - - - - true if the schema should not be created if the table that corresponds to the first item in the tables array doesn't exist in the data store. - - - - An array of tables whose structure should be saved in the data store. - - - An value that specifies the result of the update operation. - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ChooseReportTypePage<TModel> class with the specified view. - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Represents a sorting column in a query. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the name of the sorted column in a query. - - - - A value that specifies the alias name of the table in the query. - - - - A enumeration value which specifies the column's sort order. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified property and sort direction. - - - - A descendant representing the query operand that identifies the sorted column in a query. This value is assigned to the property. - - - - A enumeration value which specifies the column's sort order. This value is assigned to the property. - - - - - - - - Initializes a new class with default settings. - - - - - - - - Gets or sets the column's sort order. - - - A enumeration value which specifies the column's sort order. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A SortingColumn object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current SortingColumn object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets or set the query operand that identifies the sorted column in a query. - - - A descendant representing the query operand that identifies the sorted column in a query. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the class. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A QuerySortingCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current QuerySortingCollection object. - - - - An integer value representing the hash code for the current object. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes and populates a new instance of the class. - - - - An array of objects that are added to the collection. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A QueryParameterCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current QueryParameterCollection object. - - - - An integer value representing the hash code for the current object. - - - - - - - Returns a string representation of the QueryParameterCollection. - - - A string representing the QueryParameterCollection. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the class. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A QueryOperandCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current QueryOperandCollection object. - - - - An integer value representing the hash code for the current object. - - - - - - - - Represents a query operand. - - - - - - - Initializes a new instance of the class with the specified column name and alias name. - - - - A value that specifies the column's name. This value is assigned to the field. - - - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified column and alias name. - - - - A object representing the column that the query operand corresponds to. The name of this column is assigned to the property. - - - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - - - - - - - - Initializes a new instance of the QueryOperand class with the specified settings. - - - - A value that specifies the column's name. This value is assigned to the field. - - - - A value that specifies the alias name of the table in a query. This value is assigned to the field. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current QueryOperand instance. - - - A QueryOperand object which represents an exact copy of the current object. - - - - - - - Specifies the column's name - - - - - - - - - The column type. - - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A QueryOperand object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current QueryOperand object. - - - - An integer value representing the hash code for the current object. - - - - - - - Specifies the alias name of the table in a query. - - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the class. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A JoinNodeCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current JoinNodeCollection object. - - - - An integer value representing the hash code for the current object. - - - - - - - Returns a string that represents the current object. - - - A that represents the current JoinNodeCollection object. - - - - - - - - Serves as a base for the class. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class with default settings. - - - - A object that represent the table. - - - - A value that identifies the table. This value is assigned to the property. - - - - A enumeration value that specifies the join's type. This value is assigned to the property. - - - - - - - - A value that identifies the table. - - - - - - - - - - - - - - - - - - - - - - Specifies the criteria expression. - - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A JoinNode object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Returns the column with the specified name. - - - - A value that specifies the column's name. - - - A object that represents the table column. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current JoinNode object. - - - - An integer value representing the hash code for the current object. - - - - - - - Provides access to the collection of sub nodes that is represented by a object. - - - - - - - - - - - - - - - - - Returns a string that represents the current object. - - - A that represents the current JoinNode object. - - - - - - - A enumeration value that specifies the join's type. - - - - - - - - - - An abstract base class for , and . - - - - - - - Specifies a collection of strings that are the names of the columns comprising the DBTableMultiColumnGadget object. In the descendant class, these columns are primary keys. In , these are foreign keys. In , these are columns comprising the index. - - - - - - - - - This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - A table that stores a persistent object's data. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified name. - - - - A value that specifies the table's name. This value is assigned to the property. - - - - - - - - Appends a column to the collection. - - - - A object that represents the column to be added to the collection. - - - - - - - - Appends a object to the collection. - - - - A object to be added to the collection. - - - - - - - - Appends a object to the collection. - - - - A object to be added to the collection. - - - - - - - - Provides access to the current DBTable's column collection. - - - A list of objects that represent the columns defined in the current DBTable. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A DBTable object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Provides access to the current DBTable's foreign keys collection. - - - A list of objects that represent the foreign keys defined in the current DBTable. - - - - - - - Creates a new column with the specified name and appends it to the collection. - - - - A value that specifies the column's name. This value is assigned to the property. - - - A object that represents the new column. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current DBTable object. - - - - An integer value representing the hash code for the current object. - - - - - - - Provides access to the current DBTable's indexes collection. - - - A list of objects that represent the indexes defined for the current DBTable. - - - - - - - Indicates whether the collection contains the specified object. - - - - A object to locate in the collection. - - - true if the collection contains the specified object; otherwise, false. - - - - - - - Indicates whether the collection contains the specified object. - - - - A object to locate in the collection. - - - true if the collection contains the specified object; otherwise, false. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Specifies the table's name. - - - A value that specifies the table's name. - - - - - - - Specifies a object that represents a primary keys for the table. The primary key must be unique to identify the record in the table. It's also possible to have a table with a primary key made up of two or more columns. - - - - - - - - - - - - - - - - - - The primary key of a table. - - - - - - - Initializes a new instance of the class with the specified columns that function as primary keys for a table. - - - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the class with the specified name and columns that function as primary keys for a table. - - - - A value that is assigned to the property. - - - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - - For internal use. An index of a table. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that is assigned to the property. - - - - A collection of strings that identify columns that function as primary keys for a table. This value is assigned to the property. - - - - - true if the index must be unique; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A collection of strings that identify the columns that function as primary keys for a table. This value is assigned to the property. - - - - - true if the index must be unique; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - true if the index must be unique; otherwise, false. If the IsUnique field is set to true, an exception will be thrown when assigning an index that isn't unique. - - - - - - - - - - - The foreign key of a table. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A collection of strings that specify the names of columns that function as foreign keys for a table. This value is assigned to the property. - - - - A value that specifies the name of a primary key table. This value is assigned to the field. - - - - A collection of strings that specify the names of columns that function as primary keys for a table. This value is assigned to the field. - - - - - - - - Specifies the name of a primary key table. - - - - - - - - - A collection of strings that specify the names of columns that function as primary keys for a table. - - - - - - - - - - The schema of a column in a . - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the DBColumn class with the specified settings. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Specifies the column's type. - - - - - - - - - - - - - - - - - Specifies the name of the column data type. - - - - - - - - - - - - - - - - - Gets the column type of the specified runtime type. - - - - A object that represents the exact runtime type. - - - A enumeration value that corresponds to the specified runtime type. - - - - - - - Gets the column type of the specified runtime type. - - - - A object that represents the exact runtime type. - - - - true to return the DBColumnType.Unknown value if the specified type cannot be identified; false to raise the exception. - - - A DevExpress.Xpo.DB.DBColumnType enumeration value that corresponds to the specified runtime type. - - - - - - - Gets the runtime type of the specified column type. - - - - One of the enumeration values. - - - A object that represents the exact runtime type of the specified column type. - - - - - - - true if the value of the column increments automatically; otherwise, false. The default value is false. - - - - - - - - - true if the column is the key column; otherwise, false. - - - - - - - - - - - - - - - - - Indicates whether values of the specified column type can be saved to a database. - - - - One of the enumeration values. - - - true if values of the specified column type can be saved to a database; otherwise, false. - - - - - - - Indicates whether values of the specified runtime type can be saved to a database. - - - - A object that represents the exact runtime type. - - - true if values of the specified type can be saved to a database; otherwise, false. - - - - - - - Specifies the column's name. - - - - - - - - - - The maximum length of a text column. This is ignored for non-text columns. - - - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the CriteriaOperatorCollection class. - - - - - - - - Initializes a new instance of the CriteriaOperatorCollection class with a specified initial capacity. - - - - The number of elements that the new CriteriaOperatorCollection can initially store. - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A CriteriaOperatorCollection object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current CriteriaOperatorCollection object. - - - - An integer value representing the hash code for the current object. - - - - - - - Returns a string that represents the current object. - - - A that represents the current CriteriaOperatorCollection object. - - - - - - - - Lists the values that specify the result of the data store schema update operation. - - - - - - - Indicates that the table that corresponds to the first item doesn't exist in the data store. - - - - - - - - Indicates that the database schema exists. - - - - - - - - - Lists the values that specify the sort order. - - - - - - - A property (column) is sorted in ascending order. - - - - - - - - A property (column) is sorted in descending order. - - - - - - - - - Lists the values that specify the join type. - - - - - - - Represents an inner join. Inner joins (also known as equijoins) are used to combine information from two or more tables. - - - - - - - - - Includes all the records in which the linked field value in both tables is an exact match and every record in the primary for which there is no match. - - - - - - - - - Lists the values that specify the action which is performed when a session is connected to a data store. - - - - - - - A session will try to automatically create the database if it doesn't exist. It will also create or update the database schema for any persistent classes currently being used. - - - - - - - - - A session will not automatically create the database or update the database schema. The database schema is still queried and checked to match the currently used persistent class metadata. - - - - - - - - - A session will never query the database for schema to validate against persistent class metadata. This will suppress the SchemaCorrectionNeededException, but a database error may occur during data operations if the schema is not compatible with run-time persistent classes metadata. - - - - - - - - - A session will automatically create or update the database schema for the persistent classes currently being used. If the database doesn't exist, it won't be created by a session. - - - - - - - - - - An exception that is thrown when a specific property that is used in a specific expression cannot be resolved. - - - - - - - Initializes a new instance of the InvalidPropertyPathException class. - - - - A string that specifies the error description. - - - - - - - - - An exception that is thrown when a string that represents criteria cannot be parsed. - - - - - - - Initializes a new instance of the CriteriaParserException class. - - - - A string that specifies the error description. - - - - - - - - Initializes a new instance of the CriteriaParserException class. - - - - A string that specifies the error description. - - - - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. This value is used to initialize the property. - - - - A value of the CriteriaLexer.Col property that specifies the column where an exception occured. This value is used to initialize the property. - - - - - - - - The value of the CriteriaLexer.Col property that specifies the column where an exception occured. - - - The value of the CriteriaLexer.Col property that specifies the column where an exception occured. - - - - - - - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. - - - A value of the CriteriaLexer.Line property that specifies the line where an exception occured. - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - An unary operator which performs an operation on only one expression. - - - - - - - Initializes a new instance of the class with the specified operand and operator type. - - - - A enumeration value which specifies the type of the unary operator. This value is assigned to the property. - - - - A object which represents the operand. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value which specifies the type of the unary operator. This value is assigned to the property. - - - - A value which specifies the property's name. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current UnaryOperator instance. - - - A UnaryOperator object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An UnaryOperator object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current UnaryOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - A object which represents the operand. - - - - - - - - - An enumeration value which specifies the type of the unary operator. - - - - - - - - - - - - A value operand in criteria expressions. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified value. - - - - The value for the operand. This value is assigned to the property. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current OperandValue instance. - - - An OperandValue object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An OperandValue object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current OperandValue object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets or sets a value for the operand. - - - The value for the operand. - - - - - - - Gets or sets the current operand's formatted value. - - - An object that represents the current operand's formatted value. - - - - - - - - An object property operand in criteria expressions. - - - - - - - Initializes a new instance of the class with the specified property name. - - - - A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. and will be assigned to the property. - - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current OperandProperty instance. - - - An OperandProperty object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An OperandProperty object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current OperandProperty object. - - - - An integer value representing the hash code for the current object. - - - - - - - For internal use only. - - - - - - - - - - - - - - - - Gets or sets a property name. - - - A value that specifies the name of the property. It can be a path through object relationships (e.g. "Employer.DefaultAddress.City"). This value is case-sensitive. - - - - - - - - Represents an operator which compares a persistent object's property value with a null reference (Nothing in Visual Basic). - - - - - - - Initializes a new instance of the class with the specified property name. - - - - A value which specifies the name of the property to check for null (Nothing in Visual Basic). - - - - - - - - Initializes a new instance of the class with the specified criteria operand. - - - - An object which represents the criteria expression. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - - Represents a logical NOT operation which is performed on the operand. - - - - - - - Initializes a new instance of the class with the specified operand. - - - - A descendant which represents the operand that the logical inversion is applied to. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - - An operator which determines if a value matches any value in a specified list. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the InOperator class with the specified settings. - - - - A object which represents the expression to test. - - - - An array of objects that represent expressions to test for a match. - - - - - - - - Initializes a new instance of the InOperator class with the specified settings. - - - - A object which represents the expression to test. - - - - An array of objects that represent expressions to test for a match. - - - - - - - - Initializes a new instance of the InOperator class with the specified settings. - - - - A value which specifies the property name. - - - - An array of objects that represent expressions to test for a match. - - - - - - - - Initializes a new instance of the InOperator class with the specified settings. - - - - A value which specifies the property name. - - - - A collection of expressions to test for a match. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current InOperator instance. - - - An InOperator object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An InOperator object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current InOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets or sets the expression which is tested to see if it matches any value in the list. - - - - A object which represents the expression to test. - - - - - - - Provides access to the object that represents a collection of the operands used to construct the current InOperator. - - - A object that represents a collection of the operands used to construct the current InOperator. - - - - - - - - A logical expression which groups two or more operands with a logical AND or OR. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value that specifies the type of the group operator. This value is assigned to the property. - - - - An array of objects that represent operands. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified operands. - - - - An array of the objects that represent operands. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GroupOperator with the specified parameters. - - - - A enumeration value that specifies the type of the group operator. This value is assigned to the property. - - - - An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current GroupOperator instance. - - - A GroupOperator object which represents an exact copy of the current object. - - - - - - - Returns the expression which groups two operands with logical AND or OR. - - - - A enumeration value that specifies the type of the group operator. - - - - A object which represents the first operand. - - - - A object which represents the second operand. - - - A object representing the expression which groups two operands. - - - - - - - Returns the expression which groups the specified operands with logical AND or OR. - - - - A enumeration value that specifies the type of the group operator. - - - - An array of objects that represent operands. - - - A object representing the expression which groups the specified operands. - - - - - - - Returns the expression which groups the specified operands with logical AND or OR. - - - - A enumeration value that specifies the type of the group operator. - - - - A list of operands to be grouped. - - - A object representing the expression which groups the specified operands. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A GroupOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current GroupOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - Provides access to the object that represents a collection of the operands used to construct the current GroupOperator. - - - A object that represents a collection of the operands used to construct the current GroupOperator. - - - - - - - Specifies the type of the group operator. The available types are enumerated in the enumeration. - - - - - - - - - - A function operator based on a . - - - - - - - Initializes a new instance of the FunctionOperator class with the default settings. - - - - - - - - Initializes a new instance of the FunctionOperator class with the default settings. - - - - A value that specifies the type of function. This value is used to initialize the property. - - - - An array of objects that specify the operands required by the selected function. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the FunctionOperator class. - - - - - - - - - - - - - - - - Initializes a new instance of the FunctionOperator class with the specified parameters. - - - - A enumeration value that specifies the type of function. This value is used to initialize the property. - - - - An object that implements the IEnumerable interface and represents a collection of objects which specify the operands required by the selected function. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the FunctionOperator class with the specified settings. - - - - A value, specifying the name of the custom function. - - - - A collection of the objects. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current FunctionOperator instance. - - - A FunctionOperator object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A FunctionOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current FunctionOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - This method is intended for internal use. - - - - - - - - - - - - - - Provides access to the object that represents a collection of the operands used to construct the current FunctionOperator. - - - A object that represents a collection of the operands used to construct the current FunctionOperator. - - - - - - - Represents the function type. - -The operands are specified by the property and these can be initialized in the constructor. Each operand represents an instance of the class descendant, the number of operands depends on the function type. - - - - A value that specify the function type. - - - - - - - - Provides the abstract (MustInherit in Visual Basic) base class for criteria operators. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns the expression which groups two operands with logical AND. - - - - A object which represents the first operand. - - - - A object which represents the second operand. - - - A object representing the expression which groups two operands with logical AND. - - - - - - - Returns the expression which groups the specified operands with logical AND. - - - - An array of objects that represent operands. - - - A object representing the expression which groups the specified operands with logical AND. - - - - - - - Returns the expression which groups the specified operands with logical AND. - - - - A list of operands to be grouped. - - - A object representing the expression which groups the specified operands with logical AND. - - - - - - - Creates a copy of the specified object. - - - - An object to clone. - - - An object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is a null reference. - - - - - - - Creates a copy of the specified object. - - - - A object to clone. - - - A object which represents an exact copy of the specified object. null (Nothing in Visual Basic) if the specified object is null reference. - - - - - - - This method is intended for internal use. - - - - - - - - - - - - - - - - - - Returns the number of custom functions registered in an application via the and method calls. - - - An integer value which specifies the number of elements in a collection returned by the function. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Searches custom functions registered in an application via the and method calls for a function with a specified name. - - - - The name of a custom function to search. You specify a custom function's name by implementing the property. - - - An object that corresponds to the functionName, if found; otherwise, null (Nothing in Visual Basic). - - - - - - - Returns custom functions registered in an application via the and method calls. - - - A object containing all custom functions registered via the methods mentioned above. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current CriteriaOperator object. - - - An integer value representing the hash code for the current object. - - - - - - - For internal use only. - - - - - - - - - - - For internal use only. - - - - - - - - - - - Returns the string representation of the criteria specified by the current CriteriaOperator instance. - - - A string equivalent of the current CriteriaOperator instance. - - - - - - - Returns the string representation of a specified criteria. - - - - A instance specifying the criteria used to convert to a string equivalent. - - - A string equivalent of the criteria. - - - - - - - Returns an instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. - - - An instance of the that represents the criterion resulting from the logical inversion of the criterion the current CriteriaOperator represents. - - - - - - - Returns the expression which groups the specified operands with logical OR. - - - - An array of objects that represent operands. - - - A object representing the expression which groups the specified operands with logical OR. - - - - - - - Returns the expression which groups two operands with logical OR. - - - - A object which represents the first operand. - - - - A object which represents the second operand. - - - A object representing the expression which groups two operands with logical OR. - - - - - - - Returns the expression which groups the specified operands with logical OR. - - - - A list of operands to be grouped. - - - A object representing the expression which groups the specified operands with logical OR. - - - - - - - Converts the specified string, specifying an expression, to its equivalent. - - - - A value, that is the expression to convert. - - - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. - - - - A equivalent to the expression contained in criteria. - - - - - - - Converts the specified string, specifying an expression, to its equivalent. - - - - A value, that is the expression to convert. - - - - [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. - - - - A equivalent to the expression contained in criteria. - - - - - - - Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. - - - - - A value that represents the expressions to convert. The expressions are divided by a semicolon. - - - - [out] Receives the values that are substituted into the expression in place of question mark characters. These parameters can be omitted. - - - - An array of equivalents to the expressions contained in criteriaList. - - - - - - - Converts the specified string representation of expressions that are divided by a semicolon into their equivalents. - - - - - A value that represents the expressions to convert. The expressions are divided by a semicolon. - - - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. - - - - An array of equivalents to the expressions contained in criteriaList. - - - - - - - Registers a specified custom function to use in any CriteriaOperator-based criteria in your application. - - - - An object specifying a custom function to register. - - - - - - - - Registers specified custom functions to use in any CriteriaOperator-based criteria in your application. - - - - A collection of objects specifying custom functions to register. - - - - - - - - Converts the specified expression into its equivalent string in VB style. - - - - - A object that represents the expression to convert. - - - - [out] Receives the values that are marked by a question mark character in the result string. - - - - A string representation of the specified expression. - - - - - - - Converts the specified expression into its equivalent string in VB style. - - - - - A object that represents the expression to convert. - - - A string representation of the specified expression. - - - - - - - Converts the specified expression into its equivalent string in C# style. - - - - - A object that represents the expression to convert. - - - - [out] Receives the values that are marked by a question mark character in the result string. - - - - A string representation of the specified expression. - - - - - - - Converts the specified expression into its equivalent string in C# style. - - - - - A object that represents the expression to convert. - - - A string representation of the specified expression. - - - - - - - Converts the current expression into its VB equivalent string. - - - - A string representation of this expression. - - - - - - - Converts the specified expression into its equivalent string in VB style. - - - - - A object that represents the expression to convert. - - - - [out] Receives the values that are marked by question mark character in the result string. - - - A string representation of the specified expression. - - - - - - - Converts the specified expression into its equivalent string in VB style. - - - - - A object that represents the expression to convert. - - - A string representation of the specified expression. - - - - - - - Tries to convert the specified string representation of an expression to its equivalent. - - - - - A value that represents the expression to convert. - - - - The values that are substituted into the expression in place of question mark characters. These parameters can be omitted. - - - A equivalent to the expression contained in criteria. - - - - - - - Unregisters a specified custom function from use in any CriteriaOperator-based criteria in your application. - - - - An object instance specifying a custom function to unregister. - - - true if the customFunction has successfully been removed from a collection returned by the function; otherwise, false. - - - - - - - Unregisters a custom function with a specified name from use in any CriteriaOperator-based criteria in your application. - - - - The name of a custom function to unregister. - - - true if a custom function whose name matches the functionName has successfully been removed from a collection returned by the function; otherwise, false. - - - - - - - Occurs when restoring a serialized criteria operator that references a user object. - - - - - - - - Occurs when serializing a criteria operator that references a user object. - - - - - - - - - An operator which checks if a collection contains at least one object matching a specific criteria. - - - - - - - Initializes a new instance of the class with the specified property and criteria expression. - - - - A value which identifies the property whose values will be searched. - - - - - A object that represents a search criteria. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified property operand and criteria expression. - - - - An object which represents the property operand in the criteria expression. - - - - A object which represents the search criteria. - - - - - - - - - - A logical expression which consists of a operation between two operands. - - - - - - - Initializes a new instance of the class with the specified left and right operands and binary operator type. - - - - A descendant which represents the expression for the first operand. This value is assigned to the property. - - - - A descendant which represents the expression for the second operand. This value is assigned to the property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BinaryOperator class. - - - - - - - - Initializes a new instance of the class. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - An value to compare with the values of the specified property. - - - - - - - - - Initializes a new instance of the class with the specified type of the binary operator. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - - An value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to values. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to values. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to integer values. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to an array of values. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - An array of values to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class which is used to compare the values of the specified property to the value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of the binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified integer value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified values. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - An array of values to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified type of binary operator. This binary operator is used to compare the values of the specified property to the specified value. - - - - A value which specifies the name of the property whose values are compared to the value. - - - - The value to compare with the values of the specified property. - - - - A enumeration value which specifies the type of the binary operator. This value is assigned to the property. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates a copy of the current BinaryOperator instance. - - - A BinaryOperator object which represents an exact copy of the current object. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A BinaryOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current BinaryOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - The left operand. - - - - - - - - - Gets the type of the binary operator. - - - A enumeration value which specifies the type of the binary operator. - - - - - - - The right operand. - - - - - - - - - - An operator which determines whether a criteria expression lies between the specified range of values. - - - - - - - Initializes a new instance of the class with the specified property name and the specified range of values. - - - - A value which specifies the name of the property whose values are tested. - - - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified property and the specified range of values. - - - - A value which identifies the property whose values are tested. - - - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified property and the specified range of values. - - - - A descendant which represents the expression that identifies the property whose values are tested. - - - - A descendant which represents the expression for the lower value in the range. This value is assigned to the property. - - - - A descendant which represents the expression for the upper value in the range. This value is assigned to the property. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets the expression for the first operand. - - - A descendant which represents the expression for the lower value in the range. - - - - - - - Creates a copy of the current BetweenOperator instance. - - - A BetweenOperator object which represents an exact copy of the current object. - - - - - - - Gets the expression for the second operand. - - - A descendant which represents the expression for the upper value in the range. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - - A BetweenOperator object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current BetweenOperator object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets the expression for the first (left) operand. - - - A descendant which represents the expression for the lower value in the range. - - - - - - - Gets or sets the test expression. - - - A descendant which represents the test expression. - - - - - - - Gets the expression for the second (right) operand. - - - A descendant which represents the expression for the upper value in the range. - - - - - - - Gets or sets the test expression. - - - A descendant which represents the test expression. - - - - - - - - An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.) - - - - - - - Initializes a new instance of the class. - - - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value which specifies the name of the collection property. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - A value which specifies the name of the persistent property of the object from the property collection. - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - An object which represents the collection property. This value is assigned to the property. - - - - A object which represents the aggregated expression. This value is assigned to the property. - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified collection property and operator type. - - - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value which specifies the name of the collection property whose values are used to calculate the aggregate expression. It can be represented by a path through object relationships, for example "Employer.Addresses". - - - - - - A value which specifies the name of the persistent property of the object from the property collection. - - - - An enumeration value which specifies the type of the aggregate operator. This value is assigned to the property. - - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - Gets or sets the aggregated expression. - - - A object which represents the aggregated expression. - - - - - - - Gets or sets the type of the aggregate operator. - - - An enumeration value which specifies the type of the aggregate operator. - - - - - - - Creates a new AggregateOperand which returns the average of values calculated by the given aggregate expression. This expression is evaluated against elements of the that match the specified . - - - - - - - A object which specifies the aggregate expression. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a copy of the current AggregateOperand instance. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Gets or sets a collection property whose elements are used to calculate an aggregate expression. - - - - An object which represents the collection property. - - - - - - - Gets or sets the filter criteria which is applied to values. - - - A object which represents the filter criteria. null (Nothing in Visual Basic) if the filter criteria isn't needed. - - - - - - - Creates a new AggregateOperand which returns the count of elements that match the . - - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a new AggregateOperand which returns the count of elements that match the . - - - - A object which specifies the aggregate expression. This parameter may be ignored in certain circumstances. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - An AggregateOperand object to compare with the current object. - - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Creates a new AggregateOperand which determines whether or not the count of elements that match the is greater than zero. - - - - A object which specifies the aggregate expression. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a new AggregateOperand which determines whether or not the count of elements that match the is greater than zero. - - - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current AggregateOperand object. - - - - An integer value representing the hash code for the current object. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - true if the is null reference; otherwise, false. - - - - - - - Creates a new AggregateOperand which returns the maximum of the values calculated by the given aggregate expression. This expression is evaluated against elements of the that match the specified . - - - - A object which specifies the aggregate expression. This parameter may be ignored in certain circumstances. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a new AggregateOperand which returns the minimum of the values calculated by the given aggregate expression. This expression is evaluated against elements of the that match the specified . - - - - - - A object which specifies the aggregate expression. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a new AggregateOperand which returns the single object from the that matches the specified . The collection must be empty or contain exactly one object. - - - - - A object which specifies the aggregate expression. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - Creates a new AggregateOperand which returns the sum of values calculated by the given aggregate expression. This expression is evaluated against elements of the that match the specified . - - - - A object which specifies the aggregate expression. - - - An AggregateOperand object which calculates an aggregate expression. - - - - - - - - Enumerates unary operator types. - - - - - - - Represents the bitwise NOT operator. - - -To create the bitwise NOT operator using the method use the following syntax: - - -CriteriaOperator.Parse("~Field1") - - - - - - - - Represents the operator which determines whether or not a given expression is NULL. - - -To create the is-null operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 IS NULL") - - - - - - - - Represents the unary negation (-) operator. - - -To create the unary negation operator using the method use the following syntax: - - -CriteriaOperator.Parse("-Field1 = -10") - - - - - - - - Represents the logical NOT. - - -To create the logical NOT operator using the method use the following syntax: - - -CriteriaOperator.Parse("NOT ((Field1 = A) OR (Field1 = B))") - - - - - - - - Represents the unary plus (+) operator. - - - - - - - - - Enumerates function types that can be used by the operators. - - - - - - - Returns the absolute value of a specified numeric operand. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the Abs operator using the method, use the following syntax: CriteriaOperator.Parse("Abs(Field1)"). - - - - - - - - Returns the angle (in radians) whose cosine is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Acos operator using the method, use the following syntax: CriteriaOperator.Parse("Acos(Field1)"). - - - - - - - - Returns a object representing the date that is a specified number of days from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in days) from the original date. This number can be negative or positive. Its decimal part is part of a day. - -To create the AddDays operator using the method use the following syntax: CriteriaOperator.Parse("AddDays(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of hours from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in hours) from the original date. This number can be negative or positive. Its decimal part is part of an hour. - -To create the AddHours operator using the method use the following syntax: CriteriaOperator.Parse("AddHours(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of milliseconds from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in milliseconds) from the original date. This number can be negative or positive. Its decimal part is part of a millisecond. - -To create the AddMilliSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddMilliseconds(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of minutes from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in minutes) from the original date. This number can be negative or positive. Its decimal part is part of a minute. - -To create the AddMinutes operator using the method use the following syntax: CriteriaOperator.Parse("AddMinutes(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of months from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in months) from the original date. This number can be negative or positive. - -To create the AddMonths operator using the method use the following syntax: CriteriaOperator.Parse("AddMonths(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of seconds from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in seconds) from the original date. This number can be negative or positive. Its decimal part is part of a second. - -To create the AddSeconds operator using the method use the following syntax: CriteriaOperator.Parse("AddSeconds(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of ticks from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in 100-nanosecond ticks) from the original date. This number can be negative or positive. - -To create the AddTicks operator using the method use the following syntax: CriteriaOperator.Parse("AddTicks(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified time period from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - a object representing the time period from the original date. - -To create the AddTimeSpan operator using the method use the following syntax: CriteriaOperator.Parse("AddTimeSpan(Field1, Field2)"). - - - - - - - - Returns a object representing the date that is a specified number of years from a specific date. - -The operands should be defined as follows: - -1 - a object representing the original date; -2 - the time period (in years) from the original date. This number can be negative or positive. - -To create the AddYears operator using the method use the following syntax: CriteriaOperator.Parse("AddYears(Field1, Field2)"). - - - - - - - - Returns the ASCII code of the first character in a specified string operand. - -If a specified operand represents an empty string, null is returned. - -To create the Ascii operator using the method, use the following syntax: CriteriaOperator.Parse("Ascii(Field1)"). - - - - - - - - Returns the angle (in radians) whose sine is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Asin operator using the method, use the following syntax: CriteriaOperator.Parse("Asin(Field1)"). - - - - - - - - Returns the angle (in radians) whose tangent is a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Atn operator using the method, use the following syntax: CriteriaOperator.Parse("Atn(Field1)"). - - - - - - - - Returns the angle (in radians) whose tangent is the quotient of two specified numeric operands. - -The operator requires two operands representing the Cartesian coordinates (x, y) of a point: -1 - the y coordinate; -2 - the x coordinate. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -To create the Atn2 operator using the method use the following syntax: CriteriaOperator.Parse("Atn2(y, x)"). - - - - - - - - Calculates the product of two specified numeric operands. -The operator requires two operands representing the integer values to be multiplied. - -If the specified operands do not represent integer values, the System.NotSupportedException is thrown. - -To create the BigMul operator using the method, use the following syntax: CriteriaOperator.Parse("BigMul(Field1, Field2)"). - - - - - - - - Returns the smallest integer greater than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward positive infinity. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the Ceiling operator using the method, use the following syntax: CriteriaOperator.Parse("Ceiling(Field1)"). - - - - - - - - Converts a specified numeric operand to a Unicode character. - -If a specified operand cannot be converted to a decimal or integer number, the System.NotSupportedException is thrown. - -To create the Char operator using the method, use the following syntax: CriteriaOperator.Parse("Char(Field1)"). - - - - - - - - Returns the index of the first occurrence of a specified substring in a specified string. - -The operands should be defined as follows: - -1 - a substring to search for; -2 - a string to be searched in; -3 - (optional) an integer that specifies the zero-based index at which the search starts. If this operand is not specified, the search begins from the start of the string; -4 - (optional) an integer that specifies the number of characters to examine, starting from the specified position. If this operand is not specified, the search continues until the end of the string. - -This function performs a word (case-sensitive and culture-sensitive) search using the current culture. If a specified substring is found, the function returns its index. Otherwise, -1 is returned. - -To create the CharIndex operator using the method, use the following syntax: CriteriaOperator.Parse("CharIndex(Field1, Field2)"), CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3)"), or CriteriaOperator.Parse("CharIndex(Field1, Field2, Field3, Field4)"). - - - - - - - - - Concatenates one or more strings. - - - - - - - - Returns True if one string occurs within another string; otherwise, False is returned. - -This function requires two string operands: - -1 - a string to be searched; -2 - a substring to search. - - -To create the Contains operator using the method use the following syntax: -CriteriaOperator.Parse("Contains(String, SubString)"); - - - - - - - - - Returns the cosine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Cos operator using the method, use the following syntax: CriteriaOperator.Parse("Cos(Field1)"). - - - - - - - - Returns the hyperbolic cosine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Cosh operator using the method, use the following syntax: CriteriaOperator.Parse("Cosh(Field1)"). - - - - - - - - Identifies a custom operation. This operation is executed on the client side if its operands represent constants. A custom operation is executed on the server side only if its operands cannot be evaluated locally. To learn how to implement custom operators, refer to the How to: Implement a Custom Criteria Language Operator topic. -The eXpress Persistent Objects framework provides two custom function operators - and . - - - - - - - - Identifies a custom nondeterministic operation. -Unlike a standard custom operation, a custom nondeterministic operation is always executed on the server side, regardless of whether its operands are constants. -Refer to the How to: Implement a Custom Criteria Language Operator topic, to learn how to implement custom operators. - - - - - - - - Returns the count of day boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffDay operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffDay(StartDate, EndDate)"). - - - - - - - - - Returns the count of hour boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffHour operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffHour(StartDate, EndDate)"). - - - - - - - - - Returns the count of millisecond boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffMilliSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMilliSecond(StartDate, EndDate)"). - - - - - - - - - Returns the count of minute boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffMinute operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMinute(StartDate, EndDate)"). - - - - - - - - - Returns the count of month boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffMonth operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffMonth(StartDate, EndDate)"). - - - - - - - - - Returns the count of second boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffSecond operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffSecond(StartDate, EndDate)"). - - - - - - - - - Returns the count of tick boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffTick operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffTick(StartDate, EndDate)"). - - - - - - - - - Returns the count of year boundaries crossed between the specified starting date and ending date. - -The operands should be defined as follows: - -1 - a object representing the starting date; -2 - a object representing the ending date. - -To create the DateDiffYear operator using the method, use the following syntax: CriteriaOperator.Parse("DateDiffYear(StartDate, EndDate)"). - - - - - - - - - Returns True if the end of one string matches another string; otherwise, False is returned. - -This function requires two string operands: - -1 - a string to be searched; -2 - a substring to search at the end of the first string. - - -To create the EndsWith operator using the method use the following syntax: -CriteriaOperator.Parse("EndsWith(String, SubString)"); - - - - - - - - - Returns the number e raised to the power specified by a numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -Exp reverses . Use the operand to calculate powers of other bases. - -To create the Exp operator using the method use the following syntax: CriteriaOperator.Parse("Exp(Field1)"). - - - - - - - - Returns the largest integer less than or equal to a specified numeric operand. The rounding provided by this operator is called rounding toward negative infinity. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the Floor operator using the method, use the following syntax: CriteriaOperator.Parse("Floor(Field1)"). - - - - - - - - Returns the date part of a specified date. - -This operator requires an operand of the type. - -The return value represents a object with the same date part, and the time part set to 00:00:00. - -To create the GetDate operator using the method use the following syntax: CriteriaOperator.Parse("GetDate(Field1)"). - - - - - - - - Gets the day part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 1 and 31. - -To create the GetDay operator using the method use the following syntax: CriteriaOperator.Parse("GetDay(Field1)"). - - - - - - - - Gets a specified date's day of the week. - -This operator requires an operand of the type. - -The return value represents a equivalent of a enumerated constant representing a day of the week. - -To create the GetDayOfWeek operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfWeek(Field1)"). - - - - - - - - Gets a specified date's day of the year. - -This operator requires an operand of the type. - -The return value ranges between 1 and 366. - -To create the GetDayOfYear operator using the method use the following syntax: CriteriaOperator.Parse("GetDayOfYear(Field1)"). - - - - - - - - Gets the hour part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 23. - -To create the GetHour operator using the method use the following syntax: CriteriaOperator.Parse("GetHour(Field1)"). - - - - - - - - Gets the milliseconds part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 999. - -To create the GetMilliSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetMilliSecond(Field1)"). - - - - - - - - Gets the minute part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 59. - -To create the GetMinute operator using the method use the following syntax: CriteriaOperator.Parse("GetMinute(Field1)"). - - - - - - - - Gets the month part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 1 and 12. - -To create the GetMonth operator using the method use the following syntax: CriteriaOperator.Parse("GetMonth(Field1)"). - - - - - - - - Gets the seconds part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 0 and 59. - -To create the GetSecond operator using the method use the following syntax: CriteriaOperator.Parse("GetSecond(Field1)"). - - - - - - - - Gets the time part of a specified date. - -This operator requires an operand of the type. - -The return value represents a object that is equal to the number of 100-nanosecond ticks that have elapsed since midnight. - -To create the GetTimeOfDay operator using the method, use the following syntax: CriteriaOperator.Parse("GetTimeOfDay(Field1)"). - - - - - - - - - Gets the year part of a specified date. - -This operator requires an operand of the type. - -The return value ranges between 1 and 9999. - -To create the GetYear operator using the method use the following syntax: CriteriaOperator.Parse("GetYear(Field1)"). - - - - - - - - Returns one of two values depending upon the value of a logical expression. - - -The function requires three operands of the class: - - - -1 - determines the logical expression; - - -2 - specifies the value that will be returned if the logical expression evaluates to TRUE; - - -3 - specifies the value that will be returned if the logical expression evaluates to FALSE. - - - -To create the Iif operator using the method use the following syntax: -CriteriaOperator.Parse("Iif(Field1 == 100, Field1, Field2)") - - - - - - - - - - Inserts a specified string at a certain position within another. - -The operands should be defined as follows: - -1 - a string in which the insertion is to be performed; -2 - an integer that specifies the zero-based index position of the insertion; -3 - a string to insert. - -To create the Insert operator using the method use the following syntax: CriteriaOperator.Parse("Insert(Field1, Field2, Field3)"). - - - - - - - - Returns True if the specified date falls within April. - - - - - - - - Returns True if the specified date falls within August. - - - - - - - - Returns True if the specified date falls within December. - - - - - - - - Returns True if the specified date falls within February. - - - - - - - - Returns True if the specified date falls within January. - - - - - - - - Returns True if the specified date falls within July. - - - - - - - - Returns True if the specified date falls within June. - - - - - - - - Returns True if the specified date falls within the previous month. - - - - - - - - Returns True if the specified date falls within the previous year. - - - - - - - - Returns True if the specified date falls within March. - - - - - - - - Returns True if the specified date falls within May. - - - - - - - - Returns True if the specified date falls within the next month. - - - - - - - - Returns True if the specified date falls within the next year. - - - - - - - - Returns True if the specified date falls within November. - - - - - - - - Compares the first operand with the NULL value. - -This function requires one or two operands of the class. The value returned depends upon the number of arguments. - - -If a single operand is passed, the function returns true if the operand is null, otherwise, false is returned. - - - -If two operands are passed, the function returns the second operand if the first operand is null, otherwise, the first operand is returned. - - - -To create the IsNull operator using the method use the following syntax: -CriteriaOperator.Parse("IsNull(Field1)") or CriteriaOperator.Parse("IsNull(Field1AndTrueResult, FalseResult)"). - - - - - - - - - Indicates whether a specified operand is a null reference or an empty string. - -The function returns true if a specified operand is null or an empty string, otherwise, false is returned. - -To create the IsNullOrEmpty operator using the method, use the following syntax: CriteriaOperator.Parse("IsNullOrEmpty(Field1)"). - - - - - - - - Returns True if the specified date falls within October. - - - - - - - - The Boolean Is Beyond This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: date >= First Day of Next Year - - - - - - - - - The Boolean Is Earlier This Month operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Month <= date < First Day of Last Week - - - - - - - - - - - The Boolean Is Earlier This Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Week <= date < Yesterday - - - - - - - - - The Boolean Is Earlier This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of This Year <= date < First Day of This Month - - - - - - - - - The Boolean Is Last Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Last Week <= date < First Day of This Week - - - - - - - - - The Boolean Is Later This Month operator for date/time values. Requires one argument. - -The operator is defined as follows: -Last Day of Next Week < date < First Day of Next Month - - - - - - - - - The Boolean Is Later This Week operator for date/time values. Requires one argument. - -The operator is defined as follows: -Day After Tomorrow <= date < First Day of Next Week - - - - - - - - - The Boolean Is Later This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Next Month <= date < First Day of Next Year - - - - - - - - - The Boolean Is Next Week operator for date/time values. Requires one argument. - -The operator is defined as follows: First Day of Next Week <= date <= Last Day of Next Week - - - - - - - - - The Boolean Is Prior This Year operator for date/time values. Requires one argument. - -The operator is defined as follows: date < First Day of This Year - - - - - - - - - The Boolean Is Today operator for date/time values. Requires one argument. - - - - - - - - The Boolean Is Tomorrow operator for date/time values. Requires one argument. - - - - - - - - The Boolean Is Yesterday operator for date/time values. Requires one argument. - - - - - - - - Returns True if the specified date/time values fall within the same day. - - - - - - - - Returns True if the specified date falls within September. - - - - - - - - Returns True if the specified date falls within the current month. - -To create the IsThisMonth operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisMonth(StartDate)"). - - - - - - - - Returns True if the specified date falls within the current week. - -To create the IsThisWeek operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisWeek(StartDate)"). - - - - - - - - Returns True if the specified date falls within the current year. - -To create the IsThisYear operator using the method, use the following syntax: CriteriaOperator.Parse("IsThisYear(StartDate)"). - - - - - - - - Returns True if the specified date falls within the year-to-date period. This period starts from the first day of the current year and continues up to the current date (including this current date). - - - - - - - - Returns the length of the string specified by an operand. - - -The operand should be an object of the type. - - - - -To create the Len operator using the method use the following syntax: -CriteriaOperator.Parse("Len(Field1)"); - - - - - - - - - Returns the DateTime value corresponding to the day after Tomorrow. - - - - - - - - Returns the DateTime value corresponding to the first day of the previous month. - - - - - - - - Returns the DateTime value corresponding to the first day of the previous week. - - - - - - - - Returns the DateTime value corresponding to the first day of the previous year. - - - - - - - - Returns the DateTime value corresponding to the first day of next month. - - - - - - - - - Returns the DateTime value corresponding to the first day of the following week. - - - - - - - - - Returns the DateTime value corresponding to the first day of the following year. - - - - - - - - - Returns the DateTime value corresponding to the current moment in time. - - - - - - - - Returns the DateTime value corresponding to the first day of the current month. - - - - - - - - Returns the DateTime value corresponding to the first day of the current week. - - - - - - - - Returns the DateTime value corresponding to the first day of the current year. - - - - - - - - Returns the DateTime value corresponding to Today. - - - - - - - - Returns the DateTime value corresponding to Tomorrow. - - - - - - - - Returns the DateTime value corresponding to the first day of the month after next. - - - - - - - - - Returns the DateTime value corresponding to the first day of the week after next. - - - - - - - - - Returns the DateTime value corresponding to the first day of the year after next. - - - - - - - - - Returns the DateTime value corresponding to the day one year ago. - - - - - - - - - Returns the DateTime value corresponding to Yesterday. - - - - - - - - Returns the logarithm of a specified numeric operand. The return value depends upon the number of operands. - -If one operand is passed, the natural (base e) logarithm of a specified operand is returned. - -If two operands are passed, the logarithm of a specified operand in a specified base is returned. The operands should be defined as follows: -1 - a number whose logarithm is to be calculated; -2 - the base of the logarithm. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -Log reverses . To calculate the base 10 logarithm, use . - -To create the Log operator using the method use the following syntax: CriteriaOperator.Parse("Log(Field1)") or CriteriaOperator.Parse("Log(Field1, Field2)"). - - - - - - - - Returns the base 10 logarithm of a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -Log10 reverses . Use the operand to calculate the logarithm of other bases. - -To create the Log10 operator using the method use the following syntax: CriteriaOperator.Parse("Log10(Field1)"). - - - - - - - - Converts all characters in a string operand to lowercase. - -The operand should be an object of the type. - -To create the Lower operator using the method, use the following syntax: CriteriaOperator.Parse("Lower(Field1)"); - - - - - - - - - Returns the larger of two numeric values. - -The operands should be defined as follows: - -1 - a numeric value A; -2 - a numeric value B; - -To create the Max operator using the method use the following syntax: CriteriaOperator.Parse("Max(ValueA, ValueB)"). - - - - - - - - Returns the smaller of two numeric values. - -The operands should be defined as follows: - -1 - a numeric value A; -2 - a numeric value B; - -To create the Min operator using the method use the following syntax: CriteriaOperator.Parse("Min(ValueA, ValueB)"). - - - - - - - - The function type is not specified. - - - - - - - - Returns a object representing the system's current date and time. - -To create the Now operator using the method, use the following syntax: CriteriaOperator.Parse("Now()"). - - - - - - - - Pads a string with spaces or a specified Unicode character on the left for a specified total length. - -The operands should be defined as follows: -1 - a string to be padded; -2 - the total number of characters in the resulting string, including padding characters; -3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. - -To create the PadLeft operator using the method use the following syntax: CriteriaOperator.Parse("PadLeft(Field1, Field2)") or CriteriaOperator.Parse("PadLeft(Field1, Field2, Field3)"). - - - - - - - - Pads a string with spaces or a specified Unicode character on the right for a specified total length. - -The operands should be defined as follows: -1 - a string to be padded; -2 - the total number of characters in the resulting string, including padding characters; -3 - (optional) a Unicode padding character. If not specified, the space character is used for padding. If a string is passed as this operand, its first character is used for padding. - -To create the PadRight operator using the method use the following syntax: CriteriaOperator.Parse("PadRight(Field1, Field2)") or CriteriaOperator.Parse("PadRight(Field1, Field2, Field3)"). - - - - - - - - Returns a specified numeric operand raised to a specific power. - -The Power operator requires two operands: -1 - a number to be raised to a power; -2 - a power. - -If specified operands cannot be converted to , the System.NotSupportedException is thrown. - -Power reverses or . Use the operand to calculate powers of the number e. - -To create the Power operator using the method use the following syntax: CriteriaOperator.Parse("Power(Field1, Field2)"). - - - - - - - - Removes all, or a certain number of characters from a specified string, starting at a specified position. - -The operands should be defined as follows: - -1 - a string to be shrunk; -2 - an integer that specifies the zero-based index at which character removal starts; -3 - (optional) an integer that specifies the number of characters to remove, starting at the specified position. If this operand is not specified, all characters between the starting position and the end of the string are removed. - -To create the Remove operator using the method use the following syntax: CriteriaOperator.Parse("Remove(Field1, Field2)") or CriteriaOperator.Parse("Remove(Field1, Field2, Field3)"). - - - - - - - - Replaces all occurrences of a certain string in a specified string, with another. - -The operands should be defined as follows: - -1 - a string in which replacements are to be performed; -2 - a string to be replaced; -3 - a string to replace all occurrences found. - -To create the Replace operator using the method use the following syntax: CriteriaOperator.Parse("Replace(Field1, Field2, Field3)"). - - - - - - - - Reverses the order of characters within a specified string. - -To create the Reverse operator using the method, use the following syntax: CriteriaOperator.Parse("Reverse(Field1)"). - - - - - - - - Returns a random number greater than or equal to 0.0, and less than 1.0. - -To create the Rnd operator using the method, use the following syntax: CriteriaOperator.Parse("Rnd()"). - - - - - - - - Rounds a specified numeric operand to the nearest integer or to a specified number of decimal places. The rounding provided by this operator is called rounding to nearest or banker's rounding. - -The operands should be defined as follows: -1 - a value to round; -2 - (optional) a value specifying the number of decimal places to round to. 0 indicates that the first operand is rounded to the nearest integer. - -To create the Round operator using the method, use the following syntax: CriteriaOperator.Parse("Round(Field1)") or CriteriaOperator.Parse("Round(Field1, Field2)"). - - - - - - - - Returns a value indicating the sign of a number represented by a specified operand. The function returns one of the following values: -1, for positive numbers; --1, for negative numbers; -0, if the number is equal to zero. - -If a specified operand is not numeric, System.NotSupportedException is thrown. - -To create the Sign operator using the method use the following syntax: CriteriaOperator.Parse("Sign(Field1)"). - - - - - - - - Returns the sine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Sin operator using the method, use the following syntax: CriteriaOperator.Parse("Sin(Field1)"). - - - - - - - - Returns the hyperbolic sine of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Sinh operator using the method, use the following syntax: CriteriaOperator.Parse("Sinh(Field1)"). - - - - - - - - Returns the square root of a specified numeric operand. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Sqr operator using the method, use the following syntax: CriteriaOperator.Parse("Sqr(Field1)"). - - - - - - - - Returns True if the beginning of one string matches another string; otherwise, False is returned. - -This function requires two string operands: - -1 - a string to be searched; -2 - a substring to search at the beginning of the first string. - - -To create the StartsWith operator using the method use the following syntax: -CriteriaOperator.Parse("StartsWith(String, SubString)"); - - - - - - - - - Returns a substring extracted from the specified string. This function requires two or three operands of the class. - -If two operands are passed the substring will be extracted from the beginning of the original string. The operands should be defined as follows: - - -1 - an original string; - - -2 - an integer that specifies the zero-based index at which the substring to return begins. - - - -If three operands are passed a substring can be subtracted starting from any position in the original string. The operands should be defined as follows: - - - -1 - an original string; - - -2 - an integer that specifies the zero-based index at which the substring to return begins; - - -3 - an integer that specifies the length of the substring. - - - -To create a Substring operator using the method use the following syntax: -CriteriaOperator.Parse("Substring(Field1, 1, 3)"); - - - - - - - - - - Returns the tangent of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Tan operator using the method, use the following syntax: CriteriaOperator.Parse("Tan(Field1)"). - - - - - - - - Returns the hyperbolic tangent of a specified numeric operand representing an angle, measured in radians. - -If a specified operand cannot be converted to , the System.NotSupportedException is thrown. - -To create the Tanh operator using the method, use the following syntax: CriteriaOperator.Parse("Tanh(Field1)"). - - - - - - - - Returns a object representing the system's current date. The object's time part is set to 00:00:00. - -To create the Today operator using the method, use the following syntax: CriteriaOperator.Parse("Today()"). - - - - - - - - Converts a numeric operand to a fixed-point (exact-value) representation. - -To create the ToDecimal operator using the method, use the following syntax: CriteriaOperator.Parse("ToDecimal(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. - - - - - - - - Converts a numeric operand to a double-precision floating-point (approximate-value) representation. - -To create the ToDouble operator using the method, use the following syntax: CriteriaOperator.Parse("ToDouble(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. - - - - - - - - Converts a numeric operand to a floating-point (approximate-value) representation. - -To create the ToFloat operator using the method, use the following syntax: CriteriaOperator.Parse("ToFloat(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. - - - - - - - - Converts a numeric operand to an integer representation. - -To create the ToInt operator using the method, use the following syntax: CriteriaOperator.Parse("ToInt(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. - - - - - - - - Converts a numeric operand to a long integer representation. - -To create the ToLong operator using the method, use the following syntax: CriteriaOperator.Parse("ToLong(Field2)"). - -Note that the resulting value may vary, based on the database system used as the backend. - - - - - - - - Returns a string representation of a specified numeric operand. - -If a specified operand is not numeric, the System.NotSupportedException is thrown. - -To create the ToStr operator using the method, use the following syntax: CriteriaOperator.Parse("ToStr(Field1)"). - -Note that the resulting string may vary, based on the format settings of the database system used as the backend. - - - - - - - - Returns a string containing a copy of a specified string with no leading nor trailing spaces. This function requires a single operand of the class that refers to the original string. - - -To create the Trim operator using the method use the following syntax: -CriteriaOperator.Parse("Trim(Field2)"); - - - - - - - - - - Converts all characters in a string operand to uppercase. - -The operand should be an object of the type. - -To create the Upper operator using the method, use the following syntax: CriteriaOperator.Parse("Upper(Field1)"); - - - - - - - - - Returns a object representing the current Coordinated Universal Time (UTC) date and time. - -To create the UtcNow operator using the method, use the following syntax: CriteriaOperator.Parse("UtcNow()"). - - - - - - - - - Enumerates binary operator types. - - - - - - - Represents the bitwise AND operator. - - -To create the bitwise AND operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 & 128 = 128") - - - - - - - - Represents the bitwise OR operator. - - -To create the bitwise OR operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 | 3") - - - - - - - - Represents the bitwise XOR operator. - - -To create the bitwise XOR operator using the method use the following syntax: - - -CriteriaOperator.Parse("(Field1 ^ Field2) = 1") - - - - - - - - Represents the division operator. - - -To create the division operator using the method use the following syntax: - -CriteriaOperator.Parse("Field1 / Field2 = 2") - - - - - - - - Represents the Boolean equality operator. - - -To create the Boolean equality operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 = Field2") - - - - - - - - - Represents the Boolean greater-than operator. - - -To create the Boolean greater-than operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 > Field2") - - - - - - - - Represents the Boolean greater-than-or-equal-to operator. - - -To create the Boolean greater-than-or-equal-to operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 >= Field2") - - - - - - - - Represents the Boolean less-than operator. - - -To create the Boolean less-than operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 < Field2") - - - - - - - - Represents the Boolean less-than-or-equal-to operator. - - -To create the Boolean less-than-or-equal-to operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 <= Field2") - - - - - - - - The LIKE operator. This operator behavior is different, depending on current circumstances. We recommend that you use StartsWith, Contains and EndsWith function operators instead of Like, where possible. - - - - - - - - - Represents the subtraction operator. - - -To create the subtraction operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 - Field2 = 10") - - - - - - - - Represents the modulus operator (computes the remainder after dividing its first operand by its second). - - -To create the modulus operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 % Field2 = 1") - - - - - - - - - Represents the multiplication operator. - - -To create the multiplication operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 * Field2 = 100") - - - - - - - - Represents the Boolean inequality operator. - - -To create the Boolean inequality operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 != Field2") or CriteriaOperator.Parse("Field1 <> Field2") - - - - - - - - Represents the addition operator. - - -To create the addition operator using the method use the following syntax: - - -CriteriaOperator.Parse("Field1 + Field2 = 20") - - - - - - - - - Enumerates aggregate functions. - - - - - - - Evaluates the average of the values in the collection. - - - - - - - - Returns the number of objects in the collection. - - - - - - - - Determines whether the object exists in the collection. - - - - - - - - Returns the maximum expression value in the collection. - - - - - - - - Returns the minimum expression value in the collection. - - - - - - - - Returns a single object from the collection. - - - - - - - - Returns the sum of all the expression values in the collection. - - - - - - - - - An element in the . - - - - - - - Initializes a new instance of the class with a property name to sort against and the sort order. - - - - A value which specifies the name of the property to sort against. This value is assigned to the property. - - - - A enumeration value which specifies the property's sort order. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the SortProperty class. - - - - A object that represents the expression used to sort values. This value is assigned to the property. - - - - A enumeration value which specifies the property's sort order. This value is assigned to the property. - - - - - - - - Gets or sets the property's sort order. - - - A enumeration value which specifies the property's sort order. - - - - - - - Gets or sets the expression used to sort values. - - - A object that represents the expression used to sort values. - - - - - - - Gets or sets the name of the property to sort against. - - - - A value which specifies the name of the property that identifies the sorted column in a data store. This value is case-sensitive. - - - - - - - - - For internal use. - - - - - - - Initializes a new instance of the TypeSpecificsService class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - Obsolete. This page is no longer used in the current Report Wizard implementation. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - Contains values that specify how a column's data is filtered via the auto filter row and filter dropdown. - - - - - - - A column's data is filtered by the display text. - - - - - - - - - A column's data is filtered by the edit values. - - - - - - - - - - The data source for the GridControl and SearchLookUpEdit controls that binds these controls to OData service in Server Mode. - - - - - - - Initializes a new instance of the ODataServerModeSource class. - - - - - - - - This constructor is intended for internal use. - - - - - - - - - - - - Specifies how data source contents are sorted by default when the sort order is not specified by the bound control. - - - - A string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects retrieved from a data source. - - - The type of objects retrieved from a data source. - - - - - - - Occurs when the data source exception is thrown. - - - - - - - - This property is intended for internal use. - - - - - - - - - - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. - - - A object specifying the filter expression applied to data on the data store side. - - - - - - - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. - - - A string specifying the filter expression applied to data on the data store side. - - - - - - - Occurs when an inconsistency has been detected during an operation on a data source. - - - - - - - - Specifies the name of the key property. - - - A value that specifies the key property name. - - - - - - - For internal use. - - - - - - - - - - Specifies the query request to the OData service. - - - An IQueryable object that specifies the query request to the OData service. - - - - - - - Forces the bound data-aware control to reload data from the data store. - - - - - - - - - - - - - - - - - The data source for the GridControl and SearchLookUpEdit controls that binds these controls to OData service in Instant Feedback Mode. - - - - - - - Initializes a new instance of the ODataInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the ODataInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the ODataInstantFeedbackSource class. - - - - - - - - Initializes a new instance of the ODataInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the ODataInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Specifies whether elements retrieved by the ODataInstantFeedbackSource's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - Specifies how data source contents are sorted by default when the sort order is not specified by the bound control. - - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects that will be retrieved from a data source at design time. - - - - A type of objects that will be retrieved from a data source. - - - - - - - Occurs when the ODataInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the OData service. - - - - - - - - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. - - - A object specifying the filter expression applied to data on the data store side. - - - - - - - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. - - - A string specifying the filter expression applied to data on the data store side. - - - - - - - Occurs when the ODataInstantFeedbackSource needs a queryable source to retrieve objects from the OData service. - - - - - - - - - Specifies the name of the key property. - - - A value that specifies the key property name. - - - - - - - For internal use. - - - - - - - - - - Refreshes the ODataInstantFeedbackSource. - - - - - - - - - Provides data for the and events. - - - - - - - - This constructor is intended for internal use. - - - - - - - - - - - - Specifies whether elements retrieved by the 's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - This property is intended for internal use. - - - - - - - - - - Gets or sets the name of the key property. - - - A value indicating the key property name. - - - - - - - Specifies the query request to the OData service. - - - An IQueryable object that specifies the query request to the OData service. - - - - - - - Gets or sets an arbitrary object associated with a queryable source. - - - An object associated with a queryable source. - - - - - - - - Obsolete. This page is no longer used in the current Report Wizard implementation. - - - - - - - Initializes a new instance of the SelectDataMemberPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Contains options that specify how a control's layout is stored to and restored from storage (a stream, xml file or system registry). - - - - - - - Initializes a new instance of the OptionsLayoutGrid class with the default settings. - - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Contains options that specify how the columns' and bands' settings are stored to and restored from storage (a stream, xml file or sysytem registry). - - - An object that specifies how the columns' and bands' settings are stored to and restored from storage. - - - - - - - - Resets all options to their default values. - - - - - - - - Gets or sets whether all the control's settings (except for the appearance settings and format rules) are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if all the control's settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from the storage; otherwise, false. - - - - - - - Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - Gets or sets whether the control's grouping, sorting, filtering settings and summaries are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if the control's grouping, sorting, filtering settings and summaries are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - Gets or sets whether MS Excel-style conditional formatting rules are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if MS Excel-style conditional formatting rules are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - Gets or sets whether the control's visual options are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if the control's visual options are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - - Represents the base class for classes which contain the options that are responsible for how the control's layout is stored to and restored from storage (a stream, xml file or system registry). - - - - - - - Initializes a new instance of the OptionsLayoutBase class with the default settings. - - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - - - - - - - - - Returns an object whose settings indicate that the full layout of the control should be stored to and restored from storage (a stream, xml file or system registry). - - - - A object whose settings indicate that the full layout of the control should be stored to/restored from storage. - - - - - - - - - - - - - - - Gets or sets the version of the layout. - - - - A string representing the version of the layout. - - - - - - - - Gets whether the settings should be persisted. - - - - The component that owns the current settings. - - - true, if the settings should be persisted; otherwise, false. - - - - - - - - - - - - - - - - Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry). - - - - - - - Initializes a new instance of the OptionsColumnLayout class with the default settings. - - - - - - - - Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. - - - - true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. - - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the columns that exist in a layout when it's restored but that don't exist in the current control should be discarded or added to the control. - - - - true to discard the columns that exist in the layout being restored but don't exist in the current control; false to add these columns to the control. - - - - - - - - Gets or sets whether all the settings of a control's columns/bands (except for the appearance settings) are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if all the settings of a control's columns/bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - - Gets or sets whether the appearance settings of the columns and bands are also stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if the appearance settings of the columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - Gets or sets whether the position, width and visibility of the columns and bands are stored when the layout is saved to storage and restored when the layout is restored from storage. - - - true if the position, width and visibility of columns and bands are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - - Specifies the commands which can be executed in the printing system's document preview. - - - - - - - - Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the method, to hide or show the Background items from the menu of the Print Preview form. - - - - - - - - - - - Closes the preview window. - - - - - - - - - Copies the selected document content to the Clipboard. - - - - - - - - Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface. - - - - - - - - Shows or hides the Document Map pane, which displays the hierarchy of bookmarks in a report document. - - - - - - - - - - Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report's headers and footers. - - - - - - - - - - - Exports a document to a CSV (comma-separated values) file. - - - - - - - - - Exports the current document to a DOCX file. - - - - - - - - Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats). - - - - - - - - - - - - Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats). - - - - - - - - - Exports the current document to an HTML file. - - - - - - - - - - Exports the current document to an MHT file. - - - - - - - - - Exports the current document to a PDF file. - - - - - - - - - Exports the current document to an RTF file. - - - - - - - - - Exports the current document to a TXT file. - - - - - - - - - Exports the current document to an XLS file. - - - - - - - - - Exports the current document to an XLSX file. - - - - - - - - Exports the current document to an XPS file. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the method, to hide or show the File items from the menu of the Print Preview form. - - - - - - - - - - - Invokes the Color dialog which allows the background color of the current document to be specified. - - - - - - - - - - Invokes the Find dialog in the document's preview. This dialog provides a search dialog which allows end-users to search a report for specific text directly in the preview window. - - - - - - - - - Raises the Go To Page dialog to jump to the specified page number. - - - - - - - - Invokes or hides the Hand Tool in the document's preview. This tool is used for scrolling the pages of the document being previewed. - - - - - - - - - - Highlights all available fields whose content can be edited. - - - - - - - - - Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it. - - - - - - - - - Shows the layout of the document's preview across multiple pages. To specify a particular number of page rows and columns in a Print Control, use the method. - - - - - - - - - - Doesn't identify any command. This member is intended for internal use only. - - - - - - - - - Opens a document. This command is represented both via the menu item and toolbar button. - - - - - - - - Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the method to hide or show the page layout items from the menu of the Preview Form. - - - - - - - - - Changes the view of the document's preview so that the pages are arranged as a continuous vertical column. - - - - - - - - - Changes the view of the document's preview so that the pages are arranged side-by-side. - - - - - - - - - Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only. - - - - - - - - Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only. - - - - - - - - - Invokes the Page Setup dialog which allows some of the page's settings to be adjusted (orientation, margins, paper size and source). - - - - - - - - - - Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only. - - - - - - - - - Shows or hides the Parameters pane, which enables end-users to enter parameter values, apply them to a report's data source and re-generate the report document. - - - - - - - - - - Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only. - - - - - - - - - - Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified. - - - - - - - - - - - Prints the document preview directly, without any dialogs. This is useful when the printer's settings don't need to be changed before a document is printed. - - - - - - - - - Prints the selected document content. - - - - - - - - Saves a document to a file. This command is represented both via the menu item and toolbar button. - - - - - - - - - Stretches or shrinks the document to a percentage of its actual size. Note that if you need to specify a particular scale factor or number of pages a document should be scaled to, the and properties will be useful. - - - - - - - - - - Scrolls one page down, as when an end-user presses the PAGE DOWN key. - - - - - - - - - Scrolls one page up, as when an end-user presses the PAGE UP key. - - - - - - - - - Exports the current document to a CSV (comma-separated values) file and sends it via e-mail. - - - - - - - - - - Exports the current document to a DOCX file and sends it via e-mail. - - - - - - - - - Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list. - - - - - - - - - - Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail. - - - - - - - - - Exports the current document to an MHT file and sends it via e-mail. - - - - - - - - - - Exports the current document to a PDF file and sends it via e-mail. - - - - - - - - - Exports the current document to an RTF file and sends it via e-mail. - - - - - - - - - Exports the current document to a TXT file and sends it via e-mail. - - - - - - - - - Exports the current document to an XLS file and sends it via e-mail. - - - - - - - - - Exports the current document to an XLSX file and sends it via e-mail. - - - - - - - - - Exports the current document to a XPS file and sends it via e-mail. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - - - Displays the first page in the preview. - - - - - - - - - - Displays the last page in the preview. - - - - - - - - - - Moves to the next page in the preview. - - - - - - - - - - Moves to the previous page in the preview. - - - - - - - - - - Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document. - - - - - - - - For internal use. - - - - - - - - Toggles the Thumbnails panel visibility. - - - - - - - - Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the method, to hide or show the View items from the menu of the Print Preview form. - - - - - - - - - - - Zooms a document in or out so that only one entire page of the document is shown in the preview. - - - - - - - - - Invokes the Watermark dialog which can be used to specify either background text or a picture as a document's watermark. Note that a document's watermark can be accessed via the property. - - - - - - - - - Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%. - - - - - - - - - - Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%. - - - - - - - - - - Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%. - - - - - - - - - Zooms a document in or out as appropriate, so that the width of the current page fits the preview window. - - - - - - - - - Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window. - - - - - - - - - Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview. - - - - - - - - Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview. - - - - - - - - - - Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon. - - - - - - - - - A collection of the 's list columns. - - - - - - - Initializes a new instance of the UnboundSourcePropertyCollection class. - - - - An object which owns the UnboundSourcePropertyCollection. - - - - - - - - Adds the specified items to the UnboundSourcePropertyCollection collection. - - - - An list of items to be added to the current UnboundSourcePropertyCollection. - - - - - - - - Adds the specified item to the UnboundSourcePropertyCollection collection. - - - - An item to be added to the current UnboundSourcePropertyCollection. - - - - - - - - Adds the specified items to the UnboundSourcePropertyCollection collection. - - - - An IEnumerable<> list of items to be added to the current UnboundSourcePropertyCollection. - - - - - - - - Clears the UnboundSourcePropertyCollection collection and adds the specified items to it. - - - - An IEnumerable<> list of items to be added to the current UnboundSourcePropertyCollection. - - - - - - - - Specifies an item within the UnboundSourcePropertyCollection collection at a specific index. - - - - The zero-based index of the item. - - - An item at a specific index. - - - - - - - Specifies an item within the UnboundSourcePropertyCollection collection with a specific name. - - - - A string which is the of the item. - - - An item with the specific name. - - - - - - - - Contains values that specify the data type and binding mode of columns. - - - - - - - Indicates that the column is unbound and it contains Boolean values (the type). - - - - - - - - Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. - - - - - - - - Indicates that the column is unbound and it contains date/time values (the type). - - - - - - - - Indicates that the column is unbound and it contains decimal values (the type). - - - - - - - - Indicates that the column is unbound and it contains integer values (the type). - - - - - - - - Indicates that the column is unbound and it contains values of any type. A editor is assigned for the in-place editing of such a column. - - - - - - - - Indicates that the column is unbound and it contains string values (the type). - - - - - - - - - Arguments, passed to the event. - - - - - - - Gets the name of the property whose value is being set. - - - A string that is the property name. - - - - - - - Gets the row index of the value. - - - An integer index of the row. - - - - - - - Gets an object that contains data associated with the value. - - - An object that contains data associated with the value. - - - - - - - Specifies the value which is being set. - - - An object specifying the value which is being set. - - - - - - - - Lists values which specify the validity of a condition (indicates whether the condition is true or false). - - - - - - - The value is determined by the current object's parent object setting (e.g., a control setting). - - - - - - - - Corresponds to a Boolean value of false. - - - - - - - - Corresponds to a Boolean value of true. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. - - - - A object that contains event data. - - - - - - - - - Provides data for the selection changed events. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value which specifies how the collection has been changed. This value is assigned to the property. - - - - A zero-based integer specifying the handle of the row whose selected state has been changed. This value is assigned to the property. - - - - - - - - Gets an action which describes how the collection has been changed. - - - A enumeration value which specifies how the collection has been changed. - - - - - - - Identifies the row whose selected state has been changed. - - - A zero-based integer identifying the row whose selected state has been changed. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the CustomizeLabelPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Arguments, passed to the event. - - - - - - - - - - - - - - - Gets the name of the property whose value is requested. - - - A string which is the property name. - - - - - - - Gets the row index of the value. - - - The integer index of the row. - - - - - - - - - - - - - - - - - Gets an object that contains data associated with the value. - - - An object that contains data associated with the value. - - - - - - - Specifies the value which is requested. - - - An object specifying the value which is requested. - - - - - - - - Lists the values that specify how a column's data should be sorted. - - - - - - - - Enables custom sorting of a column's data. To implement custom sorting, handle the event in the GridControl, and the event in the TreeList. - - -In the GridControl, the Custom mode also enables custom grouping of rows when grouping is applied against the current column. To implement custom grouping, handle the event. - - - - - - - - - Sorts the column's data according to the type of the editor assigned to the column. - - -The Default option is equivalent to DisplayText for columns that use , and HypertextLabel () in-place editors. - - -The Default option is equivalent to Value for other columns. Note that for certain editors (, , etc) the edit values match the display values. - - - - - - - - - Sorts the column's data by the column's display text (the strings displayed within the column's cells). - - - - - - - - - Sorts the column's data by the column's edit values (these are synchronized with the bound data source's values). - - - - - - - - - Lists the values that specify how the data rows are combined into groups when in grouping mode. - - - - - - - - Rows are grouped by the character that grouping column values start with. - - -Not supported in server mode for numeric and date/time columns. - - - - - - - - - This option is in effect only for columns that store date/time values. - -Rows are grouped by the date part of their values, the time portion is ignored in this grouping mode. - - - - - - - - - This option is in effect only for columns that store date/time values. - -Rows are grouped by the month part of their values. - - - - - - - - - This option is in effect only for columns that store date/time values. - -Rows are grouped into the following groups according to their date value as compared with the current system date: "Today", "Tomorrow", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Next Week", "Two Weeks Away", "Three Weeks Away", "Next Month", "Beyond Next Month", "Yesterday", "Last Week", "Two Weeks Ago", "Three Weeks Ago", "Last Month", "Older". - - - - - - - - - - - This option is in effect only for columns that store date/time values. - -Rows are grouped by the year part of their values. - - - - - - - - - - For columns which store date/time values, this option is the same as the option. For non date/time columns this option is the same as the option. - - - - - - - - Rows are grouped by display values of the grouping column. - - -In specific instances, column cells can have different edit values, but the same display value. To combine these rows into the same group, use the DisplayText group mode. - - - -Not supported in server mode. - - - - - - - - - Rows are grouped by values of grouping columns. The number of groups matches the number of unique values within the grouping column. - - -For date/time columns, both the date and time portions are taken into account for value comparison. To specify how date/time values are presented in group rows in WinForms Data Grid, apply formatting to the grouping column (e.g., with the property). - - - - - - - - - - - - Specifies how the text associated with the control should be aligned. - - - - - - - The text is vertically aligned at the bottom, and horizontally aligned at the center. - - - - - - - - The text is vertically aligned at the bottom, and horizontally justified. -This mode is ignored in Silverlight applications. - - - - - - - - - The text is vertically aligned at the bottom, and horizontally aligned on the left. - - - - - - - - The text is vertically aligned at the bottom, and horizontally aligned on the right. - - - - - - - - The text is vertically aligned in the middle, and horizontally aligned at the center. - - - - - - - - The text is vertically aligned in the middle, and horizontally justified. -This mode is ignored in Silverlight applications. - - - - - - - - The text is vertically aligned in the middle, and horizontally aligned on the left. - - - - - - - - The text is vertically aligned in the middle, and horizontally aligned on the right. - - - - - - - - The text is vertically aligned at the top, and horizontally aligned at the center. - - - - - - - - The text is vertically aligned at the top, and horizontally justified. -This mode is ignored in Silverlight applications. - - - - - - - - The text is vertically aligned at the top, and horizontally aligned on the left. - - - - - - - - The text is vertically aligned at the top, and horizontally aligned on the right. - - - - - - - - - Specifies how an image is positioned within a Picture Box. - - - - - - - -The Picture Box size is adjusted to that of the image it contains. - - - - - - - - This option is obsolete. To achieve the same result, set the property of a Picture Box to and the property to . - - - - - - - - - -The image is placed in the upper-left corner of the Picture Box. The image is clipped if it does not fit into the control's bounds. - - - - - - - - -If the Picture Box dimensions exceed that of the image it contains, the image is centered and shown full-size. Otherwise, the image is resized to fit into the control's dimensions. - - - - - - - - - -The image is stretched or shrunk to fit into the current Picture Box dimensions. - - - - - - - - - -The image is replicated within the Picture Box starting from the upper-left corner. The image is clipped if it does not fit into the control's dimensions. - - - - - - - - - -The image is sized proportionally (without clipping), so that it fits best within the Picture Box dimensions. If the height-to-width ratio of the control and the image are equal, the image will be resized to exactly fit into the control's dimensions. -Otherwise, the closest matching image side (height or width) will be sized to the control, and the other side will be sized proportionally (possibly leaving empty space within the control). - - - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ChooseSummaryOptionsPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Occurs if there is an error during registration of a type. - - - - - - - Initializes a new instance of the RegistrationFailedException class with the default settings. - - - - - - - - Initializes a new instance of the RegistrationFailedException class with the specified error message. - - - - A value, specifying the error message. - - - - - - - - Initializes a new instance of the RegistrationFailedException class with the specified message and exception details. - - - - A value, specifying the message displayed when a database connection fails. - - - - A object, specifying the error details. - - - - - - - - - Contains information on a range of data. - - - - - - - Initializes a new instance of the RangeControlRange class with the specified range bounds. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Initializes a new instance of the RangeControlRange class. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets the end bound of a range. - - - The end bound of a range. - - - - - - - Gets or sets the start bound of a range. - - - The start bound of a range. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Serves as a base for classes that represent TreeList nodes. - - - - - - - Initializes a new instance of the TreeListNodeBase class. - - - - - - - - Initializes a new instance of the TreeListNodeBase class with the specified content. - - - - An object that specifies the node's content. This value is assigned to the property. - - - - - - - - Collapses all child nodes. - - - - - - - - Gets or sets the node's content. - - - An object that specifies the node's content. - - - - - - - Expands all child nodes. - - - - - - - - Gets whether or not the node has a child node(s). - - - true if the node has a child node(s); otherwise, false. - - - - - - - Uniquely identifies the current tree node. - - - The current node's unique identifier. - - - - - - - Indicates whether the current node belongs to the specified branch node. - - - - The TreeListNodeBase object. - - - true if the specified branch node contains the current node; otherwise, false. - - - - - - - Gets or sets whether or not the node is expanded. - - - true to expand the node; otherwise, false. - - - - - - - Gets whether the node is filtered or not. - - - true the node is filtered; otherwise, false. - - - - - - - Gets whether the treelist node is visible. - - - true, if the current node is visible; otherwise, false. - - - - - - - Occurs every time any of the and properties have changed their value. - - - - - - - - Gets the row handle that identifies the node. - - - An integer value that specifies the row handle. - - - - - - - Gets or sets the data associated with the node. - - - An object that contains information associated with the current node. - - - - - - - Gets the node's position within a View among visible nodes. - - - An integer value that specifies the node's position among visible nodes. -1 if the node is hidden. - - - - - - - - Contains enumeration values that specify comparison operation types used to create filter conditions. - - - - - - - Specifies the Contains comparison operation. - - - - - - - - Specifies the default comparison operation. - - - - - - - - Specifies the Equals comparison operation. - - - - - - - - Specifies the Like comparison operation. - - - - - - - - Specifies the StartsWith comparison operation. - - - - - - - - - Specifies the border style for a brick. - - - - - - - - The borders are drawn over the contour of the brick's rectangle, so that they are partially inside and outside of the brick. - - - - - - - - - The borders are drawn inside the brick's rectangle. - - - - - - - - - The borders are drawn outside the brick's rectangle. - - - - - - - - - - The base class for the , and objects that are stored in a Report Wizard's model. - - - - - - - Specifies the data source display name for a WPF Report Wizard. - - - A value, specifying the data source display name. - - - - - - - Determines whether or not the specified object is equal to the current EntityInfo<TName> instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current EntityInfo<TName> instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Specifies the data source name. - - - A TName object that is the name of the entity. - - - - - - - - Enables you to calculate the DPI values associated with specific units of measure (and vice versa). - - - - - - - Initializes a new instance of the GraphicsDpi class with the default settings. - - - - - - - - 96f - - - - - - - - - 75f - - - - - - - - - 300f - - - - - - - - - Converts the specified DPI value to a corresponding unit of measure. - - - - A value. - - - A enumeration value. - - - - - - - 914400f - - - - - - - - - Gets the DPI value corresponding to the unit of measure of the specified Graphics object. - - - - A object. - - - A value. - - - - - - - 100f - - - - - - - - - 1f - - - - - - - - - 25.4f - - - - - - - - - 96f - - - - - - - - - 72f - - - - - - - - - 254f - - - - - - - - - 1440f - - - - - - - - - Converts the specified unit of measure to a corresponding DPI value. - - - - A enumeration value. - - - A value. - - - - - - - Converts the specified unit of measure to a corresponding DPI value. - - - - A enumeration value. - - - A value. - - - - - - - Returns a string value, identifying the specified unit of measure. - - - - A enumeration value. - - - A value. - - - - - - - - If implemented, provides information about a project type containing an Entity Framework data model. - - - - - - - Specifies the container type. - - - A enumeration value. - - - - - - - - Enumerates values that specify the container type. - - - - - - - Specifies the Entity Framework data model. - - - - - - - - Specifies the WCF data service. - - - - - - - - - Provides helper methods used to register enumeration types whose values can be serialized in Criteria Language expressions. - - - - - - - Enables serialization of the specified enumeration type's values in Criteria Language expressions. - - - - A object specifying the type of enumeration to be registered. - - - - - - - - Enables serialization of the specified enumeration type values in Criteria Language expressions. - - - - A object specifying the type of enumeration to be registered. - - - - A string that specifies the enumeration name to be used in criteria instead of FullName. - - - - - - - - Enables serialization of the specified enumeration type's values in Criteria Language expressions. - - - - - - - - Enables serializing values of all enumerations from the specified assembly in Criteria Language expressions. - - - - A object that specifies the assembly containing enumerations to be registered. - - - - - - - - Enables serializing values of all enumerations from the specified assembly in Criteria Language expressions. - - - - A object that specifies the assembly containing enumerations to be registered. - - - - true, if enumerations from referenced assemblies are ignored; otherwise, false. - - - - - - - - Enables serializing values of all enumerations from the specified assemblies in Criteria Language expressions. - - - - A array that specifies assemblies containing enumerations to be registered. - - - - - - - - Enables serializing values of all enumerations from the specified assemblies in Criteria Language expressions. - - - - A array that specifies assemblies containing enumerations to be registered. - - - - true, if enumerations from referenced assemblies are ignored; otherwise, false. - - - - - - - - Enables serializing values of enumerations from all assembies that are loaded to the current application domain in Criteria Language expressions. - - - - - - - - - The base class for classes that describe video capture devices. - - - - - - - Initializes a new instance of the CameraDeviceBase class with the specified settings. - - - - An object that comprises system information about the video capture device. - - - - - - - - Gets the string representation of the moniker for the current device. - - - - A String value that specifies the string representation of the moniker for the current device. - - - - - - - Disposes of the current object and releases all the allocated resources. - - - - - - - - Determines whether the specified object is equal to the current object. - - - - - The object to compare with the current object. - - - true if the specified object is equal to the current object; otherwise, false. - - - - - - - Returns the list of video resolutions available on the current device. - - - The list of video resolutions available on the current device. - - - - - - - Returns the list of video resolutions available on the current device. - - - The list of video resolutions available on the current device. - - - - - - - Returns the hash code for the current CameraDeviceBase object. - - - The hash code for the current CameraDeviceBase object. - - - - - - - - Gets whether the video capture device is already in use in another application. - - - true, the video capture device is already in use in another application; otherwise, false. - - - - - - - Gets whether the device is currently capturing video. - - - true, if the device is currently capturing video; otherwise, false. - - - - - - - Gets the UI display name of the video capture device. - - - A String value that specifies the UI display name of the video capture device. - - - - - - - Gets or sets the resolution of a video stream captured by the current device. - - - - A structure that specifies the resolution of a video stream captured by the current device. - - - - - - - - Sets the ICameraDeviceClient object that processes the video from the current capture device. - - - - An ICameraDeviceClient object that processes the video from the current capture device. - - - - - - - - Starts capturing video from the current device. - - - - - - - - Stops capturing video from the current device. - - - - - - - - Returns the video frame currently captured by the device. - - - A object that is the video frame currently captured by the device. - - - - - - - - Processes Windows messages. - - - - The Windows Message to process. - - - - - - - - - Enables you to convert values that are calculated in some measure units to different measure units. - - - - - - - Initializes a new instance of the GraphicsUnitConverter class with the default settings. - - - - - - - - Adjusts the location and size of a rectangle calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the coordinates of a point calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the size calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the document margins calculated for the specified unit of measure according to a new unit of measure. - - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - - - - - Adjusts the coordinates of a point calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the size calculated for the specified unit of measure according to a new unit of measure. - - - - A structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A structure. - - - - - - - Adjusts the size calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the document margins calculated for the specified DPI according to a new DPI. - - - - A object. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A object. - - - - - - - Adjusts the floating-point value calculated for the specified unit of measure according to a new unit of measure. - - - - A value. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A value. - - - - - - - Adjusts the document margins calculated for the specified DPI according to a new DPI. - - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - - - - - Adjusts the floating-point value calculated for the specified DPI according to a new DPI. - - - - A value. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A value. - - - - - - - Adjusts the coordinates of a point calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified unit of measure according to a new unit of measure. - - - - A DevExpress.XtraPrinting.Native.RectangleDF structure. - - - - A enumeration value, specifying the initial unit of measure. - - - - A enumeration value, specifying the required unit of measure. - - - A DevExpress.XtraPrinting.Native.RectangleDF structure. - - - - - - - Adjusts the size calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified DPI according to a new DPI. - - - - A DevExpress.XtraPrinting.Native.RectangleDF structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A DevExpress.XtraPrinting.Native.RectangleDF structure. - - - - - - - Adjusts the integer value calculated for the specified DPI according to a new DPI. - - - - An integer value. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - An integer value. - - - - - - - Adjusts the coordinates of a point calculated for the specified DPI according to a new DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Converts the size calculated in device-independent pixels (DIP) to a size calculated in document units (measured in 1/300 of an inch). - - - - A structure. - - - A structure. - - - - - - - Converts the floating-point value calculated in device-independent pixels (DIP) to a value calculated in document units (measured in 1/300 of an inch). - - - - A value. - - - A value. - - - - - - - Converts the location and size of a rectangle calculated in device-independent pixels (DIP) to a value calculated in document units (measured in 1/300 of an inch). - - - - A structure. - - - A structure. - - - - - - - Converts the floating-point value calculated in document units (measured in 1/300 of an inch) to a value calculated in device-independent pixels (DIP). - - - - A value. - - - A value. - - - - - - - Converts the location and size of a rectangle calculated in document units (measured in 1/300 of an inch) to a value calculated in device-independent pixels (DIP). - - - - A structure. - - - A structure. - - - - - - - Converts the floating-point value calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels. - - - - A value. - - - A value. - - - - - - - Converts the size calculated in document units (measured in 1/300 of an inch) to a size calculated in pixels. - - - - A structure. - - - A structure. - - - - - - - Converts the location and size of a rectangle calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels. - - - - A structure. - - - A structure. - - - - - - - Converts the document margins calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels. - - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - A DevExpress.XtraPrinting.Native.MarginsF object. - - - - - - - Converts the coordinates of a point calculated in document units (measured in 1/300 of an inch) to a value calculated in pixels. - - - - A structure. - - - A structure. - - - - - - - Converts the coordinates of a point calculated in pixels to a value calculated in document units (measured in 1/300 of an inch). - - - - A structure. - - - A structure. - - - - - - - Converts the size calculated in pixels to a size calculated in document units (measured in 1/300 of an inch). - - - - A structure. - - - A structure. - - - - - - - Converts the location and size of a rectangle calculated in pixels to a value calculated in document units (measured in 1/300 of an inch). - - - - A structure. - - - A structure. - - - - - - - Converts the floating-point value calculated in pixels to a value calculated in document units (measured in 1/300 of an inch). - - - - A value. - - - A value. - - - - - - - Adjusts the floating-point coordinates of a point to the nearest integer values. - - - - A structure. - - - A structure. - - - - - - - Adjusts the floating-point dimensions of a rectangle to the nearest integer values. - - - - A structure. - - - A structure. - - - - - - - - Represents a method that will handle the event raised after an option value change. - - - - - - - Represents a method that will handle the event raised after the option has been changed. - - - - The event sender. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the events that fire after option changes . - - - - - - - Creates a new object. - - - - A value representing the name of the option whose value has been changed. This value is assigned to the property. - - - - A value representing the option's previous value. This value is assigned to the property. - - - - A value representing the option's current value. This value is assigned to the property. - - - - - - - - Creates a new object with default values. - - - - - - - - Gets the name of the option whose value has been changed. - - - A value representing the option's name. - - - - - - - Gets or sets the option's current value. - - - A value representing the option's current value. - - - - - - - Gets the option's previous value. - - - A value representing the option's previous value. - - - - - - - - Serves as a base for classes representing options. - - - - - - - Creates a new object. - - - - - - - - Initializes a new instance of the BaseOptions class. - - - - An object that implements the IViewBagOwner interface. - - - - The string value. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Resets all options to their default values. - - - - - - - - Returns a string representing the currently enabled options. - - - A value representing the currently enabled options. "" (String.Empty) if no option is enabled. - - - - - - - - The interface that a Range Control Client must implement to be embedded in Range Control ( or ). - - - - - - - - This method is fired when the RangeControl's state, size or settings are changed. - - - - A Rectangle that specifies the bounds of the Range Control's viewport. - - - - - - - - Renders the Range Control's viewport. - - - - A RangeControlPaintEventArgs value that contains data to paint the viewport. - - - - - - - - This method allows you to manually draw the ruler. It returns a value indicating whether the ruler has been drawn. - - - - A RangeControlPaintEventArgs value that contains data to paint the ruler. - - - true if the Client draws the ruler itself; false if the ruler is painted by the Range Control. - - - - - - - Converts a ruler's regular value (between the total range's Minimum and Maximum) into a normalized value (between 0 and 1). - - - - A ruler's regular value (between the total range's Minimum and Maximum) - - - A ruler's normalized value (between 0 and 1). - - - - - - - The method should return an object that exposes the Client's customization options for the Range Control. - - - An object that exposes the Client's customization options for the Range Control. - - - - - - - This method should return custom ruler values if these values are not equally spaced. - - - - A RulerInfoArgs object that contains the ruler related information. - - - A list of ruler values; null if the ruler has equally spaced increments specified by the property. - - - - - - - Converts a ruler's normalized value (between 0 and 1) into a regular value (between the total range's Minimum and Maximum). - - - - A ruler's normalized value (between 0 and 1). - - - A ruler's regular value (between the total range's Minimum and Maximum). - - - - - - - This property should specify the description of the Client's current invalid state. - - - A string that is the description of the Client's current invalid state. - - - - - - - This property should return a value indicating whether the Range Control must reserve space to paint the ruler. - - - true if the Range Control must not reserve space to paint the ruler; otherwise, false. - - - - - - - This property should indicate whether the Client's state is valid and the Client should render itself within the viewport. - - - true if the Client's state is valid and the Client should render itself within the viewport; false if the message should be painted within the viewport. - - - - - - - This method indicates whether the specified type of ruler values is supported. - - - - - The type of ruler values being checked. - - - true if the specified type is supported; otherwise, false. - - - - - - - This property should return the normalized distance between the ruler's adjacent tickmarks. - - - An object that identifies the normalized distance between the ruler's adjacent tickmarks. - - - - - - - This method is called when an end-user clicks within the Range Control's viewport. - - - - A RangeControlHitInfo object that allows you to identify the clicked element. - - - - - - - - This method is called by the Range Control to notify the Client that the range has been changed. - - - - The minimum value of the new range. - - - - The maximum value of the new range. - - - - - - - - - - - - - - - - - - This method is called when the Range Control's size is changed. - - - - - - - - This property returns the bottom indent of the selection area within the viewport. - - - - The bottom indent of the selection area within the viewport. - - - - - - - This property returns the top indent of the selection area within the viewport. - - - - The top indent of the selection area within the viewport. - - - - - - - This event must fire when the Client's range setting is changed. - - - - - - - - This property returns the distance between the ruler's adjacent tickmarks. - - - - An object that identifies the distance between the ruler's adjacent tickmarks. - - - - - - - Returns the text representation of ruler values - - - - - The zero-based index of a specific ruler value. - - - A string that is the text representation of the specified ruler value. - - - - - - - This method returns a value indicating whether the Client supports the horizontal and/or vertical orientations. - - - - - An orientation to be checked. - - - true if the Client supports the specified orientation; otherwise, false. - - - - - - - This method is fired when you move the mouse cursor over the viewport. - - - - A RangeControlHitInfo object that contains information on the point being hovered over. - - - - - - - - This method is fired when you press the mouse button within the viewport (without releasing the mouse button). - - - - - A RangeControlHitInfo object that contains information on the point being pressed. - - - - - - - - Validates a range when it is changed. - - - - A NormalizedRangeInfo object that contains information on the current range. - - - - - - - - Validates a scale(zoom) factor. - - - - A double value that is the new scale factor that is about to be applied. - - - The valid scale factor. - - - - - - - - - - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value identifying the processed row by its handle. This value is assigned to the property. - - - - An object representing the custom calculated summary value. This value is assigned to the property. - - - - An object representing the currently processed field value. This value is assigned to the property. - - - - An integer value identifying the group row whose child data rows are involved in summary calculation. This value is assigned to the property. - - - - A enumeration value identifying the current calculation stage. This value is assigned to the property. - - - - An object representing the summary item whose value is being calculated. This value is assigned to the property. - - - - An integer value indicating the nested group level of the processed row. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the processed field value. - - - An object representing the processed field value. - - - - - - - Returns the value of the specified group summary for the specified group row. - - - - An integer that specifies a group row's handle. - - - - An object representing the group summary item. In the GridControl, it's represented by the class. - - - The specified group summary's value. - - - - - - - Returns the value in the specified field - - - - A string that identifies the field whose value must be returned. - - - An object that represents the value of the specified field. - - - - - - - Gets the nested level of the group whose summary value is being calculated. - - - An integer value representing the zero-based nested level of the processed group. - - - - - - - Gets a value identifying the group row whose child data rows are involved in summary calculation. - - - An integer value representing the handle of the group row containing the processed row as a child. 0 when calculating a total summary value. - - - - - - - Gets whether a group summary value is being calculated. - - - true if a group summary value is being calculated; otherwise, false. - - - - - - - Gets whether a total summary value is being calculated. - - - true if a total summary value is being calculated; otherwise, false. - - - - - - - Gets a summary item whose value is being calculated. - - - An object representing a summary item whose value is being calculated. - - - - - - - Gets the currently processed row. - - - The currently processed row. - - - - - - - Gets the handle of the processed row. - - - An integer value identifying the processed data row by its handle. - - - - - - - Gets a value indicating calculation stage. - - - A enumeration value indicating calculation stage. - - - - - - - Gets or sets the total summary value. - - - An object representing the total summary value. - - - - - - - Gets or sets whether the Calculation stage of the custom summary calculation process should be skipped. - - - true if the Calculation stage of the custom summary calculation process should be skipped; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value specifying the handle of the group row whose summary value is about to be calculated. This value is assigned to the property. - - - - An integer value specifying the zero-based nesting level of the processed group. This value is assigned to the property. - - - - An object which represents the summary item whose value is about to be calculated. This value is assigned to the property. - - - - - - - - Gets or sets whether the summary value should be calculated and displayed. - - - true to calculate and display the summary value; otherwise, false. - - - - - - - Gets the nesting level of the group whose summary value is being calculated. - - - An integer value representing the zero-based nesting level of the processed group. - - - - - - - Gets a value identifying the group row whose summary value is about to be calculated. - - - An integer value representing the handle of the group row whose summary value is about to be calculated. 0 when calculating a total summary value. - - - - - - - Gets whether a group summary value is about to be calculated. - - - true if a group summary value is about to be calculated; otherwise, false. - - - - - - - Gets whether a total summary value is about to be calculated. - - - true if a total summary value is about to be calculated; otherwise, false. - - - - - - - Gets a summary item whose value is about to be calculated. - - - An object representing a summary item whose value is about to be calculated. - - - - - - - - Specifies the current status of custom summary calculation. - - - - - - - Indicates that custom summary calculation is in progress. This means the event is raised for a specific data row containing the field value used to calculate the processed custom summary. - - - - - - - - Indicates that the process of custom summary calculation is finished. - - - - - - - - Indicates that the process of custom summary calculation is about to be started. - - - - - - - - - - Lists the summary functions available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. - - - - - - - The Average summary function is calculated. - - - - - - - - The Count summary function is calculated. - - - - - - - - The Max summary function is calculated. - - - - - - - - The Min summary function is calculated. - - - - - - - - No summary function is calculated. - - - - - - - - The Sum summary function is calculated. - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ColumnNameSummaryOptions class with the default settings. - - - - - - - - Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. - - - - A value, specifying the column name. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnNameSummaryOptions class with the specified settings. - - - - A value, specifying the column name. This value is assigned to the property. - - - - - - - - Creates a copy of the current ColumnNameSummaryOptions instance. - - - A value. - - - - - - - Specifies the data column, across which a summary function is calculated. - - - A value, specifying the column name. - - - - - - - - Determines whether or not the specified object is equal to the current ColumnNameSummaryOptions instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current ColumnNameSummaryOptions instance; otherwise false. - - - - - - - Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. - - - One or more enumeration values. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the SummaryOptions class with the specified settings. - - - - One or more enumeration values. - - - - - - - - Specifies whether or not the Average function should be calculated across the created report. - - - true if the Average function is enabled; otherwise false. - - - - - - - Specifies whether or not the Count function should be calculated across the created report. - - - true if the Count function is enabled; otherwise false. - - - - - - - Specifies the summary functions to display on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. - - - One or more enumeration values. - - - - - - - Specifies whether or not the Max function should be calculated across the created report. - - - true if the Max function is enabled; otherwise false. - - - - - - - Specifies whether or not the Min function should be calculated across the created report. - - - true if the Min function is enabled; otherwise false. - - - - - - - Specifies whether or not the Sum function should be calculated across the created report. - - - true if the Sum function is enabled; otherwise false. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ColumnInfoSummaryOptions class with the specified settings. - - - - A object. This value is assigned to the property. - - - - A enumeration value. - - - - - - - - Specifies the data columns available in the Report Wizard. - - - A object. - - - - - - - Provides access to the summary options available on the Specify Summary Options (Multi-Query Version) page of the Report Wizard. - - - A object. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the CustomLabelInformation class with the default settings. - - - - - - - - Specifies the bottom margin of a custom label. - - - A structure. - - - - - - - Creates a copy of the current CustomLabelInformation instance. - - - A value. - - - - - - - Determines whether or not the specified object is equal to the current CustomLabelInformation instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current CustomLabelInformation instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Specifies the height of a custom label. - - - A structure, specifying the custom label's height. - - - - - - - Specifies the horizontal pitch of a custom label. - - - A structure, specifying the custom label's horizontal pitch. - - - - - - - Specifies the left margin of a custom label. - - - A structure that specifies the custom label's left margin. - - - - - - - Specifies the paper kind ID of a custom label. - - - An integer value, specifying the paper kind ID. - - - - - - - Specifies the right margin of a custom label. - - - A structure. - - - - - - - Specifies the top margin of a custom label. - - - A structure that specifies the custom label's top label. - - - - - - - Specifies the unit of measurement of a custom label. - - - A structure that specifies the custom label's unit of measurement. - - - - - - - Specifies the vertical pitch of a custom label. - - - A structure, specifying the custom label's vertical pitch. - - - - - - - Specifies the width of a custom label. - - - A structure, specifying the custom label's width. - - - - - - - - If implemented, enables you to obtain the list of suggestions corresponding to a specific part of an expression. - - - - - - - Returns the collection of suggestions corresponding to a specific caret position within an expression. - - - - A value, specifying the expression. - - - - An integer value, specifying the symbol in the expression where the caret position is. - - - - A collection of objects. - - - - - - - - Lists values specifying the aggregate function types. - - - - - - - The average value of a column. - - - - - - - - The record count. - - - - - - - - - Specifies whether calculations should be performed manually using a specially designed event. - - - - - - - - The maximum value in a column. - - - - - - - - The minimum value in a column. - - - - - - - - Disables summary value calculation. - - - - - - - - The sum of all values in a column. - - - - - - - - - Lists values specifying the sort orders. - - - - - - - Sorts the column in ascending order. - - - - - - - - Sorts the columns in descending order. - - - - - - - - - No sorting is applied to a column. - - - - - - - - - Lists the report layouts available on the Choose a Report Layout page of the Report Wizard. - - - - - - - A left-aligned report layout. - - - - - - - - A left-aligned report layout. - - - - - - - - A modular report layout. - - - - - - - - A columnar report layout. - - - - - - - - The default report layout. - - - - - - - - A justified report layout. - - - - - - - - An outlined report layout. - - - - - - - - An outlined report layout. - - - - - - - - A stepped report layout. - - - - - - - - A tabular report layout. - - - - - - - - - Lists the report styles available on the Choose a Report Style page of the Report Wizard. - - - - - - - The Bold visual style. - - - - - - - - The Casual visual style. - - - - - - - - The Compact visual style. - - - - - - - - The Corporate visual style. - - - - - - - - The Formal visual style. - - - - - - - - - Lists the report types available on the Choose a Report Type page of the Report Wizard. - - - - - - - For internal use. - - - - - - - - The Label report type. - - - - - - - - For internal use. - - - - - - - - The Standard report type. - - - - - - - - - Lists the available column types. - - - - - - - The array column type. - - - - - - - - The Boolean column type. - - - - - - - - The Boolean calculated field column type. - - - - - - - - The date-time calculated field column type. - - - - - - - - The default calculated field column type. - - - - - - - - The floating point number calculated field column type. - - - - - - - - The GUID calculated field column type. - - - - - - - - The integer number calculated field column type. - - - - - - - - The string calculated field column type. - - - - - - - - The date-time column type. - - - - - - - - The default column type. - - - - - - - - - - - - - - - The floating point number column type. - - - - - - - - The GUID column type. - - - - - - - - The integer number column type. - - - - - - - - The list column type. - - - - - - - - The parameter list column type. - - - - - - - - The source list column type. - - - - - - - - No column type. - - - - - - - - The string column type. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - Obsolete. This page is no longer used in the current Report Wizard implementation. - - - - - - - - Obtains columns from a data source (asynchronously). - - - - - A value. - - - - A object. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when all data columns have been obtained. - - - - - - - - - Obtains the data members from a report's data source (asynchronously). - - - - - A value, specifying the data source name. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when all data members have been obtained. - - - - - - - - - Obtains a report's data sources (asynchronously). - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the data sources have been obtained. - - - - - - - - - - Provides methods that return custom names for the Field List items. - - - - - - - - - Returns the name displayed for a data source in a Field List. - - - A value specifying the data source's name. - - - - - - - Returns the name of a table or column item displayed in a Field List. - - - - - An array of values, corresponding to the original data member display names. - - - A value, specifying the new data member name. - - - - - - - - Enables a container registration for dependencies that are registered by type (i.e., by calling the methods). - - - - - - - - Initializes a new instance of the TypeRegistration class with the specified settings. - - - - A object. - - - - A object. - - - - - - - - Modifies the registration so that a new dependency will be created on each method call. - - - - - - - - - Gets the type of a dependency. - - - A object. - - - - - - - Gets the selected constructor to be resolved. - - - A object. - - - - - - - Releases all resources used by TypeRegistration. - - - - - - - - Gets the cached instance for a resolved non-transient dependency. - - - A value. - - - - - - - Gets an object that can be used to synchronize access. - - - A value. - - - - - - - Gets the flag for a transient registration. - - - A Boolean value. - - - - - - - Gets the registered value for a constructor parameter that was registered using the methods. - - - - A value. - - - - A value. - - - true, if the constructor parameter value has been obtained; otherwise, false. - - - - - - - Registers a constructor parameter value (if it is not registered in the container as a dependency). - - - - A value, specifying the parameter name. - - - - A value, specifying the parameter value. - - - A object. - - - - - - - - Obsolete. This class is no longer used in the current Data Source Wizard implementation. - - - - - - - Initializes a new instance of the PropertyDescriptorProxy class with the specified settings. - - - - A enumeration value. - - - - - - - - Initializes a new instance of the PropertyDescriptorProxy class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ReportModel class with the default settings. - - - - - - - - Specifies whether or not the data fields' content should affect the width of corresponding report controls. - - - true to adjust the field width; otherwise false. - - - - - - - Creates a new ReportModel instance, which is a copy of the current instance. - - - A new ReportModel instance, which is a copy of the current instance. - - - - - - - Specifies the data columns that are available in the Wizard. - - - An array of values, specifying the columns available from the datasource. - - - - - - - Specifies the information that is required to create a custom Label Report. - - - A object. - - - - - - - Specifies the data member name. - - - A object. - - - - - - - Specifies the data source name. - - - A value. - - - - - - - Determines whether or not the specified object is equal to the current ReportModel instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current ReportModel instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Specifies the grouping levels available in a report. - - - An array of values. - - - - - - - Specifies whether or not null values (if occurred in a data source) should be ignored when calculating a summary function. - - - true to ignore null values; otherwise false. - - - - - - - Specifies whether or not there are groups in the report. - - - true if the report contains groups; otherwise false. - - - - - - - - For internal use. Specifies the ID of a product label's details. - - - An integer value. - - - - - - - For internal use. Specifies the ID of a product label. - - - An integer value. - - - - - - - Specifies the report layout type. - - - A enumeration value. - - - - - - - Specifies the report page orientation. - - - true if the page orientation is portrait; otherwise false. - - - - - - - Specifies the report visual style. - - - A enumeration value. - - - - - - - Specifies the report title (for printing on the report header). - - - - A value. - - - - - - - Specifies the report type. - - - A enumeration value. - - - - - - - For internal use. Specifies options required to calculate a summary function in a report. - - - A collection of objects. - - - - - - - - Contains information about a data source. - - - - - - - Initializes a new instance of the DataSourceInfo class with the default settings. - - - - - - - - Creates a new DataSourceInfo instance, which is a copy of the current instance. - - - A new DataSourceInfo instance, which is a copy of the current instance. - - - - - - - Determines whether or not the specified object is equal to the current DataSourceInfo instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current DataSourceInfo instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - For internal use. Specifies whether a datasource is table-based (e.g., a database), or object-model-based (e.g., an XPO object). - - - - true if the datasource is table-based; otherwise false. - - - - - - - - Contains data related to columns available in a datasource. - - - - - - - Initializes a new instance of the ColumnInfo class with the default settings. - - - - - - - - Creates a new ColumnInfo instance, which is a copy of the current instance. - - - A new ColumnInfo instance, which is a copy of the current instance. - - - - - - - Determines whether or not the specified object is equal to the current ColumnInfo instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current ColumnInfo instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - For internal use. Specifies the type of data column to draw an appropriate icon in the WPF Report Designer's Field List. - - - - A enumeration value. - - - - - - - - When connecting to a data source using the WPF Report Wizard, assigns identifiers to data tables, views and stored procedures, as well as their data members. - - - - - - - Initializes a new instance of the TableInfo class with the default settings. - - - - - - - - Creates a new TableInfo instance, which is a copy of the current instance. - - - A new TableInfo instance, which is a copy of the current instance. - - - - - - - Classifies the data member that belongs to a connected data source. - - - A enumeration value, classifying the data member. - - - - - - - Determines whether or not the specified object is equal to the current TableInfo instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current TableInfo instance; otherwise false. - - - - - - - Gets the hash code that corresponds to the value of the current TableInfo object. - - - An integer value representing the hash code for the current object. - - - - - - - - Contains values that specify if filters against List properties can be created. - - - - - - - Allows filters to be created against properties that are List objects. - - - - - - - - Allows filters to be created against properties that are List objects, and against the List's children. - - - - - - - - Doesn't allow filters to be created against List properties and against their children. - - - - - - - - - Provides formatting settings. - - - - - - - Creates an instance of the class. - - - - - - - - Initializes a new instance of the FormatInfo class with the specified settings. - - - - A DevExpress.Utils.IComponentLoading object. - - - - - - - - Initializes a new instance of the FormatInfo class. - - - - An object that implements the IViewBagOwner interface. - - - - The string value. - - - - - - - - Initializes a new instance of the FormatInfo class with the specified settings. - - - - A DevExpress.Utils.IComponentLoading object. - - - - An object that implements the IViewBagOwner interface. - - - - The string value. - - - - - - - - Gets or sets whether a value for the property should be determined each time the property is accessed. - - - true if the value for the property should be determined each time the property is accessed. - - - - - - - Copies properties of the specified object to the current object. - - - - The object whose properties must be copied. - - - - - - - - Occurs on changing properties of the current class object. - - - - - - - - Gets a object with default settings. - - - The object with default property values. - - - - - - - Gets or sets the object which specifies how values should be formatted. - - - The IFormatProvider object which specifies how values should be formatted. - - - - - - - Gets the pattern for formatting values. - - - The string representing the format pattern. - - - - - - - Gets or sets the type of formatting specified by the current object. - - - One of values specifying the formatting type. - - - - - - - Gets the value formatted according to the format pattern and using the format provider settings. - - - - The value to format. - - - The text representation of the specified value according to settings of the current object. - - - - - - - Returns the actual format string. - - - The actual format string. - - - - - - - Tests whether properties of the current object are set to default values. - - - true if the object properties are set to default values; otherwise,false. - - - - - - - Compares properties of the current object with settings of the specified object. - - - - The object whose properties are compared. - - - true if properties of the current object equal to corresponding properties of the info parameter. - - - - - - - The method supports the internal .NET infrastructure and you must not call it from your code. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Performs actions when the property changes. - - - - - - - - Reverts properties of the current object to default values. - - - - - - - - - - - - - - - Tests whether the object should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - Returns a string that represents the current object. - - - A value that represents the current object. - - - - - - - The method supports the internal .NET infrastructure and you must not call it from your code. - - - - - - - - - Enumerates values for the property. - - - - - - - -Use Custom to format string values. - - -Use Custom when assigning a custom to the property. - - -Setting to Custom does not change the and property values. - - - - - - - - - Specifies that values should be formatted as the type. - -Setting to DateTime assigns the static format provider to the property. This defines the format provider for the current culture. -Also is set to "d" (short date pattern). - - - - - - - - - No formatting is performed. - -Setting the property to None clears the property and sets the object to null. - - - - - - - - - Specifies that values should be formatted as numbers. - -Setting to Numeric assigns the static System.Globalization.NumberFormatInfo.CurrentInfo format provider to the property. This defines the format provider for the current culture. - -Also is set to an empty string. - - - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the AddGroupingLevelPage<TModel> class with the specified settings. - - - - An object implementing the interface. - - - - An object implementing the interface. (Typically, it is the object.) - - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Specifies whether or not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - - Provides data for the and events. - - - - - - - This constructor is intended for internal use. - - - - - - - - - - - - Specifies whether elements retrieved by the 's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - This property is intended for internal use. - - - - - - - - - - Gets or sets the name of the key property. - - - A value indicating the key property name. - - - - - - - Specifies the query request to the WCF data service. - - - An IQueryable object that specifies the query request to the WCF data service. - - - - - - - Gets or sets an arbitrary object associated with a queryable source. - - - An object associated with a queryable source. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the GetEnumerableEventArgs class with the default settings. - - - - - - - - Gets or sets the enumerable data source. - - - An object that implements the interface. - - - - - - - Gets or sets an arbitrary object associated with an enumerable source. - - - An object associated with an enumerable source. - - - - - - - - The data source for the GridControl and SearchLookUpEdit controls that binds these controls to a WCF Data Service in Instant Feedback Mode. - - - - - - - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the WcfInstantFeedbackSource class. - - - - - - - - Initializes a new instance of the WcfInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Specifies whether elements retrieved by the WcfInstantFeedbackSource's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects that will be retrieved from a data source, at design time. - - - A type of objects that will be retrieved from a data source. - - - - - - - - Occurs when the WcfInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the WCF data service. - - - - - - - - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. - - - A object specifying the filter expression applied to data on the data store side. - - - - - - - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. - - - A string specifying the filter expression applied to data on the data store side. - - - - - - - Occurs when the WcfInstantFeedbackSource needs a queryable source, to retrieve objects from the WCF data service. - - - - - - - - Specifies the name of the key property. - - - A value that specifies the key property name. - - - - - - - Refreshes the WcfInstantFeedbackSource. - - - - - - - - - The data source for the GridControl and SearchLookUpEdit controls that binds these controls to a WCF Data Service in Server Mode. - - - - - - - - Initializes a new instance of the WcfServerModeSource class. - - - - - - - - This constructor is intended for internal use. - - - - - - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects retrieved from a data source. - - - The type of objects retrieved from a data source. - - - - - - - Occurs when a data source exception is thrown. - - - - - - - - - This property is intended for internal use. - - - - - - - - - - Specifies the criteria used to filter objects on the data store side. These criteria are never affected by bound data-aware controls. - - - A object specifying the filter expression applied to data on the data store side. - - - - - - - Specifies a string representation of an expression used to filter objects on the data store side. This filter is never affected by bound data-aware controls. - - - A string specifying the filter expression applied to data on the data store side. - - - - - - - Occurs when an inconsistency has been detected during an operation on a data source. - - - - - - - - - Specifies the key expression. - - - A string that specifies the key expression. - - - - - - - Specifies the query request to the WCF data service. - - - An IQueryable object that specifies the query request to the WCF data service. - - - - - - - Forces the bound data-aware control to reload data from the data store. - - - - - - - - - The data source for the GridControl and SearchLookUpEdit that binds these controls to any enumerable source in Instant Feedback Mode. - - - - - - - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the PLinqInstantFeedbackSource class. - - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the maximum number of parallel threads that will be started to process a query. - - - A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. - - - - - - - Specifies the type of objects that will be retrieved from a data source, at design time. - - - A type of objects that will be retrieved from a data source. - - - - - - - - Occurs when the PLinqInstantFeedbackSource no longer needs the enumerable source it used for object retrieval. - - - - - - - - Occurs when the PLinqInstantFeedbackSource needs an enumerable source, to retrieve data from it. - - - - - - - - Refreshes the PLinqInstantFeedbackSource. - - - - - - - - - The data source for the , and controls that binds these controls to any enumerable source in Server Mode. - - - - - - - Initializes a new instance of the PLinqServerModeSource class. - - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the maximum number of parallel threads that will be started to process a query. - - - A nullable integer that specifies the maximum number of parallel threads that will be started to process a query. - - - - - - - Specifies the type of objects retrieved from a data source. - - - The type of objects retrieved from a data source. - - - - - - - Enables you to manually handle the data source exception. - - - - - - - - Enables you to manually handle the inconsistency detected during an operation on a data source. - - - - - - - - Forces the bound data-aware control to reload data from the data store. - - - - - - - - Gets or sets the enumerable data source. - - - An object that implements the interface. - - - - - - - - The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode. - - - - - - - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Initializes a new instance of the EntityInstantFeedbackSource class. - - - - - - - - Initializes a new instance of the EntityInstantFeedbackSource with the specified settings. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - An delegate, which is a method that will handle the event. The specified delegate is attached to this event. - - - - - - - - Specifies whether elements retrieved by the EntityInstantFeedbackSource's queryable source are thread-safe. - - - true, if elements retrieved by the queryable source are thread-safe; otherwise, false. - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects that will be retrieved from a data source, at design time. - - - A type of objects that will be retrieved from a data source. - - - - - - - - Occurs when the EntityInstantFeedbackSource no longer needs the queryable source it used to retrieve objects from the data store. - - - - - - - - Occurs when the EntityInstantFeedbackSource needs a queryable source, to retrieve objects from the data store. - - - - - - - - Specifies the name of the key property. - - - A value that specifies the key property name. - - - - - - - Refreshes the EntityInstantFeedbackSource. - - - - - - - - - The data source for the GridControl, PivotGridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in server mode. - - - - - - - Initializes a new instance of the EntityServerModeSource class. - - - - - - - - Specifies how data source contents are sorted by default, when the sort order is not specified by the bound control. - - - The string which contains the column name(s) against which data source contents are sorted and the sort order(s). - - - - - - - Specifies the type of objects retrieved from a data source. - - - The type of objects retrieved from a data source. - - - - - - - Enables you to manually handle the database exception. - - - - - - - - Enables you to manually handle the inconsistency detected during an operation on a data source. - - - - - - - - Gets or sets the key expression. - - - A value that specifies the key expression. - - - - - - - Gets or sets the queryable data source. - - - An object that implements the interface. - - - - - - - Forces the bound data-aware control to reload data from the data store. - - - - - - - - - Contains values corresponding to strings that can be localized for the print preview. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Main Menu" - - - - - - - - "Status Bar" - - - - - - - - "Toolbar" - - - - - - - - "Apply" - - - - - - - - "Cancel" - - - - - - - - "Help" - - - - - - - - "OK" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Date-Time" - - - - - - - - "Letters" - - - - - - - - "Numeric" - - - - - - - - "Date" - - - - - - - - "Fixed-Point" - - - - - - - - "Fixed-Point Positive" - - - - - - - - "Integer" - - - - - - - - "Integer Positive" - - - - - - - - "Only Latin Letters" - - - - - - - - "Only Letters" - - - - - - - - "Only Lowercase Letters" - - - - - - - - "Only Uppercase Letters" - - - - - - - - "From" - - - - - - - - For internal use. - - - - - - - "Confirmation password does not match. Please start over and enter the password again." - - - - - - - - "Confirm Document Open Password" - - - - - - - - "Document Open Pa&ssword:" - - - - - - - - "Please confirm the Document Open Password. Be sure to make a note of the password. It will be required to open the document." - - - - - - - - "Confirm Permissions Password" - - - - - - - - "&Permissions Password:" - - - - - - - - "Please confirm the Permissions Password. Be sure to make a note of the password. You will need it to change these settings in the future." - - - - - - - - "(Using System Separator)" - - - - - - - - "Export mode:" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Export watermarks" - - - - - - - - "Keep row height" - - - - - - - - "Page range:" - - - - - - - - "Table layout" - - - - - - - - "Character set:" - - - - - - - - "Embed images in HTML" - - - - - - - - "Export mode:" - - - - - - - - "Different files" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Export watermarks" - - - - - - - - "Page border color:" - - - - - - - - "Page border width:" - - - - - - - - "Page range:" - - - - - - - - "Remove carriage returns" - - - - - - - - "Table layout" - - - - - - - - - "Title:" - - - - - - - - "Export mode:" - - - - - - - - "Different files" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Image format:" - - - - - - - - "Page border color:" - - - - - - - - "Page border width:" - - - - - - - - "Page range:" - - - - - - - - "Resolution (dpi):" - - - - - - - - "Compressed" - - - - - - - - "PDF/A Compatibility:" - - - - - - - - "None" - - - - - - - - "PDF/A-1b" - - - - - - - - "PDF/A-2b" - - - - - - - - "PDF/A-3b" - - - - - - - - "Any except extracting pages" - - - - - - - - "Commenting, filling in form fields, and signing existing signature fields" - - - - - - - - "Filling in form fields and signing existing signature fields" - - - - - - - - "Inserting, deleting and rotating pages" - - - - - - - - "None" - - - - - - - - For internal use. - - - - - - - "Convert Images to Jpeg" - - - - - - - - "Application:" - - - - - - - - "Author:" - - - - - - - - "Keywords:" - - - - - - - - "Subject:" - - - - - - - - "Title:" - - - - - - - - "Export editing fields to AcroForms" - - - - - - - - "Images quality:" - - - - - - - - "High" - - - - - - - - "Highest" - - - - - - - - "Low" - - - - - - - - "Lowest" - - - - - - - - "Medium" - - - - - - - - "Don't embed these fonts:" - - - - - - - - "Page range:" - - - - - - - - "Password Security:" - - - - - - - - "Document Open Password" - - - - - - - - "(none)" - - - - - - - - "Permissions" - - - - - - - - "High Resolution" - - - - - - - - "Low Resolution (150 dpi)" - - - - - - - - "None" - - - - - - - - "Show print dialog on open" - - - - - - - - "None" - - - - - - - - - "Issuer: " - - - - - - - - - "Valid From: {0:d} to {1:d}" - - - - - - - - - "Digital Signature:" - - - - - - - - - "Certificate" - - - - - - - - "Contact Info" - - - - - - - - "Location" - - - - - - - - "(none)" - - - - - - - - "Reason" - - - - - - - - "Export mode:" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Export watermarks" - - - - - - - - "Page range:" - - - - - - - - "Encoding:" - - - - - - - - "Text export mode:" - - - - - - - - "Text" - - - - - - - - "Value" - - - - - - - - "Quote strings with separators" - - - - - - - - "Text separator:" - - - - - - - - "TAB" - - - - - - - - "Export hyperlinks" - - - - - - - - "Export mode:" - - - - - - - - "Different files" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Page range:" - - - - - - - - "Raw data mode" - - - - - - - - - "Sheet name:" - - - - - - - - "Show grid lines" - - - - - - - - For internal use. - - - - - - - "Export mode:" - - - - - - - - "Different files" - - - - - - - - "Single file" - - - - - - - - "Single file page-by-page" - - - - - - - - "Page range:" - - - - - - - - "Compression:" - - - - - - - - "Fast" - - - - - - - - "Maximum" - - - - - - - - "Normal" - - - - - - - - "Not compressed" - - - - - - - - "Super fast" - - - - - - - - "Category:" - - - - - - - - "Creator:" - - - - - - - - "Description:" - - - - - - - - "Keywords:" - - - - - - - - "Subject:" - - - - - - - - "Title:" - - - - - - - - "Version:" - - - - - - - - "Page range:" - - - - - - - - "CSV Export Options" - - - - - - - - "DOCX Export Options" - - - - - - - - "HTML Export Options" - - - - - - - - "Image Export Options" - - - - - - - - "MHT Export Options" - - - - - - - - "Native Format Options" - - - - - - - - "PDF Export Options" - - - - - - - - "RTF Export Options" - - - - - - - - "Text Export Options" - - - - - - - - "XLS Export Options" - - - - - - - - "XLSX Export Options" - - - - - - - - "XPS Export Options" - - - - - - - - "Select a folder to save the exported document to:" - - - - - - - - "Bottom Margin" - - - - - - - - "Inch" - - - - - - - - "Left Margin" - - - - - - - - "mm" - - - - - - - - ""Right Margin"" - - - - - - - - "Top Margin" - - - - - - - - "&Color..." - - - - - - - - "&Background" - - - - - - - - "Copy" - - - - - - - - - "CSV File" - - - - - - - - "DOCX File" - - - - - - - - "E&xit" - - - - - - - - "&Export To" - - - - - - - - "&File" - - - - - - - - "Image File" - - - - - - - - "HTML File" - - - - - - - - "MHT File" - - - - - - - - "&Page Layout" - - - - - - - - "Page Set&up..." - - - - - - - - "PDF File" - - - - - - - - "&Print..." - - - - - - - - "P&rint" - - - - - - - - "Print..." - - - - - - - - - "RTF File" - - - - - - - - "Sen&d As" - - - - - - - - "Text File" - - - - - - - - "&View" - - - - - - - - "&Continuous" - - - - - - - - "&Facing" - - - - - - - - "&Statusbar" - - - - - - - - "&Toolbar" - - - - - - - - "&Watermark..." - - - - - - - - "XLS File" - - - - - - - - "XLSX File" - - - - - - - - "Page Width" - - - - - - - - "Text Width" - - - - - - - - "Two Pages" - - - - - - - - "Whole Page" - - - - - - - - For internal use. - - - - - - - "Pages" - - - - - - - - "The output file is too big. Please try to reduce the image resolution,\r\nor choose another export mode." - - - - - - - - "The output file is too big. Try to reduce the number of its pages, or split it into several documents." - - - - - - - - "The output file is too big to create a JPEG file. Please choose another image format or another export mode." - - - - - - - - "The process cannot access the file \"{0}\" because it is being used by another process." - - - - - - - - - - - - - - - "Cannot perform the specified task. The following library is missing: \"{0}\"" - - - - - - - - "The specified file cannot be loaded, because it either does not contain valid XML data or exceeds the allowed size." - - - - - - - - "Control's boundaries are too small for the barcode" - - - - - - - - "Printing" - - - - - - - - "Creating the document..." - - - - - - - - "Warning!" - - - - - - - - "The document does not contain any pages." - - - - - - - - "Error" - - - - - - - - "Exporting the document..." - - - - - - - - "The output file already exists. Click OK to overwrite." - - - - - - - - "The specified file doesn't contain valid XML data in the PRNX format. Loading is stopped." - - - - - - - - "The specified file doesn't have a PRNX extension. Proceed anyway?" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "File \"{0}\" is set to read-only, try again with a different file name." - - - - - - - - "The font size cannot be set to zero or a negative number" - - - - - - - - "There is no page numbered {0} in this document." - - - - - - - - "This is not a valid page range" - - - - - - - - "The number must be between {0} and {1}." - - - - - - - - "Cannot find the specified path." - - - - - - - - "Binary data can't be longer than 1033 bytes." - - - - - - - - "There are invalid characters in the text" - - - - - - - - "Invalid text format" - - - - - - - - "This is not a valid measurement." - - - - - - - - "Invalid property name" - - - - - - - - - "No printers installed." - - - - - - - - "A document can't be exported to a stream in the DifferentFiles mode. Use the SingleFile or SingleFilePageByPage mode instead." - - - - - - - - "The specified parameters does not exist: {0}." - - - - - - - - "This font is not yet supported" - - - - - - - - "The \"{0}\" cannot be used since this could be an unsupported OpenType font." - - - - - - - - "Do you want to open this file?" - - - - - - - - "Export" - - - - - - - - "One or more margins are set outside the printable area of the page. Continue?" - - - - - - - - "The path is too long.\r\nTry a shorter name." - - - - - - - - "Search" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "The separator cannot be an empty string." - - - - - - - - "The net printer is unavailable." - - - - - - - - - - - - - - - "The current printer doesn't support the selected paper size.\r\nProceed with printing anyway?" - - - - - - - - "The printer name is invalid. Please check the printer settings." - - - - - - - - "An error occurred during printing a document." - - - - - - - - "The created XLS file is too big for the XLS format, because it contains more than 256 columns.\r\nPlease try to use the XLSX format, instead." - - - - - - - - "The created XLS file is too big for the XLS format, because it contains more than 65,536 rows.\r\nPlease try to use the XLSX format, instead." - - - - - - - - "The created XLSX file is too big for the XLSX format, because it contains more than 16,384 columns.\r\nPlease try to reduce the amount of columns in your report and export the report to XLSX again." - - - - - - - - "The created XLSX file is too big for the XLSX format, because it contains more than 1,048,576 rows.\r\nPlease try to reduce the amount of rows in your report and export the report to XLSX again." - - - - - - - - "{0} on {1}" - - - - - - - - "(none)" - - - - - - - - - "Preview Document Files (*{0})|*{0}|All Files (*.*)|*.*" - - - - - - - - "Open" - - - - - - - - For internal use. - - - - - - - "[Date Printed]" - - - - - - - - "[Page #]" - - - - - - - - "[Page # of Pages #]" - - - - - - - - "[Time Printed]" - - - - - - - - "[Pages #]" - - - - - - - - - "[User Name]" - - - - - - - - "No Look-Up" - - - - - - - - - "Parameters" - - - - - - - - "Reset" - - - - - - - - "Submit" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Preview" - - - - - - - - "Flip on Short Edge" - - - - - - - - "None" - - - - - - - - "Flip on Long Edge" - - - - - - - - "The printer is busy." - - - - - - - - "The printer door is open." - - - - - - - - "The printer driver needs to be updated." - - - - - - - - "Error" - - - - - - - - "Initializing the Preview..." - - - - - - - - "The printer's input/output is active." - - - - - - - - "The manual feed is enabled." - - - - - - - - "The printer is not available." - - - - - - - - "The printer has no toner." - - - - - - - - "The printer is offline." - - - - - - - - "The printer is out of memory." - - - - - - - - "The output bin is full." - - - - - - - - "A page punt has occurred." - - - - - - - - "The paper has jammed." - - - - - - - - "The printer is out of paper." - - - - - - - - "A paper-related problem has occurred." - - - - - - - - "The printer is paused." - - - - - - - - "Print task deletion is pending." - - - - - - - - "The power save mode is on." - - - - - - - - "Printing..." - - - - - - - - "Processing..." - - - - - - - - "The printer is ready." - - - - - - - - "The server is offline." - - - - - - - - "The server is unknown." - - - - - - - - "The toner is low." - - - - - - - - "A user intervention has occurred." - - - - - - - - "Waiting..." - - - - - - - - "The printer is warming up." - - - - - - - - "Close Print Preview" - - - - - - - - "Close Print Preview of the document." - - - - - - - - "Close Print Preview" - - - - - - - - "Options" - - - - - - - - "Open the Print Options dialog, in which you can change printing options." - - - - - - - - "Options" - - - - - - - - "Bookmarks" - - - - - - - - "Open the Document Map, which allows you to navigate through a structural view of the document." - - - - - - - - "Document Map" - - - - - - - - "Header/Footer" - - - - - - - - "Edit the header and footer of the document." - - - - - - - - "Header and Footer" - - - - - - - - "CSV File" - - - - - - - - "Comma-Separated Values Text" - - - - - - - - "Export the document to CSV and save it to the file on a disk." - - - - - - - - "Export to CSV" - - - - - - - - "DOCX File" - - - - - - - - "Microsoft Word 2007 Document" - - - - - - - - "Export the document to DOCX and save it to the file on a disk." - - - - - - - - "Export to DOCX" - - - - - - - - "Export To" - - - - - - - - "Export the current document in one of the available formats, and save it to the file on a disk." - - - - - - - - "Export To..." - - - - - - - - "Image File" - - - - - - - - "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" - - - - - - - - "Export the document to Image and save it to the file on a disk." - - - - - - - - "Export to Image" - - - - - - - - "HTML File" - - - - - - - - "Web Page" - - - - - - - - "Export the document to HTML and save it to the file on a disk." - - - - - - - - "Export to HTML" - - - - - - - - "MHT File" - - - - - - - - "Single File Web Page" - - - - - - - - "Export the document to MHT and save it to the file on a disk." - - - - - - - - "Export to MHT" - - - - - - - - "PDF File" - - - - - - - - "Adobe Portable Document Format" - - - - - - - - "Export the document to PDF and save it to the file on a disk." - - - - - - - - "Export to PDF" - - - - - - - - "RTF File" - - - - - - - - "Rich Text Format" - - - - - - - - "Export the document to RTF and save it to the file on a disk." - - - - - - - - "Export to RTF" - - - - - - - - "Text File" - - - - - - - - "Plain Text" - - - - - - - - "Export the document to Text and save it to the file on a disk." - - - - - - - - "Export to Text" - - - - - - - - "XLS File" - - - - - - - - "Microsoft Excel 2000-2003 Workbook" - - - - - - - - "Export the document to XLS and save it to the file on a disk." - - - - - - - - "Export to XLS" - - - - - - - - "XLSX File" - - - - - - - - "Microsoft Excel 2007 Workbook" - - - - - - - - "Export the document to XLSX and save it to the file on a disk." - - - - - - - - "Export to XLSX" - - - - - - - - "XPS File" - - - - - - - - "XPS" - - - - - - - - "Page Color" - - - - - - - - "Choose a color for the background of the document pages." - - - - - - - - "Background Color" - - - - - - - - "Find" - - - - - - - - "Show the Find dialog to find text in the document." - - - - - - - - "Find" - - - - - - - - "Top:\t\t{0}\t\tBottom:\t\t{1}\r\nLeft:\t\t {2}\t\tRight:\t\t {3}" - - - - - - - - "Moderate" - - - - - - - - "Moderate" - - - - - - - - "Narrow" - - - - - - - - "Narrow" - - - - - - - - "Normal" - - - - - - - - "Normal" - - - - - - - - "Wide" - - - - - - - - "Wide" - - - - - - - - "Landscape" - - - - - - - - "" - - - - - - - - "Portrait" - - - - - - - - "" - - - - - - - - "{0} x {1}" - - - - - - - - "Hand Tool" - - - - - - - - "Invoke the Hand tool to manually scroll through pages." - - - - - - - - "Hand Tool" - - - - - - - - "Editing Fields" - - - - - - - - "Highlight all editing fields to quickly discover which of the document elements are editable." - - - - - - - - "Highlight Editing Fields" - - - - - - - - "Magnifier" - - - - - - - - "Invoke the Magnifier tool.\r\n\r\nClicking once on a document zooms it so that a single page becomes entirely visible, while clicking another time zooms it to 100% of the normal size." - - - - - - - - "Magnifier" - - - - - - - - "Many Pages" - - - - - - - - "Choose the page layout to arrange the document pages in preview." - - - - - - - - "View Many Pages" - - - - - - - - "Open" - - - - - - - - "Open a document." - - - - - - - - "Open (Ctrl + O)" - - - - - - - - "Page Background" - - - - - - - - "Close" - - - - - - - - - "Document" - - - - - - - - "Export" - - - - - - - - "Navigation" - - - - - - - - "Page Setup" - - - - - - - - "Show the Page Setup dialog." - - - - - - - - "Page Setup" - - - - - - - - "Print" - - - - - - - - "Zoom" - - - - - - - - "Margins" - - - - - - - - "Select the margin sizes for the entire document.\r\n\r\nTo apply specific margin sizes to the document, click Custom Margins." - - - - - - - - "Page Margins" - - - - - - - - "Orientation" - - - - - - - - "Switch the pages between portrait and landscape layouts." - - - - - - - - "Page Orientation" - - - - - - - - "Custom Margins..." - - - - - - - - "Show the Page Setup dialog." - - - - - - - - "Page Setup' - - - - - - - - "Print Preview" - - - - - - - - "Size" - - - - - - - - "Choose the paper size of the document." - - - - - - - - "Page Size" - - - - - - - - "Parameters" - - - - - - - - "Open the Parameters pane, which allows you to enter values for report parameters." - - - - - - - - "Parameters" - - - - - - - - "Pointer" - - - - - - - - "Show the mouse pointer." - - - - - - - - "Mouse Pointer" - - - - - - - - "Print" - - - - - - - - "Select a printer, number of copies and other printing options before printing." - - - - - - - - "Print (Ctrl+P)" - - - - - - - - "Quick Print" - - - - - - - - "Send the document directly to the default printer without making changes." - - - - - - - - "Quick Print" - - - - - - - - "Save" - - - - - - - - "Save the document." - - - - - - - - "Save (Ctrl + S)" - - - - - - - - "Scale" - - - - - - - - "Stretch or shrink the printed output to a percentage of its actual size." - - - - - - - - "Scale" - - - - - - - - "CSV File" - - - - - - - - "Comma-Separated Values Text" - - - - - - - - "Export the document to CSV and attach it to the e-mail." - - - - - - - - "E-Mail As CSV" - - - - - - - - "DOCX File" - - - - - - - - "Microsoft Word 2007 Document" - - - - - - - - "Export the document to DOCX and attach it to the e-mail." - - - - - - - - "E-Mail As DOCX" - - - - - - - - "E-Mail As" - - - - - - - - "Export the current document in one of the available formats, and attach it to the e-mail." - - - - - - - - "E-Mail As..." - - - - - - - - "Image File" - - - - - - - - "BMP, GIF, JPEG, PNG, TIFF, EMF, WMF" - - - - - - - - "Export the document to Image and attach it to the e-mail." - - - - - - - - "E-Mail As Image" - - - - - - - - "MHT File" - - - - - - - - "Single File Web Page" - - - - - - - - "Export the document to MHT and attach it to the e-mail." - - - - - - - - "E-Mail As MHT" - - - - - - - - "PDF File" - - - - - - - - "Adobe Portable Document Format" - - - - - - - - "Export the document to PDF and attach it to the e-mail." - - - - - - - - "E-Mail As PDF" - - - - - - - - "RTF File" - - - - - - - - "Rich Text Format" - - - - - - - - "Export the document to RTF and attach it to the e-mail." - - - - - - - - "E-Mail As RTF" - - - - - - - - "Text File" - - - - - - - - "Plain Text" - - - - - - - - "Export the document to Text and attach it to the e-mail." - - - - - - - - "E-Mail As Text" - - - - - - - - "XLS File" - - - - - - - - "Microsoft Excel 2000-2003 Workbook" - - - - - - - - "Export the document to XLS and attach it to the e-mail." - - - - - - - - "E-Mail As XLS" - - - - - - - - "XLSX File" - - - - - - - - "Microsoft Excel 2007 Workbook" - - - - - - - - "Export the document to XLSX and attach it to the e-mail." - - - - - - - - "E-Mail As XLSX" - - - - - - - - "XPS File" - - - - - - - - "XPS" - - - - - - - - "First Page" - - - - - - - - "Navigate to the first page of the document." - - - - - - - - "First Page (Ctrl+Home)" - - - - - - - - "Last Page " - - - - - - - - "Navigate to the last page of the document." - - - - - - - - "Last Page (Ctrl+End)" - - - - - - - - "Next Page " - - - - - - - - "Navigate to the next page of the document." - - - - - - - - "Next Page (PageDown)" - - - - - - - - "Previous Page" - - - - - - - - "Navigate to the previous page of the document." - - - - - - - - "Previous Page (PageUp)" - - - - - - - - "Thumbnails" - - - - - - - - "Open the Thumbnails." - - - - - - - - "Thumbnails" - - - - - - - - "Watermark" - - - - - - - - "Insert ghosted text or image behind the content of a page.\r\n\r\nThis is often used to indicate that a document is to be treated specially." - - - - - - - - "Watermark" - - - - - - - - "Zoom" - - - - - - - - "Change the zoom level of the document preview." - - - - - - - - "Zoom" - - - - - - - - "Exact" - - - - - - - - "Zoom In" - - - - - - - - "Zoom in to get a close-up view of the document." - - - - - - - - "Zoom In" - - - - - - - - "Zoom Out" - - - - - - - - "Zoom out to see more of the page at a reduced size." - - - - - - - - "Zoom Out" - - - - - - - - "BMP Bitmap Format" - - - - - - - - "CSV Document" - - - - - - - - "DOCX Document" - - - - - - - - "EMF Enhanced Windows Metafile" - - - - - - - - "GIF Graphics Interchange Format" - - - - - - - - "HTML Document" - - - - - - - - "JPEG File Interchange Format" - - - - - - - - "MHT Document" - - - - - - - - "Native Format" - - - - - - - - "PDF Document" - - - - - - - - "PNG Portable Network Graphics Format" - - - - - - - - "Rich Text Document" - - - - - - - - "TIFF Tag Image File Format" - - - - - - - - "Text Document" - - - - - - - - "WMF Windows Metafile" - - - - - - - - "XLS Document" - - - - - - - - "XLSX Document" - - - - - - - - "XPS Document"" - - - - - - - - "Save As" - - - - - - - - For internal use. - - - - - - - "{0} of {1}" - - - - - - - - For internal use. - - - - - - - "Nothing" - - - - - - - - "Page {0} of {1}" - - - - - - - - "Page number in document. Click to open the Go To Page dialog." - - - - - - - - For internal use. - - - - - - - "Stop" - - - - - - - - "Zoom Factor: " - - - - - - - - "Adjust to:" - - - - - - - - "Fit to" - - - - - - - - For internal use. - - - - - - - "% normal size" - - - - - - - - "pages wide" - - - - - - - - "Page" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Background" - - - - - - - - "Close Preview" - - - - - - - - "Customize" - - - - - - - - "Header And Footer" - - - - - - - - "Export Document..." - - - - - - - - "First Page" - - - - - - - - "Hand Tool" - - - - - - - - "Highlight Editing Fields" - - - - - - - - "Last Page" - - - - - - - - "Magnifier" - - - - - - - - "Document Map" - - - - - - - - "Multiple Pages" - - - - - - - - "Next Page" - - - - - - - - "Open a document" - - - - - - - - "Page Setup" - - - - - - - - "Parameters" - - - - - - - - "Previous Page" - - - - - - - - "Print" - - - - - - - - "Quick Print" - - - - - - - - "Save the document" - - - - - - - - "Scale" - - - - - - - - "Search" - - - - - - - - "Send via E-Mail..." - - - - - - - - "Thumbnails" - - - - - - - - "Watermark" - - - - - - - - "Zoom" - - - - - - - - "Zoom In" - - - - - - - - "Zoom Out" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Please Wait" - - - - - - - - "(Picture)" - - - - - - - - - "(Text)" - - - - - - - - - "Backward Diagonal" - - - - - - - - "Forward Diagonal" - - - - - - - - "Horizontal" - - - - - - - - "Vertical" - - - - - - - - "Center" - - - - - - - - "Left" - - - - - - - - "Right" - - - - - - - - "Clip" - - - - - - - - "Stretch" - - - - - - - - "Zoom" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - "Select Picture" - - - - - - - - "Bottom" - - - - - - - - "Middle" - - - - - - - - "Top" - - - - - - - - "ASAP" - - - - - - - - "CONFIDENTIAL" - - - - - - - - "COPY" - - - - - - - - "DO NOT COPY" - - - - - - - - "DRAFT" - - - - - - - - "EVALUATION" - - - - - - - - "ORIGINAL" - - - - - - - - "PERSONAL" - - - - - - - - "SAMPLE" - - - - - - - - "TOP SECRET" - - - - - - - - "URGENT" - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - Provides an abstract container registration. - - - - - - - - Represents a report drawing style. - - - - - - - Initializes a new instance of the BrickStyle class with the default settings. - - - - - - - - Initializes a new instance of the BrickStyle class with the specified settings. - - - - A enumeration value, specifying the visible brick borders. This value is assigned to the property. - - - - A value, specifying the border width. This value is assigned to the property. - - - - A structure, specifying the border color. This value is assigned to the property. - - - - A structure, specifying the background color. This value is assigned to the property. - - - - A structure, specifying the foreground color. This value is assigned to the property. - - - - - A object, specifying the font settings. This value is assigned to the property. - - - - A object, specifying the text format. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class and copies the settings from the object passed as the parameter. - - - - A object whose settings are used to initialize the created object's properties. - - - - - - - - Initializes a new instance of the BrickStyle class with the specified dpi value. - - - - A value which specifies the dpi value for the BrickStyle's padding. - - - - - - - - Gets or sets the background color. - - - A Color representing the background color. - - - - - - - Gets or sets the border color. - - - A Color representing the border color. - - - - - - - Specifies the dash style for the brick's border. - - - A enumeration value. - - - - - - - Gets or sets the border style of a brick. - - - A enumeration value that represents the border style of a brick. - - - - - - - Gets or sets the border width. - - - A value. - - - - - - - Gets or sets the string value used to support serialization of the property. - - - A value. - - - - - - - Creates a new instance, which is a copy of the current instance. - - - - A new instance, which is a copy of the current instance. - - - - - - - - Creates the BrickStyle instance with the defaul settings. - - - A BrickStyle object representing a new brick style. - - - - - - - Gets the object whose properties are set to their default values. - - - A object representing a report drawing style. - - - - - - - Gets the default font for a brick style. - - - The default font for a brick style. - - - - - - - Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - - - - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - - true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - - - A value that represents the deflated rectangle. - - - - - - - Deflates the specified rectangle by the width of borders represented by this brick style. - - - - A value which specifies the rectangle to be deflated. - - - - A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - A value that represents the deflated rectangle. - - - - - - - Deflates the specified rectangle by the specified width of the specified borders using the specified border style. - - - - - - A value which specifies the rectangle to be deflated. - - - - One or more enumeration values, specifying which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - - A enumeration value that specifies the brick style. - - - A value that represents the deflated rectangle. - - - - - - - Deflates the specified rectangle by the specified width of the specified borders. - - - - - - A value which specifies the rectangle to be deflated. - - - - One or more enumeration values, specifying which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - A value that represents the deflated rectangle. - - - - - - - Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - - - - A value which specifies the rectangle to be deflated. - - - - One or more enumeration values, specifying which sides of a brick have borders. - - - - A value which specifies the dpi value to be applied to the width of borders before deflating. - - - - true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - - - A value that represents the deflated rectangle. - - - - - - - Disposes of the BrickStyle object. - - - - - - - - - Determines whether or not the specified object is equal to the current BrickStyle instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current BrickStyle instance; otherwise false. - - - - - - - Gets or sets the Font used to display text. - - - The Font used to display text. - - - - - - - Gets or sets the foreground color. - - - The foreground color. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Inflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style. - - - - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the width of borders before inflating. - - - - - true to apply the current border style; otherwise, false. The current border style can be accessed via the property. - - - A value that represents the inflated rectangle. - - - - - - - Inflates the specified rectangle by the width of borders represented by this brick style. - - - - A value which specifies the rectangle to be inflated. - - - - A value which specifies the dpi value to be applied to the width of borders before inflating. - - - - A value that represents the inflated rectangle. - - - - - - - Inflates the specified rectangle by the specified width of specified borders using the specified border style. - - - - - A value which specifies the rectangle to be inflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - - A enumeration value that specifies the brick style. - - - A value that represents the inflated rectangle. - - - - - - - Inflates the specified rectangle by the specified width of specified borders. - - - - - A value which specifies the rectangle to be inflated. - - - - A enumeration value that specifies which sides of a brick have borders. - - - - A value which specifies the width of borders. - - - A value that represents the inflated rectangle. - - - - - - - For internal use. - - - - A structure. - - - - A value. - - - - A Boolean value. - - - - A enumeration value. - - - A structure. - - - - - - - Specifies whether or not the brick's alignment is justified. - - - true is the brick has a justified alignment; otherwise false. - - - - - - - Gets a value indicating whether the brick style paints a transparent brick. - - - - true if the brick will be painted as transparent; otherwise, false. - - - - - - - Gets a value indicating whether the brick style is valid. - - - - true if the current brick style is valid; otherwise, false. - - - - - - - Gets or sets the padding values of a brick. - - - A object which contains the padding values of a brick. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Resets all border settings. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Resets the property value. - - - - - - - - Rescales the brick style to the specified ratio. - - - - A value specifying the ratio to rescale the brick style. - - - A object which represents the brick style with the scaling applied. - - - - - - - Sets the brick's alignment. - - - - A enumeration value. - - - - A enumeration value. - - - - - - - - Gets or sets a value defining which borders of the current brick are visible. - - - A enumerator value, defining visible brick borders. - - - - - - - Gets or sets a instance specifying text formatting and layout. - - - A specifying text formatting and layout. - - - - - - - For internal use. - - - - - - - - - - - Gets or sets the alignment of the text in the brick. - - - - One of the enumeration's values that specifies how the text is aligned in the brick. - - - - - - - - Lists the values that define the order in which complex properties are shown in the Field List. - - - - - - - The default order of showing complex properties in the Field List is preserved. - - - - - - - - The complex properties are shown at the top of the Field List. - - - - - - - - The complex properties are shown at the bottom of the Field List. - - - - - - - - - A dependency injection container. - - - - - - - Initializes a new instance of the IntegrityContainer class with the default settings. - - - - - - - - Releases all resources used by IntegrityContainer. - - - - - - - - Registers a delegate with the specified container as an argument to resolve an instance of the specified type with a corresponding TServiceType key. - - - - A function, specifying the type to resolve. - - - A object. - - - - - - - Registers a delegate to resolve an instance of the specified type with a specified TServiceType key. - - - - - A function, specifying the type to resolve. - - - A object. - - - - - - - Registers the specified instance as a singleton with the specified serviceType key. - - - - A object. - - - - A value. - - - An object. - - - - - - - Registers the specified instance as a singleton with the specified TServiceType key. - - - - A value. - - - An object. - - - - - - - Registers the specified concreteType with the specified serviceType key. - - - - A object. - - - - A object. - - - A object. - - - - - - - Registers the specified TConcreteType as a dependency. - - - A object. - - - - - - - Registers the specified TConcreteType with the specified TServiceType key. - - - A object. - - - - - - - Gets an instance with the specified serviceType key. - - - - A object. - - - A value. - - - - - - - Gets an instance of the specified type with a corresponding TServiceType key. - - - A value. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - When implemented by a class, creates report elements (bricks) for a specific area. - - - - The name of the report area (section) for which elements should be created. - - - - An object implementing the interface, which is a graphical surface on which report elements will be drawn. - - - - - - - - - If implemented by a class, finalizes the printing of the report. - - - - An object implementing the interface used to print a control. - - - - - An object implementing the interface, which refers to a control. - - - - - - - - When implemented by a class, initializes a control for report creation. - - - - An object implementing the interface used to print a control. - - - - An object implementing the interface which refers to a control. - - - - - - - - - When implemented by a class, provides information about a project type. - - - - - - - - Obtains the assembly in which the current type is defined. - - - An object containg information about the assembly in which the current type is defined. - - - - - - - Obtains the fully qualified name of the current type, including the namespace. - - - A value. - - - - - - - Indicates whether a type is defined within the current solution. - - - true, if a type is defined in the current solution; otherwise, false. - - - - - - - Obtains the name of the namespace containing the current type - - - A value. - - - - - - - Returns the current type. - - - A object. - - - - - - - - Contains information on the sorting, filtering and summary configurations applied in the bound grid control. - - - - - - - Initializes a new instance of the VirtualServerModeConfigurationInfo class with the specified settings. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - - - - - Gets the grid's current filter criteria. - - - The filter criteria applied to the grid. - - - - - - - Gets the grid's current column sorting configuration. - - - The column sorting configuration applied to the grid. - - - - - - - Gets the total summaries the grid asks the data source to calculate. - - - The total summaries the grid asks the data source to calculate. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with default settings. - - - - - - - - Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting. - - - - A object specifying the exception that caused the event. - - - - - - - - - Gets the exception that caused the event. - - - A object representing the exception that caused the event. - - - - - - - - Provides data for the event. - - - - - - - - Initializes a new ServerModeExceptionThrownEventArgs class instance with the specified setting. - - - - A object specifying the exception that caused the event. - - - - - - - - - Gets the exception that caused the event. - - - A object representing the exception that caused the event. - - - - - - - - Lists the available export formats. - - - - - - - The document is exported in the CSV format. - - - - - - - - The document is exported in the DOCX format. - - - - - - - - The document is exported in the HTML format. - - - - - - - - The document is exported in an image format. - - - - - - - - The document is exported in the MHT format. - - - - - - - - The document is exported in the PDF format. - - - - - - - - The document is exported in the RTF format. - - - - - - - - The document is exported in the text format. - - - - - - - - The document is exported in the XLS format. - - - - - - - - The document is exported in the XLSX format. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the VirtualServerModeTotalSummaryEventArgs class with the specified settings. - - - - - - - - - - - - - - - - - Gets a token that allows you to respond to a task cancellation request invoked by the grid control. - - - A cancellation token. - - - - - - - Gets information on the grid's current sorting, filtering and summary configuration. - - - An object that provides the grid's sorting, filtering and summary configuration. - - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets the task that returns the requested summary value. - - - A Task that returns a summary value. - - - - - - - - - - - - - - Occurs every time the data source is changed. - - - - - - - - Returns data rows of the specified row type. - - - - The requested row type. - - - Data rows of the specified row type. - - - - - - - Returns the data row source. - - - The data row source. - - - - - - - - Provides the base functionality of the XtraPrinting Library. - - - - - - - Occurs after certain properties of the object have been changed. - - - - - - - - For internal use. If implemented by a class, gets or sets the number of virtual pages which should be placed on one physical page, so their total width is the same as the width of a physical page. - - - An integer value which represents the number of pages. - - - - - - - Occurs before certain properties of the object are changed. - - - - - - - - If implemented by a class, creates a brick by its type name. - - - - - - A specifying the type name of the brick to be created. - - - - An object implementing the interface. - - - - - - - - If implemented by a class, creates an image brick. - - - - An object implementing the interface. - - - - - - - - If implemented by a class, creates a panel brick. - - - - An object implementing the interface. - - - - - - - If implemented by a class, creates a progress bar brick. - - - - An object implementing the interface. - - - - - - - If implemented by a class, creates a rich text brick. - - - - An object implementing the interface. - - - - - - - - If implemented by a class, creates a text brick. - - - - An object implementing the interface. - - - - - - - For internal use. - - - - - - - - - - For internal use. If implemented by a class, contains a collection of images to be cached when creating a document. - - - - A DevExpress.XtraPrinting.Native.ImagesContainer object. - - - - - - - If implemented by a class, inserts a page break at a specified position. - - - - - A value which specifies the position to insert a page break. - - - - - - - - - If implemented by a class, changes the visibility of the specified printing system command. - - - - - A object specifying the command whose visibility needs to be changed. - - - - - One of the enumeration values specifying a new visibility state for the command. - - - - - - - - - Identifies the XtraPrinting Library version. - - - A text string representing XtraPrinting Library's version info. - - - - - - - - Provides the basic functionality to create documents that are ready to print. - - - - - - - If implemented by a class, initiates report generation. - - - - - - - - If implemented by a class, creates a document from the link, so the document can be displayed or printed. - - - - A Boolean value. This value is ignored and has no effect on the document creation process. - - - - - - - - Provides access to a link's printing system. - - - An object implementing the interface. - - - - - - - - Provides basic report drawing functions. - - - - - - - If implemented by a class, gets and sets the default style for bricks. - - - The default style for bricks. - - - - - - - If implemented by a class, adds a brick to a report. - - - - The brick to be added to a report. - - - - A RectangleF structure that specifies the location and size of the current brick. - - - The brick added to a report. - - - - - - - If implemented by a class, raises the ModifierChanged event. - - - - - - - - - Provides the basic functionality to draw visual bricks and specify their properties. - - - - - - - Obtains the Hashtable collection of properties for the class that implements the interface. - - - A Hashtable object that contains properties of the class that implements the interface. - - - - - - - Sets property values for the class which implements the interface based on the specified properties array. - - - - A two-dimesional array that identifies property names and values to set. - - - - - - - - Sets property values for the class which implements the interface -based on the specified Hashtable object. - - - - Identifies the Hashtable collection of property names and values that must be set. - - - - - - - - - Represents a method that will handle the BeforeChange and AfterChange events of the class and the interface. - - - - - - - A method that will handle the BeforeChange and AfterChange events of the class and the interface. - - - - The event source. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the BeforeChange and AfterChange events of the class and the interface. - - - - - - - Initializes a new instance of the class and sets its property to a specified value. - - - - A value, specifying the event name. - - - - - - - - Initializes a new instance of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo class with the specified name and value and adds it to the collection. - - - - - A specifying the event's name. - - - - - An specifying the value of the DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object. - - - - - - - - Gets the event name that initiated a ChangeEvent. - - - The event name that initiated a ChangeEvent. - - - - - - - Returns an object, containing information about the event with the specified name. - - - - - A specifying the event name. - - - A DevExpress.XtraPrinting.ChangeEventArgs.EventInfo object with the specified name. - - - - - - - - - Defines methods to print different controls using the XtraPrinting Library. - - - - - - - If implemented by a class, applies all changes made by the Property editor when implemented by a class. - - - - - - - - If implemented by a class, determines whether the created print document contains intersected bricks. - - - - true if the class creates intersected bricks; otherwise, false. - - - - - - - If implemented by a class, determines whether the class provides the Property editor form. - - - true, if the class provides the Property editor; otherwise, false. - - - - - - - If implemented by a class, returns a form which allows a user to set printing properties when implemented by a class. - - - The Property editor form that allows customizing printing properties of a control. - - - - - - - If implemented by a class, cancels changes made by a user in the Property editor when implemented by a class. - - - - - - - - If implemented by a class, invokes the help system for the Property editor when implemented by a class. - - - - - - - - If implemented by a class, determines whether the help system is available for the Property editor when implemented by a class . - - - true if the help system is available for the Property editor; otherwise, false. - - - - - - - - A result set of a stored procedure. - - - - - - - Initializes a new instance of the DBStoredProcedureResultSet class with the default settings. - - - - - - - - Initializes a new instance of the DBStoredProcedureResultSet class with the specified settings. - - - - A collection of values. - - - - - - - - Provides access to the list of data tables included in a stored procedure's result sets. - - - - A collection of values. - - - - - - - Returns a value, specifying the number of data table columns included in the stored procedure's result set. - - - - A value. Example: "5 columns". - - - - - - - - Encapsulates text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified text and line alignment. - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified string alignment. - - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified formatting information. - - - - A enumeration value representing formatting information. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified source. - - - - A object from which to initialize a new object. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the default settings. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified text and line alignment settings. - - - - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings. - - - - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - A enumeration value that represents formatting settings. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified text and line alignment, formatting settings, hotkey prefix and trimming mode. - - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - - A enumeration value that represents formatting settings. This value is assigned to the property. - - - - - A enumeration value representing the hotkey prefix. This value is assigned to the property. - - - - A enumeration value representing the trimming mode. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. - - - - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified trimming settings. - - - - - A BrickStringFormat object whose values are used to initialize the item being created. - - - - - A enumeration value representing the trimming mode. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified formatting information, text and line alignment settings. - - - - A enumeration value representing formatting information. This value is assigned to the property. - - - - A enumeration value representing text alignment settings. This value is assigned to the property. - - - - - A enumeration value representing line alignment settings. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BrickStringFormat class with the specified settings. - - - - A enumeration value. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - - - - - Gets or sets text alignment information. - - - A StringAlignment enumeration value that specifies text alignment information. - - - - - - - Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string alignment applied. - - - - A enumeration value, representing new string alignment. - - - A cloned BrickStringFormat object. - - - - - - - Returns a BrickStringFormat object cloned from the current BrickStringFormat object, with the new string and line alignment applied. - - - - A enumeration value, representing new string alignment. - - - - A enumeration value, representing new line alignment. - - - A cloned BrickStringFormat object. - - - - - - - Returns a object cloned from the current object. - - - - A StringFormatFlags enumeration value containing formatting information. - - - A cloned object. - - - - - - - Returns a object cloned from the current object. - - - - A StringAlignment enumeration value representing line alignment. - - - A cloned object. - - - - - - - Creates an exact copy of the object. - - - A object created by this method. - - - - - - - Creates a new instance of the BrickStringFormat class with the specified settings. - - - - A enumeration value. - - - - true to enable word-wrapping; otherwise, false. - - - A new BrickStringFormat instance with the specified values. - - - - - - - Creates a new instance of the BrickStringFormat class with the specified settings. - - - - A enumeration value. - - - - true to enable word-wrapping; otherwise, false. - - - - A enumeration value. - - - A new BrickStringFormat instance with the specified values. - - - - - - - Creates a new instance of the BrickStringFormat class with the specified settings. - - - - A enumeration value. - - - - A enumeration value. - - - - A enumeration value. - - - A new BrickStringFormat instance with the specified values. - - - - - - - Creates a BrickStringFormat instance with the specified settings. - - - - A enumeration value. - - - - true, to use the word wrap feature; otherwise false. - - - - A enumeration value. - - - - true, to use the right-to-left text orientation; otherwise false. - - - A value. - - - - - - - Disposes of the BrickStringFormat object. - - - - - - - - - Determines whether or not the specified object is equal to the current BrickStringFormat instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current BrickStringFormat instance; otherwise false. - - - - - - - Gets or sets a StringFormatFlags enumeration that contains formatting information. - - - A StringFormatFlags enumeration that contains formatting information. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Gets the object for this BrickStringFormat object. - - - A enumeration value which represents the hotkey prefix for this BrickStringFormat object. - - - - - - - Gets or sets line alignment. - - - A StringAlignment enumeration value that represents line alignment information. - - - - - - - Gets or sets a prototype string format for the current string format. - - - A enumeration value which specifies the prototype string format. - - - - - - - - Gets a value indicating whether or not the right-to-left orientation is used. - - - true, if the text orientation is right-to-left; otherwise false. - - - - - - - Gets text trimming mode. - - - - A enumeration value that specifies text trimming mode. - - - - - - - - Gets the StringFormat instance representing current text formatting. - - - Current text formatting. - - - - - - - Gets a value, specifying whether or not word-wrapping is available for the brick's text. - - - true if the word-wrapping is enabled; otherwise false. - - - - - - - - Contains the values that define what kind of information is displayed in the current . - - - - - - - Indicates that DateTime information is displayed in the current . - - - - - - - - Indicates that the property value is displayed in the current . - - - - - - - - Indicates that the current page number is displayed in the . - - - - - - - - Indicates that both the current page number and the total number of pages in the current report are displayed in the current . - - - - - - - - Indicates that the current page number is displayed in the using roman numerals in uppercase. - - - - - - - - Indicates that the current page number is displayed in the using roman numerals in lowercase. - - - - - - - - Indicates that the total number of pages is displayed in the PageInfoBrick. - - - - - - - - Indicates that the user name for the current thread is displayed in the . - - - - - - - - - Specifies brick alignment relative to its layout rectangle. - - - - - - - Specifies whether a brick is aligned by the center of the layout rectangle. - - - - - - - - Specifies whether a brick is aligned away from the original position of the layout rectangle. - - - - - - - - Specifies that the text shall be aligned near the layout. In a left-to-right layout, the near position is left. In a right-to-left layout, the near position is right. - - - - - - - - - Cancels brick alignment. - - - - - - - - - Specifies the borders displayed around a brick. - - - - - - - Applies all borders to a brick. - - - - - - - - Applies the bottom border to a brick. - - - - - - - - Applies the left border to a brick. - - - - - - - - No borders are applied to a brick. - - - - - - - - Applies the right border to a brick. - - - - - - - - Applies the top border to a brick. - - - - - - - - - The base for classes providing functionality to Data Source Wizard pages. - - - - - - - Initializes controls of the current wizard page. - - - - - - - - Occurs when settings on the current wizard page were changed. - - - - - - - - Saves settings specified by a wizard page to the report model. - - - - - - - - Fires when an error occurs for the current report page. - - - - - - - - Specifies whether or not the Finish button is enabled on a wizard page. - - - true, if the Finish button is enabled; otherwise, false. - - - - - - - Returns the type of the next wizard page. - - - A enumeration value. - - - - - - - Provides access to the wizard model, which accumulates settings specified by an end-user during wizard execution. - - - A TModel object containing settings specified by an end-user during wizard execution. - - - - - - - Specifies whether of not the Next button is enabled on a wizard page. - - - true, if the Next button is enabled; otherwise, false. - - - - - - - Provides access to the content of a wizard page. - - - A value. - - - - - - - Validates the correctness of settings specified on a wizard page. - - - - A value specifying the text of an error message shown if the validation fails. - - - true, if the validation succeeded; otherwise, false. - - - - - - - - Specifies the vertical alignment of an object or text in a control. - - - - - - - Places the text to the bottom of an object. - - - - - - - - Centers the text within an object. - - - - - - - - Places the text to its default position. The default position is in the center of an object. - - - - - - - - Places the text to the top of an object. - - - - - - - - - Specifies the horizontal alignment of an object or text in a control. - - - - - - - Centers an object or text within a region. - - - - - - - - Places an object or text at the default position, which is determined by a control. - - - - - - - - Places an object/text at a far position. - - - - - - - - Places an object/text at a near position. - - - - - - - - - Provides settings for a printer. - - - - - - - - Initializes a new instance of the PrinterItem class with the specified settings. - - - - A object that manages printer jobs. - - - - true, if an item is a fax; otherwise, false. - - - - true, if an item is a network printer; otherwise, false. - - - - true, if a printer is the default printer on a computer; otherwise, false. - - - - true, if a printer is offline; otherwise, false. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets a comment about a printer. - - - A string that specifies the comment about the printer. - - - - - - - Gets the printer display name. - - - A string that specifies the printer display name. - - - - - - - Gets the printer full name. - - - A string that specifies the printer name. - - - - - - - Gets the printer location. - - - A string that specifies the printer location. - - - - - - - Gets information on documents in the print queue. - - - A string that specifies the documents in the print queue. - - - - - - - Gets the printer type. - - - The printer type. - - - - - - - Gets the printer status. - - - A string that specifies the printer status. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Images.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Images.v18.1.dll deleted file mode 100644 index 3e29f63..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Images.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.dll deleted file mode 100644 index ff93896..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.xml deleted file mode 100644 index b909251..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Office.v18.1.Core.xml +++ /dev/null @@ -1,3211 +0,0 @@ - - - - DevExpress.Office.v18.1.Core - - - - - - Lists supported image formats. - - - - - - - Specifies the bitmap (BMP) image format. - - - - - - - - Specifies the enhanced metafile (EMF) image format. - - - - - - - - Specifies the Exchangeable Image File (Exif) format. - - - - - - - - Specifies the Graphics Interchange Format (GIF) image format. - - - - - - - - Specifies the Windows icon image format. - - - - - - - - Specifies the Joint Photographic Experts Group (JPEG) image format. - - - - - - - - Specifies a memory bitmap image format. - - - - - - - - Unspecified format. - - - - - - - - Specifies the W3C Portable Network Graphics (PNG) image format. - - - - - - - - Specifies the Tagged Image File Format (TIFF) image format. - - - - - - - - Specifies the Windows metafile (WMF) image format. - - - - - - - - - Lists values used to specify the data source types available in the Data Source Wizard. - - - - - - - Specifies that all data source types are available for data binding from the Data Source Wizard. - - - - - - - - Specifies that an Entity Framework data source is available for data binding from the Data Source Wizard. - - - - - - - - Specifies that a data source used to extract data from Microsoft® Excel® documents is available for data binding from the Data Source Wizard. - - - - - - - - Specifies that an object data source is available for data binding from the Data Source Wizard. - - - - - - - - Specifies that an SQL database is available for data binding from the Data Source Wizard. - - - - - - - - - Helper class to manage hyperlinks. - - - - - - - Creates a hyperlink from a hyperlink URI. - - - - A string value that is target URI. - - - The resulting hyperlink. - - - - - - - Converts the hyperlink's relative path to absolute. - - - - - - - - - A string value that is an absolute URI path. - - - - - - - Creates a hyperlink to a hyperlink URI. - - - - A target hyperlink. - - - The resulting URI. - - - - - - - Converts URI to URL. - - - - - - - - - - - - Check whether the hyperlink URI is valid. - - - - A hyperlink Uri that needs to be checked. - - - A string value that is the valid Uri. - - - - - - - Replaces the "\\" escape character to normal backslashes. - - - - a string value that needs to be corrected. - - - The corrected string. - - - - - - - Check whether the hyperlink's path is local. - - - - A target hyperlink's URI. - - - true, if the path is local; otherwise, false. - - - - - - - Checks whether the hyperlink's path is relative. - - - - A target hyperlink's URI. - - - true, if the path is relative; otherwise, false. - - - - - - - Corrects hyperlink tooltips that contain double quotes. - - - - The tooltip that needs to be corrected. - - - The correct hyperlink tooltip. - - - - - - - - Lists values used to specify how to flip the tile contents. - - - - - - - Specifies that the tiles should be flipped both horizontally and vertically. - - - - - - - - - Specifies that the tiles should be flipped horizontally. - - - - - - - - - Specifies that the tiles should not be flipped. - - - - - - - - - Specifies that the tiles should be flipped vertically. - - - - - - - - - - Hidden. Use the class instead. - - - - - - - - Use the property instead. - - - true if the document export is Azure-compatible; otherwise false. - - - - - - - - A default localizer to translate resources for DevExpress office products (e.g., Rich Text Editor, Spreadsheet). - - - - - - - - Initializes a new instance of the OfficeResLocalizer class with the default settings. - - - - - - - - - A base class that provides necessary functionality for custom localizers of elements which are common for office-inspired controls. - - - - - - - Initializes a new instance of the OfficeLocalizer class with the default settings. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - Returns a localized string for the given string identifier. - - - - An enumeration value identifying the string to localize. - - - A corresponding to the specified identifier. - - - - - - - - Lists measurement units used for the document layout. - - - - - - - Specifies documents (one three-hundredths of an inch) as measurement units. - - - - - - - - Specifies pixels as measurement units. - - - - - - - - Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units. - - - - - - - - - Base class for objects used by Office-inspired controls to export the document content in HTML format. - - - - - - - Exports the document to a string in HTML format. - - - A string containing a document in HTML format. - - - - - - - - Exports a document in HTML format using the specified writer to write exported data as a series of characters. - - - - A descendant which writes exported data as a sequential series of characters. - - - - - - - - - Defines the provider of the locations for external objects in a document export. - - - - - - - Creates URI for CSS data. - - - - A string that specifies the root URI. - - - - A string containing CSS definitions for which the URI is created. - - - - A string that specifies the relative part of the URI (path relative to the root). - - - A string that is the URI of CSS data. - - - - - - - Creates an image URI. - - - - A string that specifies the root URI. - - - - An object for which the URI is created. - - - - A string that specifies the relative part of the URI (path relative to the root). - - - A string that is the image URI. - - - - - - - - Represents a service that calls the registered interface when required. - - - - - - - Creates URI for CSS data. - - - - A string that specifies the root URI. - - - - A string containing CSS definitions for which the URI is created. - - - - A string that specifies the relative part of the URI (path relative to the root). - - - A string that is the URI of CSS data. - - - - - - - Provides the URI string for the specified image. - - - - A string that specifies the root URI. - - - - An object for which the URI is created. - - - - A string that specifies the relative part of the URI (path relative to the root). - - - A string that is the image URI. - - - - - - - Registers the URI provider and makes it available to clients of the service. - - - - An object which exposes the interface. - - - - - - - - Cancels the registration of an URI provider, and makes it unavailable to the clients of the service. - - - - - An object which exposes the interface. - - - - - - - - - Lists measurement units used in the document. - - - - - - - Specifies centimeters as measurement units. - - - - - - - - Specifies documents (one three-hundredths of an inch) as measurement units. - - - - - - - - Specifies inches as measurement units. - - - - - - - - Specifies millimeters as measurement units. - - - - - - - - Specifies points as measurement units. - - - - - - - - - Defines a service which is called to retrieve data from the URI specified in some types of document fields. - - - - - - - Provides the data stream for the specified Uri. - - - - A string specifying the URI of the object that is the source of the stream. - - - A object specifying a data stream. - - - - - - - Registers the Uri data stream provider and makes it available to clients of the service. - - - - An object which exposes the interface. - - - - - - - - Cancels the registration of an Uri data stream provider, and makes it unavailable to the clients of the service. - - - - - An object which exposes the interface. - - - - - - - - - Defines the data stream provider for the . - - - - - - - Provides the data stream for the specified Uri. - - - - A string specifying the URI of the object that is the source of the stream. - - - A object specifying a data stream or null (Nothing in Visual Basic). - - - - - - - - An image in the document. - - - - - - - Indicates whether the OfficeImage descendant can get image data as an array of bytes. - - - - An enumeration member specifying the format of the resulting image data. - - - true if the OfficeImage descendant implements the GetImageBytes method; otherwise, false. - - - - - - - For internal use only. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - For internal use only. - - - - - - - - - - Closes the current image stream and releases any resources associated with the current stream. - - - - - - - - Releases all resources used by this object. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - Static method used to get the MIME content type by the value. - - - - An enumeration member specifying the image format. - - - A string indicating the mime content type. - - - - - - - Static method used to obtain an extension by the value. - - - - An enumeration member specifying the image format. - - - A string specifying a file extension for a given image format. - - - - - - - Returns a byte array of image data encoded in the specified format. - - - - An enumeration member specifying the format of the resulting image data. - - - A array that contains the image data. - - - - - - - Attempts to get image data as an array of bytes in specified format, and in case of failure gets the data in PNG format. - - - - An enumeration member specifying the format of the resulting image data. - - - An array of bytes containing image data. - - - - - - - Attempts to get image data as a stream in the specified format, and in case of a failure, gets the data in PNG format. - - - - An enumeration member specifying the format of the resulting image data. - - - A containing image data. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets the horizontal resolution of the image in pixels per inch. - - - The horizontal resolution of this image in pixels per inch. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An integer value that represents a cache key under which an image is stored in the cache. - - - - - - - This property is overridden in OfficeImage class descendants to indicate image formats not suitable for export. - - - - An enumeration member specifying the image format to export. - - - Always true. - - - - - - - For internal use only. - - - - - - - - - - Provides access to the native object. - - - A object specifying a native image. - - - - - - - Intended for internal use. - - - - - - - - Intended for internal use. - - - - - - - - Gets the number of colors in the image palette. - - - - A value specifying the number of entries in the palette color table. - - - - - - - Gets the pixel format of the image. - - - - An enumeration member specifying the pixel format. - - - - - - - - Gets the file format of this image. - - - An enumeration member specifying the image file format. - - - - - - - This property is overridden in OfficeImage descendants to point to a single instance of an image that can be incorporated in different objects. - - - An object that is the image in the document. - - - - - - - For internal use only. - - - - - - - - - - Gets the size of an image in units. - - - A structure specifying the image size measured in documents. - - - - - - - Gets the size of an image in hundredths of a millimeter. - - - A structure specifying the image size measured in hundredths of a millimeter. - - - - - - - This property is overridden in OfficeImage descendants to get the size of a native image measured in original units. - - - A structure specifying the image size measured in original units. - - - - - - - Gets the size of an image in pixels. - - - A structure specifying the image size measured in pixels. - - - - - - - Gets the size of an image in twips (1,440 twips equals one inch, and 567 twips equals one centimeter). - - - A structure specifying the image size measured in twips. - - - - - - - This property is overridden in OfficeImage class descendants to get the URI of the image. - - - A string specifying the URI of an image. - - - - - - - Gets the horizontal resolution of the image in pixels per inch. - - - The horizontal resolution of this image in pixels per inch. - - - - - - - - - Lists formats of the color data for each pixel in the image. - - - - - - - The pixel data contains alpha values that are not premultiplied. - - - - - - - - The default pixel format of 32 bits per pixel. The format specifies 24-bit color depth and an 8-bit alpha channel. - - - - - - - - No pixel format is specified. - - - - - - - - Reserved. - - - - - - - - The pixel format is 16 bits per pixel. The color information specifies 32,768 shades of color, of which 5 bits are red, 5 bits are green, 5 bits are blue, and 1 bit is alpha. - - - - - - - - The pixel format is 16 bits per pixel. The color information specifies 65536 shades of gray. - - - - - - - - Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used. - - - - - - - - Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component. - - - - - - - - Specifies that the pixel format is 1 bit per pixel and that it uses indexed color. The color table therefore has two colors in it. - - - - - - - - Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components. - - - - - - - - Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. - - - - - - - - Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied, according to the alpha component. - - - - - - - - Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used. - - - - - - - - Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components. - - - - - - - - Specifies that the format is 4 bits per pixel, indexed. - - - - - - - - Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. - - - - - - - - Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component. - - - - - - - - Specifies that the format is 8 bits per pixel, indexed. The color table therefore has 256 colors in it. - - - - - - - - The pixel data contains GDI colors. - - - - - - - - The pixel data contains color-indexed values, which means the values are an index to colors in the system color table, as opposed to individual color values. - - - - - - - - The maximum value for this enumeration. - - - - - - - - The pixel format contains premultiplied alpha values. - - - - - - - - The pixel format is undefined. - - - - - - - - - Defines options for the document being imported. - - - - - - - Gets or sets the URI of the document being imported. - - - A string representing the document URI. - - - - - - - - Defines options for the document being exported. - - - - - - - Gets or sets the URI of the document being exported. - - - A string representing the document URI. - - - - - - - - Helper class with static methods used for unit conversion. - - - - - - - Converts a measurement from centimeters to documents. Returns the converted measurement as a Single. - - - - The Single centimeter value to be converted to documents. - - - A Single value. - - - - - - - Converts a measurement from centimeters to twips. Returns the converted measurement as a . - - - - The value measured in centimeters to be converted to twips. - - - A value. - - - - - - - Converts a measurement from documents to centimeters. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to centimeters. - - - A Single value. - - - - - - - Converts a measurement from documents to EMUs (English Metric Unit). - - - - An integer that is the value in documents. - - - An integer that is the value in EMUs. - - - - - - - - Converts a measurement from EMUs (English Metric Unit) to documents (double-precision floating point value). - - - - A 64-bit integer that is the value in EMUs. - - - A value that is the value in documents. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to documents represented by 64-bit integers. - - - - A 64-bit integer that is the value in EMUs. - - - A 64-bit integer that is the value in documents. - - - - - - - Converts a measurement from document units (documents) to EMUs (English Metric Unit) represented by 64-bit integers. - - - - A 64-bit integer that is the value in documents. - - - - A 64-bit integer that is the value in EMUs. - - - - - - - - Converts measurements in the Size structure from documents to hundredths of an inch. - - - - The values in documents to be converted to hundredths of an inch. - - - A structure. - - - - - - - Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to hundredths of an inch. - - - An Integer value. - - - - - - - Converts a measurement from documents to hundredths of an inch. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to hundredths of an inch. - - - An Integer value. - - - - - - - Converts measurements from documents to hundredths of a millimeter. - - - - The in documents to be converted to hundredths of a millimeter. - - - A structure. - - - - - - - Converts a measurement from documents to inches. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to inches. - - - A Single value. - - - - - - - Converts a measurement from documents to millimeters. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to millimeters. - - - A Single value. - - - - - - - Converts a measurement from documents to picas. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to picas. - - - A Single value. - - - - - - - Converts point coordinates from documents to pixels. - - - - The with values in documents, to be converted to pixels. - - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure. - - - - - - - Converts a rectangle from documents to pixels. - - - - - The with values in documents, to be converted to pixels. - - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure. - - - - - - - Converts a measurement from documents to pixels. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to pixels. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts rectangle coordinates from documents to pixels. - - - - A structure with values in documents, to be converted to pixels. - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure composed of four floating-point numbers that represent the location and size of a rectangle. - - - - - - - Converts height and width from documents to pixels. - - - - A structure with values in documents to be converted to pixels. - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure that contains height and width in pixels. - - - - - - - Converts a measurement from documents to pixels. Returns the converted measurement as a . - - - - The centimeters value to be converted to pixels. - - - - A dpi value used for conversion. - - - A value. - - - - - - - Converts a measurement from documents to points. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to points. - - - An Integer value. - - - - - - - Converts a measurement from documents to points. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to points. - - - A Single value. - - - - - - - Converts a measurement from documents to points and rounds the result. Returns the converted measurement as a Single. - - - - The Single documents value to be converted to points. - - - - A Single value. - - - - - - - Converts a measurement from documents to twips. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to twips. - - - An Integer value. - - - - - - - Converts measurements from documents to twips. - - - - The with values in documents to be converted to twips. - - - A structure. - - - - - - - Converts measurements from documents to twips. - - - - The with values in documents to be converted to twips. - - - A structure. - - - - - - - Converts measurements from documents to twips. - - - - The with values in documents to be converted to twips. - - - A structure. - - - - - - - Converts a measurement from documents to twips. Returns the converted measurement as a Single. - - - - The Single value measured in documents to be converted to twips. - - - A Single value. - - - - - - - Converts measurements from 64-bit signed integers to twips. - - - - The with values in documents to be converted to twips. - - - A structure. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to documents. - - - - An integer that is the value in EMUs. - - - An integer that is the value in documents. - - - - - - - Converts a measurement from EMUs (double-precision floating point value) to documents (floating point value). - - - - A that is the value in EMUs. - - - A value in documents. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to documents (floating point value). - - - - An integer that is the value in EMUs. - - - A value in documents. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to documents represented by 64-bit integers. - - - - A 64-bit integer that is the value in EMUs. - - - A 64-bit integer that is the value in documents. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to twips. - - - - An integer that is the value in EMUs. - - - An integer that is the value in twips. - - - - - - - Converts a measurement from EMUs (double-precision floating point value) to twips (floating point value). - - - - A that is the value in EMUs. - - - A value in twips. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to twips (floating point value). - - - - An integer that is the value in EMUs. - - - A value in twips. - - - - - - - Converts a measurement from EMUs (English Metric Unit) to twips represented by 64-bit integers. - - - - A 64-bit integer that is the value in EMUs. - - - A 64-bit integer that is the value in twips. - - - - - - - Converts measurements in the Size structure from hundredths of an inch to documents. - - - - The with values in hundredths of an inch to be converted to documents. - - - A structure. - - - - - - - Converts a measurement from hundredths of an inch to documents. Returns the converted measurement as an Integer. - - - - The Integer hundredths of an inch value to be converted to documents. - - - An Integer value. - - - - - - - Converts measurements in the Size structure from hundredths of an inch to twips. - - - - The with values in hundredths of an inch to be converted to twips. - - - A structure. - - - - - - - Converts a measurement from hundredths of an inch to twips. Returns the converted measurement as an Integer. - - - - The Integer hundredths of an inch value to be converted to twips. - - - An Integer value. - - - - - - - Converts a measurement from hundredths of a millimeter to documents. Returns the converted measurement as an Integer. - - - - The Integer hundredths of millimeter value to be converted to documents. - - - An Integer value. - - - - - - - Converts measurements from hundredths of a millimeter to documents. - - - - The with values in hundredths of a millimeter to be converted to documents. - - - A structure. - - - - - - - Converts measurements from hundredths of a millimeter to documents and rounds them to the nearest whole value. - - - - The with values in hundredths of a millimeter to be converted to documents. - - - A structure. - - - - - - - Converts a measurement from hundredths of a millimeter to pixels. Returns the converted measurement as an Integer. - - - - The Integer hundredths of a millimeter value to be converted to pixels. - - - - The dpi value used for conversion. - - - An Integer value. - - - - - - - Converts a measurement from hundredths of a millimeter to pixels. - - - - The with values in hundredths of a millimeter to be converted to pixels. - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure. - - - - - - - Converts a measurement from hundredths of a millimeter to twips. Returns the converted measurement as an Integer. - - - - The Integer hundredths of millimeter value to be converted to twips. - - - An Integer value. - - - - - - - Converts measurements from hundredths of a millimeter to twips. - - - - The with values in hundredths of a millimeter to be converted to twips. - - - A structure. - - - - - - - Converts measurements from hundredths of a millimeter to twips and rounds them to the whole number nearest to the twip value. - - - - The with values in hundredths of a millimeter to be converted to twips. - - - A structure. - - - - - - - Converts a measurement from inches to documents. Returns the converted measurement as a Single. - - - - The Single inches value to be converted to documents. - - - A Single value. - - - - - - - Converts a measurement from inches to points. Returns the converted measurement as a Single. - - - - The inches value to be converted to points. - - - A value. - - - - - - - Converts a measurement from inches to twips. Returns the converted measurement as a Single. - - - - The inches value to be converted to twips. - - - A value. - - - - - - - Converts a measurement from millimeters to documents. Returns the converted measurement as a Single. - - - - The Single millimeters value to be converted to documents. - - - A Single value. - - - - - - - Converts a measurement from millimeters to points. Returns the converted measurement as an Integer. - - - - The Integer millimeters value to be converted to points. - - - An Integer value. - - - - - - - Converts a measurement from millimeters to points. Returns the converted measurement as a Single. - - - - A Single value in millimeters to be converted to points. - - - A Single value. - - - - - - - - Converts a measurement from millimeters to twips. Returns the converted measurement as a Single. - - - - The millimeters value to be converted to twips. - - - A value. - - - - - - - Multiplies two integer values and then divides the result by another integer value. The final result is cast to an integer (rounded to the nearest integer dropping the values after the decimal place). - - - - - An integer that is the multiplicand. - - - - An integer that is the multiplier. - - - - An integer that is the number by which the result of the previous multiplication operation is divided. - - - An integer that is the final result of the operation. - - - - - - - Multiplies two integer values and then divides the result by a floating point value. The final result is cast to an integer (rounded to the nearest integer dropping the values after the decimal place). - - - - An integer that is the multiplicand. - - - - An integer that is the multiplier. - - - - A floating point value that is the number by which the result of the previous multiplication operation is divided. - - - An integer that is the final result of the operation. - - - - - - - Multiplies two double-precision floating-point values and then divides the result by another double-precision floating-point value. The final result is cast to a Double (rounded to the nearest integer dropping the values after the decimal place). - - - - A double that is the multiplicand. - - - - A double that is the multiplier. - - - - A double-precision floating-point value that is the number by which the result of the previous multiplication operation is divided. - - - A double-precision floating-point value that is the final result of the operation. - - - - - - - Multiplies two floating point values and then divides the result by another floating point value. - - - - A floating point value that is the multiplicand. - - - - A floating point value that is the multiplier. - - - - A floating point value that is the number by which the result of the previous multiplication operation is divided. - - - A floating point value that is the final result of the operation. - - - - - - - Converts a measurement from picas to documents. Returns the converted measurement as a Single. - - - - The Single picas value to be converted to documents. - - - A Single value. - - - - - - - Converts a measurement from picas to twips. Returns the converted measurement as a Single. - - - - The picas value to be converted to twips. - - - A value. - - - - - - - Converts measurements from pixels to documents. - - - - The structure in pixels to be converted to documents. - - - - A dpi value used for conversion of the X-coordinate. - - - - A dpi value used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a measurement from pixels to documents. Returns the converted measurement as an Integer. - - - - The Integer pixels value to be converted to documents. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts rectangle coordinates from pixels to documents. - - - - A structure with values in pixels, to be converted to documents. - - - - A dpi value used for conversion of the X-coordinate. - - - - A dpi value used for conversion of the Y-coordinate. - - - A structure composed of four floating-point numbers that represent the location and size of a rectangle. - - - - - - - Converts a rectangle from pixels to documents. - - - - The with measurements in pixels to be converted to documents. - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure. - - - - - - - Converts a measurement from pixels to documents. Returns the converted measurement as an Integer. - - - - The Integer pixels value to be converted to documents. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts point coordinates from pixels to documents. - - - - The to be converted from pixels to documents. - - - - A dpi value used for conversion of the X-coordinate. - - - - A dpi value used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a measurement from pixels to documents. Returns the converted measurement as a Single. - - - - The pixels value to be converted to documents. - - - - A dpi value of the type used for conversion. - - - A value. - - - - - - - - Converts measurements from pixels to documents and rounds them to the nearest whole number. - - - - The structure in pixels to be converted to documents. - - - - A dpi value used for conversion of the X-coordinate. - - - - A dpi value used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a measurement from pixels to hundredths of an inch. Returns the converted measurement as an Integer. - - - - An Integer pixels value to be converted to hundredths of an inch. - - - - A dpi value of the type used for conversion. - - - An Integer value. - - - - - - - Converts measurements from pixels to hundredths of an inch. - - - - The in pixels to be converted to hundredths of an inch. - - - - A dpi value of the type used for conversion. - - - A structure. - - - - - - - Converts a measurement from pixels to hundredths of a millimeter. Returns the converted measurement as an Integer. - - - - An Integer pixels value to be converted to hundredths of a millimeter. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts measurements from pixels to hundredths of a millimeter. - - - - The in pixels to be converted to hundredths of a millimeter. - - - - A dpi value to be used for conversion of the X-coordinate. - - - - - A dpi value to be used for conversion of the Y-coordinate. - - - - A structure. - - - - - - - Converts a measurement from pixels to points. - - - - The Integer pixels value to be converted to points. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts a measurement from pixels to points. - - - - The pixels value to be converted to points. - - - - A dpi value of the type used for conversion. - - - A value. - - - - - - - Converts a rectangle from pixels to twips. - - - - The with measurements in pixels to be converted to documents. - - - - A dpi value of the type to be used for conversion of the X-coordinate. - - - - A dpi value of the type to be used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts measurements from pixels to twips. - - - - The in pixels to be converted to twips. - - - - A dpi value of the type to be used for conversion of the X-coordinate. - - - - A dpi value of the type to be used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a measurement from pixels to twips. Returns the converted measurement as an Integer. - - - - An Integer pixels value to be converted to hundredths of a millimeter, - - - - A dpi value of the type to be used for conversion of the X-coordinate. - - - An Integer value. - - - - - - - Converts a measurement from pixels to twips. Returns the converted measurement as a Single. - - - - The pixels value to be converted to points. - - - - A dpi value of the type used for conversion. - - - A value. - - - - - - - Converts a measurement from pixels to twips. Returns the converted measurement as an Int64. - - - - The pixels value to be converted to twips. - - - - A dpi value of the type used for conversion. - - - An value. - - - - - - - Converts measurements from pixels to twips and rounds their values to the nearest whole number. - - - - The in pixels to be converted to twips. - - - - A dpi value of the type to be used for conversion of the X-coordinate. - - - - A dpi value of the type to be used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a measurement from points to documents. Returns the converted measurement as an Integer. - - - - The Integer points value to be converted to documents. - - - An Integer value. - - - - - - - Converts a measurement from points to documents. Returns the converted measurement as a Single. - - - - The Single points value to be converted to documents. - - - - A Single value. - - - - - - - Converts a measurement from points to pixels. Returns the converted measurement as an Integer. - - - - The Integer points value to be converted to pixels. - - - - A dpi value used for conversion. - - - An Integer value. - - - - - - - Converts a measurement from points to pixels. Returns the converted measurement as a Single. - - - - The points value to be converted to pixels. - - - - A dpi value used for conversion. - - - A value. - - - - - - - Converts a measurement from points to twips. Returns the converted measurement as an Integer. - - - - The Integer points value to be converted to twips. - - - An Integer value. - - - - - - - Converts a measurement from points to twips. Returns the converted measurement as a Single. - - - - The Single points value to be converted to twips. - - - A value. - - - - - - - Converts a measurement from twips to centimeters. Returns the converted measurement as a Single. - - - - The twips value to be converted to centimeters. - - - A value. - - - - - - - - Converts a measurement from twips to documents. Returns the converted measurement as an Integer. - - - - The Integer twips value to be converted to documents. - - - An Integer value. - - - - - - - Converts measurements from twips to documents. - - - - A structure with values in twips to be converted to documents. - - - - A structure. - - - - - - - Converts rectangle coordinates from twips to documents. - - - - A structure with values in twips, to be converted to documents. - - - A structure composed of four floating-point numbers that represent the location and size of a rectangle. - - - - - - - Converts a rectangle from documents to twips. - - - - The with values in twips, to be converted to documents. - - - A structure. - - - - - - - Converts a measurement from twips to documents. Returns the converted measurement as a Single. - - - - The twips value to be converted to documents. - - - A value. - - - - - - - Converts a measurement from twips to documents. Returns the converted measurement as an Int64. - - - - The twips value to be converted to documents. - - - An value. - - - - - - - Converts a measurement from twips to EMUs (English Metric Unit). - - - - An integer that is the value in twips. - - - An integer that is the value in EMUs. - - - - - - - - Converts a measurement from twips (floating point value) to EMUs (double-precision floating point value). - - - - A value in twips. - - - A that is the value in EMUs. - - - - - - - Converts a measurement from twips (floating point value) to EMUs (English Metric Unit). - - - - A value in twips. - - - An integer that is the value in EMUs. - - - - - - - - Converts a measurement from twips to EMUs (English Metric Unit) represented by 64-bit integers. - - - - A 64-bit integer that is the value in twips. - - - A 64-bit integer that is the value in EMUs. - - - - - - - Converts a measurement from twips to hundredths of an inch. Returns the converted measurement as an Integer. - - - - The Integer twips value to be converted to hundredths of an inch. - - - An Integer value. - - - - - - - Converts measurements in the Size structure from twips to hundredths of an inch. - - - - The values in twips to be converted to hundredths of an inch. - - - A structure. - - - - - - - Converts measurements from twips to hundredths of a millimeter. - - - - The in twips to be converted to hundredths of a millimeter. - - - A structure. - - - - - - - Converts a measurement from twips to inches. Returns the converted measurement as a Single. - - - - The twips value to be converted to inches. - - - A value. - - - - - - - - Converts a measurement from twips to millimeters. Returns the converted measurement as a Single. - - - - The twips value to be converted to millimeters. - - - A value. - - - - - - - Converts a measurement from twips to pixels. Returns the converted measurement as an Integer. - - - - The Integer documents value to be converted to pixels. - - - - A dpi value of the type used for conversion. - - - An Integer value. - - - - - - - Converts point coordinates from twips to pixels. - - - - The with values in twips, to be converted to pixels. - - - - A dpi value of the type used for conversion of the X-coordinate. - - - - A dpi value of the type used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts a rectangle from twips to pixels. - - - - The with values in twips, to be converted to pixels. - - - - A dpi value of the type used for conversion of the X-coordinate. - - - - A dpi value of the type used for conversion of the Y-coordinate. - - - A structure. - - - - - - - Converts height and width from twips to pixels. - - - - A structure with values in twips to be converted to pixels. - - - - A dpi value used for conversion of the X-coordinate. - - - - - A dpi value used for conversion of the Y-coordinate. - - - - A structure that contains height and width in pixels. - - - - - - - Converts a measurement from twips to pixels. Returns the converted measurement as a Single. - - - - The twips value to be converted to pixels. - - - - A dpi value of the type used for conversion. - - - A value. - - - - - - - Converts a measurement from twips to pixels. Returns the converted measurement as an Int64. - - - - The twips value to be converted to pixels. - - - - The twips value to be converted to pixels. - - - - An value. - - - - - - - Converts a measurement from twips to points. Returns the converted measurement as a Single. - - - - The twips value to be converted to points. - - - A value. - - - - - - - Converts a measurement from twips to points and rounds the result. Returns the converted measurement as a Single. - - - - The twips value to be converted to points. - - - A value. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.dll deleted file mode 100644 index db1d71a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.xml deleted file mode 100644 index 287c560..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Pdf.v18.1.Core.xml +++ /dev/null @@ -1,10623 +0,0 @@ - - - - DevExpress.Pdf.v18.1.Core - - - - - - Represents global information about the document such as the document's title, author, and creation and modification dates. - - - - - - - Gets the data for the document components. - - - A string value that represents the data of document components. - - - - - - - Gets the data for the document components. - - - A string value that represents the data of document components. - - - - - - - - Represents a named action. - - - - - - - The name of the named action that should be performed. - - - A value that is the name of the action. - - - - - - - - An individual word in a document. - - - - - - - Returns a list of the word's characters. - - - A collection of values. - - - - - - - Returns rectangles surrounding the word. - - - A collection of values. - - - - - - - Returns a list of the word's segments. - - - A collection of values that represent the word's segments. - - - - - - - Returns a Unicode representation of the word's characters. - - - A value. - - - - - - - - Lists the available text search direction modes. - - - - - - - Specifies a backward search in the document. - - - - - - - - - Specifies a forward search in the document. - - - - - - - - - - Specifies the type of text field. - - - - - - - The text entered in the field represents the pathname of a file whose contents will be submitted as the value of the field. - - - - - - - - - The value of this field will be displayed in an unreadable form. - - - - - - - - The value of this field will be displayed as a plain text. - - - - - - - - - A rectangle that delimits a page area around a specific document element. - - - - - - - - Initializes a new instance of the PdfOrientedRectangle class with the specified location, size, and angle. - - - - A object that represents the top left corner of the rectangular region. - - - - A value that represents the width of the rectangular region. - - - - A value that represents the height of the rectangular region. - - - - A value that represents the rotation angle of the rectangle (in degrees). - - - - - - - - Initializes a new instance of the PdfOrientedRectangle class with the specified location and size. - - - - A object that represents the top left corner of the rectangular region. - - - - A value that represents the width of the rectangular region. - - - - A value that represents the height of the rectangular region. - - - - - - - - Specifies the rotation angle of the rectangle. - - - A value, specifying the rotation angle of the rectangle. - - - - - - - Gets the rectangle height. - - - A value that is the rectangle height. - - - - - - - Specifies the rectangle position in relation to the left edge of the PDF page. - - - A value. - - - - - - - Specifies the rectangle position in relation to the top edge of the PDF page. - - - A value. - - - - - - - Gets the rectangle width. - - - A value that is the rectangle width. - - - - - - - - Represents a quadrilateral that comprises the annotation. - - - - - - - - Initializes a new instance of the PdfQuadrilateral class with the specified settings. - - - - A object that represents the coordinates of the first quadrilateral point. - - - - - A object that represents the coordinates of the second quadrilateral point. - - - - - A object that represents the coordinates of the third quadrilateral point. - - - - A object that represents the coordinates of the fourth quadrilateral point. - - - - - - - - - Gets the first quadrilateral point in the default user space. - - - - A object that is the first quadrilateral point in the default user space. - - - - - - - - Gets the second quadrilateral point in the default user space. - - - - A object that represents the second quadrilateral point in the default user space. - - - - - - - - Gets the third quadrilateral point in the default user space. - - - - A object that is the third quadrilateral point in the default user space. - - - - - - - - Gets the fourth quadrilateral point in the default user space. - - - - A object that is the fourth quadrilateral point in the default user space. - - - - - - - - - Contains properties that define how to display the button's icon within the annotation rectangle of its widget annotation. - - - - - - - Gets a value that indicates whether the button appearance is scaled to fit fully within the bounds of the annotation without taking into consideration the line width of the border. - - - true, to fit fully within the bounds of the annotation otherwise, false. The default value is false. - - - - - - - Gets the horizontal leftover of the icon within an annotation rectangle. - - - - A double value that is the horizontal leftover of the icon within an annotation rectangle. - - - - - - - - Gets the circumstances under which the icon shall be scaled inside the annotation rectangle. - - - A enumeration value that lists the circumstances for scaling an icon. - - - - - - - - Get the type of icon scaling. - - - A enumeration value that is the icon scaling type. - - - - - - - Gets the vertical leftover of the icon within an annotation rectangle. - - - - - A double value that is the vertical icon leftover within the annotation rectangle. - - - - - - - - - Represents an action that is performed with a document. - - - - - - - Gets an action performed when the document is closing. - - - A object that represents the document closing action. - - - - - - - Gets an action performed when the document is printed. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the document is printing. - - - A object that represents the action. - - - - - - - Gets an action performed when the document is saved. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the document is saving. - - - - A object that represents the action. - - - - - - - - A document contained in a PDF file. - - - - - - - Provides access to the document's interactive form (AcroForm) properties. - - - A object. - - - - - - - Provides access to the class that contains references to JavaScript actions which should be taken in response to some events. - - - A object. - - - - - - - Indicates whether copying or extracting text and graphics from the document is allowed (in support of accessibility to users with disabilities or for other purposes). - - - true, if copying or extracting text and graphics from the document is allowed; otherwise false. - - - - - - - Indicates whether adding and modifying text annotations and interactive form fields is allowed. - - - true, if adding and modifying text annotations and interactive form fields is allowed; otherwise false. - - - - - - - Indicates whether data extraction is allowed. - - - true, if data extraction is allowed; otherwise false. - - - - - - - Indicates whether inserting, rotating, or deleting pages and creating navigation elements such as bookmarks is allowed. - - - true, if inserting, rotating, or deleting pages and creating navigation elements such as bookmarks is allowed; otherwise false. - - - - - - - Indicates whether interactive form fields filling is allowed. - - - true, if interactive form fields filling is allowed; otherwise false. - - - - - - - Indicates whether document printing in high resolution is allowed. - - - - true, if document printing in high resolution is allowed; otherwise false. - - - - - - - Indicates whether document modification and assembling is allowed. - - - true, if document modification and assembling is allowed; otherwise false. - - - - - - - Indicates whether document printing is allowed. - - - true, if document printing is allowed; otherwise false. - - - - - - - Gets or sets the name of the person who created the document. - - - A value. - - - - - - - Gets or sets the bookmarks that are used to navigate from one part of a document to another. - - - A list of objects that are the collection of bookmarks. - - - - - - - Gets the date and time when the document was created. - - - A nullable structure that is a valid date-time offset. - - - - - - - Gets or sets the name of the conforming product that created the original document, if this document was converted to PDF from another format. - - - - A value. - - - - - - - Gets named destinations for targets in the document. - - - A dictionary, containing the objects, along with their key values. - - - - - - - Gets the file attachments from a document. - - - - An object implementing the interface that represents the collection of s. - - - - - - - Gets or sets the keywords associated with the document. - - - A value. - - - - - - - Returns the culture-specific settings of the document. - - - A object. - - - - - - - Provides access to the document's structure tree root dictionary. - - - A DevExpress.Pdf.PdfLogicalStructure object. - - - - - - - Provides access to the mark information dictionary that contains information about the document's usage of Tagged PDF conventions. - - - A DevExpress.Pdf.PdfMarkInfo object. - - - - - - - Provides access to a stream that contains the document metadata. - - - A object. - - - - - - - Gets the date and time the document was modified. - - - A nullable value that is the date and time of the file's modification. - - - - - - - Provides access to the document's name dictionary. - - - A object. - - - - - - - Indicates whether or not to expedite the display of PDF documents containing XFA forms. - - - true if the document shall be regenerated when the document is first opened; otherwise false. The default value is false. - - - - - - - Indicates an action to be performed when a document is opened. - - - A object that represents an action to be performed when a document is opened. - - - - - - - Indicates a destination that shall be displayed when the document is opened. - - - A object. - - - - - - - Provides access to the document's optional content properties. - - - A object that represents the document's optional content properties. - - - - - - - Provides access to the outline dictionary that shall be the root of the document's outline hierarchy. - - - A object. - - - - - - - Provides access to the array of output intent dictionaries that specify the color characteristics of output devices on which the document might be rendered. - - - A collection of DevExpress.Pdf.PdfOutputIntent objects. - - - - - - - Provides access to the number tree defining the page labeling for the document. - - - A dictionary, containing the DevExpress.Pdf.PdfPageLabel objects, along with their integer key values. - - - - - - - Indicates the page layout of the opened document. - - - A enumeration value. The default value is . - - - - - - - Gets or sets the document's page mode that specifies how to display the opened document (for example, whether to show page thumbnails or outlines automatically for a document). - - - A enumeration value. The default value is UseNone. - - - - - - - Provides access to the collection of document pages. - - - A collection of objects. - - - - - - - Provides access to the page-piece dictionary associated with the document. - - - A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their key values. - - - - - - - Gets or sets the name of the conforming product that converted the original document to PDF from another format. - - - A value. - - - - - - - Gets or sets the subject of a document. - - - A value. - - - - - - - Provides access to the array of thread dictionaries that contains the document's article threads. - - - A collection of DevExpress.Pdf.PdfArticleThread objects. - - - - - - - Gets or sets the document's title. - - - A value. - - - - - - - Gets or sets a value that specifies whether the document has been modified to include trapping information. - - - A enumeration value. - - - - - - - Indicates the version of the PDF specification to which the document conforms if later than the version specified in the file's header. - - - A DevExpress.Pdf.PdfFileVersion object. - - - - - - - Provides access to the viewer preferences dictionary specifying how to display the document on the screen. - - - A DevExpress.Pdf.PdfViewerPreferences object. - - - - - - - - An individual character in a document. - - - - - - - Initializes a new instance of the PdfCharacter class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Returns the character's font settings. - - - A value. - - - - - - - Returns the character's font size (in points). - - - A value, specifying the font size, in points. - - - - - - - Returns a rectangle that surrounds the character. - - - A value. - - - - - - - Returns a Unicode representation of the character. - - - A value, specifying a character's Unicode representation. - - - - - - - - An individual page in a document. - - - - - - - Provides access to a dictionary of additional actions to be performed when the page is opened or closed. - - - A DevExpress.Pdf.PdfPageActions object. - - - - - - - Provides access to the collection of annotation dictionaries that contain indirect references to all annotations associated with the page. - - - A collection of objects. - - - - - - - Indicates the tab order that shall be used for annotations on the page. - - - A DevExpress.Pdf.PdfAnnotationTabOrder enumeration value. - - - - - - - Specifies the art box defining the boundaries of the meaningful content (including potential white space) on a page as intended by the page's creator. - - - A object, specifying the art box. - - - - - - - Provides access to the collection of indirect references to all article beads appearing on the page. - - - A collection of DevExpress.Pdf.PdfBead objects. - - - - - - - Specifies the bleed box defining the region to which the contents of the page shall be clipped when output in a production environment. - - - A object, specifying the bleed box. - - - - - - - Gets the PDF page commands. - - - A object that represents the page commands. - - - - - - - Indicates the display duration of a page (also called its advance timing): the maximum length of time, in seconds, that the page shall be displayed during presentations before the viewer application shall automatically advance to the next page. - - - A value. - - - - - - - Indicates the digital identifier of the page's parent Web Capture content set. - - - A array. - - - - - - - Specifies the date and time when the page's contents were most recently modified. - - - A nullable value. - - - - - - - Provides access to a metadata stream that contains metadata for the page. - - - A object. - - - - - - - Provides access to a page-piece dictionary associated with the page. - - - A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their keys. - - - - - - - Specifies the page's preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification. - - - A nullable value. - - - - - - - Indicates the key of the page's entry in the structural parent tree. - - - A nullable integer value. - - - - - - - Provides access to a stream object that defines the page's thumbnail image. - - - A DevExpress.Pdf.PdfImage object. - - - - - - - Provides access to a transition dictionary describing the transition effect that shall be used when displaying the page during presentations. - - - A DevExpress.Pdf.PdfPagePresentation object. - - - - - - - Specifies the group attributes dictionary that specifies the attributes of the page's page group for use in the transparent imaging model. - - - A DevExpress.Pdf.PdfTransparencyGroup object. - - - - - - - Specifies the trim box defining the intended dimensions of the finished page after trimming. - - - A object, specifying the trim box. - - - - - - - Indicates the size of default user space units, in multiples of 1/72 inch. - - - A value. The default value is 1.0 (user space unit is 1/72 inch). - - - - - - - - Lists values specifying the appearance of the form field's button. - - - - - - - Check button style. - - - - - - - - Circle button style. - - - - - - - - Cross button style. - - - - - - - - Diamond button style. - - - - - - - - Square button style. - - - - - - - - Star button style. - - - - - - - - - Lists the values indicating the type of the PDF content corresponding to a specific document point. - - - - - - - The PDF content is an annotation. - - - - - - - - The PDF content is an image. - - - - - - - - The PDF content is not defined. - - - - - - - - The PDF content is text. - - - - - - - - - Represents the base class for combo box and list box fields. - - - - - - - Adds an item to a combo box and list box using their display and export values. - - - - A that is a value to be added to a combo box and list box. - - - - A that is an export value. - - - - - - - - Adds an item to a combo box and list box by their display value. - - - - A that is a value to be added to a combo box and list box. - - - - - - - - - Clears the combo box or list box selection. - - - - - - - - Removes all values to be added to the list box and combo box. - - - - - - - - - Selects an item of a combo box and list box by their export value. - - - - A value that represents the item's export value. - - - true, if the combo box or list box item was successfully selected; otherwise, false. - - - - - - - Sets the specified item's selection state in combo box and list box fields. - - - - The zero-based index of the item whose selection state will be changed. - - - - true, to select the item; false, to unselect the item. - - - - - - - - - Represents a destination that displays the page with the horizontal coordinate positioned at the left edge of the window and the contents magnified just enough to fit the entire height of the page within the window. - - - - - - - Initializes a new instance of the PdfFitVerticallyDestination class with the specified page and the left horizontal coordinate positioned at the left edge of the window. - - - - - A object that is the PDF page with the contents. - - - - A nullable double value that is the left horizontal page coordinate. - - - - - - - - - Gets the horizontal left coordinate positioned at the left edge of the window. - - - - A nullable double value that it the left horizontal coordinate. - - - - - - - - - Represents a destination that displays the page with its contents magnified just enough to fit the specified by the , , , coordinates entirely within the window both horizontally and vertically. - - - - - - - Initializes a new instance of the PdfFitRectangleDestination class with the specified page and rectangle specified by the coordinates left, bottom, right, and top. - - - - A object that is the page with its contents. - - - - A that is the rectangle specified by the coordinates left, bottom, right, and top. - - - - - - - - Gets a rectangle specified by the coordinates left, bottom, right, and top to place the page entirely within the window both horizontally and vertically. - - - A that is a rectangle specified by the coordinates left, bottom, right, and top. - - - - - - - - Represents a destination that displays the page with the vertical coordinate positioned at the top edge of the window and the contents magnified just enough to fit the entire width of the page within the window. - - - - - - - Initializes a new instance of the PdfFitHorizontallyDestination class with the specified page and the top vertical coordinate positioned at the top edge of the window. - - - - - A object that is the PDF page with contents. - - - - A nullable double value that is the top vertical coordinate positioned at the top edge of the window. - - - - - - - - - Gets the top vertical page coordinate positioned at the top edge of the window. - - - - A nullable double value that is the top vertical page coordinate. - - - - - - - - - Represents a destination that displays the page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically. - - - - - - - Initializes a new instance of the PdfFitDestination class with the page that contains the contents magnified just enough to fit the entire page within the window both horizontally and vertically. - - - - - A object that is the PDF page. - - - - - - - - - Represents a destination that displays the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. - - - - - - - Initializes a new instance of the PdfFitBBoxDestination class with the page that contains the content magnified just enough to fit its bounding box entirely within the window. - - - - - A object that is the PDF page. - - - - - - - - - - Represents a destination that displays the page with the horizontal coordinate positioned at the left edge of the window with its contents magnified just enough to fit the entire height of its bounding box within the window. - - - - - - - Initializes a new instance of the PdfFitBBoxVerticallyDestination class with the specified page and the left horizontal coordinate positioned at the left edge of the window. - - - - - A object that is the PDF page. - - - - A nullable double value that is the left horizontal page coordinate. - - - - - - - - - Gets the left horizontal coordinate positioned at the left edge of the window. - - - - A nullable double value that it the left horizontal coordinate. - - - - - - - - - Represents a destination that displays the page with its vertical coordinate positioned at the top edge of the window and the contents magnified just enough to fit the entire width of its bounding box within the window. - - - - - - - - Initializes a new instance of the PdfFitBBoxHorizontallyDestination class with the specified page and the top vertical coordinate positioned at the top edge of the window. - - - - - A object that is the PDF page. - - - - A nullable double value that is the top vertical page coordinate. - - - - - - - - - Gets the top vertical page coordinate positioned at the top edge of the window. - - - - A nullable double value that it the vertical page coordinate. - - - - - - - - Represents an optional content group's usage that contains information describing the nature of the content controlled by the group. - - - - - - - Gets a value that is used by the creating application to store application-specific data associated with this optional content group. - - - A PdfOptionalContentUsageCreatorInfo object that contains information that is used by the creating application. - - - - - - - Gets a value that indicates the recommended state for content in this group when the document is saved to a format that does not support optional content (for example, a raster image format). - - - A enumeration member that indicates the recommended state for content in this group. - - - - - - - Gets a value that indicates whether a partial match exists between the system language and the language strings in the entire usage. - - - - true, if the language is preferred; otherwise false. - - - - - - - Gets the language of the content controlled by this optional content group. - - - A object containing the language of the content. - - - - - - - Gets the magnification factor below which the content in this optional content group is best viewed. - - - A double value that is the magnification factor below which the group will be ON. - - - - - - - Gets the minimum magnification factor at which the content in this optional content group is best viewed. - - - A double value that is the minimum magnification factor at which the group will be ON. The default value: 0. - - - - - - - Gets a value indicating that the group contains a pagination artifact. - - - A PdfPageElement enumeration value. - - - - - - - Gets a name specifying the kind of content controlled by the group (e.g.,Trapping, PrintersMarks and Watermark). - - - A value that is the name specifying the kind of content controlled by the group. - - - - - - - Gets a value that indicates whether the group is set to either the ON or OFF state when the document is printed. - - - - A enumeration member that specifies whether the group is set to the state when the document is printed. - - - - - - - Gets a value that indicates whether the group is set to either the ON or OFF state when the document is opened. - - - - A enumeration member that specifies whether the group is set to the state when the document is opened. - - - - - - - - Represents the optional content usage application. - - - - - - - - Gets names, each of which corresponds to a usage dictionary entry. - - - A collection of strings that represent names, each of which corresponds to a usage dictionary entry. - - - - - - - - Gets a name defining the situation in which this usage application should be used. - - - A PdfOptionalContentUsageApplicationEvent enumeration value that defines the situation in which this usage application should be used. - - - - - - - Gets optional content groups that will have their states automatically managed based on information in their usage. - - - A collection of objects that represent optional content groups. - - - - - - - - Lists values that specify which optional content groups in the property will be displayed to the user. - - - - - - - Display all groups in the property. - - - - - - - - Display only those groups in the property that are referenced by one or more visible pages. - - - - - - - - - Represents the order for presentation of optional content groups. - - - - - - - Gets items of the optional content that will be displayed in the user interface. - - - A collection of objects that represent items of the optional content. - - - - - - - Gets a name of the optional content group displayed in the user interface. - - - A value that is the name of the optional content group. - - - - - - - - Lists names that are used to determine which optional content group states to consider and which to ignore in calculating the visibility of content. - - - - - - - - Indicates the set of all intents, including those not yet defined. - - - - - - - - - Indicates the Design intent name. - - - - - - - - - Indicates the View intent name. - - - - - - - - - - Lists the states of all the optional content groups in a document when the optional content configuration is applied. - - - - - - - The states of all groups will be turned OFF. - - - - - - - - The states of all groups will be turned ON. - - - - - - - - The states of all groups will be left unchanged. - - - - - - - - - Lists the type of icon scaling within the annotation rectangle. - - - - - - - Scale the icon to fill the annotation rectangle exactly, without regard to its original aspect ratio. - - - - - - - - Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio. - - - - - - - - - Lists the circumstances under which the icon will be scaled inside the annotation rectangle. - - - - - - - Always scale. - - - - - - - - Scale only when the icon is bigger than the annotation rectangle. - - - - - - - - Never scale. - - - - - - - - Scale only when the icon is smaller than the annotation rectangle. - - - - - - - - - Represents a color pattern. - - - - - - - Gets a pattern matrix that specifies the transformation from pattern space to user space. - - - A PdfTransformationMatrix object that represents the pattern matrix. - - - - - - - - Represents the optional content group that is used to control the visibility of graphic objects. - - - - - - - Gets a single intent name containing any combination of names. - - - A enumeration values that list intent names. - - - - - - - - Gets the name of the optional content group. - - - A value that is the optional content group name. - - - - - - - Gets the content usage describing the nature of the content controlled by the group. - - - A object that represents the content usage. - - - - - - - - Represents a markup annotation that is used to mark up PDF documents. - - - - - - - Gets the date and time when the annotation was created in the document. - - - - A nullable structure that is a valid date-time offset. - - - - - - - Gets an annotation that requires a reply to another annotation. - - - A object that represents an annotation that requires a reply to another annotation. - - - - - - - - Gets the name that describes the intent of the markup annotation. - - - A value that is the name that describes the markup annotation intent. - - - - - - - Gets the opacity value that is used in painting the annotation. - - - A double value that is the annotation opacity. - - - - - - - Gets a pop-up annotation for entering or editing the text associated with this annotation. - - - A object that is the popup annotation. - - - - - - - Gets a name specifying the relationship (the reply type) between this annotation and the annotation obtained in the property. - - - A enumeration value that represents the annotation reply type. - - - - - - - Gets a rich text that is displayed in the pop-up window when the annotation is opened. - - - A string value that represents the rich text. - - - - - - - Gets a description of the subject being addressed by the annotation. - - - A string value that is the text representing a short description of the subject. - - - - - - - Gets the text displayed in the title bar of the annotation's pop-up window when the annotation is open and active. - - - A string value that is the annotation title. - - - - - - - - Provides the style settings used to paint the lines in a document. - - - - - - - Creates a dashed guideline style using the dash length, gap length, and dash phase. - - - - A double value that is the dash length. - - - - A double value that is the gap length. - - - - A double value that is the dash phase. - - - A object that is the dashed guideline style. - - - - - - - Creates a dashed guideline style using the dash pattern and dash phase. - - - - An array of double values that represents the dash pattern. - - - - - A double value that is the dash phase. - - - A object that is the dashed guideline style. - - - - - - - Create the solid guideline style. - - - A object that represents the created style. - - - - - - - Gets a line dash pattern specified by a dash array and a dash phase. - - - An array of double values that represent the line dash pattern. - - - - - - - Gets the dash phase, which specifies the distance into the dash pattern at which to start the dash. - - - A double value that is the dash phase. - - - - - - - Gets a value that indicates whether a line is dashed. - - - true, if the line is dashed; otherwise, false. - - - - - - - - Lists values that specify the text position of the widget annotation's caption relative to its icon. - - - - - - - Caption above the icon. - - - - - - - - Caption below the icon. - - - - - - - - Caption overlaid directly on the icon. - - - - - - - - Caption to the left of the icon. - - - - - - - - Caption to the right of the icon - - - - - - - - No caption, icon only. - - - - - - - - No icon, caption only. - - - - - - - - - Contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content. - - - - - - - Gets a collection of alternate optional content configurations. - - - - A collection of objects. - - - - - - - Gets the default viewing optional content configuration. - - - A object that is the default optional content configuration. - - - - - - - Gets a collection of all the optional content groups in the document. - - - A collection of objects. - - - - - - - - Contains appearance characteristics for constructing the annotation's appearance. - - - - - - - Gets the widget annotation's alternate (down) caption, which shall be displayed when the mouse button is pressed within its active area. - - - A value that is the widget annotation's alternate (down) caption. - - - - - - - Gets the widget annotation's alternate (down) icon, which will be displayed when the mouse button is pressed within its active area. - - - A object that is a form XObject defining the widget annotation's alternate (down) icon. - - - - - - - Gets a value specifying the color of the widget annotation's background. - - - A object that is the color of the widget annotation's background. - - - - - - - Gets the value specifying the color of the widget annotation's border. - - - A object that is the color of the widget annotation's border. - - - - - - - Gets the widget annotation's normal caption, which will be displayed when it is not interacting with the user. - - - A value that is the widget annotation's normal caption. - - - - - - - Gets the value specifying how the widget annotation's icon will be displayed within its annotation rectangle. - - - A enumeration value that specifies how the widget annotation's icon will be displayed within its annotation rectangle. - - - - - - - Gets the widget annotation's normal icon, which will be displayed when it is not interacting with the user. - - - A object that is the widget annotation's normal icon. - - - - - - - Gets the widget annotation's rollover caption, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. - - - A object that is the widget annotation's rollover caption. - - - - - - - Gets the widget annotation's rollover icon, which will be displayed when the user rolls the cursor into its active area without pressing the mouse button. - - - A object that is the form XObject defining the widget annotation's rollover icon. - - - - - - - Gets the number of degrees by which the widget annotation shall be rotated counterclockwise relative to the page. - - - An integer value that is the widget annotation rotation angle. - - - - - - - Gets the text position of the widget annotation's caption relative to its icon. - - - A enumeration value that is the text position of the widget annotation. - - - - - - - - Represents the file specification that gives the name of the target file in a standard format, and can also contain information related to one or more specific file systems. - - - - - - - Gets the date and time when the file was created. - - - A nullable structure that is a valid date-time offset. - - - - - - - Gets the descriptive text associated with the file specification. - - - A string that is a file specification description. - - - - - - - Gets the data of the file specification represented as a byte array. - - - The file content data represented as a byte array. - - - - - - - Returns the file name. - - - A value that is the file name. - - - - - - - Gets the name of the file system that is used to interpret this file specification. - - - A value that is the name of the file system. - - - - - - - Gets the zero-based index associated with the file specification. - - - An integer value that is the zero-based index associated with the file specification. - - - - - - - Gets the MIME type (content type) of the file. - - - A that represents the MIME type of the file. - - - - - - - Gets the date and time of the file's last modification. - - - A nullable value that is the date and time of the file's last modification. - - - - - - - Gets the relationship between the document and the file. - - - A enumeration value that specifies the relationship between the document and the file. - - - - - - - Gets the size of the file attachment. - - - An integer value that is the file attachment size, in bytes. - - - - - - - - Lists values that specify the visual effect that will be used when the mouse button is pressed or held down inside its active area. - - - - - - - Invert the contents of the annotation rectangle. - - - - - - - - No highlighting. - - - - - - - - Invert the annotation's border. - - - - - - - - Display the annotation as if it was being pushed below the surface of the page. - - - - - - - - Display the annotation's down appearance. - - - - - - - - - Contains style settings of the annotation's border. - - - - - - - Gets the line style settings of the annotation's border. - - - A object that represents the line style settings of the annotation's border. - - - - - - - Gets the name of the style to be applied to the annotation's border. - - - A that is the name of the annotation's border style. - - - - - - - Gets the annotation's border width in points. - - - A double value that is the width of the annotation's border. Default value: 1. - - - - - - - - Represents an interactive form based on the Adobe XML Forms Architecture (XFA). - - - - - - - Gets the content of a XFA form. - - - A object that represents the content of a XFA form. - - - - - - - - Lists values that specify various document-level characteristics related to signature fields. - - - - - - - The document contains signatures that may be invalidated if the file is saved (written) in a way that alters its previous contents. - - - - - - - - No signature is applied to the document. - - - - - - - - The document contains at least one signature field. - - - - - - - - - Lists the form of justification that is used in laying out the overlay text. - - - - - - - The centered form of justification is used in displaying the text. - - - - - - - - The left justified form of justification is used in displaying the text. - - - - - - - - The right justified form of justification is used in displaying the text. - - - - - - - - - Represents a command. - - - - - - - - Represents a list of objects. - - - - - - - Initializes a new instance of the PdfCommandList class with the default settings. - - - - - - - - Initializes a new instance of the PdfCommandList class with the specified object implementing the interface. - - - - - A object implementing the System.Collections.IEnumerable interface that represents the command list. - - - - - - - - - - Represents a JavaScript action that executes a script that is written in the JavaScript programming language. - - - - - - - Gets a JavaScript script. - - - A value that is the JavaScript script. - - - - - - - - Represents content in a PDF document that can be selectively viewed or hidden. - - - - - - - - Lists the values specifying various characteristics of the annotation. - - - - - - - Do not display or print the annotation or allow a user to interact with the annotation. - - - - - - - - Do not display the annotation if it does not belong to one of the standard annotation types and no annotation handler is available. - - - - - - - - Do not allow the annotation to be deleted or its properties to be modified by the user. - - - - - - - - Do not allow the contents of the annotation to be modified by the user. - - - - - - - - If active, deactivates all other options. - - - - - - - - - Do not rotate the annotation's appearance to match the rotation of the page. - - - - - - - - Do not display the annotation on the screen or allow a user to interact with the annotation. - - - - - - - - Do not scale the annotation's appearance to match the magnification of the page. - - - - - - - - Print the annotation when the page is printed. - - - - - - - - Do not let a user interact with the annotation. - - - - - - - - Invert the interpretation of the NoView flag for certain events. - - - - - - - - - Represents the annotation's border settings. - - - - - - - - Initializes a new instance of the PdfAnnotationBorder class with the default settings. - - - - - - - - Gets the horizontal corner radius of the annotation's border, which will be drawn as a rounded rectangle. - - - A double value that is the horizontal corner radius of the annotation's border. - - - - - - - Gets a value that defines whether the default appearance of the annotation border is drawn on the page. - - - true, if the annotation border is drawn with the default appearance; otherwise, false. - - - - - - - Gets the line style of the annotation border. - - - A enumeration member that is the annotation border line style. - - - - - - - Gets the thickness of the line to be used in drawing the annotation's border. - - - A double value that is the line width of the annotation's border. - - - - - - - Gets the vertical corner radius of the annotation's border, which will be drawn as a rounded rectangle. - - - A double value that is the vertical corner radius of the annotation's border. - - - - - - - - Represents a color used in the PDF document. - - - - - - - Initializes a new instance of the PdfColor class with the specified settings. - - - - A object that is the color pattern. - - - - An array of double values that represent the color components. - - - - - - - - Initializes a new instance of the PdfColor class with the specified color components. - - - - An array of double values representing the components in the color space in which the color is defined. - - - - - - - - Provides access to an array of numbers in the range from 0.0 to 1.0, representing the components in the color space in which the color is defined. - - - An array of double numbers in the range from 0.0 to 1.0, representing the components in the color space. - - - - - - - Gets the color pattern. - - - A object. - - - - - - - - An action that is performed with interactive elements (e.g., bookmarks, annotations) in the PDF document. - - - - - - - Gets the next action that is performed after the action from the list of objects. - - - A list of objects that is the sequence of actions that should be performed. - - - - - - - - Lists the values used to specify the type of relationship between the document and the attached file. - - - - - - - The attached file specification has an alternative representation of the content (e.g., audio). - - - - - - - - - The attached file represents information used to derive a visual presentation (e.g. for a table or a graph). - - - - - - - - The file specification is an encrypted payload document that should be displayed to the user if the PDF Document Processor has the cryptographic filter needed to decrypt the document. - - - - - - - - The attached file has the original source material for the associated content. - - - - - - - - The attached file represents a supplemental representation of the original source or data. - - - - - - - - The relationship is unknown or does not match any relationship above. - - - - - - - - - Specifies the options applied to a text search. - - - - - - - Initializes a new instance of the PdfTextSearchParameters class with the default settings. - - - - - - - - Specifies whether or not to ignore the letter case when searching text in a PDF. - - - true, to take into account the letter case; otherwise false. - - - - - - - Specifies the direction of text search. - - - A enumeration value, specifying the search direction. - - - - - - - Specifies whether or not to take into account only whole words when searching text in a PDF. - - - true, if whole words should match the search criteria; otherwise false. - - - - - - - - Represents the root of a document's outline hierarchy. - - - - - - - - Represents interactive form field data (e.g., text boxes, radio buttons, combo boxes) in a document. - - - - - - - Provides access to actions that define the field's behavior in response to various trigger events. - - - A object that contains interactive form fields actions. - - - - - - - Gets an alternate name specified for an interactive form field. - - - A value that is the alternate name for an interactive form field. - - - - - - - Gets the appearance commands for an interactive form field. - - - A collection of objects that represent appearance commands. - - - - - - - - Gets the default style string. - - - A value that represents the name of the default style applied to the interactive form. - - - - - - - Gets flags specifying various document-level characteristics related to interactive form fields. - - - enumeration values that represent flags specifying various document-level characteristics. - - - - - - - Provides access to the contents and properties of a document's interactive form. - - - A object that represents the document's interactive form. - - - - - - - Gets the collection of interactive form field children. - - - A collection of the objects containing the immediate children of the interactive form field. - - - - - - - Gets the mapping name that is used when exporting interactive form field data from the document. - - - A value that represents the mapping name. - - - - - - - Gets the partial field name. - - - A value that is the partial field name. - - - - - - - Gets the parent of the field in the interactive form field hierarchy. - - - A object that represents the parent of the interactive form field. - - - - - - - - Gets the rich text string that contains formatting (style) information. - - - A value that is the rich text data. - - - - - - - Gets the form of quadding (justification) that is used in displaying the text. - - - A object that represents the form of text justification. - - - - - - - - - Gets the widget annotation associated with the interactive form field. - - - A object that is the widget annotation. - - - - - - - - An interactive form (AcroForm) that represents a collection of fields for gathering information interactively from the user. - - - - - - - Gets a collection of default appearance commands. - - - A collection of objects. - - - - - - - Gets the default justification that is used in displaying the annotation's text. - - - A enumeration value that represents the default text justification. - - - - - - - Gets the document's root fields. - - - A collection of objects that contain the document's root fields. - - - - - - - Gets a value that indicates whether to construct appearance streams and appearance dictionaries for all widget annotations in the document. - - - true to construct appearance streams and appearance dictionaries for all widget annotations; otherwise false. Default value: false. - - - - - - - Gets flags specifying various document-level characteristics related to signature fields. - - - A enumeration values that represent the signature flags. - - - - - - - Gets an XFA form. - - - A object that represents the XFA form. - - - - - - - - Represents a text annotation (a "sticky note" attached to a point in a document). - - - - - - - Gets the name of an icon that will be used in displaying the annotation. - - - A value that is the name of a text annotation icon. - - - - - - - Gets a value that indicates whether the annotation is opened on the page. - - - - true if the annotation is opened on the page; otherwise false. - - - - - - - Gets the annotation state. - - - A object that represents the annotation state. - - - - - - - Gets a model corresponding to the specific annotation state. - - - A string that represents the state model of the annotation. - - - - - - - - Represents a pop-up annotation that displays text in a pop-up window for editing the annotation text. - - - - - - - Gets the value that indicates whether the popup annotation is opened on the page. - - - true if the popup annotation is opened on the page; otherwise false. - - - - - - - Gets the parent of the popup annotation item in the annotation hierarchy. - - - A object that represents the popup annotation parent. - - - - - - - - Represents the link annotation (a hypertext link to a destination) in a document. - - - - - - - Provides access to the link annotation action being executed. - - - - A object that is an action that is performed with the link annotation. - - - - - - - Gets the annotation border style specifying the line width and dash pattern to be used in drawing the annotation's border. - - - A object that contains properties to specify the annotation border style. - - - - - - - Gets a destination that will be displayed when the annotation is activated. - - - A object that is the link annotation destination. - - - - - - - Gets the link annotation's highlighting mode. - - - A enumeration value that represents the visual effect that will be used when the mouse button is pressed or held down inside its active area. - - - - - - - Gets the region in which the annotation link should be activated. - - - A list of objects that represent the coordinates of quadrilaterals in the default user space that comprises the region. - - - - - - - - Gets a URI action that is associated with the annotation. - - - A object that is the URI action. - - - - - - - - Represents an annotation that is used for adding text notes and other ancillary information to the document. - - - - - - - Gets the annotation's appearance state on the PDF form. - - - A object that represents the current annotation's appearance state on the PDF form. - - - - - - - Gets or sets the name of the appearance which is currently being used to draw the annotation on the PDF form. - - - - A value that is the appearance name. - - - - - - - Gets the annotation's border, which will be drawn as a rounded rectangle. - - - A object that represents the annotation's border. - - - - - - - Gets the color of the annotation. - - - A object that is the annotation color. - - - - - - - Gets the text that will be displayed for the annotation on the PDF form. - - - A value that is the text that will be displayed for the annotation. - - - - - - - Gets a set of flags specifying various characteristics of the annotation. - - - - A object that represents a set of annotation flags. - - - - - - - Gets the date and time when the annotation was most recently modified. - - - A structure. - - - - - - - Gets the annotation name. - - - A value that defines the string that identifies the annotation on the page. - - - - - - - Gets the optional content specifying the optional content properties for the annotation. - - - A object that is the optional content for the annotation. - - - - - - - Gets the page with which the annotation is associated. - - - A object that is the individual page in the document. - - - - - - - Gets the annotation rectangle that defines the location of the annotation on the page in default user space units. - - - A object that represents the annotation rectangle on the page. - - - - - - - Gets the integer key of the annotation's entry in the structural parent tree. - - - A nullable integer value specifying the key of the annotation's entry. - - - - - - - - An action that resets selected interactive form fields to their default values. - - - - - - - Gets a value that indicates whether to exclude fields obtained in the property from resetting. - - - - if true all fields in the document's interactive form will be reset except those listed in the property; otherwise false. - - - - - - - Gets a collection of fields that indicate which fields to reset or which to exclude from resetting, depending on the value of the property. - - - A collection of the objects that represent fields. - - - - - - - - Serves as the base for classes that allow jumping to a destination in the current document () or a destination in another PDF file (). - - - - - - - - Gets the destination that will be displayed when the action is performed. - - - A object that represents the destination. - - - - - - - - An action that jumps to a destination in another PDF file instead of the current file. - - - - - - - Gets the file in which the destination will be located. - - - A object that represents the file in which the destination will be located. - - - - - - - Gets a value that indicates whether to open the destination document in a new window. - - - true to open the destination document in a new window; otherwise false. - - - - - - - - An action that changes the view to a specified destination (page, location, and magnification factor). - - - - - - - - Represents a URI (uniform resource identifier) action associated with the annotation. - - - - - - - Gets a value that determines whether to track the mouse position when the URI is resolved. - - - true to track the mouse position when the URI is resolved; otherwise false. Default value: false. - - - - - - - Returns the URI (uniform resource identifier) action that causes a URI to be resolved. - - - A string that identifies a resource on the Internet. - - - - - - - - Represents an outline item in the tree-structured hierarchy of outlines. - - - - - - - Gets or sets a value that indicates whether the outline item is closed when it is displayed on the screen. - - - true, if the outline item is hidden (closed); otherwise, false. - - - - - - - Gets the total number of visible outline items at all levels of the outline. - - - An integer value that is the outline items count. - - - - - - - Gets the first top-level item in the outline. - - - A object that is the first top-level item in the outline. - - - - - - - Gets the last top-level item in the outline. - - - A object that is the last top-level item in the outline. - - - - - - - - Represents a document outline that allows the user to navigate interactively from one part of the document to another. - - - - - - - Provides access to the action that should be performed when the outline item is activated. - - - A object that is an action that is performed with outlines. - - - - - - - Gets the color of the outline entry's text in the navigation pane. - - - A object that represents the color for an outline entry's text. - - - - - - - Gets a destination (a particular view of a document), which is displayed when an outline item is activated. - - - A object that is an outline destination. - - - - - - - Gets a value indicating whether the outline's text is formatted as bold. - - - - true, if the outline's text is bold; otherwise, false. - - - - - - - Gets the value indicating whether the outline's text is formatted as italic. - - - true, if the outline's text is italic; otherwise, false. - - - - - - - Gets the next item at the outline level. - - - A object that is the next outline item. - - - - - - - Gets the parent of the outline item in the outline hierarchy. - - - A object that represents the parent of the outline item. - - - - - - - Gets the previous item at the outline level. - - - A object that is the previous outline item. - - - - - - - Gets the text that is displayed for the outline item. - - - A string that is displayed on the screen for the outline item. - - - - - - - - Lists values that specify how to display the opened document. - - - - - - - When a document is opened in the viewer, it shows pages in full screen mode (no menu bar, window controls, or any other window is visible). - - - - - - - - When a document is opened in the viewer, it shows pages and opens the Attachments panel to display attachments. - - - - - - - - When a document is opened in the viewer, it shows only pages (Bookmarks, Attachments, Page Thumbnails, and Layers panels are hidden). - - - - - - - - When a document is opened, for example, in the Adobe Acrobat Reader, the Reader shows pages and opens the optional content group panel (the Layers panel). - - - - - - - - When a document is opened in the viewer, it shows pages and opens the Bookmarks panel to display outlines (bookmarks). - - - - - - - - When a document is opened in the viewer, it shows pages and opens the Page Thumbnails panel to display thumbnails. - - - - - - - - - Represents a structure which stores information about a collision found in interactive form field names. - - - - - - - - Gets the form field in which a collision with a name was detected. - - - - A object that represents the interactive form field. - - - - - - - Provides access to the collection of forbidden field names that was generated as a result of a collision found in the field names. - - - A object implementing the System.Collections.Generic.ISet interface that represent the forbidden names. - - - - - - - - - Specifies how to trim characters from a string that does not completely fit into a layout shape. - - - - - - - The text is trimmed to the nearest character. - - - - - - - - The text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. - - - - - - - - The text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. - - - - - - - - Specifies no trimming. - - - - - - - - The text is trimmed to the nearest word. - - - - - - - - - Represents the red, green, and blue color components in the range of 0 to 1. - - - - - - - Initializes a new instance of the PdfRGBColor class. - - - - - - - - Initializes a new instance of the PdfRGBColor class with the specified red, green, and blue color components. - - - - A value. This value is assigned to the property. This value must be between 0 and 1. - - - - A value. This value is assigned to the property. This value must be between 0 and 1. - - - - A value. This value is assigned to the property. This value must be between 0 and 1. - - - - - - - - Gets or sets the blue color component value. - - - - - A double value that is the blue color component value in the range of 0 to 1. - - - - - - - - Gets or sets the green color component value. - - - - - A double value that is the green color component value in a range of 0 to 1. - - - - - - - Occurs every time any of the PdfRGBColor class properties has changed its value. - - - - - - - - Gets or sets the red color component value. - - - - - A double value that is the red color component value in a range of 0 to 1. - - - - - - - - - Represents an attachment where a file can be embedded to a PDF document. - - - - - - - Initializes a new instance of the PdfFileAttachment class with the default settings. - - - - - - - - Gets or sets date when the file attachment was created in the document. - - - - A nullable structure that is a valid date-time offset. - - - - - - - Gets or sets the data of the attached file represented as a byte array. - - - The file content data represented as a byte array. - - - - - - - Specifies the description for the attached file shown in the Attachments panel of a PDF Viewer. - - - A string that is an attached file description. - - - - - - - Gets or sets the attached file name. - - - A string value that is the name of an attached file. - - - - - - - Gets or sets the MIME type (content type) of the attached file. - - - - A that represents the MIME type of the attached file. - - - - - - - Gets or sets the date and time of the attachment file's last modification. - - - A nullable value that is the date and time of the attachment file's last modification. - - - - - - - Gets or sets the relationship between the document and the attachment file. - - - A enumeration value that specifies the relationship between the document and the attachment file. - - - - - - - - - Gets the size of the file attachment. - - - An integer value that is the file attachment size, in bytes. - - - - - - - - Specifies the type of display for hot-key prefixes that relate to text. - - - - - - - Do not display the hot-key prefix. - - - - - - - - No hot-key prefix. - - - - - - - - - Represents a destination (a particular view of a document) to which a document target (e.g. a bookmark) is referred to. - - - - - - - Gets the page of a document where the corresponding destination is located. - - - - A object that is the page where the destination is located. - - - - - - - - Gets the zero-based index of a page where the destination is located. - - - An integer value that is the zero-based index of the destination page. - - - - - - - - Lists the values specifying the compatibility mode of a document. - - - - - - - The document supports the ISO 32000-1:2008 standard. - - - - - - - - The document supports the ISO 19005-1:2005 standard. - - - - - - - - The document supports the ISO 19005-2:2011 standard. - - - - - - - - The document supports the ISO 19005-3:2012 standard. - - - - - - - - - Represents a text box field. - - - - - - - - Initializes a new instance of the PdfAcroFormTextBoxField class with the specified text box field name, page number, where the field will be created, and the field rectangle. - - - - A that specifies the name of text box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a text box field is located on a page. - - - - - - - - Specifies the maximum text length for a text box field. - - - - A positive integer value specifying the maximum number of characters allowed in a text box field or 0 indicating that the number of characters in a text box field is not limited. -The default value is 0. - - - - - - - - - Specifies whether the text box field should contain multiple lines of text. - - - true, if the text box field can contain multiple lines of text; otherwise, false. - - - - - - - Specifies whether a text box field can be scrollable when the entered text exceeds the field area. - - - true, if a text box field is scrollable when the entered text exceeds the field area; otherwise, false. - - - - - - - Specifies whether text entered to a text box field is spell checked. - - - true, if text entered to a text box field is spell checked; otherwise, false. - - - - - - - Specifies text of the text box field. - - - A value which represents the text displayed in the text box field. - - - - - - - Specifies the type of the text box field. - - - A enumeration value that represents the text box field type. - - - - - - - - Lists the values specifying permissions that are used to restrict or allow access to document interaction operations. - - - - - - - - Permit interactive operations (adding or modifying text annotations, filling in interactive form fields, and creating or modifying interactive form fields) in the PDF document. - - - - - - - - Prohibit interactive operations in the PDF document except filling existing form fields and document signing. - - - - - - - - - Prohibit all interactive operations (adding or modifying text annotations, filling in interactive form fields, and creating or modifying interactive form fields) in the PDF document. - - - - - - - - - Contains data values stored in the PDF Form. - - - - - - - Initializes a new instance of the PdfFormData class with the predefined stream and data format. - - - - A class descendant containing a file with the form data (Fdf, Txt, Xfdf or Xml format). - - - - A enumeration value specifying the format in which interactive form values are stored. - - - - - - - - - Initializes a new instance of the PdfFormData class with the predefined file name and data format. - - - - A containing the path to a file with the interactive form data (Fdf, Txt, Xfdf or Xml format). - - - - A enumeration value specifying the format in which interactive form values are stored. - - - - - - - - Initializes a new instance of the PdfFormData class with the predefined file name. - - - - A containing the path to a file with the interactive form data (Fdf, Txt, Xfdf or Xml format). - - - - - - - - Initializes a new instance of the PdfFormData class with the predefined stream. - - - - - A class descendant containing a file with the interactive form data (Fdf, Txt, Xfdf or Xml format). - - - - - - - - Initializes a new instance of the PdfFormData class with the default settings. - - - - - - - - Returns the name of all fields contained in this PDF form. - - - A list of values. - - - - - - - Returns an individual field by its name on the PDF Form. - - - - - A string representing the field name. - - - A object. - - - - - - - Returns the name of the field represented by this PdfFormData object. - - - A value. - - - - - - - Saves the interactive form data to a stream using form data format. - - - - A class descendant, specifying the stream into which the interactive form should be saved. - - - - A enumeration value, specifying into which format interactive form values should be saved. - - - - - - - - Saves the interactive form data into a file using form data format. - - - - A specifying the file path and file name. - - - - A enumeration value, specifying into which format interactive form values should be saved. - - - - - - - - Specifies a value to the interactive form field represented by this PdfFormData object. - - - A class descendant. - - - - - - - - Lists formats allowed for PDF Form data values. - - - - - - - Data is represented as FDF (Forms Data Format). - - - - - - - - Data is represented as text. - - - - - - - - Data is represented as XFDF (XML Forms Data Format). - - - - - - - - Data is represented as XML. - - - - - - - - - Specifies the display and layout information for text strings. - - - - - - - Only entire lines are laid out in the formatting rectangle. - - - - - - - - Includes the trailing space at the end of each line. - - - - - - - - Overhanging parts of glyphs, and unwrapped text reaching outside the formatting rectangle are allowed to be displayed. - - - - - - - - - Text wrapping between lines when formatting within a rectangle is disabled. This flag is implied when a point is passed instead of a rectangle, or when the specified rectangle has a zero line length. - - - - - - - - - Contains settings to format strings in a document. - - - - - - - Initializes a new instance of the PdfStringFormat class with the specified string format. - - - - A object. - - - - - - - - Initializes a new instance of the PdfStringFormat class with the specified string format flags. - - - - A enumeration value. - - - - - - - - Initializes a new instance of the PdfStringFormat class with the default settings. - - - - - - - - Gets or sets the horizontal alignment of the string. - - - A enumeration that specifies the horizontal alignment of the string. - - - - - - - Creates a copy of this object. - - - The object this method creates. - - - - - - - Gets or sets a enumeration that contains format information. - - - - A enumeration that contains format information. - - - - - - - - Gets a generic default object. - - - The generic default object. - - - - - - - Gets a generic typographic object. - - - A generic typographic object. - - - - - - - Gets or sets the object for this object. - - - The object. - - - - - - - Gets or sets a value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. - - - A double value that is the fraction of the font em-size used as both horizontal and vertical leading string margins. - - - - - - - - Specifies the vertical alignment of the string. - - - A enumeration that represents the vertical alignment of the string. - - - - - - - Gets or sets a value that is the fraction of the font em-size used as the horizontal trailing string margin. - - - A double value that is the fraction of the font em-size used as the horizontal trailing string margin. - - - - - - - - Gets or sets the enumeration for this object. - - - A enumeration that indicates how text is trimmed when it exceeds the edges of the layout rectangle. - - - - - - - - Contains settings to protect a PDF document with a password and user permissions. - - - - - - - Initializes a new instance of the PdfEncryptionOptions class without encryption settings specified for a PDF document. - - - - - - - - Specifies an algorithm to encrypt a PDF document. - - - A enumeration value that specifies an encryption algorithm. - - - - - - - Specifies the permissions on data extraction operations. - - - - A enumeration value. - - - - - - - Specifies the permissions on interaction operations. - - - A enumeration value. - - - - - - - Specifies the permissions on document modification operations. - - - - A enumeration value. - - - - - - - This property is now obsolete. To specify an owner password, use the property instead. - - - - A object that is an owner password. - - - - - - - Specifies an owner password that is used to allow full access to a document. - - - A object that is an owner password. - - - - - - - Specifies the permissions on printing operations. - - - - - A enumeration value. - - - - - - - This property is now obsolete. To specify a user password, use the property instead. - - - - A object that is a user password. - - - - - - - Specifies a user password that is used to protect opening the document. - - - - A object that is a user password. - - - - - - - - Lists the values specifying permissions that are used to restrict or allow access to data extraction operations. - - - - - - - Allow PDF Viewers to access document contents by using the Viewer's accessibility features. - - - - - - - - - Permit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. - - - - - - - - Prohibit data extraction operations (copying or text and graphics extraction from the document) including access for the software that uses assistive technologies. - - - - - - - - - Lists the values specifying permissions that are used to restrict or allow access to document printing operations. - - - - - - - Permit document printing. - - - - - - - - Prohibit document printing at the highest quality level. - - - - - - - - - Prohibit document printing. - - - - - - - - - Lists the values specifying permissions that are used to restrict or allow access to document modification operations. - - - - - - - Permit document modification and assembling. - - - - - - - - - Allow only document assembling such as inserting, rotating or deleting pages, as well as bookmark creation on the navigation pane. - - - - - - - - - Prohibit document modification and assembling. - - - - - - - - - - Contains values that specify how to interpret a point passed to one of the overload methods that take a PointF object as an argument. - - - - - - - - - The point passed to one of the methods that take a PointF object is on the text baseline. - - - - - - - - The point passed to one the methods that take a PointF object is the top left corner of the text bounding rectangle. - - - - - - - - - Represents an action that is performed with the interactive form fields. - - - - - - - Gets a JavaScript action that is executed when the user modifies a character in a text field or combo box or modifies the selection in a scrollable list box. - - - A object that represents the JavaScript action that is executed when the user modifies a character. - - - - - - - - Gets a JavaScript action that is executed before the field is formatted to display its value. - - - A object that represents the JavaScript action that is executed before the field is formatted to display its value. - - - - - - - Gets a JavaScript action that is performed to recalculate the value of this field when another field is changed. - - - A object that represents the JavaScript action performed to recalculate the value of this field. - - - - - - - Gets a JavaScript action that is performed when the field's value is changed. - - - A object that represents the JavaScript action performed when the field's value is changed. - - - - - - - - This class supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - For internal use. Provides the functionality of and classes. - - - - - - - For internal use. - - - A object. - - - - - - - - A class that provides document encryption options and document signature to save the document. - - - - - - - Specifies encryption options of a PDF document. - - - A object that represents encryption options of a PDF document. - - - - - - - Gets or sets the signature, which can contain signing info, reason and location, to be used to save the signed document. - - - A object that represents the PDF signature. - - - - - - - - An electronic signature used to sign a PDF file. - - - - - - - Initializes a new instance of the PdfSignature class with the predefined certificate. - - - - A object that is an X.509 certificate. - - - - - - - - Specifies the contact information which helps a recipient to verify the signature provided by the signer. - - - A object that is the contact information provided by the signer to a recipient. - - - - - - - Gets or sets the CPU host name or physical location of the signature. - - - - A object that is the location associated with the identity. - - - - - - - Gets or sets the name of the person or authority signing the document. - - - A object that is the person or authority name signing the document. - - - - - - - - Gets or sets the reason for a document signature. - - - - A object that is the reason for a document signature. - - - - - - - - Gets the time the document was signed. - - - A nullable structure that is the date and time the document was signed. - - - - - - - - Provides settings that define page boundaries for specific content types. - - - - - - - Specifies the crop box imposing the page boundaries displayed in a PDF Viewer. - - - - A object, specifying the crop box. - - - - - - - Specifies the media box defining the boundaries of the physical medium on which the page is to be printed. - - - A object, specifying the media box. - - - - - - - Rotates the document page at the specified angle. - - - An integer value, specifying the page rotation angle (in degrees). - - - - - - - - Specifies the alignment of a text string relative to its layout rectangle. - - - - - - - The text is aligned in the center of the layout rectangle. - - - - - - - - The text is aligned far from the original position of the layout rectangle. - - - - - - - - The text is aligned near the layout. - - - - - - - - - - Represents a check box field. - - - - - - - - Initializes a new instance of the PdfAcroFormCheckBoxField class with the specified check box field name, page number, where the field will be created, and the field rectangle. - - - - A that specifies the name of check box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which check box field is located on a page. - - - - - - - - Specifies a button style which is applied to a check box field. - - - A enumeration value that determines the button style applied to a check box field. - - - - - - - Specifies an export value of a check box field. - - - A value which represents an export value of a check box field. - - - - - - - Gets or sets whether a check box is checked. - - - true, if the check box is checked; otherwise, false. Default value is false. - - - - - - - Specifies whether to generate a down appearance that will appear in a check box when the mouse button is pressed within the check box area. - - - - - true, if a down appearance is generated within the check box area; otherwise, false. Default value is true. - - - - - - - - - Lists the font stretch values. - - - - - - - "Condensed" - - - - - - - - "Expanded" - - - - - - - - "ExtraCondensed" - - - - - - - - "ExtraExpanded" - - - - - - - - "Normal" - - - - - - - - "SemiCondensed" - - - - - - - - "SemiExpanded" - - - - - - - - "UltraCondensed" - - - - - - - - "UltraExpanded" - - - - - - - - - Stores names of various PDF entities. - - - - - - - Provides access to a dictionary of annotation appearances. - - - A dictionary, containing the objects, along with their key values. - - - - - - - Gets embedded files in which the destination is located. - - - A dictionary, containing the DevExpress.Pdf.PdfFileSpecification objects, along with their key values. - - - - - - - Gets Java Script actions found in the document. - - - A dictionary, containing the objects, along with their System.String key values. - - - - - - - Gets page destinations for targets in the document. - - - A dictionary, containing the objects, along with their key values. - - - - - - - Provides access to a dictionary of page names. - - - A dictionary, containing the objects, along with their key values. - - - - - - - Gets a web capture content dictionary, which maps digital identifiers (IDs) to PDF objects such as pages and forms. - - - A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their key values. - - - - - - - Gets a web capture content dictionary which maps URLs to PDF objects such as pages and forms. - - - A dictionary, containing the DevExpress.Pdf.PdfSpiderSet objects, along with their key values. - - - - - - - - Specifies the alignment of a text string within an interactive form field. - - - - - - - - - Specifies that text is aligned in the center of the field rectangle. - - - - - - - - Specifies that text is aligned far from the origin position of the field rectangle. - - - - - - - - Specifies that text is aligned near to the origin position of the field rectangle. - - - - - - - - - - - Represents a collection of optional content groups whose states are intended to follow a radio button paradigm. - - - - - - - - Initializes a new instance of the PdfOptionalContentRadioButtonGroup class with the default settings. - - - - - - - - - Lists the values specifying the status of a PDF text search operation. - - - - - - - The text search has finished. - - - - - - - - - The text, which is being searched for, has been found. - - - - - - - - - The text, which is being searched for, has not been found. - - - - - - - - - - Provides the PDF font options. - - - - - - - Indicates the maximum height above the baseline reached by glyphs in this font. - - - A value. - - - - - - - Indicates the average width of glyphs in the font. - - - A value. - - - - - - - The vertical coordinate of the top of flat capital letters, measured from the baseline. - - - A value. - - - - - - - Indicates the character names defined in a font subset. - - - A list of values. - - - - - - - Provides access to a dictionary identifying which CIDs are present in the CIDFont file. - - - A dictionary, containing the System.Int16 objects, along with their key values. - - - - - - - Indicates the maximum depth below the baseline reached by glyphs in this font. - - - A value. - - - - - - - Provides access to a collection of flags defining various characteristics of the font. - - - A enumeration value. - - - - - - - Indicates a rectangle, expressed in the glyph coordinate system, that shall specify the font bounding box. - - - A object. - - - - - - - Indicates the preferred font family name. - - - A value. - - - - - - - Indicates the PostScript name of the font. - - - A value. - - - - - - - Indicates the font stretch value. - - - A enumeration value. - - - - - - - Indicates the weight (thickness) component of the fully-qualified font name or font specifier. - - - An integer value. - - - - - - - The angle, expressed in degrees counterclockwise from the vertical, of the dominant vertical strokes of the font. - - - A value. - - - - - - - Indicates the spacing between baselines of consecutive lines of text. - - - A value. - - - - - - - Indicates the maximum width of glyphs in the font. - - - A value. - - - - - - - The width to use for character codes whose widths are not specified in a font dictionary's Widths array. - - - A value. - - - - - - - Indicates the thickness, measured vertically, of the dominant horizontal stems of glyphs in the font. - - - A value. - - - - - - - Indicates the thickness, measured horizontally, of the dominant vertical stems of glyphs in the font. - - - A value. - - - - - - - Indicates the font's X-height: the vertical coordinate of the top of flat nonascending lowercase letters (like the letter x), measured from the baseline, in fonts that have Latin characters. - - - A value. - - - - - - - - Specifies the coordinates of a PDF point. - - - - - - - Initializes a new instance of the PdfPoint class with the specified coordinates. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Gets the X coordinate of the PdfPoint. - - - A value that is the PDF point's X coordinate. - - - - - - - Gets the Y coordinate of the PdfPoint. - - - A value that is the PDF point's Y coordinate. - - - - - - - - A document area. - - - - - - - Initializes a new instance of the PdfDocumentArea class with the specified settings. - - - - An integer value. This value is assigned to the property. - - - - A object. This value is assigned to the property. - - - - - - - - Returns a document area corresponding to the specified rectangle. - - - A object. - - - - - - - Creates a document area based on the specified start and end positions. - - - - A object. - - - - A object. - - - A object. - - - - - - - Creates a document area based on the specified start and end positions. - - - - A object. - - - - A object. - - - A object. - - - - - - - Indicates the page number corresponding to the current document area. - - - An integer value that is the page number. - - - - - - - - Represents the PDF coordinates of a hit point and the page number. - - - - - - - Initializes a new instance of the PdfDocumentPosition class with the specified settings. - - - - An integer value. This value is assigned to the property. - - - - A structure. This value is assigned to the property. - - - - - - - - Indicates the number of a page corresponding to the hit point. - - - An integer value that is the page number. - - - - - - - Returns the hit point coordinates in a PDF. - - - A structure. - - - - - - - - Represents a rectangle on a page. - - - - - - - Initializes a new instance of the PdfRectangle class with the specified settings. - - - - A value. - - - - A value. - - - - A value. - - - - A value. - - - - - - - - Gets the PdfRectangle's bottom coordinate. - - - A value, representing the bottom coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's bottom left coordinate. - - - A structure, representing the bottom left coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's bottom right coordinate. - - - A structure, representing the bottom right coordinate of the PDF rectangle. - - - - - - - Determines whether a point is inside the current rectangle. - - - - A structure that represents the point in a two-dimensional coordinate space. - - - - true if a point is inside the current rectangle; otherwise false. - - - - - - - Determines whether or not the specified object is equal to the current PdfRectangle instance. - - - - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PdfRectangle instance; otherwise false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Gets the PdfRectangle's height. - - - A value that is the height of the PDF rectangle, in points (1/72 of an inch). - - - - - - - Gets the PdfRectangle's left coordinate. - - - A value, representing the left coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's right coordinate. - - - A value, representing the right coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's top coordinate. - - - A value, representing the top coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's top left coordinate. - - - A structure, representing the top left coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's top right coordinate. - - - A structure, representing the top right coordinate of the PDF rectangle. - - - - - - - Gets the PdfRectangle's width. - - - A value that is the width of the PDF rectangle, in points (1/72 of an inch). - - - - - - - - Stores a CMap table that maps character codes to Unicode values. - - - - - - - Stores raw data of the CMap table. - - - An array of values. - - - - - - - - Represents data common to all markup annotations. - - - - - - - Specifies the author of a text markup annotation. - - - A string that specifies the text markup annotation's author. - - - - - - - Gets the markup annotation's bounds on the page. - - - - A object that represents the markup annotation's bounds on the page. - - - - - - - - Specifies the markup annotation color. - - - A object that specifies the markup annotation color. - - - - - - - Specifies the text that is displayed in the markup annotation's pop-up window. - - - A value that specifies the text that is displayed in the markup annotation's pop-up window. -. - - - - - - - Specifies the date and time when the markup annotation was created on the page. - - - - A nullable structure that is the date and time of the markup annotation's creation on the page. - - - - - - - - Specifies the date and time of the markup annotation's last modification. - - - A nullable value that is the date and time of the markup annotation's last modification. - - - - - - - Specifies the markup annotation name. - - - A value that specifies the annotation name. - - - - - - - Specifies the opacity value that is used in painting the annotation. - - - A double value that is the annotation opacity. - - - - - - - Specifies a short description of the subject being addressed by the annotation. - - - A string value that specifies the text representing a short description of the subject. - - - - - - - - Represents text markup annotation data. - - - - - - - Specifies the text markup annotation type. - - - One of the enumeration values that specifies the text markup annotation type. - - - - - - - Gets a collection of quadrilaterals that encompass the text markup annotation drawing area. - - - An array of objects that represent the quadrilaterals points. - - - - - - - - Contains the standard paper sizes. - - - - - - - The PDF paper size for the A2 paper type is 420 x 594 (millimeters). - - - - - - - - - The PDF paper size for the A3 paper type is 297 x 420 (millimeters). - - - - - - - - - The PDF paper size for the A3 Extra paper type is 322 x 445 (millimeters). - - - - - - - - - The PDF paper size for the A3 Extra Transverse paper type is 322 x 445 (millimeters). - - - - - - - - - The PDF paper size for the A3 Rotated paper type is 420 x 297 (millimeters). - - - - - - - - - The PDF paper size for the A3 Transverse paper type is 297 x 420 (millimeters). - - - - - - - - - The PDF paper size for the A4 paper type is 210 x 297 (millimeters). - - - - - - - - - The PDF paper size for the A4 Extra paper type is 235 x 322 (millimeters). - - - - - - - - - The PDF paper size for the A4 Plus paper type is 210 x 330 (millimeters). - - - - - - - - - The PDF paper size for the A4 Rotated paper type is 297 x 210 (millimeters). - - - - - - - - - The PDF paper size for the A4 Small paper type is 210 x 297 (millimeters). - - - - - - - - - The PDF paper size for the A4 Transverse paper type is 210 x 297 (millimeters). - - - - - - - - - The PDF paper size for the A5 paper type is 148 x 210 (millimeters). - - - - - - - - - The PDF paper size for the A5 Extra paper type is 174 x 235 (millimeters). - - - - - - - - - The PDF paper size for the A5 Rotated paper type is 210 x 148 (millimeters). - - - - - - - - - The PDF paper size for the A5 Transverse paper type is 148 x 210 (millimeters). - - - - - - - - - The PDF paper size for the A6 paper type is 105 x 148 (millimeters). - - - - - - - - - The PDF paper size for the A6 Rotated paper type is 148 x 105 (millimeters). - - - - - - - - - The PDF paper size for the APlus paper type is 227 x 356 (millimeters). - - - - - - - - - The PDF paper size for the B4 paper type is 250 x 353 (millimeters). - - - - - - - - - The PDF paper size for the B4 Envelope paper type is 250 x 353 (millimeters). - - - - - - - - - The PDF paper size for the B4 (JIS) Rotated paper type is 364 x 257 (millimeters). - - - - - - - - - The PDF paper size for the B5 paper type is 176 x 250 (millimeters). - - - - - - - - - The PDF paper size for the B5 Envelope paper type is 176 x 250 (millimeters). - - - - - - - - - The PDF paper size for the B5 Extra paper type is 201 x 276 (millimeters). - - - - - - - - - The PDF paper size for the B5 (JIS) Rotated paper type is 257 x 182 (millimeters). - - - - - - - - - The PDF paper size for the B5 Transverse paper type is 182 x 257 (millimeters). - - - - - - - - - The PDF paper size for the B6 Envelope paper type is 176 x 125 (millimeters). - - - - - - - - - The PDF paper size for the B6 (JIS) paper type is 128 x 182 (millimeters). - - - - - - - - - The PDF paper size for the B6 (JIS) Rotated paper type is 182 x 128 (millimeters). - - - - - - - - - The PDF paper size for the BPlus paper type is 305 x 487 (millimeters). - - - - - - - - - The PDF paper size for the C3 Envelope paper type is 324 x 458 (millimeters). - - - - - - - - - The PDF paper size for the C4 Envelope paper type is 229 x 324 mm (millimeters). - - - - - - - - - The PDF paper size for the C5 Envelope paper type is 162 x 229 (millimeters). - - - - - - - - - The PDF paper size for the C65 paper type is 114 x 229 (millimeters). - - - - - - - - - The PDF paper size for the C6 Envelope paper type is 114 x 162 (millimeters). - - - - - - - - - The PDF paper size for the C paper type is 17 x 22 (inches). - - - - - - - - - The PDF paper size for the DL Envelope is 110 x 220 (millimeters). - - - - - - - - - The PDF paper size for the D paper type is 22 x 34 (inches). - - - - - - - - - The PDF paper size for the E paper type is 34 x 44 (inches). - - - - - - - - - The PDF paper size for the Executive paper type is 7.25 x 10.5 (inches). - - - - - - - - - The PDF paper size for the Folio paper type is 8.5 x 13 (inches). - - - - - - - - - The PDF paper size for the German legal fanfold paper type is 8.5 x 13 (inches). - - - - - - - - - The PDF paper size for the German standard fanfold paper type is 8.5 x 12 (inches). - - - - - - - - - The PDF paper size for the Invitation envelope paper type is 220 x 220 (millimeters). - - - - - - - - - The PDF paper size for the ISO B4 paper type is 250 x 353 (millimeters). - - - - - - - - - The PDF paper size for the Italy envelope paper type is 110 x 230 (millimeters). - - - - - - - - - The PDF paper size for the Japanese double postcard paper type is 200 x 148 (millimeters). - - - - - - - - - The PDF paper size for the Japanese double postcard rotated paper type is 148 x 200 (millimeters). - - - - - - - - - The PDF paper size for the Japanese postcard paper type is 100 x 148 (millimeters). - - - - - - - - - The PDF paper size for the Japanese postcard rotated paper type is 148 x 100 (millimeters). - - - - - - - - - The PDF paper size for the Ledger paper type is 17 x 11 (inches). - - - - - - - - - The PDF paper size for the Legal paper type is 8.5 x 14 (inches). - - - - - - - - - The PDF paper size for the Legal Extra paper type is 9.275 x 15 (inches). - - - - - - - - - The PDF paper size for the Letter paper type is 8.5 x 11 (inches). - - - - - - - - - The PDF paper size for the Letter Extra paper type is 9.275 x 12 (inches). - - - - - - - - - The PDF paper size for the Letter extra transverse paper type is 9.275 x 12 (inches). - - - - - - - - - The PDF paper size for the Letter plus paper type is 8.5 x 12.69 (inches). - - - - - - - - - The PDF paper size for the Letter rotated paper type is 11 x 8.5 (inches). - - - - - - - - - The PDF paper size for the Letter small paper type is 8.5 x 11 (inches). - - - - - - - - - The PDF paper size for the Letter transverse paper type is 8.275 x 11 (inches). - - - - - - - - - The PDF paper size for the Monarch envelope paper type is 3.875 x 7.5 (inches). - - - - - - - - - The PDF paper size for the Note paper type is 8.5 x 11 (inches). - - - - - - - - - The PDF paper size for the Number 10 envelope paper type is 4.125 x 9.5 (inches). - - - - - - - - - The PDF paper size for the Number 11 envelope paper type is 4.5 x 10.375 (inches). - - - - - - - - - The PDF paper size for the Number 12 envelope paper type is 4.75 x 11 (inches). - - - - - - - - - The PDF paper size for the Number 9 envelope paper type is 3.875 x 8.875 (inches). - - - - - - - - - The PDF paper size for the Personal envelope paper type is 3.625 x 6.5 (inches). - - - - - - - - - The PDF paper size for the People's Republic of China 16K paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China 16K rotated paper type is 146 x 215 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China 32K paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China 32K big paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China 32K big rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China 32K rotated paper type is 97 x 151 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 1 envelope paper type is 102 x 165 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 10 envelope paper type is 324 x 458 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 10 rotated envelope paper type is 458 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 1 rotated envelope paper type is 165 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 2 envelope paper type is 102 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 2 rotated envelope paper type is 176 x 102 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 3 envelope paper type is 125 x 176 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 3 rotated envelope paper type is 176 x 125 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 4 envelope paper type is 110 x 208 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 4 rotated envelope paper type is 208 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 5 envelope paper type is 110 x 220 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China Envelope number 5 rotated envelope paper type is 220 x 110 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 6 envelope paper type is 120 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 6 rotated envelope paper type is 230 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 7 envelope paper type is 160 x 230 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 7 rotated envelope paper type is 230 x 160 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 8 envelope paper type is 120 x 309 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 8 rotated envelope paper type is 309 x 120 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 9 envelope paper type is 229 x 324 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the People's Republic of China number 9 rotated envelope paper type is 324 x 229 (millimeters). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the Quarto paper type is 215 x 275 (millimeters). - - - - - - - - - The PDF paper size for the Standard paper type is 10 x 11 (inches). - - - - - - - - - The PDF paper size for the Standard paper type is 10 x 14 (inches). - - - - - - - - - The PDF paper size for the Standard paper type is 11 x 17 (inches). - - - - - - - - - The PDF paper size for the Standard paper type is 12 x 11 (inches). Requires Windows 98, Windows NT 4.0, or later. - - - - - - - - - The PDF paper size for the Standard paper type is 15 x 11 (inches). - - - - - - - - - The PDF paper size for the Statement paper type is 5.5 x 8.5 (inches). - - - - - - - - - The PDF paper size for the Tabloid paper type is 11 x 17 (inches). - - - - - - - - - The PDF paper size for the Tabloid extra paper type is 11.69 x 18 (inches). - - - - - - - - - - The PDF paper size for the US standard fanfold is 14.875 x 11 (inches). - - - - - - - - - - Provides the information related to a PDF text search result. - - - - - - - Provides access to the page containing the text found. - - - - A object. - - - - - - - Indicates the zero-based index of a page that contains the found text. - - - An integer value, specifying the zero-based page index. - - - - - - - Indicates the number of a page that contains the text that was found. - - - - An integer value, specifying the page number. - - - - - - - Provides access to the document area containing the text found. - - - - A collection of objects. - - - - - - - Indicates the current text search operation status. - - - A enumeration value. - - - - - - - Returns the collection of words corresponding to the text that was found. - - - - A collection of objects. - - - - - - - - Provides PDF rendering settings to optimize JPEG image decoding. - - - - - - - Specifies the path where the libjpeg-turbo DCT decoder module (dll) should be unpacked. - - - A String value that is the path where the DCT decoder module should be unpacked. The default value is "%AppData%/DevExpress/". - - - - - - - Specifies whether the external libjpeg-turbo DCT decoder can be used to optimize JPEG image decoding. - - - true, to allow using the external DCT decoder to optimize JPEG image decoding; false, the GDI+ decoder is used for JPEG image decoding. The default value is true. - - - - - - - - Represents the widget annotation for the interactive forms in a document. - - - - - - - Gets an action that will be performed when the widget annotation is active. - - - A object that is the widget annotation action. - - - - - - - Gets actions that will be performed when the annotation is activated. - - - A object that represents actions that will be performed when the annotation is activated. - - - - - - - - Gets the appearance characteristics specifying the widget annotation's visual presentation on the page. - - - A object that represents the appearance characteristics of the widget annotation. - - - - - - - Gets a value specifying the width and line style that shall be used in drawing the widget annotation's border. - - - A object that represents the widget annotation border style. - - - - - - - Gets the widget annotation's highlighting mode - the visual effect that shall be used when the mouse button is pressed or held down inside its active area. - - - - A enumeration value that represents the widget annotation's highlighting mode. - - - - - - - Gets an interactive form field that the widget annotation used to represent the appearance of fields and to manage user interactions. - - - - A object that is the interactive form field for the widget annotation. - - - - - - - - Represents a word segment in a document. - - - - - - - Returns a list of the word segment's characters. - - - A collection of values. - - - - - - - Returns a rectangle surrounding the word's segment. - - - A object that is the rectangle surrounding the word's segment. - - - - - - - Returns a Unicode representation of the word's segments. - - - A System.String value. - - - - - - - - Represents a PDF document form. - - - - - - - Gets a document rectangle in the form coordinate system of the form's bounding box. - - - A object that is the document rectangle. - - - - - - - Returns the PDF form commands. - - - A collection of objects. - - - - - - - Gets the modification date to be sure which of the application data dictionaries it contains corresponds to the current content of the form. - - - - - A nullable structure that is a valid date-time offset. - - - - - - - Returns a transformation matrix which maps the form space into user space. - - - - A object that is the PDF transformation matrix. - - - - - - - Gets a page-piece dictionary which holds private product data. - - - A dictionary, containing the DevExpress.Pdf.PdfPieceInfoEntry objects, along with their key values. - - - - - - - Gets an integer key of the form entry in the structural parents tree. - - - A nullable integer value specifying the key of the form entry. - - - - - - - - Represents the base class for visual form fields. - - - - - - - Specifies the appearance settings for the interactive form field. - - - A object that specifies the appearance for the interactive form field. - - - - - - - - Specifies page number where the interactive form field will be created. - - - An integer value specifying the number of a page. - - - - - - - Specifies whether the current form field is printed. - - - true, if the current form field is printed on the page, otherwise, false. The default value is true. - - - - - - - Gets or sets whether the interactive form field allows editing. - - - true, if end-users cannot modify the form field's value; otherwise, false. - - - - - - - Gets or sets the required status of the interactive form field. - - - true, if the form field must have a value at the time it is exported by a submit-form action; otherwise, false. - - - - - - - Specifies the rotation to apply to interactive form field. - - - A enumeration value that represents the degree by which a form field is rotated counterclockwise relative to the page. - - - - - - - - Specifies whether the form field is visible on the page. - - - true, if the form field is visible; otherwise, false. The default value is true. - - - - - - - - Represents a radio group field. - - - - - - - - Initializes a new instance of the PdfAcroFormRadioGroupField class with the specified radio group field name and page number where the field will be created. - - - - A that specifies the name of radio group field. - - - - An integer value that specifies the page number where the form field will be created. - - - - - - - - Adds a radio button to the radio group field using the radio button name and a rectangle that specifies the location of this button on a PDF page. - - - - A that specifies the name of a radio button. - - - - A object that represents a rectangle inside which a radio button is located on a page. - - - - - - - - Specifies the style that defines the appearance of a radio button within a radio group field. - - - A enumeration value that determines the style of a radio button within a radio group field. - - - - - - - Removes all radio buttons from the radio group field. - - - - - - - - Gets the number of radio buttons in the radio group field. - - - An integer value that is the number of radio buttons in the radio group field. - - - - - - - Specifies index of the selected item in a radio group field. - - - - An integer value, representing the zero-based index of the radio group's selected item. - - - - - - - Specifies whether to generate a down appearance that will appear when the mouse button is pressed within a radio button area. - - - - true, if a down appearance is generated within the radio button area; otherwise, false. Default value is true. - - - - - - - - Represents a list box field. - - - - - - - - Initializes a new instance of the PdfAcroFormListBoxField class with the specified list box field name, page number, where the field will be created, and the field rectangle. - - - - A that specifies the name of list box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a list box field is located on a page. - - - - - - - - - Specifies whether multiple items can be selected simultaneously in the list box field. - - - true, if multiple selections of list box items are allowed; otherwise, false. - - - - - - - Specifies the index of the first visible item in the list box field. - - - An integer value that is the zero-based index of the first visible item in the list box. Default value is 0. - - - - - - - - Represents a group field. - - - - - - - - Initializes a new instance of the PdfAcroFormGroupField class with the specified group field name. - - - - A that specifies the name of the group field. - - - - - - - - - Returns the collection of group form field children. - - - A list of objects that are the collection of form field child nodes. - - - - - - - - Provides appearance settings used to paint an interactive form field. - - - - - - - - Initializes a new instance of the PdfAcroFormFieldAppearance class with the default settings. - - - - - - - - Specifies the form field's background color. - - - A object that represents the form field's background. The default value is null that corresponds to a transparent background color. - - - - - - - - - Specifies the border appearance settings for an interactive form field. - - - A object that specifies the border appearance for the interactive form field. The default value is null (a border is not displayed in a form field). - - - - - - - Specifies the font family name for an interactive form field. - - - - A that specifies the font family name. - - - - - - - Specifies the size of the interactive form field's font. - - - - A value representing the font size for the interactive form field. The default value: 12. - - - - - - - - Specifies the style of the form field font. - - - A value, representing the font style. The default value is . - - - - - - - Specifies the foreground color of an interactive form field. - - - - A object that specifies the interactive form field's foreground color. - - - - - - - - Represents the base class for all interactive form fields. - - - - - - - Creates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page. - - - - A that specifies the name of a check box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a check box field is located on a page. - - - A object that represents a created check box field. - - - - - - - Creates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page. - - - - A that specifies the name of a combo box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a combo box field is located on a page. - - - A object that represents a created combo box field. - - - - - - - Creates a group form field using the field name. - - - - A that specifies the name of a group field. - - - A object that represents a created group form field. - - - - - - - - Creates a list box field using the field name, page number and a rectangle where the list box field will be located on a page. - - - - A that specifies the name of a list box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a list box field is located on a page. - - - A object that represents a created list box field. - - - - - - - Creates a radio group field using the field name, and page number. - - - - A that specifies the name of a radio group field. - - - - An integer value that specifies the page number where the form field will be created. - - - A object that represents a created radio group field. - - - - - - - Creates a signature field using the field name, page number and a rectangle where a signature field will be located on a page. - - - - A that specifies the name of a signature field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a signature field is located on a page. - - - A object that represents a created signature field. - - - - - - - Creates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page. - - - - A that specifies the name of a text box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a text box field is located on a page. - - - A object that represents a created text box field. - - - - - - - Specifies the interactive form field name. - - - A value that is the field name. - - - - - - - Specifies the form field's tooltip text. - - - A value that specifies the text displayed within the form field's tooltip. - - - - - - - - Represents the base class for common field types such as text box, check box, list box, combo box, and signature. - - - - - - - Specifies a rectangle inside which an interactive form field is located on a page. - - - - A object that represents a field rectangle. - - - - - - - Specifies the horizontal alignment of the interactive form field's text. - - - A enumeration value that specifies how the text is horizontally aligned within the interactive form field. - - - - - - - - - Represents a combo box field. - - - - - - - - Initializes a new instance of the PdfAcroFormComboBoxField class with the specified combo box field name, page number, where the field will be created, and the field rectangle. - - - - A that specifies the name of combo box field. - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a combo box field is located on a page. - - - - - - - - - Gets or sets a value that determines whether text within a text box of the combo box field can be edited. - - - true, if text within a text box of the combo box field can be edited; otherwise, false. The default value is false. - - - - - - - - Provides appearance settings used to paint the border of an interactive form field. - - - - - - - - Initializes a new instance of the PdfAcroFormBorderAppearance class with the default settings. - - - - - - - - Specifies the color of an interactive form field border. - - - - A object that specifies the border color. - - - - - - - Specifies the style of an interactive form field border. - - - - One of the enumeration values that represents the style of an interactive form field border. - - - - - - - - Specifies the width of the interactive form field border. - - - A value that is the width of the interactive form field border. The default value is 1. - - - - - - - - - Specifies the border style for an interactive form field. - - - - - - - - - Beveled border. - - - - - - - - Dashed border. - - - - - - - - Inset border. - - - - - - - - Solid border. - - - - - - - - - Represents a signature field. - - - - - - - - Initializes a new instance of the PdfAcroFormSignatureField class with the specified signature field name, page number, where the field will be created, and the field rectangle. - - - - A that specifies the name of the signature field. - - - - - An integer value that specifies the page number where the form field will be created. - - - - A object that represents a rectangle inside which a signature field is located on a page. - - - - - - - - - Specifies the vertical alignment of the string within the signature field. - - - A enumeration value that represents vertical line alignment. - - - - - - - Specifies text displayed in a signature field. - - - A value which represents the text displayed in the signature field. - - - - - - - - A default localizer to translate the PDF Viewer's resources. - - - - - - - Initializes a new instance of the PdfCoreResLocalizer class with the default settings. - - - - - - - - Gets the string, localized by the current PdfCoreResLocalizer, for the specified dialog message. - - - - A enumeration value, specifying the dialog message whose caption (text) is to be localized. - - - A value, specifying the text to be displayed within the specified dialog message. - - - - - - - - Provides the means to localize the dialog messages of a PDF Viewer. - - - - - - - - Initializes a new instance of the PdfCoreLocalizer class with the default settings. - - - - - - - - Specifies a localizer object providing localization of a PDF Viewer's dialog messages at runtime. - - - An descendant, used to localize the dialog messages at runtime. - - - - - - - For internal use. Returns a Localizer object storing resources based on the thread's language and regional settings (culture). - - - An object, storing resources based on the thread's language and regional settings (culture). - - - - - - - - Returns a localized string for the given string identifier. - - - - A enumeration value, identifying the string to localize. - - - A value, corresponding to the specified identifier. - - - - - - - Returns the name of the language currently used by this localizer object. - - - - - - A value that specifies the language of the user interface localization. - - - - - - - - Contains strings that correspond to the dialog messages of the PDF Viewer that are subject to localization. - - - - - - - "Document" - - - - - - - - "{0:0.00} {1} ({2} Bytes)" - - - - - - - - "{0} Bytes" - - - - - - - - "The form field name cannot be null or an empty string." - - - - - - - - "The siblings can't have the same names in the form field hierarchy." - - - - - - - - "\r\nDescription: {0}" - - - - - - - - "Name: {0}" - - - - - - - - "\r\nModification Date: {0}" - - - - - - - - "\r\nSize: {0}" - - - - - - - - "The selected index cannot be set because there are no possible values." - - - - - - - - "The document structure does not contain a field with the specified name: {0}." - - - - - - - - "The operation is not supported in {0} compatability mode. Please create document in PdfCompatibility.Pdf compatibility mode." - - - - - - - - "The export value cannot be null or an empty string." - - - - - - - - "The form field name cannot contain a period character." - - - - - - - - - "Bookmark list can't be null." - - - - - - - - "The argument should be the name of a button appearance or a value from the options array." - - - - - - - - "The argument should be a string value or a list of string values from the options array." - - - - - - - - "The color component value should be greater than or equal to 0 and less than or equal to 1." - - - - - - - - "The dash length should be greater than or equal to 0." - - - - - - - - "The sum of dash and gap lengths should be greater than 0." - - - - - - - - "The dash pattern array must not be empty." - - - - - - - - "The destination of a bookmark can't be linked to a page which belongs to another document." - - - - - - - - "Resolution (in dots per inch) should be greater than 0." - - - - - - - - "The flatness tolerance should be greater than or equal to 0 and less than or equal to 100." - - - - - - - - "Error while reading the PDF Form from the specified file." - - - - - - - - "The gap length should be greater than or equal to 0." - - - - - - - - "The glyph position should be less or equal than text length." - - - - - - - - "The page number should be greater than 0, and less than or equal to the next available page number (next to the document page count)". - - - - - - - - "The largest edge length should be greater than 0." - - - - - - - - "The line width should be greater than or equal to 0." - - - - - - - - "The list should contain at least one value." - - - - - - - - "The marked content tag can't be empty." - - - - - - - - "The specified annotation does not belong to the current document." - - - - - - - - "The miter limit should be greater than 0." - - - - - - - - "The opacity value should be greater than or equal to 0 and less than or equal to 1." - - - - - - - - "The page art box should be less than or equal to the media box." - - - - - - - - "The page bleeding box should be less than or equal to the media box." - - - - - - - - "The page croppoing box should be less than or equal to the media box." - - - - - - - - "The page number should be greater than 0." - - - - - - - - "The page rotation angle can have one of the following values: 0, 90, 180 or 270 degrees." - - - - - - - - "The page trimming box should be less than or equal to the media box." - - - - - - - - "Input data are not recognized as valid pdf." - - - - - - - - "The Document Open password is empty or incorrect." - - - - - - - - "Unable to create a print document with the specified name: {0}." - - - - - - - - "The top coordinate of the rectangle should be greater than the bottom." - - - - - - - - "The right coordinate of the rectangle should be greater than the left one." - - - - - - - - "The index should be in the range from 0 to {0}." - - - - - - - - "The text value can't be null." - - - - - - - - "The argument should be a string value." - - - - - - - - "The text horizontal scaling value should be greater than 0." - - - - - - - - "The zoom value should be greater than or equal to 0". - - - - - - - - "At least one page number should be specified." - - - - - - - - "The page number should be greater than or equal to 1." - - - - - - - - "This operation cannot be performed in the Partial Trust environment." - - - - - - - - "All fonts should be embedded to a PDF/A document." - - - - - - - - "The stream is already used for a document. Please use another stream." - - - - - - - - "This operation is not available while no document is being loaded." - - - - - - - - "The text highlight annotation is not supported in a PDF/A-1 document." - - - - - - - - "Custom brushes are not supported." - - - - - - - - "Encryption is not supported in a PDF/A document." - - - - - - - - "The file attachments are not supported in a PDF/A-2b document." - - - - - - - - "This operation is not supported because the PdfGraphics object does not belong to the current document." - - - - - - - - - "The Display and World units are not supported for the source image coordinate system." - - - - - - - - "Stream should support the read, write, and seek operations." - - - - - - - - "Stream should support the read and seek operations for loading." - - - - - - - - "Stream should support the write and seek operations for saving." - - - - - - - - "The color should have at least one component." - - - - - - - - "Highlight" - - - - - - - - "Strikethrough" - - - - - - - - "Underline" - - - - - - - - "EB" - - - - - - - - "GB" - - - - - - - - - "KB" - - - - - - - - "MB" - - - - - - - - "PB" - - - - - - - - "TB" - - - - - - - - "ZB" - - - - - - - - - Lists the available algorithms to encrypt a document. - - - - - - - Use the 128-bit AES (Advanced Encryption Standard) algorithm. - - - - - - - - Use the 256-bit AES (Advanced Encryption Standard) algorithm. - - - - - - - - Use the 128-bit ARC4 algorithm. - - - - - - - - - Lists the values that correspond to flags defining various characteristics of the font. - - - - - - - "0x10000" - - - - - - - - "0x00001" - - - - - - - - "0x40000" - - - - - - - - "0x00040" - - - - - - - - "0x00000" - - - - - - - - "0x00020" - - - - - - - - "0x00008" - - - - - - - - "0x00002" - - - - - - - - "0x20000" - - - - - - - - "0x00004" - - - - - - - - - Lists the values that define how the page is positioned in the PDF Viewer. - - - - - - - The PDF Viewer displays pages in one column. - - - - - - - - The PDF Viewer displays one page at a time. - - - - - - - - The PDF Viewer displays the pages in two columns, with odd-numbered pages on the left. - - - - - - - - The PDF Viewer displays pages in two columns, with odd-numbered pages on the right. - - - - - - - - The PDF Viewer displays the pages two at a time, with odd-numbered pages on the left. - - - - - - - - The PDF Viewer displays the pages two at a time, with odd-numbered pages on the right. - - - - - - - - - Lists the form field's font styles. - - - - - - - Bold text. - - - - - - - - Italic text. - - - - - - - - Normal text. - - - - - - - - Text with a line through the middle. - - - - - - - - Underlined text. - - - - - - - - - A font assigned to a document text. - - - - - - - The PostScript name of the font. - - - A value. - - - - - - - Provides access to the PDF font options. - - - A object. - - - - - - - Provides access to the PDF font options. - - - A object. - - - - - - - The PostScript name of the font. - - - A value, specifying the font name. - - - - - - - Specifies a font subset. - - - A value. - - - - - - - Converts PDF character codes to Unicode values. - - - A object, providing a CMap table that maps character codes to Unicode values. - - - - - - - - - Represents a destination that displays the PDF page with the , coordinates positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom (the property). - - - - - - - Initializes a new instance of the PdfXYZDestination class with the specified page, top and left coordinates that will be shown on the upper-left corner of the window, and zoom level to show the page. - - - - A object that is the PDF page with contents. - - - - A nullable double value that is the left page coordinate. - - - - A nullable double value that is the top page coordinate. - - - - A nullable double value that is the zoom factor by which the page is magnified. - - - - - - - - - Gets the left horizontal coordinate positioned at the left edge of the window. - - - - A nullable double value that it the left horizontal coordinate. - - - - - - - - Gets the top vertical page coordinate positioned at the top edge of the window. - - - - A nullable double value that is the vertical page coordinate. - - - - - - - - Gets the contents of the page magnified by the zoom factor. - - - - A nullable double value that is the zoom factor. - - - - - - - - - Represents a PDF color space. - - - - - - - Gets the number of color components in the color space. - - - An integer value that is the components count. - - - - - - - - Represents a range of colors. - - - - - - - Initializes a new instance of the PdfRange class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Gets the upper value to which the corresponding sample value in the image is mapped. - - - A value that is the upper value to which the corresponding sample value in the image is mapped. - - - - - - - Gets the lower value to which the corresponding sample value in the image is mapped. - - - A value that is the lower value to which the corresponding sample value in the image is mapped. - - - - - - - - - - Represents an image filter. - - - - - - - - Lists rendering intents that determine how a color management system handles color conversion from one color space to another. - - - - - - - Colors shall be represented solely with respect to the light source; no correction shall be made for the output medium's white point (such as the color of unprinted paper). - - - - - - - - Colors shall be represented in a manner that provides a pleasing perceptual appearance. - - - - - - - - Colors shall be represented with respect to the combination of the light source and the output medium's white point (such as the color of unprinted paper). - - - - - - - - Colors shall be represented in a manner that preserves or emphasizes saturation. - - - - - - - - - Represents an image in the PDF document. - - - - - - - Gets the number of bits used to represent each color component. - - - An integer value that is the number of bits used to represent each color component. - - - - - - - Gets a color key mask. - - - A collection of objects that represents a range of colors to be masked out. - - - - - - - Gets the color space in which image samples shall be specified. - - - A object that is the color space required for an image. - - - - - - - Gets the image data. - - - The image data represented as a byte array. - - - - - - - Gets a collection of numbers describing how to map image samples into the range of values appropriate for the image's color space. - - - A collection of objects. - - - - - - - Gets image filters. - - - A collection of objects. - - - - - - - Gets the height of the image, in pixels. - - - An integer value that is the image height. - - - - - - - Gets the name of a color rendering intent to be used in rendering the image. - - - A nullable enumeration value that is the name of a color rendering intent. - - - - - - - Gets a value that indicates whether image interpolation shall be performed. - - - true, if image interpolation should be performed while rendering this image; otherwise, false. - - - - - - - - Gets a value that determines whether an image is a stencil mask image. - - - true, if an image is a stencil mask image; otherwise, false. - - - - - - - An image XObject defining an image mask to be applied to this image. - - - A that is an image mask to be applied to this image. - - - - - - - Gets a collection of component values specifying the matte color with which the image data in the parent image shall have been preblended. - - - A collection of objects. - - - - - - - Gets a subsidiary image XObject defining a soft-mask image that shall be used as a source of the mask shape or mask opacity values in the transparent imaging model. - - - - A object that represents a subsidiary image XObject defining a soft-mask image. - - - - - - - Gets the width of the image, in pixels - - - An integer value that is the image width. - - - - - - - - Represents the list of options in the choice field, each of which shall be represented by a text string that shall be displayed on the screen. - - - - - - - Gets a text that represents the option's export value. - - - - A object that represents the option's export value. - - - - - - - - Gets the text representing one of the available options in the choice field. - - - A object that represents one of the available options in the choice field. - - - - - - - - - Represents a text field on a PDF form. - - - - - - - - Gets the default text of the text form field. - - - A object that represents the field's default text. - - - - - - - Gets the maximum length of the field's text, in characters. - - - A nullable integer value specifying the maximum length of the field's text. - - - - - - - Gets the text form field's text. - - - A object that represents the field's text. - - - - - - - - Represents flags specifying various document-level characteristics related to interactive form fields. - - - - - - - This flag is set only if the entry is present in the text field dictionary and if the , , and flags are clear. If this flag is active, the field shall be automatically divided into as many equally spaced positions, or combs, as the value of MaxLen, and the text is laid out into those combs. - - - - - - - - If this flag is active, the field is a combo box. Otherwise, the field is a list box. - - - - - - - - If the flag is set, the new value shall be committed once a selection is made. Otherwise, the new value is not committed until the end user exits the field. - - - - - - - - If this flag is set, the field shall not scroll to accommodate more text than fits within its annotation rectangle. Once the field is full, no further text shall be accepted for interactive form filling. - - - - - - - - If this flag is set, text entered in the field shall not be spell-checked. This flag shall not be used unless the and flags are both set. - - - - - - - - If this flag is set, the combo box shall include an editable text box as well as a drop-down list. Otherwise, the combo box shall include only a drop-down list. This flag shall be used only if the flag is set. - - - - - - - - If this flag is set, the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field. - - - - - - - - If this flag is set, the field may contain multiple lines of text. Otherwise, the field's text shall be restricted to a single line. - - - - - - - - If this flag is set, more than one of the field's option items may be selected simultaneously. Otherwise, only one item shall be selected. - - - - - - - - - If this flag is set, the field shall not be exported by a submit-form action. - - - - - - - - If active, deactivates all other options. - - - - - - - - This flag is used for radio buttons only. If active, exactly one radio button shall be selected at all times; selecting the currently selected button has no effect. Otherwise, clicking the selected button deselects it, leaving no button selected. - - - - - - - - If this flag is set, the field is intended for entering a secure password that should not be echoed visibly on the screen. Characters typed from the keyboard shall instead be echoed in an unreadable form, such as asterisks or bullet characters. - - - - - - - - - If this flag is set, the field is a pushbutton that does not retain a permanent value. - - - - - - - - If this flag is set, the field is a set of radio buttons. Otherwise, the field is a check box. This flag may be set only if the flag is clear. - - - - - - - - If this flag is set, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. Otherwise, the buttons are mutually exclusive. - - - - - - - - If this flag is set, the end user may not change the value of the field. Any associated widget annotations will not interact with the end user. This flag is useful for fields whose values are computed or imported from a database. - - - - - - - - If this flag is set, the field shall have a value at the time it is exported by a submit-form action. - - - - - - - - If this flag is set, the value of this field shall be a rich text string. - - - - - - - - If the flag is set, the field's option items shall be sorted alphabetically. - - - - - - - - - Represents a choice field (a combo box, list box) on a PDF form. - - - - - - - - Gets default values of the choice form field. - - - A collection of objects that represent default values of the choice form field. - - - - - - - Gets the list of options in the choice field. - - - A collection of the objects that represent the list of options in the choice field. - - - - - - - Gets a collection of integers, sorted in ascending order, representing the zero-based indices in the option list of the currently selected option items. - - - A collection of integers representing the zero-based indices in the option list of the currently selected option items. - - - - - - - Gets items currently selected in the choice field. - - - A collection of objects that represent currently selected items in the choice field. - - - - - - - - - Gets the index of the first option visible in the option list. - - - An integer value that represents the top index. Default value is 0. - - - - - - - - Contains settings that are used to specify bookmarks in a document. - - - - - - - Initializes a new instance of the PdfBookmark class with the default settings. - - - - - - - - Provides access to the bookmark action being executed. - - - - A object that is an action that is performed with bookmarks. - - - - - - - Gets or sets the collection of bookmark children for a document with a tree-structured hierarchy. - - - - A list of objects that are the collection of bookmark child nodes. - - - - - - - Gets or sets a destination (a particular view of a document) to which a bookmark is referred to. - - - A object that is a bookmark destination. - - - - - - - Gets or sets the value indicating whether the bookmark text is bold. - - - true, if the bookmark text is bold; otherwise, false. - - - - - - - Gets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded. - - - true, if the bookmark children are initially hidden (closed) in the navigation panel; otherwise, false. - - - - - - - Gets or sets the value indicating whether the bookmark text is italic. - - - true, if the bookmark text is italic; otherwise, false. - - - - - - - Gets or sets the color for a bookmark's text in the navigation pane. - - - A object that is a single color in the RGB (red, green, blue) color scheme for a bookmark's text. - - - - - - - Gets or sets the bookmark's text on the navigation pane. - - - - A that is the text for a bookmark on the navigation pane. - - - - - - - - - Represents document creation options. - - - - - - - Initializes a new instance of the PdfCreationOptions class with the default settings. - - - - - - - - Gets or sets the compatibility mode of a document. - - - A enumeration value that specifies the compatibility mode of a document. - - - - - - - Gets or sets a value that specifies whether to prohibit embedding all fonts in a PDF document. - - - - true, to disable embedding all fonts in the PDF; otherwise false. - - - - - - - Gets or sets a list of font families that are not embedded in a document. - - - - A string list representing the collection of font families that are not embedded in a document. - - - - - - - - - Represents actions that can be performed with the annotation in the document. - - - - - - - Gets an action that is performed when the cursor enters the annotation's active area. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the cursor exits the annotation's active area. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the annotation loses the input focus. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the annotation receives the input focus. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the mouse button is pressed inside the annotation's active area. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the mouse button is released inside the annotation's active area. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the page containing the annotation is no longer visible in the reader's user interface. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the page containing the annotation becomes visible. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the page containing the annotation is closed. - - - A object that represents the action. - - - - - - - Gets an action that is performed when the page containing the annotation is opened. - - - A object that represent the action. - - - - - - - - Determines a form with the annotation appearance. - - - - - - - Gets a default form in which an annotation appearance is represented. - - - A object that is a default form. - - - - - - - Gets custom forms with annotation appearances. - - - A dictionary, containing the objects, along with their key values. - - - - - - - - List values that specify the relationship (the "reply type") between one annotation and another. - - - - - - - - The annotation is grouped with the annotation obtained in the property. - - - - - - - - The annotation is considered a reply to the annotation obtained in the property. - - - - - - - - - Provides information about the PDF content type at a specific client point. - - - - - - - - Initializes a new instance of the PdfDocumentContent class with the specified settings. - - - - A object. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - true if the document content has been selected; otherwise false. This value is assigned to the property. - - - - - - - - Indicates the type of the PDF content corresponding to a specific document point. - - - A enumeration value. - - - - - - - Indicates the document position corresponding to the PDF content. - - - A object. - - - - - - - Indicates whether or not the PDF content has been selected. - - - true if the document content has been selected; otherwise false. - - - - - - - - Specifies the rotation to apply to a form field. - - - - - - - - The form field is not rotated. This is the default value. - - - - - - - - Rotate the form field clockwise by 180 degrees. - - - - - - - - Rotate the form field clockwise by 270 degrees. - - - - - - - - Rotate the form field clockwise by 90 degrees. - - - - - - - - - Represents annotation appearances on the PDF form. - - - - - - - Gets the annotation's down appearance. - - - A object that is the down appearance. - - - - - - - Gets a form on the page with an annotation appearance. - - - A object that is the form on the page. - - - - - - - Gets the annotation's normal appearance. - - - A object that is the normal appearance. - - - - - - - Gets the annotation's rollover appearance. - - - A object that is the rollover appearance. - - - - - - - - Represents different presentations of a document's optional content groups. - - - - - - - - Gets a state value that is used to initialize the states of all the optional content groups in a document when this configuration is applied. - - - - A enumeration value that initializes the states of all the optional content groups in a document when this configuration is applied. - - - - - - - - Gets the name of the application or feature that created this content configuration. - - - A value that is the name of the application or feature. - - - - - - - Gets intent names that are used to determine which optional content groups' states to consider and which to ignore in calculating the visibility of content. - - - A enumeration values that list intent names. - - - - - - - Gets a collection of optional content groups that shall be locked when this configuration is applied. - - - A collection of objects that represent optional content groups that shall be locked when this configuration is applied - - - - - - - Gets the name of the optional content configuration. - - - A value that is the configuration name. - - - - - - - Gets the collection of optional content groups whose state shall be set to Off when this configuration is applied. - - - A collection of objects that represent optional content groups whose state shall be set to Off when this configuration is applied. - - - - - - - Gets the collection of optional content groups whose state shall be set to On when this configuration is applied. - - - A collection of objects that represent optional content groups whose state shall be set to On when this configuration is applied. - - - - - - - Gets the order for presentation of optional content groups. - - - A object that is the order for presentation of optional content groups. - - - - - - - Gets a name specifying which optional content groups in the property will be displayed to the user. - - - enumeration values that list the optional content order. - - - - - - - - Gets a collection consisting of one or more collections, each of which represents a collection of optional content groups whose states shall be intended to follow a radio button paradigm. - - - A collection of objects. - - - - - - - Gets a collection of usage applications specifying which usage categories will be used to automatically manipulate the state of optional content groups. - - - A collection of objects. - - - - - - - - Represents a button field (a push button, radio button, check box) on a PDF interactive form that the end user can manipulate with the mouse. - - - - - - - - Gets the default state of the button form field. - - - A object that represents the default state of the button form field. - - - - - - - Gets the kids state of the button form field. - - - - A collection of objects that represent the kids state of the button form field. - - - - - - - Gets the state of the button form field. - - - A object that represents the state of the button form field. - - - - - - - - Represents a form XObject in a PDF document content. - - - - - - - Provides access to a stream that contains the form X-Object metadata. - - - A object that represents the metadata stream of the form X-Object. - - - - - - - Gets an Open Prepress Interface (OPI) dictionary for the form XObject. - - - A PdfOpenPrepressInterface object that is the OPI dictionary. - - - - - - - Gets the value specifying the optional content properties for the form XObject. - - - A object that contains the optional content properties for the form XObject. - - - - - - - Gets the integer key of the form XObject's entry in the structural parent tree. - - - A nullable integer value specifying the key of the form XObject's entry - - - - - - - - Represents a text markup annotation. - - - - - - - Gets a collection of quadrilaterial points that encompass the areas of this annotation. - - - An array of objects that represent the quadrilateral points. - - - - - - - Gets the type of a text markup annotation. - - - One of the enumeration values that represents the text markup annotation type. - - - - - - - - Specifies the type of a text markup annotation. - - - - - - - The type of a text markup annotation is highlight. - - - - - - - - The type of a text markup annotation is squiggly underline. - - - - - - - - The type of a text markup annotation is strikeout. - - - - - - - - The type of a text markup annotation is underline. - - - - - - - - - This event handler is used to programmatically provide a document opening password in a PDF Viewer and PDF Document Processor to open a document without end-user interaction. - - - - - - - - This event handler is used to programmatically provide the document opening password in the WinForms PDF Viewer and PDF Document Processor. - - - - - The event sender. - - - - A object that is used to provide the security password to open a protected PDF file in the PDF Viewer and PDF Document Processor. - - - - - - - - - Provides the security password to open a protected PDF file in the PDF Viewer and PDF Document Processor. - - - - - - - Returns the file name of a document that is requested to be opened in the PDF Viewer or PDF Document Processor. - - - A value, specifying the file name. - - - - - - - This property is now obsolete. Use the property instead. - - - - A value. - - - - - - - Returns the current number of password request attempts. - - - - An integer value that is the current number of password requests. - - - - - - - Specifies the security password to open a PDF file. - - - A value. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.dll deleted file mode 100644 index 0afa45c..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.xml deleted file mode 100644 index 73aaaa3..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Printing.v18.1.Core.xml +++ /dev/null @@ -1,47953 +0,0 @@ - - - - DevExpress.Printing.v18.1.Core - - - - - - Enables you to convert value types and adjust values to different measure units. - - - - - - - Initializes a new instance of the XRConvert class with the specified DPI. - - - - A value. - - - - - - - - For internal use. - - - - - - - - - - Adjusts the size calculated for the specified DPI according to the current DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the specified DPI according to the current DPI. - - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - A structure. - - - - - - - Adjusts the coordinates of a point calculated for the specified DPI according to the current DPI. - - - - A structure. - - - - A value, specifying the initial DPI setting. - - - A structure. - - - - - - - Adjusts the integer value calculated for the specified DPI according to the current DPI. - - - - An integer value. - - - - A value, specifying the initial DPI setting. - - - An integer value. - - - - - - - Adjusts the document margins according to the specified DPI setting. - - - - A object. - - - - A value, specifying the initial DPI setting. - - - - A value, specifying the required DPI setting. - - - A object. - - - - - - - Adjusts the coordinates of a point calculated for the current DPI according to the specified DPI. - - - - A structure. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the location and size of a rectangle calculated for the current DPI according to the specified DPI. - - - - A structure. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the size calculated for the current DPI according to the specified DPI. - - - - A structure. - - - - A value, specifying the required DPI setting. - - - A structure. - - - - - - - Adjusts the integer value calculated for the current DPI according to the specified DPI. - - - - An integer value. - - - - A value, specifying the required DPI setting. - - - An integer value. - - - - - - - Returns the current DPI value. - - - A value. - - - - - - - Converts the specified string array to a string value that delimits the array values with the "\r\n" sequence. - - - - An array of values. - - - A value. - - - - - - - Splits the specified string into an array of substrings at the positions defined by the "\r\n" sequence. - - - - A value. - - - An array of values. - - - - - - - For internal use. - - - - - - - - - - - Adjusts the specified value to a corresponding value. - - - - A enumeration value. - - - A enumeration value. - - - - - - - Adjusts the specified value to a corresponding value. - - - - A enumeration value. - - - A enumeration value. - - - - - - - For internal use. - - - - - - - - - - - For internal use. - - - - - - - - - - - - Generates an Intelligent Mail Package bar code. - - - - - - - - Initializes a new instance of the IntelligentMailPackageGenerator class with the default settings. - - - - - - - - This property is not in effect for the IntelligentMailPackageGenerator class. - - - - - - - - - - This property is not in effect for the IntelligentMailPackageGenerator class. - - - - - - - - - - This property is not in effect for the IntelligentMailPackageGenerator class. - - - - - - - - - - - Contains values that enumerate possible ways of exporting bands and columns from Banded Views. - - - - - - - The layout of grid bands and columns is preserved in the output worksheet. - - - - - - - - - - - Bands and columns are stretched out in a single line in the output worksheet. Bands are presented in the output by worksheet collapsible columns without data. - - - - - - - - - - - Columns from all visible grid bands are stretched out in a single line in the output worksheet. Grid bands are not added to the output. - - - - - - - - - - - - Lists the possible errors that may be identified during bar code validation. - - - - - - - The control's dimensions are too small to correctly render the current bar code. -The displayed error message corresponds to the enumeration value. - - - - - - - - The binary data assigned to the bar code is longer than 1033 bytes or does not meet specific requirements of the current symbology. -The displayed error message corresponds to the enumeration value. - - - - - - - - The bar code is assigned text containing invalid characters. -The displayed error message corresponds to the enumeration value. - - - - - - - - The bar code text is incompatible with the selected symbology. -The displayed error message corresponds to the enumeration value. - - - - - - - - No errors were detected during bar code validation. The bar code content is rendered correctly. - - - - - - - - - Lists the available report delivery formats. - - - - - - - Each email contains a report attached as an XLSX file. - - - - - - - - Each email has a report embedded into its body as inline HTML content. - - - - - - - - Each email contains a report attached as a PDF file. - - - - - - - - Each email contains a URL, specifying the address of a web page that displays a report. - - - - - - - - - Provides information about a data source. - - - - - - - Initializes a new instance of the DataSourceInfo class with the default settings. - - - - - - - - Specifies the data serialized to the report layout in JSON format using the property. - - - A value. - - - - - - - Specifies the name of a data source serializer. - - - A value, specifying the data source serializer name. - - - - - - - Specifies the data source ID. - - - A value, specifying the data source ID. - - - - - - - Specifies whether or not the data source is a object. - - - true if the data source is a ; otherwise false. - - - - - - - Specifies the data source name. - - - A value, specifying the data source name. - - - - - - - - Lists the available task execution modes. - - - - - - - The task generates a set of uniform documents that are tailored to specific recipients. - - - - - - - - The task generates a single report document that does not vary depending on who receives it. - - - - - - - - - - Lists the document errors that should be ignored by Excel. - - - - - - - No document errors are ignored in a resulting Excel file. - - - - - - - - Values stored as text are ignored in a resulting Excel file. - - - - - - - - - For internal use. Provides information about the Printing System. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - A object. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - A descendant. - - - - - - - - For internal use. - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - A value. - - - - - - - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - - Contains information about the status of the exported document. - - - - - - - Identifies the exported document. - - - An object. - - - - - - - Details the specifics of an export service fault. - - - A object. - - - - - - - Specifies the current progress of the document export. - - - - An integer value, specifying the progress position. - - - - - - - Details the current status of an exported document. - - - A enumeration value. - - - - - - - - Contains information that identifies the exported document. - - - - - - - Initializes a new instance of the ExportId class with the default settings. - - - - - - - - Initializes a new instance of the ExportId class with the specified value. - - - - A value. It is assigned to the property. - - - - - - - - Assigns an unique ID to the exported document. - - - An object. - - - - - - - Returns the textual representation of ExportId. - - - A value. - - - - - - - Specifies the document ID. - - - A value. - - - - - - - - Identifies the report document. - - - - - - - Initializes a new instance of the DocumentId class with the default settings. - - - - - - - - Initializes a new instance of the DocumentId class with the specified value. - - - - A value. It is assigned to the property. - - - - - - - - Assigns an unique ID to the document. - - - A object. - - - - - - - Returns the textual representation of DocumentId. - - - A value. - - - - - - - Specifies the document ID. - - - A value. - - - - - - - - Contains information about the service faults. - - - - - - - Initializes a new instance of the ServiceFault class with the default settings. - - - - - - - - Initializes a new instance of the ServiceFault class with the specified exception. - - - - An object. - - - - - - - - Specifies the full message of the service fault. - - - A value. - - - - - - - Specifies the short message of the service fault. - - - A value. - - - - - - - Returns the textual representation of ServiceFault. - - - A value. - - - - - - - - Lists the values that describe various task statuses. - - - - - - - The task is compete. - - - - - - - - The task is fault. - - - - - - - - The task is in progress. - - - - - - - - - Contains the information related to the current status of a printed document. - - - - - - - Initializes a new instance of the PrintStatus class with the default settings. - - - - - - - - Specifies information about the service fault that occurred while printing the document. - - - A object. - - - - - - - Identifies the printed document. - - - A object. - - - - - - - Specifies the progress position of the current task (as percentage). - - - An integer value. - - - - - - - Specifies information about the current service task status. - - - A enumeration value. - - - - - - - - Identifies the printed document. - - - - - - - Initializes a new instance of the PrintId class with the default settings. - - - - - - - - Initializes a new instance of the PrintId class with the specified value. - - - - A value, specifying the document's ID. This value is assigned to the property. - - - - - - - - Assigns an unique ID to the printed document. - - - A object. - - - - - - - Returns the textual representation of PrintId. - - - A value. - - - - - - - Specifies the printed document's ID. - - - A value, identifying the document. - - - - - - - - Represents a reference to table data. - - - - - - - Initializes a new instance of the XlTableReference class with the specified settings. - - - - An object that specifies the referenced table. - - - - - A string that specifies the name of the column containing data to which the structured reference refers. - - - - - - - - - Initializes a new instance of the XlTableReference class with the specified settings. - - - - An object that specifies the referenced table. This value is assigned to the property. - - - - A string that is the name of the column specifying the left bound of the referenced data range. This value is assigned to the property. - - - - A string that is the name of the column specifying the right bound of the referenced data range. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlTableReference class with the specified settings. - - - - An object that specifies the referenced table. - - - - A string that is the name of the column to the specified portion of which the structured reference refers. - - - - An enumeration member that specifies the part of the table column to use in the reference. - - - - - - - - Initializes a new instance of the XlTableReference class with the specified settings. - - - - An object that specifies the referenced table. This value is assigned to the property. - - - - A string that is the name of the column specifying the left bound of the referenced range. This value is assigned to the property. - - - - A string that is the name of the column specifying the right bound of the referenced range. This value is assigned to the property. - - - - An enumeration member that specifies the part of the table to use in the reference. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlTableReference class with the specified settings. - - - - An object that specifies the referenced table. This value is assigned to the property. - - - - An enumeration member specifying the part of the table to which the structured reference refers. This value is assigned to the property. - - - - - - - - Gets the name of the column used as the left bound to specify the portion of the table to be referenced. - - - A string that specifies the column name. - - - - - - - Gets the name of the column used as the right bound to specify the portion of the table to be referenced. - - - A string that specifies the column name. - - - - - - - Gets a special item specifier used by the current structured reference to refer to a specific part of the table. - - - An enumeration member. - - - - - - - Gets the table to which the current structured reference refers. - - - An object that is the referenced table. - - - - - - - Converts a table reference to a string. - - - - A object that provides culture-specific information. - - - A string that specifies the textual representation of a table reference. - - - - - - - Converts a table reference to a string. - - - A string that specifies the textual representation of a table reference. - - - - - - - - A data transfer object (DTO) that provides detailed information about a scheduled job. - - - - - - - Initializes a new instance of the ScheduledJobDto class with the default settings. - - - - - - - - Specifies whether or not to send blank reports by email, should they be created based on their underlying data. - - - true to send blank reports by email; otherwise false. - - - - - - - Specifies whether recipients should receive individual emails, or a common email with all recipients listed in the "To" section. - - - An enumeration value. - - - - - - - Specifies how reports should be delivered by email. - - - An enumeration value. - - - - - - - Specifies the path to a local or remote folder where the created reports should be stored. - - - A value. - - - - - - - Specifies the comma-separated list of email subscribers to the task that are not registered users of the Report Server. - - - A value. - - - - - - - Specifies the registered Report Server users subscribed to the task. - - - A collection of integers, identifying user accounts subscribed to emails. - - - - - - - Identifies the scheduled job version used for optimistic locking. - - - A nullable integer value that specifies the scheduled job version. - - - - - - - Specifies for how many days to store created documents on the server. - - - An integer value, specifying the number of days for which the server must store created documents. A zero value indicates unlimited document storage time. - - - - - - - Specifies the collection of report parameters whose values should be supplied by the scheduled task. - - - A value. - - - - - - - Specifies the serialized recurrence options of the task. - - - A value, specifying the recurrence options of the task. - - - - - - - - Provides static methods used to construct an internal representation of an expression (an object). - - - - - - - An AVERAGE statistical function. - - - - An array of objects interpreted as function parameters. - - - An object that is the function result. - - - - - - - A COLUMN reference function. - - - - An that is the worksheet range. - - - An object that is the function result. - - - - - - - A COLUMN reference function - - - An object that is the function result. - - - - - - - A CONCATENATE text function. - - - - An array of the objects which are the strings to join. - - - An object that is the function result. - - - - - - - A COUNT statistical function. - - - - An array of objects interpreted as function parameters. - - - An object that is the function result. - - - - - - - A COUNTA statistical function. - - - - An array of objects interpreted as function parameters. - - - An object that is the function result. - - - - - - - A COUNTBLANK statistical function. - - - - A that specifies the range containing the cells to be counted. - - - An object that is the function result. - - - - - - - An IF logical function. - - - - A object that is the predicate. - - - - A object that is returned if a predicate is true. - - - - A object that is returned if a predicate is false. - - - An object that is the function result. - - - - - - - A MAX statistical function. - - - - An array of objects interpreted as function parameters. - - - An object that is the function result. - - - - - - - A MIN statistical function. - - - - An array of objects interpreted as function parameters. - - - An object that is the function result. - - - - - - - Creates a new object from the specified value. - - - - An object. However, a value of any standard type can be supplied because the class implements multiple implicit constructors. - - - An object that is the function result. - - - - - - - A ROW reference function - - - - An that is the worksheet range. - - - An object that is the function result. - - - - - - - A ROW reference function - - - An object that is the function result. - - - - - - - A SUBTOTAL mathematical function. - - - - A list of objects which are the references to cells containing values for calculation. - - - - A enumeration member that specifies the calculation type, i.e., the function used for calculation. - - - - True, to include hidden rows or columns - in the calculation; otherwise, false. - - - An object that is the function result. - - - - - - - A SUBTOTAL mathematical function. - - - - A object which references the cells containing values for calculation. - - - - A enumeration member that specifies the calculation type, i.e. the function used for calculation. - - - - True to include hidden rows or columns - in the calculation; otherwise, false. - - - An object that is the function result. - - - - - - - A SUM mathematical function. - - - - An array of objects which are the constants, expressions or function results to sum. - - - An object that is the function result. - - - - - - - A TEXT text function. - - - - An object that is the function parameter. - - - - A object that specifies the formatting applied to the function parameter. - - - An object that is the function result. - - - - - - - A TEXT text function. - - - - An object that is the function parameter. - - - - A .NET Framework format string. - - - - True if the format string is the date and time format string; otherwise, false. - - - An object that is the function result. - - - - - - - A TEXT text function. - - - - An object. However, a value of any standard type can be supplied because the class implements multiple implicit constructors. - - - - A .NET Framework format string. - - - - True if the format string is the date and time format string; otherwise, false. - - - An object that is the function result. - - - - - - - A TEXT text function. - - - - An value. However, a value of any standard type can be supplied because class implements multiple implicit constructors. - - - - A object that specifies the formatting applied to the function parameter. - - - An object that is the function result. - - - - - - - A TRUNC mathematical function. - - - - An object that is the function parameter. - - - - An integer that is the number of decimal places left in the truncated number. - - - An object that is the function result. - - - - - - - A TRUNC mathematical function. - - - - An object that is the function parameter. - - - An object that is the function result. - - - - - - - A VLOOKUP reference function - - - - An object that is the lookup value. - - - - A object that is the reference to the range to search. - - - - An integer that is the index of a column in the range to search from which to retrieve a value. - - - - True means that if the function cannot find an exact match to the lookup value, it should use the closest match below the supplied value; false means that if the function cannot find an exact match, it should return an error. - - - An object that is the function result. - - - - - - - A VLOOKUP reference function. - - - - An object that is the lookup value. However, a value of any standard type can be supplied because the class implements multiple implicit constructors. - - - - A object that is the reference to the range to search. - - - - An integer that is the index of a column in the range to search from which to retrieve a value. - - - - True means that if the function cannot find an exact match to the lookup value, it should use the closest match below the supplied value; false means that if the function cannot find an exact match, it should return an error. - - - An object that is the function result. - - - - - - - - A data transfer object (DTO) that provides general information about a scheduled job. - - - - - - - Initializes a new instance of the ScheduledJobCatalogItemDto class with the default settings. - - - - - - - - Specifies whether or not the task is allowed to run automatically. - - - true if the task is allowed to run; otherwise false. - - - - - - - Identifies the task. - - - An integer value, specifying the task ID. - - - - - - - Specifies the task name. - - - A value, specifying the task name. - - - - - - - Identifies the report generated by the task. - - - A nullable integer value, specifying the report ID. - - - - - - - Specifies the date and time at which the task should start running. - - - A structure. - - - - - - - Specifies whether the task should generate a report or billing statement. - - - A enumeration value. - - - - - - - - Represents the base class for objects which define export options specific for Text and CSV formats. - - - - - - - - Copies all the settings from the TextExportOptionsBase object passed as a parameter. - - - - - An TextExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the encoding of the text-based file to which a report is exported. - - - A class descendant specifying the encoding of the text-based file. - - - - - - - - Gets or sets a value used to serialize the property. - - - - An enumeration value which represents the encoding type of the created text-based document. - - - - - - - - Returns the character(s) used as text separators for CSV export. - - - A value, specifying the actual separator character(s). - - - - - - - Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file. - - - - - true to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, false. - - - - - - - Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file. - - - A containing the symbol(s) which will be used to separate text elements in the created Text-based file. - - - - - - - Gets or sets a value indicating whether to use the formatting of the data fields in the bound dataset for the cells in the exported TXT, CSV, XLS or XLSX document. - - - A enumeration value. - - - - - - - - Represents a rich formatted text in a cell. - - - - - - - Initializes a new instance of the XlRichTextString class with the default settings. - - - - - - - - Determines whether the specified object is equal to the current XlRichTextString instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlRichTextString instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlRichTextString object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets or sets a value indicating whether the rich text in a cell is a plain text rather than formatted. - - - true, if the rich text is empty or not formatted; otherwise, false. - - - - - - - Provides access to the collection of cell text regions, each formatted with its own font. - - - A collection of objects. - - - - - - - Gets or sets the full rich text of a cell. - - - A value that specifies the text displayed in a cell. - - - - - - - - Lists the values used to specify the column layout direction for a multi-column report. - - - - - - - The Detail bands are printed horizontally, then vertically (in rows). - - - - - - - - The Detail bands are printed vertically, then horizontally (in columns). - - - - - - - - - Lists values used to specify the line styles for cell borders. - - - - - - - Specifies the thin dash-dotted border line. - - - - - - - - - Specifies the thin dash-dot-dotted border line. - - - - - - - - - Specifies the thin dashed border line. - - - - - - - - - Specifies the thin dotted border line. - - - - - - - - - Specifies the double border line. - - - - - - - - - Specifies the hair border line. - - - - - - - - - Specifies the medium solid border line. - - - - - - - - - Specifies the medium dash-dotted border line. - - - - - - - - - Specifies the medium dash-dot-dotted border line. - - - - - - - - - Specifies the medium dashed border line. - - - - - - - - - Specifies that a border is not painted. - - - - - - - - Specifies the medium slanted dash-dotted border line. - - - - - - - - - Specifies the thick solid border line. - - - - - - - - - Specifies the thin solid border line. - - - - - - - - - - Serves as a base for the class and provides properties to change cell format settings. - - - - - - - Gets or sets alignment options to be applied to the cell content. - - - An object that specifies cell alignment settings. - - - - - - - Gets or sets border settings to be applied to a cell. - - - An object that specifies a border style and color. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets fill settings to be applied to the cell background. - - - An object that specifies cell background characteristics. - - - - - - - Gets or sets font settings to be applied to the cell content. - - - An object that specifies cell font attributes. - - - - - - - Gets or sets a value indicating whether the format string assigned to the property is a date and time format string. - - - true, if the .NET-style format string is used to format a date and time value in a cell; otherwise, false. - - - - - - - Gets or sets the .NET-style format string that specifies how a numeric value should be displayed in a cell. - - - A value that represents the format pattern. - - - - - - - Gets or sets an MS Excel-style number format that specifies how a numeric value should be displayed in a cell. - - - - An object that specifies a cell number format. - - - - - - - - Lists special item specifiers used within structured references to refer to specific parts of a table or table column(s). - - - - - - - A special item specifier that refers to the entire table, including column headers, data, and totals (if any). - - - - - - - - No special item specifiers are defined to restrict the portion of the table used in the structured reference. - - - - - - - - A special item specifier that refers to the data area. - - - - - - - - A special item specifier that refers to the header row. - - - - - - - - A special item specifier that refers to the cells in the same row as the formula. - - - - - - - - A special item specifier that refers to the total row. - - - - - - - - - Represents a structure which stores the information about a document's build status. - - - - - - - - Identifies the document. - - - A object. - - - - - - - Specifies the service fault. - - - A object. - - - - - - - Specifies the current number of pages in the created document. - - - An integer value, specifying the number of pages. - - - - - - - Specifies the current progress of the document creation. - - - An integer value, specifying the progress position, in percents. - - - - - - - Specifies the task status. - - - A enumeration value. - - - - - - - - Contains options which define how a document is exported to RTF format. - - - - - - - - - Initializes a new instance of the RtfExportOptions class with the default settings. - - - - - - - - - Copies all the settings from the RtfExportOptions object passed as a parameter. - - - - - An RtfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets a value indicating how a document is exported to RTF. - - - - An enumeration value which represents the RTF export mode. - - - - - - - For internal use. - - - - - - - - - A base interface for classes that specify the filter criteria applied to worksheet and table columns. - - - - - - - Gets the type of the filter applied to a column of a table or filtered range. - - - An enumeration member which indicates the filter type. - - - - - - - - A visual brick containing other bricks. - - - - - - - Initializes a new instance of the PanelBrick class with the default settings. - - - - - - - - - Initializes a new instance of the PanelBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the PanelBrick class with the specified brick style. - - - - A object. - - - - - - - - Gets a collection of bricks which are contained in this PanelBrick. - - - - A object which contains bricks belonging to this panel brick. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Panel". - - - - - - - Center-aligns child bricks contained within the current panel brick. - - - - - - - - Creates a new PanelBrick instance, which is a copy of the current instance. - - - A new PanelBrick instance, which is a copy of the current instance. - - - - - - - Disposes of the PanelBrick object. - - - - - - - - - Gets or sets a value indicating whether child bricks that are contained within the current panel brick should be merged into a single object. - - - true if child bricks should be merged; otherwise, false. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - For internal use. Contains information about the document. - - - - - - - - Initializes a new instance of the DocumentData class with the default settings. - - - - - - - - For internal use. Specifies the available document export modes. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. Checks whether or not it is possible to modify the page settings. - - - A Boolean value. - - - - - - - For internal use. Specifies the document map. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. Specifies the document export options. - - - - - - - - - - For internal use. - - - An enumeration value. - - - - - - - For internal use. Specifies the document name. - - - - - - - - - - For internal use. Specifies the serialized page data. - - - - - - - - - - For internal use. Specifies the serialized watermark settings. - - - A array. - - - - - - - - Lists functions to calculate the totals of table columns. - - - - - - - Returns the average (arithmetic mean) of the numbers contained in the table column. - - - - - - - - Returns the number of cells with non-empty values contained in the table column. - - - - - - - - Returns the number of cells with numeric values contained in the table column. - - - - - - - - Returns the largest number contained in the table column. - - - - - - - - Returns the smallest number contained in the table column. - - - - - - - - Indicates that the total for the table column is not calculated. - - - - - - - - Calculates the standard deviation based on the sample contained in the table column. - - - - - - - - Returns the sum of the numbers contained in the table column. - - - - - - - - Calculates the variance of the sample contained in the table column. - - - - - - - - - Represents a single column in a table. - - - - - - - Gets or sets format characteristics for the data area of the table column. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the column's data area. - - - - - - - Gets or sets the filter criteria that should be applied to the table column. - - - An object implementing the interface. - - - - - - - Gets or set a value indicating whether the AutoFilter button for the specified table column should be hidden. - - - true, to hide the button; otherwise, false. - - - - - - - Gets the unique name of the table column. - - - A value that specifies the table column name. - - - - - - - Specifies the formula to apply to all cells in the table column. - - - - An object exposing the interface that specifies a formula contained in the cells of the table column. - - - - - - - - Specifies the formula to apply to all cells in the table column. - - - - An object that is a collection of formula tokens (aka PTGs, "parsed things") arranged in Reverse-Polish Notation order. - - - - - - - - Specifies the formula to apply to all cells in the table column. - - - - A string that specifies a formula contained in the cells of the table column. - - - - - - - - Gets or sets format characteristics for the total row cell of the table column. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the column's total cell. - - - - - - - Gets or sets the function to calculate the total of the table column. - - - The enumeration member. - - - - - - - Gets or sets the text displayed in the total cell of the table column. - - - A value that specifies the text contained in the total cell of the table column. - - - - - - - - A collection of columns in a table. - - - - - - - Returns the index of the specified column in the collection. - - - - A value that specifies the name of the column to locate in the collection. - - - A zero-based integer specifying the position of the column in the table. -1 if the column doesn't belong to the table. - - - - - - - - Contains table style settings. - - - - - - - Gets or sets the name of the built-in style applied to a table. - - - A string specifying the built-in table style name. - - - - - - - Gets or sets a value indicating whether alternate shading should be applied to the table columns. - - - true, to apply striped column formatting to the table; otherwise, false. - - - - - - - Gets or sets a value indicating whether special formatting should be applied to the first column of the table. - - - true, to apply special formatting to the first column of the table; otherwise, false. - - - - - - - Gets or sets a value indicating whether special formatting should be applied to the last column of the table. - - - true, to apply special formatting to the last column of the table; otherwise, false. - - - - - - - Gets or sets a value indicating whether alternate shading should be applied to the table rows. - - - true, to apply striped row formatting to the table; otherwise, false. - - - - - - - - A read-only collection of tables contained in a worksheet. - - - - - - - - Represents a table in a worksheet. - - - - - - - Provides access to the read-only collection of table columns. - - - An object specifying the table's collection of columns. - - - - - - - Gets or sets a string that provides additional information about the table. - - - A value that specifies a comment associated with the table. - - - - - - - Gets or sets format characteristics for the data area of the table. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the table's data area. - - - - - - - Returns a reference to the specified part of the table column. - - - - An enumeration member that specifies the part of the table column to use in the reference. - - - - A string that is the name of the column to the specified portion of which the structured reference should refer. - - - An object that specifies the created reference. - - - - - - - Returns a reference to the specified part of the table. - - - - An enumeration member specifying the part of the table to which the structured reference should refer. - - - An object that specifies the created reference. - - - - - - - Returns a reference to the specified part of the table bounded by the specified columns. - - - - An enumeration member that specifies the part of the table to use in the reference. - - - - A string that is the name of the column specifying the left bound of the referenced table range. - - - - A string that is the name of the column specifying the right bound of the referenced table range. - - - An object that specifies the created reference. - - - - - - - Returns a reference to the portion of the current row bounded by the specified columns. - - - - A string that is the name of the column specifying the leftmost cell in the referenced row. - - - - A string that is the name of the column specifying the rightmost cell in the referenced row. - - - An object that specifies the created reference. - - - - - - - Gets a reference to the cell at the intersection of the current row and the specified table column. - - - - A string that is the name of the column containing a value to which the structured reference should refer. - - - An object that specifies the created reference. - - - - - - - Gets or sets a value indicating whether the filtering functionality is enabled for the table. - - - true, to enable filtering for the table; otherwise, false. - - - - - - - Gets a value indicating whether the header row is displayed for the table. - - - true, if the table has the visible header row; otherwise, false. - - - - - - - Gets a value indicating whether the total row is displayed at the end of the table. - - - true, if the table total row is visible; otherwise, false. - - - - - - - Gets or sets the table name. - - - A value that specifies the name of the table. - - - - - - - Gets the range of cells occupied by the table. - - - An IXlCellRange object specifying the cell range that contains the table. - - - - - - - Provides access to the table style options. - - - An object that controls style settings for the table. - - - - - - - Gets or sets border settings for a table. - - - An XlDifferentialFormatting instance that specifies border formatting applied to the table's borders. - - - - - - - Gets or sets format characteristics for the total row of the table. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the table's total row. - - - - - - - - Represents the class used to generate an UPC-E0 bar code. - - - - - - - - Initializes a new instance of the UPCE0Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - If implemented by a class, provides a service contract for an export service client. - - - - - - - Starts clearing the content of the specified document. - - - - A object, identifying the document. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the exported document. - - - - An object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the current status of the exported document. - - - - An object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts the initial phase of asynchronous document export. - - - - A object. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Ends clearing the content of a document. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends obtaining the exported document. - - - - An object containing information about the status of an asynchronous operation. - - - A array containing document data. - - - - - - - Ends obtaining the current status of the exported document. - - - - An object containing information about the status of an asynchronous operation. - - - An structure. - - - - - - - Ends the initial phase of asynchronous document export. - - - - An object containing information about a status of an asynchronous operation. - - - An object. - - - - - - - - Contains information about a cell error. - - - - - - - Gets the description of the cell error. - - - A string that represents the error description. - - - - - - - Returns the cell error name. - - - A string that represents the error name. - - - - - - - Gets the cell error type. - - - An enumeration member that specifies the error type. - - - - - - - Returns an corresponding to the current cell error. - - - An object. - - - - - - - - If implemented by a class, provides the client-side functionality for a DevExpress Report Server. - - - - - - - Creates a copy of the specified report. - - - - A System.Int32 value specifying a source report. - - - - A data transfer object specifying properties of the created report copy. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Provides the controls for the context of a channel. - - - An object implementing the System.ServiceModel.IContextChannel interface. - - - - - - - Asynchronously creates a report category. - - - - A value, specifying the report category name. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the category ID. - - - - - - - Creates a copy of the specified report. - - - - A System.Int32 value specifying a source report. - - - - A data transfer object specifying properties of the created report copy. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously creates a new report. - - - - A object, providing information about the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the . - - - - - - - Creates a new report category with the specified name. - - - - A System.String value specifying a category name. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be callled when the operation is complete. - - - - - - - - Asynchronously creates a scheduled job. - - - - A object, specifying properties of the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the job ID. - - - - - - - Asynchronously deletes a report category. - - - - An integer value, identifying the report category. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Asynchronously deletes a data model. - - - - An integer value, identifying the data model. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Deletes the specified report. - - - - A System.Int32 specifying a report to delete. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Deletes the specified report category. - - - - A System.Int32 value specifying a report category to delete. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously deletes a scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Asynchronously executes a scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A nullable integer value. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the job ID. - - - - - - - Returns a collection of items to be displayed in the categories list. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously returns a collection of report categories. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the data columns corresponding to a specified data member. - - - - A value, specifying the data source name. - - - - A object, identifying the data member. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously returns the data columns corresponding to a specified data member. - - - - A value, specifying the data source name. - - - - A object, identifying the data member. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Occurs on completion of obtaining the information about data columns from the server. - - - - - - - - - Asynchronously returns the list of data members corresponding to a specified data source. - - - - A value, specifying the data source name. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the list of data members corresponding to a specified data source. - - - - A value, specifying the data source name. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs on completion of obtaining the information about data members from the server. - - - - - - - - Asynchronously gets a data model. - - - - An integer value, identifying the data model. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously gets a collection of data models. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the list of available data sources. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously returns the list of available data sources. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Obtains an XML schema of the specified data source. - - - - A System.Int32 value specifying a data source. - - - - A value, containing information about the asynchronous operation. - - - A System.String containing a data source schema. - - - - - - - Occurs on completion of obtaining the information about data sources from the server. - - - - - - - - - Gets properties of the specified report to be displayed in a report catalog. - - - - A System.Int32 value specifying a report. - - - A data transfer object containing the values of the report properties to be displayed in a report catalog. - - - - - - - Gets a collection of revisions for the specified report. - - - - A System.Int32 value specifying a report. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Gets a collection of items to be displayed in a report catalog. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously gets a collection of reports. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously returns the logs corresponding to a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A descendant, specifying how the data should be paginated. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the total number of logs corresponding to a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the total number of logs. - - - - - - - Asynchronously returns the result of a scheduled job. - - - - An integer value, identifying the result of a scheduled job. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously returns the history of results corresponding to a specified scheduled job log. - - - - An integer value, identifying the scheduled job log. - - - - A descendant, specifying how the data should be paginated. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the total number of results corresponding to a specified scheduled job log. - - - - An integer value, identifying the scheduled job log. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the total number of job results. - - - - - - - Asynchronously returns all scheduled jobs. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Loads the specified report from the server storage. - - - - A System.Int32 specifying a report to load. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously loads a report. - - - - An integer value, identifying the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the . - - - - - - - Gets the specified revision of a report layout. - - - - A System.Int32 value specifying a report. - - - - A System.Int32 value specifying a report revision. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Locks the specified report. - - - - A System.Int32 specifying the report to lock. - - - - - - - - Checks a server for availability. - - - - A System.Action delegate to be called when the operation is complete. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Rolls the layout of a report back to the specified revision. - - - - A System.Int32 value specifying a report to roll back. - - - - A System.Int32 value specifying a target layout revision. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Saves the specified report to the server storage. - - - - A System.Int32 value specifying a report to save. - - - - A Data Transfer Object containing report data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Unlocks the specified report. - - - - A System.Int32 specifying the report to unlock. - - - - - - - - Asynchronously updates a report category. - - - - An integer value identifying the report category. - - - - A value specifying the report category name. - - - - A nullable integer value specifying a category version used for optimistic locking. - - - - A value containing information about the asynchronous operation. - - - A specifying an asynchronous operation. - - - - - - - Asynchronously updates a data model. - - - - A object. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Updates properties of the specified report. - - - - A System.Int32 value specifying a report to update. - - - - A data transfer object containing new values for report properties. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously updates an existing report. - - - - An integer value, identifying the report. - - - - A object, providing information about the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the report ID. - - - - - - - Updates the name of the specified report category. - - - - A System.Int32 specifying the report category to update. - - - - A System.String value specifying a new name for the report category. - - - - A nullable integer value specifying a category version used for optimistic locking. - - - - A value containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously updates a scheduled job. - - - - A object, specifying properties of the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Uploads report layout data onto a server. - - - - A System.IO.Stream containing layout data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - - Represents the base class for objects which define specific export options. - - - - - - - - Initializes a new instance of the ExportOptionsBase class with the default settings. - - - - - - - - - Copies all the settings from the ExportOptionsBase object passed as a parameter. - - - - - An ExportOptionsBase object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - - Enables you to overcome possible issues related to document rendering after migrating to newer versions of XtraReports. - - - - - - - Enables you to display a non-modal Microsoft Outlook dialog before sending a report by email. - - - true to display a non-modal dialog when sending a report by email; otherwise false. The default is false. - - - - - - - For internal use. - - - - - - - - - - Enables you to prevent PDF drawing exceptions related to the GDI+ engine from being handled by the DevExpress export engine. - - - - true to avoid handling PDF drawing exceptions; otherwise false. The default is false. - - - - - - - For internal use. - - - Always true. - - - - - - - Enables you to avoid possible issues related to PDF export that you may encounter after upgrading to version 16.1. - - - true to use the newer PDF rendering engine; otherwise false. The default is true. - - - - - - - Specifies whether or not to substitute missing fonts in the Rich Text when a report is exported to HTML. - - - true, to automatically substitute fonts missing in the system; otherwise, false. - - - - - - - Enables you to make the Pivot Grid width equal to the page width when setting the property to . - - - true to make the Pivot Grid occupy the entire page width; otherwise false. The default is false. - - - - - - - - Represents the base class for objects which define export options specific to XLS and XLSX formats. - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the specified text export mode and grid lines settings. - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the specified settings. - - - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. - - - - true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true, to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - true to fit the output document to the page width when printing. This value is assigned to the property. - - - - A value that specifies whether to align the output document layout to support locales using right-to-left fonts. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the specified settings. - - - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. - - - - true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true, to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - true to fit the output document to the page width when printing. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the specified text export mode, grid lines and hyperlinks settings. - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the specified text export mode. - - - - A object, which specifies a format in which data values should be saved. - - - - - - - - Initializes a new instance of the XlExportOptionsBase class with the default settings. - - - - - - - - Copies all the settings from the object passed as a parameter. - - - - An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. - - - - - - - - Provides access to options to be embedded as Document Properties of the resulting XLS file. - - - An object that specifies the resulting document options. - - - - - - - Provides access to the Excel file encryption options. - - - An object. - - - - - - - Specifies whether or not hyperlinks should be exported to Excel. - - - true to export hyperlinks; otherwise false. - - - - - - - Gets or sets whether the output document should be fit to the page height when printed. - - - true, to fit the output document to the printed page height; otherwise, false. - - - - - - - Gets or sets whether the output document should be fit to the page width when printed. - - - true, if the output document should be fit to the printed page width. - - - - - - - Specifies the document errors to be ignored in a resulting Excel file. - - - An enumeration value. - - - - - - - Enables the export mode, which exports only a report's actual data to Excel (excluding all non-relevant elements, such as images, graphics, font and appearance settings). - - - - - true, to enable the raw data export mode; otherwise false. - - - - - - - Gets or sets whether the layout of the resulting XLS document should be aligned to support locales using right-to-left fonts. - - - A value indicating whether the document layout is aligned to support locales using right-to-left fonts. - - - - - - - Gets or sets a name of the sheet in the created XLS file to which a document is exported. - - - A representing the sheet name set in the resulting XLS file. - - - - - - - Gets or sets a value indicating whether the grid lines should be visible in the resulting XLS file. - - - true to show the grid lines in the resulting XLS file; otherwise, false. - - - - - - - Gets or sets a value indicating whether the cells in the resulting XLS document should use the same formatting as the original document. - - - A enumeration value, specifying the text export mode in the resulting XLS document. - - - - - - - - Lists values used to specify a variant value type. - - - - - - - A variant value contains data of the boolean type. - - - - - - - - A variant value contains a number that is regarded as date and time. - - - - - - - - A variant value contains data of the error type. - - - - - - - - The value type is unknown. - - - - - - - - A variant value contains data of the numeric type. - - - - - - - - A variant value contains data of the text type. - - - - - - - - - Specifies how the file path to export a document is obtained, when exporting a document which is currently displayed in the Print Preview. - - - - - - - A document is exported to the path specified by the and properties. So, the Save File dialog isn't shown in this case. - - - - - - - - - A document is exported using the file path and the file name specified by an end-user in the Save File dialog, which is shown prior to exporting a document. - - - - - - - - - - Represents a collection of merged cells in a worksheet. - - - - - - - Merges cells in the specified cell range and appends the resulting merged range to the end of the collection. - - - - - A object that specifies a range of cells to be merged. - - - - - - - - Merges cells in the specified cell range and appends the resulting merged range to the end of the collection. - - - - - A object that specifies a range of cells to be merged. - - - - true, to check whether the specified cell range to be merged intersects other merged cells; otherwise, false. - - - - - - - - Removes all merged cells from the collection. - - - - - - - - Determines whether the collection contains the specified merged cell. - - - - A object associated with the merged cell to locate in the collection. - - - true, if the specified cell range is merged and belongs to the collection; otherwise, false. - - - - - - - Returns the index of the specified merged cell in the collection. - - - - A object associated with the merged cell to locate in the collection. - - - A zero-based integer which specifies the merged cell's position within the collection. -1 if the specified cell range doesn't belong to the collection of merged cells. - - - - - - - Provides access to the merged cell by its index in the collection. - - - - A zero-based integer specifying the merged cell's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A object associated with the merged cell. - - - - - - - - Removes the specified merged cell from the collection. - - - - A object associated with the merged cell to be removed. - - - - - - - - Removes the merged cell at the specified index from the collection. - - - - A zero-based integer specifying the index of the merged cell to be removed. It should be non-negative and less than the number of elements in the collection. - - - - - - - - - Provides the basic functionality for sending documents via e-mail. - - - - - - - Sends the document(s) to the specified recipient via e-mail. - - - - An array of values specifying the file names for the documents embedded into the e-mail. - - - - A object storing the e-mail options. - - - - - - - - - Contains options related to culture-specific settings of a workbook and document format specifications and limits. - - - - - - - Provides access to the culture-specific settings of the document. - - - A object that specifies the culture settings currently being used. - - - - - - - - Gets the file format to which the document is exported. - - - An enumeration value that specifies the document format. - - - - - - - Gets the maximum number of columns supported by the output file format. - - - An value that is the maximum number of columns. - - - - - - - Gets the maximum number of rows supported by the output file format. - - - An value that is the maximum number of rows. - - - - - - - Gets a value indicating whether the document can contain multiple worksheets. - - - true, if document can contain multiple worksheets; otherwise, false. - - - - - - - Gets a value indicating whether the document can contain formulas. - - - true, if document can contain formulas; otherwise, false. - - - - - - - Gets a value indicating whether the document supports grouping functionality. - - - true, if the grouping functionality is supported by the document; otherwise, false. - - - - - - - - Lists the security levels of the document. - - - - - - - Document is locked for annotation. - - - - - - - - Allows free access to the document. - - - - - - - - Workbook is enforced to be opened as read-only. - - - - - - - - Document is recommended to be opened as read-only. - - - - - - - - - Contains custom document properties associated with a workbook. - - - - - - - - - Initializes a new instance of the XlDocumentCustomProperties class with the default settings. - - - - - - - - Removes all the custom document properties from a workbook. - - - - - - - - Returns the number of custom document properties associated with a workbook. - - - An integer value that specifies the number of custom properties defined in a workbook. - - - - - - - Gets or sets the specified custom document property by its name. - - - - A string that specifies the name of the custom property to be set or obtained. - - - An object that is the value of the custom property. - - - - - - - Provides access to the collection of custom property names. - - - A collection of custom property names which implements the interface. - - - - - - - - Contains basic document properties associated with a workbook. - - - - - - - Initializes a new instance of the XlDocumentProperties class with the default settings. - - - - - - - - Specifies the name of the application where the document was created. - - - A value that is an application name. - - - - - - - Specifies the author of the workbook. - - - A value that is an author's name. - - - - - - - Specifies the category of the document content. - - - A value that is the category name. - - - - - - - Specifies a company associated with the workbook. - - - A value that is the company name. - - - - - - - Specifies the date and time when the workbook was created. - - - A object that represents the date and time of the document creation. - - - - - - - Provides access to the custom document properties associated with a workbook. - - - An object that stores all the custom document properties defined for a workbook. - - - - - - - Gets or sets the description of the document content. - - - - A value that is the document's description. - - - - - - - Specifies the set of keywords to support searching and indexing. - - - A value containing document keywords. - - - - - - - Specifies the name of the manager associated with the workbook. - - - A value that is the name of the manager. - - - - - - - - Specifies the security level of the document. - - - One of the enumeration values. - - - - - - - Gets or sets the subject of the document. - - - A value that is the document's subject. - - - - - - - Gets or sets the title of the document. - - - A value that is the document's title. - - - - - - - Gets or sets the version of the application where the document was created. - - - A value that is the version number. - - - - - - - - Lists the values that specify the available export formats. - - - - - - - The CSV export format. - - - - - - - - The DOCX export format. - - - - - - - - The HTML export format. - - - - - - - - The image export format. - - - - - - - - The MHT export format. - - - - - - - - The PDF export format. - - - - - - - - The PRNX export format.For internal use only. - - - - - - - - The RTF export format. - - - - - - - - The TXT export format. - - - - - - - - The XLS export format. - - - - - - - - The XLSX export format. - - - - - - - - The XPS export format. - - - - - - - - - Lists anchoring types used to position an object in a worksheet or specifies how a picture should be moved and resized when a two cell anchoring is used. - - - - - - - Absolute Anchoring. The picture does not move or resize with the underlying cells. - - - - - - - - One Cell Anchoring. The picture moves with the anchor cell, but its size remains the same. - - - - - - - - Two Cell Anchoring. The picture moves and/or resizes with the underlying cells as specified by the property. - - - - - - - - - Represents the class used to generate an MSI bar code. - - - - - - - Initializes a new instance of the CodeMSIGenerator class with the default settings. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - Gets or sets the checksum type for the bar code. - - - - An enumeration value which represents the checksum type. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents a picture embedded in a worksheet. - - - - - - - Gets or sets the positioning and resizing behavior of a picture which is anchored to two cells in a worksheet. - - - - One of the enumeration values. - - - - - - - Gets or sets the anchoring type used to position a picture within a worksheet. - - - One of the enumeration values. - - - - - - - Gets or sets the anchor for the bottom-right corner of a picture. - - - - An object that specifies the anchor cell for a picture and optional offsets from the top and left edges of this cell. - - - - - - - Fits an IXlPicture object in the specified cell. - - - - An XlCellPosition object that specifies the position of the cell where the picture should be located. - - - - A value that is the width of the cell into which the picture fits. - - - - A value that is the height of the cell into which the picture fits. - - - - A value specifying whether the picture should be center-aligned in the cell. - - - - - - - - Gets or sets the file format of a picture. - - - A object that represents the file format of a picture. - - - - - - - Gets a hyperlink associated with the current IXlPicture object. - - - An object that is a hyperlink associated with a picture in a worksheet. - - - - - - - Gets or sets the image residing in the IXlPicture object. - - - A object. - - - - - - - Gets or sets the name of the picture. - - - A value that is the picture's name. - - - - - - - Anchors an IXlPicture object to an absolute position in a worksheet. - - - - A value that specifies the distance from the left edge of the worksheet in pixels. - - - - A value that specifies the distance from the top edge of the worksheet in pixels. - - - - A value that is the desired width of the picture in pixels. - - - - A value that is the desired height of the picture in pixels. - - - - - - - - Anchors an IXlPicture object to a specific cell in a worksheet. - - - - An object that specifies the anchor cell for the top-left corner of the picture and optional offsets from the top and left edges of this cell. - - - - A value that is the desired width of the picture in pixels. - - - - A value that is the desired height of the picture in pixels. - - - - - - - - Anchors an IXlPicture object to two cells in a worksheet. - - - - An object that specifies the anchor cell for the top-left corner of the picture and optional offsets from the top and left edges of this cell. This value is assigned to the property. - - - - An object that specifies the anchor cell for the bottom-right corner of the picture and optional offsets from the top and left edges of this cell. This value is assigned to the property. - - - - An enumeration value that specifies the positioning and resizing behavior of the picture. This value is assigned to the property. - - - - - - - - Gets or sets the portion of the picture to draw. - - - An object that specifies the source rectangle's offsets from the corresponding edges of the picture's bounding box. - - - - - - - Stretches an IXlPicture object to fill the specified cell. - - - - An XlCellPosition object that specifies the position of the cell where the picture should be located. - - - - - - - - Gets or sets the anchor for the top-left corner of a picture. - - - An object that specifies the anchor cell for a picture and optional offsets from the top and left edges of this cell. - - - - - - - - For internal use. Provides the basic functionality for the class. - - - - - - - For internal use. If implemented by a class, approves the parameters. - - - - - - - - - - - A Boolean value. - - - - - - - For internal use. If implemented by a class, stops displaying the report. - - - - - - - - For internal use. If implemented by a class, stops displaying the report. - - - - - - - - Gets the information about the report's parameters. - - - A list of the objects that contain information about a specific parameter and its editor. - - - - - - - - For internal use. If implemented by a class, prints the current document. - - - - - - - - For internal use. If implemented by a class, prints the current document to the specified printer. - - - - A representing the name of the printer on which to print the report. - - - - - - - - If implemented by a class, invokes the Print dialog. - - - true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - If implemented by a class, invokes a Page Setup dialog - - - - A value. - - - true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. - - - - - - - - For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. - - - - A value. - - - - - - - - For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. - - - - A value. - - - - - - - - For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. - - - - - - - - For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. - - - - A value. - - - - - - - - For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. - - - - - - - - - For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. - - - - - A value. - - - - - - - - For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. - - - - - - - - - - Contains options which specify the Document Properties of the created PDF file. - - - - - - - Initializes a new instance of the PdfDocumentOptions class with the default settings. - - - - - - - - - Gets or sets the string to be added as an Application property of the resulting PDF file. - - - - A which stores an Application name. - - - - - - - Copies all the settings from the PdfDocumentOptions object passed as a parameter. - - - - - A PdfDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the string to be added as an Author property of the resulting PDF file. - - - - A which stores an Author name. - - - - - - - Creates a copy of the current PdfDocumentOptions object. - - - A PdfDocumentOptions object which is a copy of the current object. - - - - - - - Specifies the default value of the property for all generated PDF files. - - - A which stores the Producer name. - - - - - - - - Gets or sets the string to be added as a Keywords property of the resulting PDF file. - - - - A which stores keywords. - - - - - - - Gets or sets the string to be added as a Producer property of the resulting PDF file. - - - - A which stores a Producer name. - - - - - - - Gets or sets the string to be added as a Subject property of the resulting PDF file. - - - - A which stores a Subject. - - - - - - - Gets or sets the string to be added as a Title property of the resulting PDF file. - - - - A which stores a Title. - - - - - - - - Provides the options to encrypt XLSX files. - - - - - - - Initializes a new instance of the XlEncryptionOptions class with the default settings. - - - - - - - - Specifies the password to open the file. - - - A vaue, specifying the password to open the file. The default is string.Empty. - - - - - - - Specifies the applied encryption mechanism. - - - An enumeration value, specifying the encryption mechanism. - - - - - - - - For internal use. Provides the basic functionality for the class. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - If implemented by a class, interrupts the process of document creation. - - - - - - - - For internal use. - - - - - - - - - - - - - Provides access to a document's watermark. - - - A object. - - - - - - - - Provides the basic functionality for the component. - - - - - - - For internal use. - - - - - - - - - - Specifies the Printing System used to create and print a document for the link associated with the IPrintControl. - - - - A descendant. - - - - - - - If implemented by a class, provides access to the object that reflects the current state of a document's generation or export. - - - - A object which is intended to track the process of a document's creation. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the XlSheetCreatedEventArgs class with the specified settings. - - - - An integer value, specifying the Excel sheet index number. This value is assigned to the property. - - - - A value, specifying the Excel sheet name. This value is assigned to the property. - - - - - - - - Specifies the Excel sheet index number. - - - An integer value. - - - - - - - Specifies the Excel sheet name. - - - A value. - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the TreeViewLinkBase class with the default settings. - - - - - - - - Initializes a new instance of the TreeViewLinkBase class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the type. - - - - - - - Sets the object to be printed by this link. - - - - A object to be printed by this link. - - - - - - - - Gets or sets a object to be printed via the current link. - - - A object to be printed. - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the DataGridLinkBase class with the default settings. - - - - - - - - Initializes a new instance of the DataGridLinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a DataGridLinkBase class instance. - - - - - - - - Initializes a new instance of the DataGridLinkBase class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Adds a subreport to the current report. - - - - A object which specifies the vertical offset of the subreport within the current report. - - - - - - - - Gets or sets a value indicating whether the height of the DataGrid to be printed should be calculated automatically. - - - true to automatically calculate a data grid's height; otherwise, false. - - - - - - - Gets or sets a object to be printed via the current link. - - - A object to be printed. - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the type. - - - - - - - Gets or sets the data grid's printing style. - - - A object. - - - - - - - Sets the object to be printed by this link. - - - - A object to be printed by this link. - - - - - - - - Gets or sets a value indicating whether this class descendant should use the visual style of the DataGrid it prints. - - - true to use the DatGrid style; otherwise, false. - - - - - - - - Provides the general functionality to print controls that implement the interface. - - - - - - - Initializes a new instance of the PrintableComponentLinkBase class with the default settings. - - - - - - - - Initializes a new instance of the PrintableComponentLinkBase class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Initializes a new instance of the PrintableComponentLinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a PrintableComponentLinkBase class instance. - - - - - - - - Gets or sets a user implementation printed via the current link. - - - An user implementation. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the type of object that will be printed by this link. This class should implement the interface. - - - - - - - Sets the object to be printed by this link. - - - - A object implementing the interface. - - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the ListViewLinkBase class with the default settings. - - - - - - - - Adds a subreport to the current report. - - - - A object which specifies the vertical offset of the subreport within the current report. - - - - - - - - Gets or sets a object to be printed via the current link. - - - A object to be printed. - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the System.Windows.Forms.ListView type. - - - - - - - Sets the object to be printed by this link. - - - - A object to be printed by this link. - - - - - - - - - Provides options that specify the Document Properties of the resulting Excel file. - - - - - - - - Initializes a new instance of a XlDocumentOptions class. - - - - - - - - Specifies a string to be added as the Program name property of the resulting XLS file. - - - A string value that specifies the document application name. - - - - - - - Copies all settings from the object passed as a parameter. - - - - An object whose settings are assigned to the current object. - - - - - - - - Specifies a string to be added as the Authors property of the resulting XLS file. - - - A string value that specifies the document author. - - - - - - - Specifies a string to be added as the Categories property of the resulting XLS file. - - - A string value that specifies the document categories. - - - - - - - Creates a copy of the current object. - - - - An object that is a copy of the current object. - - - - - - - Specifies a string to be added as the Comments property of the resulting XLS file. - - - A string value that specifies comments about the document. - - - - - - - Specifies a string to be added as the Company property of the resulting XLS file. - - - A string value that specifies the document company. - - - - - - - Specifies a string to be added as the Subject property of the resulting XLS file. - - - A string value that specifies the document primary subject. - - - - - - - Specifies a string to be added as the Tags property of the resulting XLS file. - - - - A string value that specifies document tags. - - - - - - - Specifies a string to be added as the Title property of the resulting XLS file. - - - A string value that specifies the document title. - - - - - - - - Contains options that define how a document is exported to PDF format. - - - - - - - - - Initializes a new instance of the PdfExportOptions class with the default settings. - - - - - - - - - Specifies the additional metadata that is added to the PDF document's metadata. - - - - A value. - - - - - - - Copies all the settings from the PdfExportOptions object passed as a parameter. - - - - - A PdfExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Provides access to the attachment files list of the document. - - - A collection of files to be attached to the document. - - - - - - - For internal use. - - - - - - - - Specifies whether or not all bitmaps contained in the document should be converted to JPEG format during exporting to PDF. - - - - true to convert images to JPEG; otherwise false. - - - - - - - Gets the options to be embedded as Document Properties of the created PDF file. - - - A object which contains Document Properties options. - - - - - - - Specifies whether to convert a report's editing fields to AcroForms on PDF export. - - - true, to export report editing fields to PDF AcroForms; otherwise, false. - - - - - - - Gets or sets the quality of images in the resulting PDF file. - - - - A enumeration value which specifies the quality of images in the resulting PDF file. - - - - - - - Gets or sets a semicolon-delimited string of values with the font names which should not be embedded in the resulting PDF file. - - - A which contains the font names delimited by a semicolon. - - - - - - - - Provides access to the PDF security options of the document, which require specifying a password. - - - A object, representing the security options. - - - - - - - Specifies document compatibility with the PDF/A specification. - - - - A enumeration value. - - - - - - - Obsolete. Use the property instead. - - - true if the document supports PDF/A; otherwise false. - - - - - - - For internal use. - - - - - - - - Gets or sets a value indicating whether the Print dialog should be displayed when a PDF file is opened in an appropriate application. - - - - true, to show the Print dialog on open; otherwise, false. - - - - - - - Provides access to the digital signature options of PdfExportOptions. - - - A object. - - - - - - - Checks the validity of PDF export options and returns a list of any detected inconsistencies. - - - A collection of values, specifying inconsistencies detected in the PDF export options. - - - - - - - - Contains options which define how a document is exported to CSV format. - - - - - - - - - Initializes a new instance of the CsvExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the CsvExportOptions class with the specified separator and encoding settings. - - - - - A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. - - - - A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and text export mode settings. - - - - - A containing symbols which will be used to separate the document's text elements in the created CSV file. This value is assigned to the property. - - - - A class descendant, specifying the encoding of the created CSV document. This value is assigned to the property. - - - - A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CsvExportOptions class with the specified separator, encoding and other settings. - - - - - A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. - - - - A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. - - - - A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - - - true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. - - - - true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. - - - - - - - - Copies all the settings from the CsvExportOptions object passed as a parameter. - - - - - An CsvExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - Returns the character(s) used as text separators for CSV export. - - - A value, specifying the actual separator character(s). - - - - - - - Specifies the character(s) used to separate text elements when exporting a document to a text-based file. - - - A value, specifying the separator character(s). - - - - - - - Specifies whether or not to include the empty columns into the resulting CSV file. - - - true to omit the empty columns during export; otherwise false. - - - - - - - - Specifies whether or not to include the empty rows into the resulting CSV file. - - - true to omit the empty rows during export; otherwise false. - - - - - - - Specifies whether to use the default system or a custom separator character for CSV export. - - - true, to use a custom separator; otherwise, false. The default is false. - - - - - - - - Contains options which define how a document is exported to a mail message. - - - - - - - Initializes a new instance of the MailMessageExportOptions class with the default settings. - - - - - - - - Initializes a new instance of the MailMessageExportOptions class with the specified settings. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - - - - - Initializes a new instance of the MailMessageExportOptions class with the specified settings. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - - - - - Initializes a new instance of the MailMessageExportOptions class with the specified settings. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - true to remove secondary symbols; otherwise, false. This value is assigned to the property. - - - - - - - - Specifies whether or not images are embedded in HTML content. - - - true to embed images in HTML; otherwise, false. - - - - - - - Overrides the corresponding property of the class to hide it. - - - Always true. - - - - - - - Overrides the corresponding property of the class to hide it. - - - Always true. - - - - - - - - Represents the base method for all brick-related events. - - - - - - - - Represents the base method for all brick-related events. - - - - - The event sender. - - - - A object that contains event data. - - - - - - - - - Represents the base for all classes that provide data for the brick-related events. - - - - - - - Initializes a new instance of the BrickEventArgsBase class with the specified brick. - - - - - A object specifying the brick for which an event has been raised. This value is assigned to the property. - - - - - - - - Gets a brick for which an event has been raised. - - - A class descendant. - - - - - - - - Represents a hyperlink associated with a picture. - - - - - - - Initializes a new instance of the XlPictureHyperlink class with the default settings. - - - - - - - - Creates a copy of the current XlPictureHyperlink object. - - - An XlPictureHyperlink object which is a copy of the current object. - - - - - - - Gets a value indicating whether the hyperlink associated with a picture refers to an external resource (web page, e-mail address, file or directory) or to an internal resource (to a cell range in the current workbook). - - - true, if the hyperlink refers to an external resource; otherwise, false. - - - - - - - Gets or sets the target frame in which to display the web page when the hyperlink is clicked. - - - A value representing a predefined name of the target window (frame). By default, it is an empty string. - - - - - - - - Lists the values that are used to localize the names of supported kinds. - - - - - - - "Arrow" - - - - - - - - "Backslant Line" - - - - - - - - "Bottom Arrow" - - - - - - - - "Brace" - - - - - - - - "Bracket" - - - - - - - - "Cross" - - - - - - - - "8-Point Star" - - - - - - - - "Ellipse" - - - - - - - - "5-Point Star" - - - - - - - - "4-Point Star" - - - - - - - - "Hexagon" - - - - - - - - "Horizontal Line" - - - - - - - - "Left Arrow" - - - - - - - - "Line" - - - - - - - - "Octagon" - - - - - - - - "Pentagon" - - - - - - - - "Polygon" - - - - - - - - "Rectangle" - - - - - - - - "Right Arrow" - - - - - - - - "6-Point Star" - - - - - - - - "Slant Line" - - - - - - - - "Square" - - - - - - - - "Star" - - - - - - - - "3-Point Star" - - - - - - - - "Top Arrow" - - - - - - - - "Triangle" - - - - - - - - "Vertical Line" - - - - - - - - - Represents an anchor point used to position a picture in a worksheet. - - - - - - - Initializes a new instance of the XlAnchorPoint class with the specified settings. - - - - An integer that is the zero-based index of the column containing the anchor cell for a picture. - - - - An integer that is the zero-based index of the row containing the anchor cell for a picture. - - - - - - - - Initializes a new instance of the XlAnchorPoint class with the specified settings. - - - - An integer that is the zero-based index of the column containing the anchor cell for a picture. - - - - An integer that is the zero-based index of the row containing the anchor cell for a picture. - - - - - An integer value that is the column offset within the anchor cell in pixels. - - - - An integer value that is the row offset within the anchor cell in pixels. - - - - - - - - Gets the index of the column that contains the anchor cell. - - - An integer value specifying the zero-based index of the column. - - - - - - - Gets the horizontal offset from the left edge of the anchor cell to the actual position of the anchor point. - - - An integer value that is the column offset within the anchor cell in pixels. - - - - - - - Determines whether the specified object is equal to the current XlAnchorPoint instance. - - - - An object to compare with the current object. - - - true, if the specified object is equal to the current XlAnchorPoint instance; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlAnchorPoint object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets the index of the row that contains the anchor cell. - - - - - An integer value specifying the zero-based index of the row. - - - - - - - Gets the vertical offset from the top edge of the anchor cell to the actual position of the anchor point. - - - An integer value that is the row offset within the anchor cell in pixels. - - - - - - - - Contains options which define how a document is exported to an image. - - - - - - - - Initializes a new instance of the ImageExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the ImageExportOptions class with the specified image format. - - - - - An object. This value is assigned to the property. - - - - - - - - - Copies the settings from the specified ImageExportOptions object to the current object. - - - - - An ImageExportOptions object whose settings are assigned to the current object. - - - - - - - - Specifies whether document pages are exported to a single or multiple images. - - - An enumeration value. - - - - - - - Specifies the image format for exporting a document. - - - A value. - - - - - - - - Lists the available image formats (".bmp", ".gif", ".jpg", ".png", ".emf", ".wmf", ".tiff"). - - - - - - - - - Specifies the page border color when a document is exported to a single image page-by-page. - - - A value. - - - - - - - - Specifies the page border width (in pixels) when a document is exported to a single image page-by-page. - - - An integer value, specifying the page border width (in pixels). - - - - - - - Specifies the range of pages to be exported. - - - - A value, specifying the range of pages. The ranges are defined using hyphens and separated by commas. For example: "1,3,5-12". - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Specifies the image resolution (in DPI). - - - - An integer value, specifying the image resolution (in DPI). - - - - - - - Specifies whether a report is printed with a white or transparent background when the () property is set to transparent. - - - true, to retain the transparency in a published report; otherwise, false. - - - - - - - Specifies the quality of text rendering in images (especially in images having small DPI values and a transparent background). - - - - A enumeration value. - - - - - - - - Represents the class used to generate an Industrial 2 of 5 bar code. - - - - - - - Initializes a new instance of the Industrial2of5Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the density of a bar code's bars. - - - - A float value specifying the density of a bar code's bars. - - - - - - - - Contains encryption options for a workbook. - - - - - - - Initializes a new instance of the EncryptionOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the EncryptionOptions class. - - - - An EncryptionOptions class instance representing the source object for copying. - - - - - - - - Stores the default value that is . - - - - - - - - - Gets or sets the password to encrypt the workbook. - - - A string that is the password to protect the document. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Resets all encryption options to their default values. - - - - - - - - Gets or sets the encryption mechanism used to create a password-protected workbook. - - - One of the enumeration values specifying the type of encryption. -The default is ModelEncryptionType.Strong. - - - - - - - - Specifies the document changing permissions. - - - - - - - Permits any changes for the PDF document, except extracting its pages. - - - - - - - - Permits commenting, filling in form fields, and signing existing signature fields for the PDF document. - - - - - - - - Permits filling in form fields and signing existing signature fields for the PDF document. - - - - - - - - Permits inserting, deleting and rotating the PDF document's pages. - - - - - - - - Specifies that no changes are permitted to the PDF document. - - - - - - - - - Specifies the document printing permissions. - - - - - - - Permits the PDF document's printing in high resolution only, unless the are accessed and modified. - - - - - - - - Permits the PDF document's printing in low resolution only (150 dpi), unless the are accessed and modified. - - - - - - - - Forbids printing of the PDF document, unless the are accessed and modified. - - - - - - - - - Defines the security access options for the exported PDF document. - - - - - - - Initializes a new instance of the PdfPasswordSecurityOptions class. - - - - - - - - Copies all the settings from the PdfPasswordSecurityOptions object passed as a parameter. - - - - - An PdfPasswordSecurityOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Creates a copy of the current PdfPasswordSecurityOptions instance. - - - A PdfPasswordSecurityOptions object which represents an exact copy of the current object. - - - - - - - Specifies the algorithm used to encrypt PDF content. - - - A enumeration value. - - - - - - - Determines whether or not the specified object is equal to the current PdfPasswordSecurityOptions instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PdfPasswordSecurityOptions instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current PdfPasswordSecurityOptions object. - - - - An integer value representing the hash code for the current object. - - - - - - - Specifies the password for opening the exported PDF document. - - - A value, representing the password. - - - - - - - Provides access to the PDF permission options of the document. - - - A object, representing the security permission options for the exported PDF document. - - - - - - - - Specifies the PDF permissions password for the document. - - - A value, representing the permissions password. - - - - - - - - Represents the class used to generate an UPC-A bar code. - - - - - - - Initializes a new instance of the UPCAGenerator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Serves as a base for the class and specifies the common font characteristics. - - - - - - - Gets or sets the value indicating whether the cell content is formatted as bold. - - - true, if the cell text is bold; otherwise, false. - - - - - - - Gets or sets the basic set of characters associated with the current font. - - - An integer value that represents the font character set. Valid values are 0 to 255. - - - - - - - Compatibility setting. Gets or sets a value indicating whether the cell font is condensed. - - - true, to squeeze text characters together; otherwise, false. - - - - - - - Copies the appropriate properties of the specified object into the current object of the XlFontBase type. - - - - An XlFontBase object that represents the object from which the settings will be copied. - - - - - - - - Determines whether the specified object is equal to the current XlFontBase object. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlFontBase object; otherwise false. - - - - - - - Compatibility setting. Gets or sets a value indicating whether the cell font is extended. - - - true, to stretch the text; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlFontBase object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets or sets the value indicating whether the cell content is formatted as italic. - - - true, if the cell text is italic; otherwise, false. - - - - - - - Gets or sets the name of the font applied to the cell content. - - - A value that specifies the font name. - - - - - - - Compatibility setting. Gets or sets the value indicating whether the cell content is formatted as an outline. - - - - true, to display only inner and outer borders of each character; otherwise, false. - - - - - - - Gets or sets the font scheme to which the current font belongs. - - - One of the enumeration members. - - - - - - - Formats the cell content as subscript or superscript. - - - An enumeration member indicating whether the text is subscript or superscript. - - - - - - - Compatibility setting. Gets or sets a value indicating whether the cell font is formatted as shadowed. - - - true, to add a shadow to the cell text; otherwise, false. - - - - - - - Gets or sets the size of the font applied to the cell content. - - - A value specifying the font size in points. - - - - - - - Gets or sets the value indicating whether the cell content is formatted as strikethrough. - - - true, if the strikethrough formatting is applied to the cell text; otherwise, false. - - - - - - - Gets or sets the type of underline applied to the cell content. - - - An enumeration value. - - - - - - - - Lists the values used to specify the compression level of the XPS document. - - - - - - - - XPS document is compressed fast, but with a lower level of compression. - - - - - - - - XPS document is compressed with the best level of compression, but it requires more time. - - - - - - - - XPS document is compressed with a normal level of compression. - - - - - - - - - XPS document is not compressed. - - - - - - - - - XPS document is compressed very fast, but with the lowest level of compression. - - - - - - - - - A file storage used by the and objects to cache the document that they generate to display/export/print a report. - - - - - - - Creates the FileDocumentStorage class' instance and specifies the default settings. - - - - - - - - - Creates the FileDocumentStorage class' instance and specifies its property. - - - - Specifies a path to the directory used to store a cached document. - - - - - - - - Deletes the folder where a cached document is stored. - - - - - - - - Specifies the directory used to store a cached document. - - - Specifies a path to the directory used to store a cached document. - - - - - - - - A base class for storages used by the and objects to cache the document that they generate to display/export/print a report. - - - - - - - Deletes the storage's content. - - - - - - - - Specifies weather to delete the content located in the storage when it is disposed of. - - - true, if the storage must be cleared. Otherwise, false. - - - - - - - Disposes of the DocumentStorage object. - - - - - - - - - Contains the basic functionality for the and classes. - - - - - - - - Creates the CachedReportSourceBase class' instance and sets its and properties. - - - - The report to be displayed and/or exported. - - - - The storage used for caching the document that is generated from the specified report. - - - - - - - - Creates the CachedReportSourceBase class' instance and specifies the default settings. - - - - - - - - - Creates the CachedReportSourceBase class' instance and sets its and properties. - - - - The report to be displayed and/or exported. - - - - The storage used for caching the document that is generated from the specified report. - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - Creates a document from the report specified by the property, so it can be displayed, printed and exported. - - - - - - - - Creates a document from the report specified by the property, so it can be displayed, printed and exported. Runs the document generation in an individual task asynchronously. - - - - - The task where document generation is performed. - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Provides access to the Printing System associated with the cached document. - - - A instance that provides print and export capabilities for the cached document. - - - - - - - For internal use. - - - - - - - - - - Specifies the report for which a document is generated. - - - The report for which a document is generated. - - - - - - - Interrupts the document generation process. - - - - - - - - Specifies a storage for the document generated from the . - - - The class' descendant used to store a generated document in a certain place (e.g. a file system or database). - - - - - - - - Represents a region of the cell text with its own set of font characteristics. - - - - - - - Initializes a new instance of the XlRichTextRun class with the specified settings. - - - - A value that specifies the text of this cell region. This value is assigned to the property. - - - - An object that specifies font attributes to be applied to the text. If null, the default font is used. This value is assigned to the property. - - - - - - - - - Determines whether the specified object is equal to the current XlRichTextRun instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlRichTextRun instance; otherwise false. - - - - - - - Gets or sets the font settings of the current region of the cell text. - - - - An object providing members to change font attributes of the cell text region. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlRichTextRun object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets or sets the text of the current cell region with a specific font. - - - A value that specifies the text associated with the current cell region. - - - - - - - - Specifies whether the resulting file should be automatically opened in the default program, after exporting a document which is currently displayed in the Print Preview. - - - - - - - - After exporting is finished, the message box with the following text is shown: "Do you want to open this file?", so that an end-user may choose whether the resulting file should be automatically opened in the default program, or not. - - - - - - - - No action is performed after exporting is finished. - - - - - - - - - After exporting is finished, the default program which is currently associated with the type of the resulting file is launched, and the file is automatically opened in this application. - - - - - - - - - Identifies report documents generated by a scheduled job. - - - - - - - Initializes a new instance of the GeneratedReportIdentity class with the default settings. - - - - - - - - Initializes a new instance of the GeneratedReportIdentity class with the specified ID. - - - - An integer value, identifying the report. - - - - - - - - Specifies the report ID. - - - An integer value, identifying the report. - - - - - - - Returns the textual representation of GeneratedReportIdentity. - - - A value. - - - - - - - - Defines the security permission options for the exported PDF document. - - - - - - - Initializes a new instance of the PdfPermissionsOptions class with the default settings. - - - - - - - - Copies all the settings from the PdfPermissionsOptions object passed as a parameter. - - - - An PdfPermissionsOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Specifies the permissions for changing the exported PDF document. - - - A object, that contains the changing permissions. - - - - - - - Creates a copy of the current PdfPermissionsOptions instance. - - - A PdfPermissionsOptions object which represents an exact copy of the current object. - - - - - - - Specifies the permissions for copying the exported PDF document. - - - true to enable document copying; otherwise, false. - - - - - - - Specifies the permissions for copying the content of the exported PDF document. - - - true to enable copying of the document content; otherwise, false. - - - - - - - Specifies the permissions for screen readers access to the exported PDF document. - - - true to enable screen readers access; otherwise, false. - - - - - - - Determines whether or not the specified object is equal to the current PdfPermissionsOptions instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PdfPermissionsOptions instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current PdfPermissionsOptions object. - - - - An integer value representing the hash code for the current object. - - - - - - - Specifies the permissions for printing the exported PDF document. - - - A object, containing the printing permissions. - - - - - - - - - Represents a method that will handle the event. - - - - - - - A method that will handle the event. - - - - - The event sender. - - - - An object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ExceptionEventArgs class with the specified settings. - - - - A object. - - - - - - - - Provides access to the exception. - - - A object, representing errors that occur during application execution. - - - - - - - Specifies whether or not the corresponding event was handled. - - - - true if the exception was handled; otherwise, false. - - - - - - - - Contains options which specify the Document Properties of the created XPS file. - - - - - - - Initializes a new instance of the XpsDocumentOptions class with the default settings. - - - - - - - - Copies all the settings from the XpsDocumentOptions object passed as a parameter. - - - - - An XpsDocumentOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the string to be added as a Category property of the resulting XPS file. - - - - A which stores a Category. - - - - - - - Creates a copy of the current XpsDocumentOptions object. - - - A XpsDocumentOptions object which is a copy of the current object. - - - - - - - Gets or sets the string to be added as a Creator property of the resulting XPS file. - - - - A which stores a Creator. - - - - - - - Gets or sets the string to be added as a Description property of the resulting XPS file. - - - - A which stores a Description. - - - - - - - Gets or sets the string to be added as a Keywords property of the resulting XPS file. - - - - A which stores keywords. - - - - - - - Gets or sets the string to be added as a Subject property of the resulting XPS file. - - - - A which stores a Subject. - - - - - - - Gets or sets the string to be added as a Title property of the resulting XPS file. - - - - A which stores a Title. - - - - - - - Gets or sets the string to be added as a Version property of the resulting XPS file. - - - - A which stores a Version. - - - - - - - - Lists the available XLSX export modes. - - - - - - - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLSX file. - - - - - - - - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLSX file only once, at the beginning and at the end of the document. - - - - - - - - A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLSX file. - - - - - - - - - Lists the available XLS export modes. - - - - - - - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single XLS file. - - - - - - - - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting XLS file only once, at the beginning and at the end of the document. - - - - - - - - A document is exported to a single file, page-by-page. In this mode, each page is exported to an individual sheet of the same XLS file. - - - - - - - - - Lists characters used to identify a new line in a CSV document. - - - - - - - A carriage return character. - - - - - - - - A carriage return/linefeed character combination. - - - - - - - - A form feed character for the print function. - - - - - - - - - A line feed character. - - - - - - - - A carriage linefeed/return character combination. - - - - - - - - A vertical tab character. - - - - - - - - - Represents the base class for objects which define export options specific to HTML and MHT formats. - - - - - - - Initializes a new instance of the HtmlExportOptionsBase class with the default settings. - - - - - - - - - Gets or sets whether the JavaScript code can be placed in URLs in the resulting HTML document. - - - true, to allow inserting the JavaScript code to URLs; otherwise, false. - - - - - - - Copies all the settings from the HtmlExportOptionsBase object passed as a parameter. - - - - - An HtmlExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the encoding name used when exporting a document to HTML. - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). - - - - - - - - Specifies whether or not images are embedded in HTML content. - - - true to embed images in HTML; otherwise, false. - - - - - - - Gets or sets a value indicating how a document is exported to HTML. - - - - An enumeration value which represents the HTML export mode. - - - - - - - - Specifies whether to export watermarks to HTML along with the rest of the document content. - - - true to export watermarks to HTML; otherwise false. - - - - - - - Specifies whether the style properties are written to the <head> section of an HTML document, or they are defined at the same place where a specific style is assigned in a document. - - - true to define the style properties at the same place where a specific style is assigned in a document, otherwise false. - - - - - - - Gets or sets the color of page borders when a document is exported to HTML page-by-page. - - - A value which represents the page border color. - - - - - - - - Gets or sets the width (in pixels) of page borders when a document is exported to HTML page-by-page. - - - An integer value which represents the page border width. - - - - - - - Gets or sets the range of pages to be exported. - - - - A specifying the range of pages. - - - - - - - For internal use. - - - - - - - - Gets or sets a value indicating whether secondary symbols should be removed from the resulting HTML file, to reduce its size. - - - - true to remove secondary symbols; otherwise, false. - - - - - - - - Determines whether to use the table or non-table layout in the resulting HTML file. - - - true, to use a table layout; otherwise, false. - - - - - - - Gets or sets a title of the created HTML file - - - A containing the name shown as the title of the created HTML file. - - - - - - - Specifies whether or not the document navigation is implemented by using scripts. - - - true to use standard HTML link references in document navigation; otherwise false. - - - - - - - - Represents a hyperlink in a worksheet. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Compatibility setting. Gets or sets the text to be displayed for the specified hyperlink. - - - A value that specifies the display text for a hyperlink. - - - - - - - Gets or sets the cell or cell range that contains the hyperlink. - - - An object specifying the location of a hyperlink in a worksheet. - - - - - - - - Represents the object that specifies rows and columns to be repeated on every printed page. - - - - - - - Initializes a new instance of the XlPrintTitles class with the specified settings. - - - - An object that is the worksheet containing row and column titles to be printed. - - - - - - - - Gets or sets specific columns to be repeated on every printed page. - - - An object that specifies worksheet columns repeated on every printed page. - - - - - - - Gets or sets specific rows to be repeated on every printed page. - - - An object that specifies worksheet rows repeated on every printed page. - - - - - - - Sets columns to be repeated on the left side of every printed page. - - - - A zero-based integer representing the index of the first column to be printed on each page. - - - - A zero-based integer representing the index of the last column to be printed on each page. - - - - - - - - Sets rows to be repeated at the top of every printed page. - - - - A zero-based integer representing the index of the first row to be printed on each page. - - - - A zero-based integer representing the index of the last row to be printed on each page. - - - - - - - - Returns a string reference to a range that includes the entire rows and/or columns repeated on every printed page. - - - A string reference to the title rows and/or title columns printed on every page. - - - - - - - - Lists the types of errors which occur in cell formulas and can be skipped using the property. - - - - - - - - All errors are ignored. - - - - - - - - The cell in a calculated column contains a formula that is different from the calculated column formula. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - - The formula contains a reference to an empty cell. - - - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - The cell contains a formula that results in an error. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!. - - - - - - - - The formula does not match the pattern of nearby formulas. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - The formula omits certain cells in a region. The rule checks whether the formula in the cell which references a cell range includes a range of cells that is adjacent to the cell that contains the formula. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - A cell value does not comply with the data validation rule restricting data to predefined items in a list. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - No errors are ignored. - - - - - - - - Numbers stored as text or preceded by an apostrophe. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - A text date that might be misinterpreted as the wrong century. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - The cell containing a formula is not locked for protection. - -The screenshot that illustrates this error type is taken in Microsoft® Excel®. - - - - - - - - - - Lists values used to specify the page orientation applied when a worksheet is being printed. - - - - - - - Worksheet page orientation is default. - - - - - - - - Worksheet page orientation is landscape. - - - - - - - - Worksheet page orientation is portrait. - - - - - - - - - Lists values used to specify how comments anchored to worksheet cells are printed. - - - - - - - Cell comments are printed as they are displayed on a worksheet. - - - - - - - - Cell comments are printed in a separate page at the end of a worksheet printout. - - - - - - - - Cell comments are not printed. - - - - - - - - - Lists values used to specify how cell errors are printed. - - - - - - - Cell errors are not printed. - - - - - - - - Cell errors are printed as double dashes (--). - - - - - - - - Cell errors are printed as they are displayed on a worksheet. - - - - - - - - Cell errors are printed as #N/A. - - - - - - - - - Represents the object that specifies printing options for a worksheet. - - - - - - - Initializes a new instance of the XlPrintOptions class with the default settings. - - - - - - - - Gets or sets a value indicating whether worksheet gridlines should be printed. - - - true, to print worksheet gridlines; otherwise, false. - - - - - - - Gets or sets a value indicating whether row and column headings should be printed. - - - true, to print row and column headings; otherwise, false. - - - - - - - Gets or sets a value indicating whether worksheet data is centered horizontally on a printed page. - - - true, to center worksheet data; otherwise, false. - - - - - - - Gets or sets a value indicating whether worksheet data is centered vertically on a printed page. - - - true, to center worksheet data; otherwise, false. - - - - - - - - Represents the object that specifies page formatting options. - - - - - - - Initializes a new instance of the XlPageSetup class with the default settings. - - - - - - - - Gets or sets a value indicating whether the first page number should be selected automatically. - - - true, to use the default page number for the first printed page; otherwise, false. - - - - - - - Gets or sets whether to print the worksheet in black and white or in color. - - - true, to print the worksheet in black and white; otherwise, false. - - - - - - - Gets or sets how comments contained in a worksheet are printed. - - - One of the enumeration values. - - - - - - - Gets or sets the number of worksheet copies to print. - - - A positive integer that is a number of copies to print. -If the number of copies is less than 1 or greater than 32767, a System.ArgumentOutOfRangeException will be thrown. - - - - - - - Gets or sets a value indicating whether the worksheet should be printed without graphics and graphic elements (such as gridlines). - - - true, to exclude graphics from the printout; otherwise, false. - - - - - - - Gets or sets how errors contained in worksheet cells are printed. - - - One of the enumeration values. - - - - - - - Gets or sets the number from which pagination starts on the current worksheet. - - - An integer that is the number of the first page of the printed worksheet. - - - - - - - Gets or sets the number of pages by height in which the worksheet should fit when printed. - - - A positive integer value that specifies the number of pages that the worksheet should fit on. -This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. - - - - - - - - - Gets or sets a value indicating whether the worksheet content should be scaled to fit on a specific number of pages. - - - true, if the FitToPage print option is enabled; otherwise, false. - - - - - - - Gets or sets the number of pages wide the worksheet should fit on when printed. - - - A positive integer value that specifies the number of pages that the worksheet should fit on. -This value must be between 0 and 32767; otherwise, a System.ArgumentOutOfRangeException will be thrown. - - - - - - - - - Gets or sets the horizontal printer resolution, in dots per inch. - - - A positive integer that specifies the printing resolution. -The default value is 600 DPI. - - - - - - - Gets or sets the page orientation applied when a worksheet is being printed. - - - An enumeration member. - - - - - - - Gets or sets the order in which worksheet pages are numbered and printed. - - - An enumeration member. - - - - - - - Gets or sets a value that specifies the paper size used when a worksheet is being printed. - - - One of the enumeration values. - - - - - - - Gets or sets the percentage by which to scale the worksheet content. - - - A positive integer value that determines print scaling. This value must be between 10 and 400; otherwise, a System.ArgumentOutOfRangeException will be thrown. - - - - - - - Gets or sets a value indicating whether to use the default page settings specified by the printer. - - - true, to use the printer's defaults settings for a printed page; otherwise, false. - - - - - - - Gets or sets the vertical printer resolution, in dots per inch. - - - A positive integer that specifies the printing resolution. -The default value is 600 DPI. - - - - - - - - Contains options which define how a document is exported to XPS format. - - - - - - - - - Initializes a new instance of the XpsExportOptions class with the default settings. - - - - - - - - Copies all the settings from the XpsExportOptions object passed as a parameter. - - - - - An XpsExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets a value specifying the compression level of the XPS document. - - - An enumeration level. - - - - - - - Gets the options to be embedded as Document Properties of the created XPS file. - - - An object which contains Document Properties options. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - Represents a single row in a worksheet. - - - - - - - Applies the specified formatting settings to the entire row. - - - - An object that specifies format characteristics to be applied to row cells. - - - - - - - - Starts generating a table in the worksheet. - - - - A list of the objects containing the unique names of table columns and their formatting settings. - - - - A value indicating whether the header row is displayed for the table. - - - - An object that specifies format settings for the header row of the table. - - - An object representing the generated table. - - - - - - - Starts generating a table in the worksheet. - - - - A list of string values representing the unique captions for table columns. - - - - A value indicating whether the header row is displayed for the table. - - - An object representing the generated table. - - - - - - - Starts generating a table in the worksheet. - - - - A list of string values representing the unique captions for table columns. - - - - A value indicating whether the header row is displayed for the table. - - - - An object that specifies format settings for the header row of the table. - - - An object representing the generated table. - - - - - - - Creates the specified number of empty cells to which specific formatting options are applied. - - - - A positive integer that specifies the number of blank cells to be created. - - - - An object that specifies formatting settings to be applied to the created cells. If formatting is null, a System.ArgumentNullException exception occurs. - - - - - - - - Creates cells with the specified values and format characteristics. - - - - An object exposing the System.Collections.IEnumerable interface that provides values for cells to be created. -If the values parameter is null, a System.ArgumentNullException exception occurs. - - - - An object that specifies formatting settings be applied to the created cells. If null, no special formatting is applied. - - - - - - - - Creates a new cell in the row and returns the object. - - - An object that is the newly created cell. - - - - - - - Creates a new cell at the intersection of the current row and the specified column. - - - - An integer specifying the zero-based index of the column where the created cell should be located. - - - An object that is the newly created cell. - - - - - - - Finishes table generation after calling the method. - - - - An object that is the generated table. - - - - A value indicating whether the total row is displayed for the table. - - - - - - - - Gets or sets format characteristics of the row. - - - An object that specifies format characteristics applied to row cells. - - - - - - - - Gets or sets the row height in pixels. - - - An integer value that is the row height in pixels. -1 sets the default row height. - - - - - - - - Gets or sets the row height in points. - - - A value that is the row height in points. - - - - - - - Gets or sets a value indicating whether the group related to this summary row is collapsed. - - - true, if the group is collapsed; otherwise, false. - - - - - - - Gets or sets whether the row is visible or hidden. - - - true, if the row is hidden; otherwise, false. - - - - - - - Gets the zero-based index of the current row. - - - An integer specifying the position of the row in the worksheet. - - - - - - - Specifies the number of successive cells to be skipped in the row before starting to create a new cell. - - - - - A positive integer value that specifies the number of cells in the row to be skipped. - - - - - - - - - - Lists values used to specify the units of margin measurement. - - - - - - - Specifies centimeters as a unit of margin measurement. - - - - - - - - Specifies inches as a unit of margin measurement. - - - - - - - - - Lists possible ways to interpret and calculate a formula in a worksheet. - - - - - - - Formula is calculated as an array formula in a worksheet. - - - - - - - - The formula works with an array of values. - - - - - - - - - Formula is calculated as if it is entered in the worksheet cell in the usual way. It does not operate with arrays to return arrays. - - - - - - - - Formula is calculated as a shared formula in a worksheet. - - - - - - - - - If implemented by a class, provides functionality for the DevExpress Report Server authentication service. - - - - - - - Logs into a Report and Dashboard Server. - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - true if the attempt to login is successful; otherwise false. - - - - - - - - Represents the object that specifies a cell number format. - - - - - - - Gets the object that uses the "d-mmm" format code to display a cell value as a date. - - - An object that specifies a cell number format. - - - - - - - Gets the format code corresponding to the current number format. - - - A value that is the format string. - - - - - - - Gets the unique identifier associated with the current number format. - - - An integer value that is the number format ID. - - - - - - - Gets the object that uses the "# ?/?" format code to display a cell number as a fraction. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "# ??/??" format code to display a cell number as a fraction. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the General format to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets a value indicating whether the current XlNumberFormat is a date and time format. - - - true, if the XlNumberFormat is used to format a date and time value in a cell; otherwise, false. - - - - - - - Gets the object that uses the "d-mmm-yy" format code to display a cell value as a date. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "h:mm:ss AM/PM" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "h:mm:ss" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "mm:ss" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "mm:ss.0" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "mmm-yy" format code to display a cell value as a date. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0;(#,##0)" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0.00;(#,##0.00)" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0;[Red](#,##0)" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0.00;[Red](#,##0.00)" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "0" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "0.00" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "#,##0.00" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "0%" format code to display a cell number as a percentage. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "0.00%" format code to display a cell number as a percentage. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "0.00E+00" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "##0.0E+0" format code to display numeric data in a cell. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "mm-dd-yy" format code to display a cell value as a date. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "m/d/yy h:mm" format code to display a cell value as a date and time. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "h:mm AM/PM" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "h:mm" format code to display a cell value as a time value. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "[h]:mm:ss" format code to display a cell value as the total amount of time elapsed. - - - An object that specifies a cell number format. - - - - - - - Gets the object that uses the "@" character to display a cell value as a text. - - - An object that specifies a cell number format. - - - - - - - - If implemented by a class, provides the client-side functionality for a WCF Report Service. - - - - - - - Starts clearing the document (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document has been cleared. - - - - - - - - Starts obtaining the document build status (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the created document's status has been obtained. - - - - - - - - - Starts obtaining the document data (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document data has been obtained. - - - - - - - - - Starts obtaining the exported document (asynchronously). - - - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the exported document has been obtained. - - - - - - - - Starts obtaining the exported document's status (asynchronously). - - - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the exported document's status has been obtained. - - - - - - - - Asynchronously obtains a collection of parameter values assigned to a lookup editor. - - - - An value. - - - - An array of objects. - - - - An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when a lookup editor has finished obtaining the appropriate parameter values. - - - - - - - - Starts obtaining the document pages (asynchronously). - - - - A object, identifying the document. - - - - An array of integer values, specifying the document pages. - - - - A enumeration value, specifying the markup compatibility. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document pages have been obtained. - - - - - - - - - Starts obtaining the printed document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the printed document has been obtained. - - - - - - - - - Starts obtaining the status of the printed document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the printed document's status has been obtained. - - - - - - - - - Starts obtaining the report parameters (asynchronously). - - - - An object, identifying the report. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the report parameters have been obtained. - - - - - - - - - Starts building the report (asynchronously). - - - - An object, identifying the report. - - - - A object, storing the arguments required to create the report. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document build has started. - - - - - - - - - Starts exporting the document (asynchronously). - - - - A object, identifying the document. - - - - A object, storing the arguments required to export the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document export has started. - - - - - - - - Starts printing the document (asynchronously). - - - - A object, identifying the document. - - - - A enumeration value, specifying the markup compatibility. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document printing has started. - - - - - - - - - Stops building the document (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document build has stopped. - - - - - - - - - Stops printing the document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document printing has stopped. - - - - - - - - - - A variant value that can be used as a cell value, filter value or function argument. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A value that is the base date December 30, 1899. - - - - - - - Gets or sets the boolean value stored by the XlVariantValue object. - - - A value. - - - - - - - Gets or sets the date and time value stored by the XlVariantValue object. - - - A value. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A object that represents the 60-day time interval. - - - - - - - Returns the XlVariantValue object specifying an empty value. - - - - - - - - - Determines whether the specified object is equal to the current XlVariantValue instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlVariantValue instance; otherwise false. - - - - - - - Returns the XlVariantValue object specifying the #DIV/0! cell error. - - - - - - - - - Returns the XlVariantValue object specifying the #VALUE! cell error. - - - - - - - - - Returns the XlVariantValue object specifying the #NAME? cell error. - - - - - - - - - Returns the XlVariantValue object specifying the #NULL! cell error. - - - - - - - - - Returns the XlVariantValue object specifying the #NUM! cell error. - - - - - - - - - Returns the XlVariantValue object specifying the #REF! cell error. - - - - - - - - - Gets or sets the cell error stored by the XlVariantValue object. - - - An object implementing the interface that contains information on a cell error. - - - - - - - Returns the XlVariantValue object specifying the #N/A cell error. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - The string "FALSE". - - - - - - - Converts the specified object to XlVariantValue. - - - - An object to be converted to an . - - - An object that corresponds to the specified object. If the conversion cannot be performed, an empty is returned. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlVariantValue object. - - - The hash code for the current object. - - - - - - - Gets whether the current XlVariantValue object contains a Boolean value. - - - true, if the current value is of the Boolean type; otherwise, false - - - - - - - Gets whether the current XlVariantValue object has an empty value. - - - true, if the current value is empty; otherwise, false. - - - - - - - Gets whether the current XlVariantValue object contains an error. - - - true, if the current value is of the error type; otherwise, false - - - - - - - Gets whether the current XlVariantValue object contains a number. - - - true, if the current value is of the numeric type; otherwise, false - - - - - - - Gets whether the current XlVariantValue object contains text. - - - true, if the current value is of the text type; otherwise, false - - - - - - - Gets or sets the number stored by the XlVariantValue object. - - - A value. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - A serial value. - - - - true, to use the 1904 date system; otherwise, false. - - - - - - - - Gets or sets the text stored by the XlVariantValue object. - - - A value. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Returns a value containing a textual representation of the XlVariantValue object. - - - - A object specifying the culture settings. - - - An object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Returns a value containing a textual representation of the XlVariantValue object. - - - An object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - The string "TRUE". - - - - - - - Gets the type of the XlVariantValue object. - - - An enumerator member specifying the value type. - - - - - - - - Specifies whether to use the formatting of the data fields in the bound dataset for the cells in the exported XLS (or XLSX) document. - - - - - - - - Exports all data fields to the XLS (or XLSX) file as strings, with the corresponding formatting embedded into those strings. - - - - - - - - Exports all data fields to the XLS (or XLSX) file using the same formatting as they have in the original document. - - - - - - - - - Represents a single cell in a worksheet. - - - - - - - Applies the specified formatting settings to the cell. - - - - An object that specifies format characteristics to be applied to the cell. - - - - - - - - Gets the index of the column that contains the current cell. - - - A zero-based integer value that specifies the index of the column containing the current cell. - - - - - - - Gets or sets cell format characteristics. - - - An object that specifies format characteristics applied to the cell. - - - - - - - Gets the position of the current cell in a worksheet. - - - An object specifying coordinates of a cell in a worksheet. - - - - - - - Gets the index of the row that contains the current cell. - - - A zero-based integer value that specifies the index of the row containing the current cell. - - - - - - - Assigns the specified formula string to a cell. - - - - A string that is a formula contained in the cell. - - - - - - - - Assigns the specified formula expression to a cell. - - - - A object that is a collection of syntactic tokens (PTGs, an acronym of "parsed thing"). - - - - - - - - Assigns the specified formula to a cell. - - - - An object with the interface which can be transformed into an expression. - - - - - - - - Assigns the rich formatted text to a cell. - - - - An object that is a combination of specifically formatted text regions. - - - - - - - - Assigns the specified formula expression to the given cell range to create a shared formula. - - - - An object used to specify a shared formula. - - - - An object that is the worksheet cell range in which each cell will contain a shared formula. - - - - - - - - Assigns the specified formula string to the given cell range to create a shared formula. - - - - A string that is the textual expression used as a cell formula. - - - - An object that is the worksheet cell range in which each cell will contain a shared formula. - - - - - - - - Creates the shared formula based on the formula contained in the host cell. - - - - An structure that determines a cell which contains the host formula. - - - - - - - - - Gets or sets a cell value. - - - An object. - - - - - - - - Provides access to a set of display options for a worksheet. - - - - - - - Gets or sets a value indicating whether the worksheet is displayed from right to left. - - - true, to display the worksheet from right to left; otherwise, false. - - - - - - - Gets or sets whether to display the formula in each cell instead of the formula result. - - - true, to display formulas; otherwise, false. - - - - - - - Gets or sets whether worksheet gridlines are visible. - - - true, to display worksheet gridlines; otherwise, false. - - - - - - - Gets or sets whether outline symbols are visible on the worksheet that contains outlined data. - - - true, to display outline symbols; otherwise, false. - - - - - - - Gets or sets whether row and column headers are visible on the worksheet. - - - true, to display row and column headers; otherwise, false. - - - - - - - Gets or sets whether to display zero values in worksheet cells. - - - true, to display zero values; otherwise, false. - - - - - - - - Lists values used to specify the reading order of the cell. - - - - - - - Specifies that the reading order depends on the context and is determined by the first strong character: if it is a right-to-left character, the reading order is also right-to-left; otherwise, the reading order is left-to-right. - - - - - - - - Specifies that the reading order is left-to-right. - - - - - - - - Specifies that the reading order is right-to-left. - - - - - - - - - Lists values used to specify the horizontal alignment of the cell content. - - - - - - - The cell content is centered horizontally across the cell. - - - - - - - - The cell content is centered horizontally across multiple cells. - - - - - - - - The text is wrapped to fit into the cell width and each line of text is horizontally distributed across the full width of the cell. This alignment type allows applying an indent to both the left and right sides of the cell. - - - - - - - - Repeats the cell content across the entire width of the cell. - - - - - - - - The cell content is horizontally aligned according to the data type (text is aligned to the left; numbers, date and time values are aligned to the right; boolean and error values are centered). - - - - - - - - The text is wrapped to fully fit into the cell width and each line of text (except the last line) is horizontally justified to the right and left of the cell. - - - - - - - - The cell content is horizontally aligned to the left edge of the cell. - - - - - - - - - The cell content is horizontally aligned to the right edge of the cell. - - - - - - - - - - Lists values used to specify the vertical alignment of the cell content. - - - - - - - The cell content is vertically aligned at the bottom. - - - - - - - - The cell content is centered vertically. - - - - - - - - The text is vertically distributed across the cell height. - - - - - - - - The cell content is vertically justified. - - - - - - - - The cell content is vertically aligned at the top. - - - - - - - - - Contains alignment settings for a cell. - - - - - - - Initializes a new instance of the XlCellAlignment class with the default settings. - - - - - - - - Creates a copy of the current XlCellAlignment object. - - - An XlCellAlignment object which is a copy of the current object. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the XlCellAlignment class. - - - - An XlCellAlignment class instance representing the source object for copying. - - - - - - - - Determines whether the specified object is equal to the current XlCellAlignment instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlCellAlignment instance; otherwise false. - - - - - - - Creates the object using the specified horizontal and vertical alignment settings. - - - - An enumeration member specifying how cell data should be horizontally aligned. - - - - An enumeration member specifying how cell data should be vertically aligned. - - - An class instance. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlCellAlignment object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets or sets the horizontal alignment of the cell content. - - - An enumeration member specifying how cell data should be horizontally aligned. - - - - - - - Gets or sets the cell content indention from the cell edge depending on the applied horizontal alignment. - - - An unsigned integer that specifies a space between the cell content and cell edge. An indent increment is equal to three spaces of the Normal style font. - - - - - - - Gets or sets a value indicating whether the justified or distributed alignment should be applied to the last line of the cell text. - - - true, to distribute the last line of the text in a cell; otherwise, false. The default is false. - - - - - - - Gets or sets the reading order for text in a cell. - - - One of the enumeration members that specifies the reading order. - - - - - - - Reserved for future use. -Gets or sets the additional indent value to add some extra space between the cell content and the cell edge. - - - An integer value that specifies the relative indent for text in a cell. - - - - - - - Gets or sets a value indicating whether the font size of the cell text should be automatically adjusted to fit the cell width. - - - true, if the cell text size should be shrunk; otherwise, false. - - - - - - - Gets or sets the rotation angle of the cell content. - - - An integer value that specifies the rotation angle of the cell content (in degrees). The value must be between 0 and 180; 255 changes text orientation to vertical. -If a value is outside the allowable range of values, the System.ArgumentException will be thrown. - - - - - - - Gets or sets the vertical alignment of the cell content. - - - An enumeration member specifying how cell data should be vertically aligned. - - - - - - - Gets or sets a value indicating whether the text contained in a cell should be wrapped into multiple lines. - - - true, if the cell text should be line-wrapped; otherwise, false. - - - - - - - - Provides data for events that allow cells in the export output to be customized. - - - - - - - Initializes a new instance of the CustomizeCellEventArgsBase class. - - - - - - - - Gets or sets the type of the current cell in the export document. - - - The type of the current cell in the export document. - - - - - - - Gets or sets the data source field name to which the current cell corresponds. - - - The data source field name. - - - - - - - Gets or sets the object that defines the cell's formatting settings (font, alignment, background color, format string, etc.) - - - The object that defines the cell's formatting settings. - - - - - - - - Contains cell formatting settings applied when exporting a control's data to XLS(X) format. - - - - - - - Initializes a new instance of the XlFormattingObject class. - - - - - - - - Gets or sets text alignment, wrapping, rotation, best-fit and indentation options. - - - Options that define how text is aligned, wrapped, rotated, best-fit and indented. - - - - - - - Gets or sets the cell's background color. - - - The cell's background color. - - - - - - - - - - - - - - - Copies the font, format string and background color settings from the specified object to the current object. - - - - An object whose settings are copied. - - - - A value to be assigned to the property. - - - - - - - - Gets or sets font attributes for the currently processed cell. - - - An object that contains font attributes for the currently processed cell. - - - - - - - Gets the pattern for formatting values. - - - The string representing the format pattern. - - - - - - - Gets or sets the type of formatting applied to the current value. - - - The formatting type. - - - - - - - Gets or sets the native Excel format string used to format the currently processed value. - - - A string value, representing the XLSX format string. - - - - - - - - Represents a color used in the spreadsheet document. - - - - - - - Gets an object whose value is . - - - An object that represents an automatic color. - - - - - - - Gets the indexed color value. Only used for backwards compatibility. - - - An integer value that is a zero-based color index. - - - - - - - Gets the type of the current color. - - - One of the enumeration values specifying the color type. - - - - - - - Returns the object that represents the default background color with the color index 65. - - - An object that is the default background color. - - - - - - - Returns the object that represents the default foreground color with the color index 64. - - - An object that is the default foreground color. - - - - - - - Gets an object whose value is . - - - An object that represents an empty color. - - - - - - - Determines whether the specified object is equal to the current XlColor instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlColor instance; otherwise false. - - - - - - - Creates the object from a 32-bit ARGB value. - - - - A value specifying the 32-bit ARGB value. - - - An class instance. - - - - - - - Creates the object from the specified 8-bit color values (red, green, and blue). - - - - An 8-bit integer that specifies the red component value for the new color. Valid values are 0 through 255. - - - - An 8-bit integer that specifies the green component value for the new color. Valid values are 0 through 255. - - - - An 8-bit integer that specifies the blue component value for the new color. Valid values are 0 through 255. - - - An class instance. - - - - - - - Creates the object from the theme color using the specified saturation value. - - - - An enumeration member that is one of 12 base colors used by the current document theme. - - - - A value from -1 to 1. If a value is outside the allowable range of values, the ArgumentOutOfRangeException will be thrown. - - - An class instance. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlColor object. - - - An integer value that is the hash code for the current object. - - - - - - - Gets a value indicating whether the current color is automatic or empty. - - - true, if the color is automatic or empty; otherwise, false. - - - - - - - Gets a value indicating whether the current color is empty. - - - true, if the color is empty; otherwise, false. - - - - - - - Gets an ARGB value of the current color. - - - A object that represents an ARGB color. - - - - - - - Gets the theme color based on which the object is created. - - - An enumeration member that is one of 12 base colors used by the current document theme. - - - - - - - Gets the tint value applied to the theme color. - - - A value from -1 to 1. - - - - - - - Converts the XlColor object to a human-readable string. - - - A value that consists of the theme color and the tint value if the XlColor is created from a theme color by using the method; otherwise a string that consists of the ARGB component values. - - - - - - - - Lists values used to specify the font scheme. - - - - - - - Specifies that the given font is the major font for the current theme. - - - - - - - - Specifies that the given font is the minor font for the current theme. - - - - - - - - Specifies that the given font is not a theme font. - - - - - - - - - Represents a method for handling CustomizeCell events that take a object as a parameter. - - - - - - - - Represents a method for handling CustomizeCell events that take a object as a parameter. - - - - Data for the event. - - - - - - - - - Provides data for events that allow cells in the export output to be customized. - - - - - - - Initializes a new instance of the CustomizeCellEventArgs class. - - - - - - - - Specifies the hyperlink, which belongs to the currently processed cell. - - - - A , that specifies the processed cell's hyperlink. - - - - - - - Gets or sets information on the summary calculated in the currently processed cell. This property is in effect only for summary cells. - - - An object that contains information on the summary calculated in the currently processed cell. - - - - - - - Specifies the value of the cell currently being processed. - - - An object which represents the processed cell's value. - - - - - - - - Provides functionality to a report parameter. - - - - - - - Initializes a new instance of the Parameter class with the default settings. - - - - - - - - Specifies a description displayed to an end-user, along with the parameter's editor in the Parameters UI, that is generated if the property is enabled. - - - A containing the parameter's description. - - - - - - - Specifies the look-up editor settings of the parameter. - - - A object. - - - - - - - Specifies whether or not a parameter can have multiple values. - - - true if a parameter can have multiple values; otherwise false. - - - - - - - Specifies the name of the parameter. - - - - A containing the name of the parameter. - - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. Specifies the type of the value associated with the parameter. - - - A enumeration value. - - - - - - - For internal use. - - - A . - - - - - - - Determines which values a report parameter can accept. - - - A object, specifying the type declarations. - - - - - - - Specifies the report parameter's value. - - - A , which represents the parameter's value. - - - - - - - For internal use. Stores additional information relating to the parameter's value. - - - - A value. - - - - - - - Specifies whether a parameter's editor should be displayed in the Parameters UI, which is invoked for an end-user if the property is enabled. - - - - true to display the parameter's editor; otherwise, false. - - - - - - - - Lists underline styles. - - - - - - - Specifies a double underline. - - - - - - - - Specifies a double accounting underline. -Adds a double-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. - - - - - - - - Specifies that the text is not underlined. - - - - - - - - Specifies a single underline. - - - - - - - - Specifies a single accounting underline. -Adds a single-line underline that is displayed lower than the underline and fills the entire cell width if the cell contains text or date values. - - - - - - - - - - Lists values used to format the text in a cell as superscript or subscript. - - - - - - - Specifies that the cell text should be located at the normal baseline and should have the same size as the surrounding text. - - - - - - - - Specifies that the cell text should be formatted as subscript. - - - - - - - - Specifies that the cell text should be formatted as superscript. - - - - - - - - - Lists the types of patterns available for cell shading. - - - - - - - Specifies a pattern that is a series of thick downward diagonal stripes. - - - - - - - - - Specifies the 75% gray pattern. - - - - - - - - - Specifies the thick grid pattern. - - - - - - - - - Specifies a pattern that is a series of thick horizontal stripes. - - - - - - - - - Specifies the thick diagonal trellis pattern. - - - - - - - - - Specifies a pattern that is a series of thick upward diagonal stripes. - - - - - - - - - Specifies a pattern that is a series of thick vertical stripes. - - - - - - - - - Specifies the 6.25% gray pattern. - - - - - - - - - Specifies the 12.5% gray pattern. - - - - - - - - - Specifies a pattern that is a series of thin downward diagonal stripes. - - - - - - - - - Specifies the 25% gray pattern. - - - - - - - - - Specifies the thin grid pattern. - - - - - - - - - Specifies a pattern that is a series of thin horizontal stripes. - - - - - - - - - Specifies the thin diagonal trellis pattern. - - - - - - - - - Specifies a pattern that is a series of thin upward diagonal stripes. - - - - - - - - - Specifies a pattern that is a series of thin vertical stripes. - - - - - - - - - Specifies the 50% gray pattern. - - - - - - - - - No background (solid color or fill pattern) is applied to a cell. - - - - - - - - Specifies that a cell is filled with a solid color. - - - - - - - - - - Contains the cell font attributes. - - - - - - - Initializes a new instance of the XlFont class with the default settings. - - - - - - - - Returns the object corresponding to the body font used in the current document theme. - - - An class instance that represents the theme body font. - - - - - - - Creates a copy of the current XlFont object. - - - An XlFont object which is a copy of the current object. - - - - - - - Gets or sets the color of the font applied to the cell content. - - - An object that specifies the font color. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the XlFont class. - - - - An XlFont class instance representing the source object for copying. - - - - - - - - Creates the object that specifies a custom font with the given face name, size and color. - - - - A value that specifies the font name. - - - - A value that specifies the font size in points. - - - - An object that specifies the font color. - - - An class instance that is the custom font with specified characteristics. - - - - - - - Creates the object that specifies a custom font with the given face name and size. - - - - A value that specifies the font name. - - - - A value that specifies the font size in points. - - - An class instance that is the custom font with specified characteristics. - - - - - - - Creates the object that specifies a custom font with the given face name. - - - - A value that specifies the font name. - - - An class instance that represents the custom font. - - - - - - - Determines whether the specified object is equal to the current XlFont instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlFont instance; otherwise false. - - - - - - - Gets or sets the font family of the font applied to cell content. - - - An object that specifies the font family. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlFont object. - - - An integer value that is the hash code for the current object. - - - - - - - Returns the object corresponding to the heading font used in the current document theme. - - - An class instance that represents the theme heading font. - - - - - - - - Contains the cell background attributes. - - - - - - - Initializes a new instance of the XlFill class with the default settings. - - - - - - - - Gets or sets the background color of the cell pattern fill. - - - An value that specifies the background color. - - - - - - - Creates a copy of the current XlFill object. - - - An XlFill object which is a copy of the current object. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the XlFill class. - - - - An XlFill class instance representing the source object for copying. - - - - - - - - Determines whether the specified object is equal to the current XlFill instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlFill instance; otherwise false. - - - - - - - Gets or sets the foreground color of the cell pattern fill. - - - An value that specifies the pattern color. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlFill object. - - - An integer value that is the hash code for the current object. - - - - - - - Returns the object specifying that a cell has no fill. - - - An class instance. - - - - - - - Creates the object that specifies the automatic pattern fill for a cell background. - - - - An enumeration member that is a preset type of the cell pattern fill. - - - An object that specifies the cell background fill. - - - - - - - Creates the object that specifies the pattern fill for a cell background. - - - - An enumeration member that is a preset type of the cell pattern fill. - - - - An object that specifies the background color of the pattern fill. - - - - An object that specifies the foreground color of the pattern fill. - - - An object that specifies the cell background fill. - - - - - - - Gets or sets the type of the pattern applied to a cell background. - - - An enumeration member that is a preset type of pattern fill. - - - - - - - Creates the object that specifies the solid fill for a cell background. - - - - An object that is the color used to fill a cell background. - - - An object that specifies the cell background fill. - - - - - - - - Contains options used to specify the summary rows and columns location. - - - - - - - Gets or sets a value indicating whether the summary rows are located below detail rows - - - true, if summary rows are below each group of detail rows; otherwise, false. - - - - - - - Gets or sets a value indicating whether the summary columns are located to the right of detail columns. - - - true, if summary columns are to the right of each group of detail columns; otherwise, false. - - - - - - - - Represents the object that specifies headers and footers of a worksheet. - - - - - - - Initializes a new instance of the XlHeaderFooter class with the default settings. - - - - - - - - Gets or sets a value indicating whether the header or footer edges should be aligned with page margins. - - - - true, to align the header or footer with page margins; otherwise, false. - - - - - - - Turns bold on or off for the characters that follows. - - - - - - - - - Prints the name of the workbook. - - - - - - - - - Prints the workbook file path. - - - - - - - - - Centers the characters that follow. - - - - - - - - - Removes headers and footers from a worksheet. - - - - - - - - Prints the current date. - - - - - - - - - Gets or sets a value indicating whether the first page of the worksheet has unique headers and footers. - - - true, to specify a unique header or footer for the first page; otherwise, false. - - - - - - - - Gets or sets a value indicating whether the odd-numbered pages have headers and footers different from those on even-numbered pages. - - - true, to specify different headers and footers for the odd-numbered and even-numbered pages; otherwise, false. - - - - - - - Turns double underline on or off for the characters that follow. - - - - - - - - - Gets or sets the text to be displayed in the footer of even-numbered pages. - - - A object that specifies the footer for even-numbered pages. - - - - - - - Gets or sets the text to be displayed in the header of even-numbered pages. - - - A object that specifies the header for even-numbered pages. - - - - - - - Gets or sets the text to be displayed in the footer of the first worksheet page. - - - A object that specifies the footer for the first page. - - - - - - - Gets or sets the text to be displayed in the header of the first worksheet page. - - - A object that specifies the header for the first page. - - - - - - - Specifies the left-aligned, centered and right-aligned text for the header of footer. - - - - A System.String that specifies the text to be displayed in the left header or footer section. - - - - A System.String that specifies the text to be displayed in the center header or footer section. - - - - A System.String that specifies the text to be displayed in the right header or footer section. - - - A System.String that represents the resulting text string included in the header or footer. - - - - - - - Turns italic on or off for the characters that follow. - - - - - - - - - Left aligns the characters that follow. - - - - - - - - - Gets or sets the text to be displayed in the footer of odd-numbered pages. - - - A object that specifies the footer for odd-numbered pages. - - - - - - - Gets or sets the text to be displayed in the header of odd-numbered pages. - - - A object that specifies the header for odd-numbered pages. - - - - - - - Prints the current page number. - - - - - - - - - Prints the total number of pages in the document. - - - - - - - - - Right aligns the characters that follow. - - - - - - - - - Gets or sets a value indicating whether headers and footers should be scaled proportionately when print scaling is used to fit information on the specified number of pages. - - - true, to scale headers and footers with document scaling; otherwise, false. - - - - - - - Prints the name of the worksheet. - - - - - - - - - Turns strikethrough on or off for the characters that follow. - - - - - - - - - Turns subscript on or off for the characters that follow. - - - - - - - - - Turns superscript on or off for the characters that follow. - - - - - - - - - Prints the current time. - - - - - - - - - Turns underline on or off for the characters that follow. - - - - - - - - - - Lists values used to specify the document theme. - - - - - - - Theme settings are not written to a workbook. - - - - - - - - Specifies the Office 2007 - 2010 document theme. - - - - - - - - Specifies the Office 2013 document theme. - - - - - - - - - Contains settings that regulate data export from controls. - - - - - - - Initializes a new instance of the ExportSettings class with the default settings. - - - - - - - - Gets or sets the default mode of a control's data export to XLS(x) and CSV formats. Choosing the export mode is only supported for certain controls. - - - - The default export mode. - - - - - - - - Represents a single column in a worksheet. - - - - - - - Applies the specified formatting settings to the entire column. - - - - An object that specifies format characteristics to be applied to column cells. - - - - - - - - - Gets the zero-based index of the current column. - - - An integer specifying the position of the column in the worksheet. - - - - - - - Gets or sets format characteristics of the column. - - - An object that specifies format characteristics applied to column cells. - - - - - - - Gets or sets a value indicating whether the group related to this summary column is collapsed. - - - true, if the group is collapsed; otherwise, false. - - - - - - - Gets or sets whether the column is visible or hidden. - - - true, if the column is hidden; otherwise, false. - - - - - - - Gets or sets the column width in characters of the default font specified by the Normal style. - - - A value that is the number of characters that can be accommodated into the column width when the column is formatted with the Normal style. - - - - - - - Gets or sets the column width in pixels. - - - An integer value that is the column width in pixels. -1 sets the default column width. - - - - - - - - Represents a worksheet in a workbook. - - - - - - - Provides access to the collection of column filters. - - - An collection containing columns to which the filter criteria is applied. - - - - - - - Gets or sets the cell range for which filtering is enabled. - - - An object specifying a cell range for which the AutoFilter functionality is enabled. - - - - - - - Starts filtering data in the specified cell range. - - - - An object that is the header row of the cell range to be filtered. - - - - - - - - Starts creating a new group in the worksheet. - - - - true, to collapse the group; otherwise, false. - - - An integer value specifying the outline level of the created group. - - - - - - - Starts creating a new group in the worksheet. - - - - An integer value specifying the group's outline level. This value must be between 1 and 7. - - - - true, to collapse the group; otherwise, false. - - - An integer value that is the current outline level of the created group. - - - - - - - Provides access to the collection of column page breaks in a worksheet. - - - An object exposing the interface. - - - - - - - Returns the cell range that contains all custom columns manually generated in the worksheet. - - - An object that encompasses all columns manually generated in the worksheet. - - - - - - - Provides access to the collection of conditional formatting rules in a worksheet. - - - A collection of objects which specify worksheet ranges and conditional formatting rules applied to them. - - - - - - - Creates a new column in the worksheet and returns the object. - - - - An object that is the newly created column. - - - - - - - Creates a new column in the worksheet with the specified index. - - - - An integer specifying the zero-based index of the created column. If it is negative or exceeds the last available index, an exception is raised. - - - An object that is the newly created column. - - - - - - - Creates a picture to be inserted into the worksheet. - - - An object that is the inserted picture. - - - - - - - Creates a new row in the worksheet with the specified index. - - - - An integer specifying the zero-based index of the created row. If it is negative or exceeds the last available index, an exception is raised. - - - An object that is the newly created row. - - - - - - - Creates a new row in the worksheet and returns the object. - - - - An object that is the newly created row. - - - - - - - Gets the index of the column where the document exporter is currently positioned. - - - A zero-based integer value that specifies the column index. - - - - - - - Gets the outline level of the currently generated group. - - - A zero-based integer that is the outline level of the current group. - - - - - - - Gets the index of the row where the document exporter is currently positioned. - - - A zero-based integer value that specifies the row index. - - - - - - - Gets the cell range that encompasses all cells containing data. - - - An object containing all nonempty cells in a worksheet. - - - - - - - Provides access to the collection of data validation rules specified in a worksheet. - - - A collection of objects that specify data validation rules applied to cell ranges. - - - - - - - Finishes filtering data in the cell range after calling the method. - - - - - - - - Finalizes the group creation after calling the method. - - - - - - - - Provides access to options which determine the worksheet header and footer characteristics. - - - An object containing options specific to headers and footers. - - - - - - - Provides access to the collection of hyperlinks contained in a worksheet. - - - A collection of objects contained in worksheet cells. - - - - - - - Gets or sets the type of a formula error to be skipped in the worksheet data range. - - - An enumeration value that specifies the error type to be ignored. - - - - - - - Provides access to the collection of merged cells in a worksheet. - - - An object that stores all merged cells in a worksheet. - - - - - - - Gets or sets the name of the worksheet. - - - A value which specifies the worksheet name. - - - - - - - Provides access to the group settings that control the summary row and column location. - - - An object that specifies the grouping direction. - - - - - - - Gets or sets page margins used to align the worksheet content on a printed page. - - - An object that controls the worksheet's margin settings. - - - - - - - Gets or sets the page layout and printing options for a worksheet. - - - An object that contains page formatting options. - - - - - - - Gets or sets the cell range to be printed. - - - An object that specifies an area on the worksheet to be printed. - - - - - - - Gets or sets specific options that control how a worksheet is printed. - - - An object that contains worksheet print options. - - - - - - - Provides access to an object used to specify rows and columns to be repeated on every printed page. - - - An object that specifies titles to be repeated on every printed page. - - - - - - - Provides access to the collection of row page breaks in a worksheet. - - - An object exposing the interface. - - - - - - - Specifies the number of successive columns to be skipped in the worksheet before starting to generate a new column. - - - - - A positive integer value that specifies the number of columns to be skipped. - - - - - - - - Specifies the number of successive rows to be skipped in the worksheet before starting to generate a new row. - - - - - A positive integer value that specifies the number of rows to be skipped. - - - - - - - - - Provides access to a collection of sparkline groups in a worksheet. - - - A collection of objects contained in a worksheet. - - - - - - - - Freezes a specific number of rows and columns above and to the left of the specified cell. - - - - An object specifying the position of a cell below the rows and to the right of the columns that should be frozen. - - - - - - - Provides access to the read-only collection of tables contained in the worksheet. - - - An object specifying the worksheet's collection of tables. - - - - - - - Provides access to an object that specifies display settings for a worksheet. - - - An object that contains worksheet display options. - - - - - - - Gets or sets whether the current worksheet is visible, hidden or "very hidden". - - - An enumeration member that specifies the worksheet visibility type - - - - - - - - Represents an interface that exposes the specific functionality of a workbook. - - - - - - - Creates a new worksheet in the workbook and returns the object. - - - - An object that is the newly created worksheet. - - - - - - - Provides access to options that contain information about document culture and format specifications. - - - An object containing document options. - - - - - - - Provides access to the document properties associated with a workbook. - - - An object containing information about a workbook. - - - - - - - Gets or sets the theme to be applied to the workbook. - - - An enumeration member specifying the document theme. - - - - - - - - Represents an object that creates an exporter for generating spreadsheet files of the specified format. - - - - - - - Creates an exporter that performs data export to the specified Excel format. - - - - One of the enumeration members that specifies the type of the output document. - - - An object exposing the interface. - - - - - - - Creates an exporter that performs data export to the specified Excel format using the specified formula parser. - - - - One of the enumeration members that specifies the type of the output document. - - - - An object exposing the IXlFormulaParser interface that provides the capability to parse worksheet formulas. Required to validate worksheet formulas before export. - - - An object exposing the interface. - - - - - - - - The base for classes that provide functionality to print reports. - - - - - - - - Applies the defined page settings. - - - - Current page settings. - - - - A enumeration value. - - - - A value which represents the size of a custom paper. - - - - A object representing the margins (in hundredths of an inch) of a report page. - - - - A object representing the minimum margins. - - - - true if the page orientation is landscape; otherwise, false. - - - true to apply page settings; otherwise, false. - - - - - - - Applies the defined page settings. - - - - Current page settings. - - - - A enumeration value. - - - - A value which represents the size of a custom paper. - - - - A object representing the margins (in hundredths of an inch) of a report page. - - - - A object representing the minimum margins. - - - - true, if the page orientation is landscape; otherwise, false. - - - - A string representing the name of a custom paper. - - - true, to apply page settings; otherwise, false. - - - - - - - Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. - - - - A object that specifies the page margins. - - - - A object that specifies the minimum value of the document margins. - - - - A value that specifies one of the standard paper sizes. - - - - A object that specifies the paper size of the document pages. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. - - - - A object that specifies the page margins. - - - - A value that specifies one of the standard paper sizes. - - - - A object that specifies the size of the document's pages. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - Assigns the page margins, paper kind and page orientation of a document, simultaneously. - - - - A object that specifies the page margins of the document. - - - - A value that specifies one of the standard paper sizes. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - Assigns the specified page settings with the specified minimum margins. - - - - A object, providing the page settings. - - - - A object that specifies the minimum value of the document margins. - - - - - - - - Assigns the page margins, minimum margins, paper kind and page orientation of a document, simultaneously. - - - - A object that specifies the margins of the document. - - - - A object that specifies the minimum value of the document margins. - - - - A value that specifies one of the standard paper sizes. - - - - A object that specifies the paper size of the document pages. - - - - true to print a page in landscape orientation; otherwise, false. - - - - A value that specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - - - - - - - - Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. - - - - A object which specifies the margins of the document. - - - - A value which specifies one of the standard paper sizes. - - - - A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - For internal use. - - - - - - - - - - - - Assigns the page margins, paper kind, paper size and page orientation of a document, simultaneously. - - - - The margins (measured in 1/300 of an inch) of a report page. This value is assigned to the property. - - - - A value that specifies one of the standard paper sizes. This value is assigned to the property. - - - - A object that specifies the paper size of the document pages. This value is assigned to the property. - - - - true to print a page in landscape orientation; otherwise, false. This value is assigned to the property. - - - - - - - - Assigns the page margins, minimum margins, paper kind and other document settings, simultaneously. - - - - DevExpress.XtraPrinting.Native.MarginsF object that specifies the page margins. - - - - DevExpress.XtraPrinting.Native.MarginsF object that specifies the minimum value of the document margins. - - - - A value that specifies one of the standard paper sizes. - - - - A object that specifies the paper size of the document pages. - - - - true to print a page in landscape orientation; otherwise, false. - - - - A value, specifying the paper name. - - - - - - - - Assigns the default page settings to a report document. - - - - - - - - Assigns the printer settings to the current page settings according to the specified value. - - - - A value which specifies the name of the printer. - - - - A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - - - - A object specifying which of the printer settings should be assigned. - - - - - - - - Gets or sets the bottom page margin. - - - The bottom page margin, in hundredths of an inch. - - - - - - - Gets or sets the bottom page margin. - - - A value. - - - - - - - Gets the bounds of a report page, taking into account the page orientation specified by the property. - - - - A that represents page length and width (in hundredths of an inch). - - - - - - - For internal use. - - - - - - - - - - Specifies the default margins for a report's pages. - - - A object representing the default margins (in hundredths of an inch) of a report page. - - - - - - - Specifies the default minimum margins for a report's pages. - - - A object representing the minimum margins (in hundredths of an inch) of a report page. - - - - - - - Represents the default paper type () used in a report. - - - A enumeration value. - - - - - - - Disposes of the XtraPageSettingsBase object. - - - - - - - - - Gets or sets a value indicating whether the page orientation is landscape. - - - true if the page orientation is landscape; otherwise, false. - - - - - - - Gets or sets the left page margin. - - - The left page margin, in hundredths of an inch. - - - - - - - Gets or sets the left page margin. - - - A value. - - - - - - - Gets the margins of a report page. - - - The margins (in hundredths of an inch) of a report page. - - - - - - - Gets the margins of a report page measured in three hundredths of an inch. - - - The margins (measured in 1/300 of an inch) of a report page. - - - - - - - Gets the minimum size allowed for a report's margins. - - - A object which represents the minimum margin size allowed (in hundredths of an inch) for a report page. - - - - - - - Gets or sets the type of paper for the document. - - - A enumeration value. - - - - - - - Gets or sets the name of the custom paper used in the printer to be used in printing the document. - - - A value, specifying the name of the paper. - - - - - - - Gets or sets the name of the printer to use when printing the document. - - - A value which represents the name of the printer to use. - - - - - - - Restores the document page settings from the specified registry. - - - - A value. - - - - - - - - Restores the document page settings from the specified stream. - - - - A object. - - - - - - - - Restores the document page settings from the specified XML file. - - - - A value. - - - - - - - - Gets or sets the right page margin. - - - The right page margin, in hundredths of an inch. - - - - - - - Gets or sets the right page margin. - - - A value. - - - - - - - Specifies whether the document is supposed to be printed on roll paper (i.e., as a single uninterrupted page). - - - true to provide a continuous document layout, suited for roll paper printing; otherwise false. - - - - - - - Saves the document page settings to the specified registry. - - - - A value. - - - - - - - - Saves the document page settings to the specified stream. - - - - A object. - - - - - - - - Saves the document page settings to the specified XML file. - - - - A value. - - - - - - - - Gets or sets the top page margin. - - - The top page margin, in hundredths of an inch. - - - - - - - Gets or sets the top page margin. - - - A value. - - - - - - - Gets the rectangle on the page (in hundredths of an inch) that can contain data. - - - A object representing the rectangle on a page which can contain data. - - - - - - - Gets the width and height (in hundredths of an inch) of the page region that can contain data. - - - The width and height (in hundredths of an inch) of the page region that can contain data. - - - - - - - Gets the width and height (in pixels) of the page region that can contain data. - - - The width and height (in pixels) of the page region that can contain data. - - - - - - - - Provides the essential functionality for document printing. - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - - An integer value. - - - - A value. - - - An integer value. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - A object. - - - - - - - - - Contains options which define how a document is exported to XLSX format. - - - - - - - Initializes a new instance of the XlsxExportOptions class with the default settings. - - - - - - - - Initializes a new instance of the XlsxExportOptions class with the specified text export mode and grid lines settings. - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlsxExportOptions class with the specified text export mode. - - - - A object, which specifies a format in which data values should be saved. - - - - - - - - Initializes a new instance of the XlsxExportOptions class with the specified text export mode, grid lines and hyperlink settings. - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. - - - - true to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlsxExportOptions class with the specified settings. - - - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. - - - - true, to show the grid lines in the resulting XLSX file; otherwise, false. This value is assigned to the property. - - - - true, to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - true to fit the output document to the page width when printing. This value is assigned to the property. - - - - - - - - Copies all the settings from the object passed as a parameter. - - - - An object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a System.ArgumentNullException will be thrown. - - - - - - - - Specifies whether the document should be exported to a single XLSX file or different XLSX files, page-by-page, or not. - - - - An enumeration value, representing the XLSX export mode. - - - - - - - Gets or sets the range of pages to be exported. - - - - A specifying the range of pages. - - - - - - - - The base for classes that provide the basic printing functionality in different environments. - - - - - - - Initializes a new PrintingSystemBase class instance and adds it to the form's container. - - - - An IContainer that contains an XtraPrintingSystemBase component, if any. - - - - - - - - Initializes a new instance of the PrintingSystemBase class with the default settings. - - - - - - - - Adds the specified command handler to the command handlers list for one or several of the printing system commands (listed in the enumeration). - - - - An object implementing the interface. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. - - - - true if this service should be added to any parent service containers; otherwise, false. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. - - - - true if this service should be added to any parent service containers; otherwise, false. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - An instance of the service to add. This object must implement or inherit from the type indicated by the serviceType parameter. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. - - - - - - - - Occurs after a band has been printed on a page. - - - - - - - - For internal use. Occurs after all document pages have been created. - - - - - - - - - Occurs on raising any PrintingSystem event that does not have the "Before" prefix in its name. - - - - - - - - Occurs when page margins change. - - - - - - - - Occurs after a specific page has been painted in a Print Preview. - - - - - - - - For internal use. Occurs after every time any page of the printing system's is printed. - - - - - - - - For internal use. Occurs before document pages are created. - - - - - - - - Occurs on raising any PrintingSystem event that has the "Before" prefix in its name. - - - - - - - - Occurs when page margins are about to change. - - - - - - - - Occurs before a specific page has been painted in a Print Preview. - - - - - - - - Indicates that report generation has started. - - - - - - - - Must be called before subreport creation. - - - - The distance between the current subreport and the previously created item. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - Clears the current document. - - - - - - - - Gets or sets a value indicating whether pages should be renumbered following reordering in the collection. - - - true to renumber pages; otherwise, false. - - - - - - - Creates a specific brick type. - - - - The type of created brick. - - - The created brick. - - - - - - - Occurs when an exception is raised during document creation. - - - - - - - - - Creates a new empty page using the current printing system's page settings. - - - A object which represents a new empty page. - - - - - - - Specifies the culture that is used to display date-time values by the control. - - - A object. - - - - - - - Gets the current document. - - - A object. - - - - - - - Occurs each time a value of an editing field changes. - - - - - - - - Provides access to the collection of fields whose content can be edited in Print Preview. - - - The collection of fields whose content can be edited in Print Preview. - - - - - - - For internal use. - - - - - - - - - - - - - Finishes a report's generation. - - - - - - - - Finishes a report's generation. - - - - true to enable accessing document pages progressively as they are created; otherwise false. - - - - - - - - Occurs after the printing system's document is printed. - - - - - - - - Signals that subreport creation is completed. - - - - - - - - Executes the specified printing system command. - - - - A enumeration value representing the command to be executed. - - - - - - - - Executes the specified printing system command and passes the specified parameters. - - - - - A enumeration value representing the command to be executed. - - - - A collection of objects, representing the parameters to be passed to the executing command. - - - - - - - - For internal use. - - - - - - - - Gets the settings used to specify export parameters when exporting a printing system's document. - - - - An object which contains the export settings for a printing system's document. - - - - - - - Exports a document to the specified file path in CSV format using the defined CSV-specific options. - - - - A which specifies the file name (including the full path) for the created CSV file. - - - - A object which specifies the CSV export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in CSV format. - - - - A object to which the created CSV file should be sent. - - - - - - - - Exports a document to the specified stream in CSV format using the defined CSV-specific options. - - - - A object to which the created CSV file should be sent. - - - - A object which specifies the CSV export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in CSV format. - - - - A which specifies the file name (including the full path) for the created CSV file. - - - - - - - - Exports a document to the specified stream in DOCX format using the specified DOCX-specific options. - - - - A object to which the created DOCX file should be sent. - - - - A object that specifies the DOCX export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in DOCX format. - - - - A object to which the created DOCX file should be sent. - - - - - - - - Exports a document to the specified file path in DOCX format. - - - - A value that specifies the file name (including the full path) for the created DOCX file. - - - - - - - - Exports a document to the specified file path in DOCX format using the specified DOCX-specific options. - - - - A value that specifies the file name (including the full path) for the created DOCX file. - - - - A object that specifies the DOCX export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in HTML format using the defined HTML-specific options. - - - - A which specifies the file name (including the full path) for the created HTML file. - - - - An object which specifies the HTML export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in HTML format. - - - - A which specifies the file name (including the full path) for the created HTML file. - - - - - - - - Exports a document to the specified stream in HTML format using the defined HTML-specific options. - - - - A object to which the created HTML file should be sent. - - - - A object which specifies the HTML export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in HTML format. - - - - A object to which the created HTML file should be sent. - - - - - - - - Exports a document to the specified stream in Image format using the defined Image-specific options. - - - - A object to which the created Image file should be sent. - - - - An object which specifies the Image export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in Image format. - - - - A object to which the created Image file should be sent. - - - - - - - - Exports a document to the specified stream in the specified Image format. - - - - A object to which the created Image file should be sent. - - - - A object which specifies the image format. - - - - - - - - Exports a document to the specified file path in Image format using the defined Image-specific options. - - - - A which specifies the file name (including the full path) for the created Image file. - - - - A object which specifies the Image export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in Image format. - - - - A which specifies the file name (including the full path) for the created Image file. - - - - - - - - Exports a document to the specified file path using the specified image format. - - - - A which specifies the file name (including the full path) for the created Image file. - - - - A object which specifies the image format. - - - - - - - - Exports a document to HTML and then inserts it into a specified e-mail. - - - - A object. - - - A object. - - - - - - - Exports a document to HTML and then inserts it into a specified e-mail. - - - A object. - - - - - - - Exports a document to HTML and then inserts it into a specified e-mail. - - - - A object. - - - - A value, specifying the sender. - - - - A value, specifying a comma-separated list of recipients. - - - - A value, specifying the e-mail subject. - - - A object. - - - - - - - Exports a document to HTML and then inserts it into a specified e-mail. - - - - A value, specifying the sender. - - - - A value, specifying a comma-separated list of recipients. - - - - A value, specifying the e-mail subject. - - - A object. - - - - - - - Exports a document to the specified file path in MHT format. - - - - A which specifies the file name (including the full path) for the created MHT file. - - - - - - - - Exports a document to the specified stream in MHT format using the defined MHT-specific options. - - - - A object to which the created MHT file should be sent. - - - - An object which specifies the MHT export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in MHT format. - - - - A object to which the created MHT file should be sent. - - - - - - - - Exports a document to the specified file path in MHT format using the defined MHT-specific options. - - - - A which specifies the file name (including the full path) for the created MHT file. - - - - An object which specifies the MHT export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in PDF format using the defined PDF-specific options. - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - A object which specifies the PDF export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in PDF format. - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - - - - - Exports a document to the specified stream in PDF format. - - - - A object to which the created PDF file should be sent. - - - - - - - - Exports a document to the specified stream in PDF format using the defined PDF-specific options. - - - - A object to which the created PDF file should be sent. - - - - A object which specifies the PDF export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in RTF format. - - - - A which specifies the file name (including the full path) for the created RTF file. - - - - - - - - Exports a document to the specified file path in RTF format using the defined RTF-specific options. - - - - A , which specifies the file name (including the full path) for the created RTF file. - - - - An object, representing options, which define how a document is exported to RTF format. - - - - - - - - Exports a document to the specified stream in RTF format using the defined RTF-specific options. - - - - A to which the created RTF file should be sent. - - - - An object, representing options, which define how a document is exported to RTF format. - - - - - - - - Exports a document to the specified stream in RTF format. - - - - A object to which the created RTF file should be sent. - - - - - - - - Exports a document to the specified file path in Text format using the defined Text-specific options. - - - - A which specifies the file name (including the full path) for the created Text file. - - - - A object which specifies the Text export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in Text format using the defined Text-specific options. - - - - A object to which the created Text file should be sent. - - - - A object which specifies the Text export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in Text format. - - - - A object to which the created Text file should be sent. - - - - - - - - Exports a document to the specified file path in Text format. - - - - A which specifies the file name (including the full path) for the created Text file. - - - - - - - - Exports a report to the specified stream in XLS format using the defined XLS-specific options. - - - - A object to which the created XLS file should be sent. - - - - An object which specifies the XLS export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified file path in XLS format. - - - - A which specifies the file name (including the full path) for the created XLS file. - - - - - - - - Exports a report to the specified file path in XLS format using the defined XLS-specific options. - - - - A which specifies the file name (including the full path) for the created XLS file. - - - - An object which specifies the XLS export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified stream in XLS format. - - - - A object to which the created XLS file should be sent. - - - - - - - - Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. - - - - A object to which the created XLSX file should be sent. - - - - An object which specifies the XLSX export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified file path in XLSX format. - - - - A which specifies the file name (including the full path) for the created XLSX file. - - - - - - - - Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. - - - - A which specifies the file name (including the full path) for the created XLSX file. - - - - An object which specifies the XLSX export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified stream in XLSX format. - - - - A object to which the created XLSX file should be sent. - - - - - - - - Exports a document to the specified stream in XPS format using the specified XPS-specific options. - - - - A object to which the created XPS file should be sent. - - - - An object which specifies the XPS export options to be applied when a document is exported. - - - - - - - - Exports a report to the specified file path in XPS format using the specified XPS-specific options. - - - - A which specifies the file name (including the full path) for the created XPS file. - - - - An object which specifies the XPS export options to be applied when a report is exported. - - - - - - - - Fires after page rendering if a gap remains between the rendered areas. - - - - - - - - For internal use. - - - - - - - - - - - - - - Gets the current visibility of the specified printing system command. - - - - A enumeration value which represents the visibility of the specified command. - - - A enumeration value which specifies the command whose visibility is to be determined. - - - - - - - Gets the intersecting bricks within the document. - - - A collection of intersecting objects. - - - - - - - Gets a object used for drawing in the current report. - - - A object. - - - - - - - Highlights the intersecting bricks within the document. - - - - A to paint the intersecting bricks. - - - - - - - - Inserts a page break at a specified position. - - - - A value which specified the position to insert a page break. - - - - - - - - Inserts a page break at a specified position, with the specified settings for the subsequent page. - - - - A value which specifies the position to insert a page break. - - - - - A object. - - - - A enumeration value. - - - - A structure. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - Gets the orientation of a report page. - - - true, if the landscape page orientation is used; otherwise, false. - - - - - - - Loads a document from a file in a native XML format (PRNX). - - - - A , which specifies the file name (including the full path) of the PRNX file to be loaded. - - - - - - - - Loads a document from a object, containing data in a native XML format (PRNX). - - - - A object containing PRNX data. - - - - - - - - Prevents the document from being modified. - - - - - - - - Draws a selection rectangle around the specified brick located on the specified page. - - - - A object representing the brick around which a selection rectangle will be drawn. - - - - A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be selected. - - - - - - - - Gets the bounds of a report page. - - - A that represents page length and width (in hundredths of an inch). - - - - - - - Gets the number of document pages. - - - An integer value. - - - - - - - For internal use. - - - - - - - - Gets the current page margin settings. - - - - The current page margin. - - - - - - - Provides access to a collection of pages generated for this printing system. - - - A object which represents a collection of pages. - - - - - - - Gets the current page settings. - - - An object containing the current page settings. - - - - - - - Occurs when page settings change. - - - - - - - - For internal use. - - - - - - - - - - Occurs before sending every document page to a printer to indicate the current printing progress. - - - - - - - - Provides access to the object that reflects the current state of a document's generating or exporting. - - - A object which is intended to track the process of a document's creation. - - - - - - - Removes the existing command handler for one or several of the printing system commands (listed in the enumeration). - - - - An object implementing the interface. - - - - - - - - Removes the specified service type from the service container. - - - - The type of service to remove. - - - - - - - - Removes the specified service type from the service container. - - - - The type of service to remove. - - - - true if this service should be removed from any parent service containers; otherwise, false. - - - - - - - - Resets all settings of the printing system's . - - - - - - - - Saves a document to a object in a native XML format (PRNX). - - - - A object to which the created PRNX file should be sent. - - - - - - - - Saves a document to the specified file path in a native XML format (PRNX) using the specified PRNX-specific options. - - - - A which specifies the file name (including the full path) for the created PRNX file. - - - - A object which specifies the PRNX-specific options to be applied when a document is saved. - - - - - - - - Saves a document to the specified file path in a native XML format (PRNX). - - - - A which specifies the file name (including the full path) for the created PRNX file. - - - - - - - - Saves a document to a object in a native XML format (PRNX) using the specified PRNX-specific options. - - - - A object to which the created PRNX file should be sent. - - - - A object which specifies the PRNX-specific options to be applied when a document is saved. - - - - - - - - Occurs when a scale factor of the current document has been changed. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - Changes the visibility of the specified printing system command. - - - - A enumeration value which specifies the command whose visibility needs to be changed. - - - - A enumeration value which specifies the new visibility state for the commands. - - - - - - - - Changes the visibility of the specified printing system command. - - - - An array of enumeration values which specify the commands whose visibility needs to be changed. - - - - A enumeration value which specifies the new visibility state for the commands. - - - - - - - - Gets or sets a value which specifies whether an error message is shown when the page margins are set outside the printable area. - - - true to show the margins warning dialog; otherwise false. - - - - - - - Specifies whether or not to show a print status dialog when printing a document. - - - true to show the print status dialog; otherwise false. - - - - - - - Occurs before the printing system's document is printed. - - - - - - - - Unlocks a previously locked document. - - - - - - - - Removes a selection rectangle which was previously drawn around the specified brick using the method. - - - - A object representing the brick which should be deselected. - - - - A object representing the page on which the brick is located. Note that if a brick is split across two or more pages, then only the part of the brick which is located on the specified page will be deselected. - - - - - - - - Specifies the name of the user that created the document. - - - - A value. - - - - - - - Gets the document's watermark. - - - A object specifying the document's watermark. - - - - - - - Occurs after creation of an XLS or XLSX document worksheet has finished. - - - - - - - - - - Specifies the amount of redundancy built into the coding of the PDF417 bar code to compensate for calculation errors. - - - - - - - - Identifies the zero error correction level of the PDF417 bar code. - - - - - - - - Identifies the first error correction level of the PDF417 bar code. - - - - - - - - Identifies the second error correction level of the PDF417 bar code. - - - - - - - - Identifies the third error correction level of the PDF417 bar code. - - - - - - - - Identifies the fourth error correction level of the PDF417 bar code. - - - - - - - - Identifies the fifth error correction level of the PDF417 bar code. - - - - - - - - Identifies the sixth error correction level of the PDF417 bar code. - - - - - - - - Identifies the seventh error correction level of the PDF417 bar code. - - - - - - - - Identifies the eighth error correction level of the PDF417 bar code. - - - - - - - - - Specifies the kind of data that should be coded into the PDF417 bar code. - - - - - - - Specifies that the byte array should be coded into the PDF417 bar code. - - - - - - - - Specifies that the textual information should be coded into the PDF417 bar code. - - - - - - - - - Generates a PDF417 bar code. - - - - - - - - - - Initializes a new instance of the PDF417Generator class with the specified source. - - - - A object, which represents the source used to generate a PDF417 bar code. - - - - - - - - Initializes a new instance of the PDF417Generator class with the default settings. - - - - - - - - Gets or sets the number of bar code columns, which allows control of the logic width of the bar code. - - - - An integer, specifying the logic width of the bar code. - - - - - - - Gets or sets whether textual information or a byte array should be used as the bar code's data. - - - A enumeration value. - - - - - - - Gets or sets the amount of redundancy built into the bar code's coding, to compensate for calculation errors. - - - An enumeration value, specifying the error correction level. - - - - - - - Gets or sets the number of bar code rows, which allows control of the logic height of the bar code. - - - - An integer, specifying the logic height of the bar code. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets whether the special end-symbol should be appended to the bar code. - - - true if the end symbol should be appended; otherwise, false. - - - - - - - Gets or sets the height-to-width ratio of a logical unit's graphic representation. - - - A value specifying the height-to-width ratio of a logical unit's graphic representation. - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the PrintToolBase class with the specified Printing System. - - - - A object that represents the Print Tool's Printing System. This value is assigned to the property. - - - - - - - - Prints the current document. - - - - - - - - Prints the current document on the specified printer. - - - - A representing the name of the printer on which the current document should be printed. - - - - - - - - Provides access to the corresponding printer settings. - - - A object. - - - - - - - Provides access to the Printing System of the PrintToolBase. - - - A class descendant. - - - - - - - - Specifies the portion of the picture to display in a worksheet. - - - - - - - Initializes a new instance of the XlSourceRectangle class with the specified settings. - - - - A value that specifies the source rectangle's offset from the left edge of the picture's bounding box. - - - - A value that specifies the source rectangle's offset from the top edge of the picture's bounding box. - - - - A value that specifies the source rectangle's offset from the right edge of the picture's bounding box. - - - - A value that specifies the source rectangle's offset from the bottom edge of the picture's bounding box. - - - - - - - - Gets the offset from the bottom edge of the bounding box. - - - A value. A positive value indicates an inset and a negative value specifies an outset. - - - - - - - Gets whether properties of the current XlSourceRectangle object are set to 0. - - - true, if the XlSourceRectangle object's properties have the default value 0; otherwise, false. - - - - - - - Gets the offset from the left edge of the bounding box. - - - A value. A positive value indicates an inset and a negative value specifies an outset. - - - - - - - Gets the offset from the right edge of the bounding box. - - - A value. A positive value indicates an inset and a negative value specifies an outset. - - - - - - - Gets the offset from the top edge of the bounding box. - - - A value. A positive value indicates an inset and a negative value specifies an outset. - - - - - - - - Lists the values corresponding to the different export modes available when saving a document to the XLS, XLSX and CSV formats. - - - - - - - Export mode that uses a new data export engine that features improved performance and memory usage. When exporting to XLS and XLSX formats, specific data-shaping options (e.g., summaries, filtering, sorting, data groups and lookup values) of a source control are retained in the export output. When exporting to CSV format, the control's data shaping options are not included in the export document, which simplifies subsequent analysis and processing of text data. - -The layout of control elements may not be retained in the export document. Other limitations also apply. - - -Not all controls support the DataAware export mode. - - - - - - - - - The default export mode. - -For the property, the Default value is equivalent to the DataAware value. - - -If the , or property is set to Default, the actual export mode is specified by the property. - - - - - - - - - Export mode that uses the export engine of the XtraPrinting library. -When exporting to XLS and XLSX formats, the layout of control elements is retained in the export document; specific data shaping options are not retained, compared to the DataAware export mode. - - - - - - - - - A visual brick containing text whose characters are displayed in individual cells. - - - - - - - Initializes a new instance of the CharacterCombBrick class with the default settings. - - - - - - - - Initializes a new instance of the CharacterCombBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Gets the text string containing the brick type information. - - - A string characterizing the brick's type. Always returns "CharacterComb". - - - - - - - Specifies the cell height in a CharacterCombBrick. - - - A value specifying the cell height. - - - - - - - Specifies the horizontal spacing between adjacent cells in a CharacterCombBrick. - - - A value. - - - - - - - Specifies whether the cell size should depend on the current font size. - - - A enumeration value. - - - - - - - Specifies the vertical spacing between adjacent cells in a CharacterCombBrick. - - - A value. - - - - - - - Specifies the cell width a CharacterCombBrick. - - - A value specifying the cell width. - - - - - - - Creates a new CharacterCombBrick instance, which is a copy of the current instance. - - - A new CharacterCombBrick instance, which is a copy of the current instance. - - - - - - - Returns the CharacterCombBrick's client rectangle. - - - - A object specifying the brick layout rectangle. - - - - A value specifying the printing resolution. - - - A object specifying the brick's client rectangle. - - - - - - - - Contains options that define how a control is exported to CSV format in data-aware export mode. - - - - - - - Initializes a new instance of the CsvExportOptionsEx class with the default settings. - -Only available in data-aware export mode. - - - - - - - - Initializes a new instance of the CsvExportOptionsEx class with the specified settings. - -Only available in data-aware export mode. - - - - A value, specifying the symbols that are used to separate the text elements in the created CSV file. This value is assigned to the property. - - - - A descendant, specifying the encoding of the created CSV document. This value is assigned to the property. - - - - A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - - - true to include the empty rows into the resulting CSV file; otherwise false. This value is assigned to the property. - - - - true to include the empty columns into the resulting CSV file; otherwise false. This value is assigned to the property. - - - - - - - - Allows you to substitute a cell value in the output document. - -Only available in data-aware export mode. - - - - - - - - Gets or sets the export document's culture which defines numeric and date-time data formatting settings. - -Only available in data-aware export mode. - - - The export document's culture - - - - - - - Fires repeatedly while the data is being exported. - -Only available in data-aware export mode. - - - - - - - - Gets or sets export type. - -Only available in data-aware export mode. - - - The current export type. - - - - - - - Specifies the symbol that is used to separate the text elements in the created CSV file. - - -Only available in data-aware export mode. - - - A containing the symbol which will be used to separate text elements in the created CSV file. - - - - - - - -Only available in data-aware export mode. - - - - - - - - - Get or sets whether to include a sequence of bytes that specifies the encoding used in the resulting CSV file. - -Only available in data-aware export mode. - - - true, to include a sequence of bytes that specifies the encoding used; otherwise, false. - - - - - - - - Contains options that define how a document is exported to XLSX format in the data-aware export mode. - - - - - - - Initializes a new instance of the XlsxExportOptionsEx class with the default settings. - -Only available in data-aware export mode. - - - - - - - - Initializes a new instance of the XlsxExportOptionsEx class with the specified text export mode. - -Only available in data-aware export mode. - - - - A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - - - - - - - Fires immediately after a row is added to the output document. - -Only available in data-aware export mode. - - - - - - - - Gets or sets whether cell merging is enabled for band headers in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether cell merging is enabled for band headers in the exported document. The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether cell merging is enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether cell merging is enabled in the exported document. - - - - - - - -Only available in data-aware export mode. - - - - - - - - - Gets or sets whether conditional formatting rules applied to columns are preserved in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether conditional formatting rules are preserved in the exported document. The DefaultBoolean.Default value is equivalent to True. - - - - - - - Gets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. - -Only available in data-aware export mode. - - - A value that specifies whether the column header panel is anchored to the top of the export document - - - - - - - Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether column anchoring is enabled in the exported document. - - - - - - - Gets or sets whether data groups are exported from the source control to the output document. - -Only available in data-aware export mode. - - - A value that specifies whether data groups are exported from the source control to the output document. - - - - - - - Gets or sets whether hyperlinks are exported. - -Only available in data-aware export mode. - - - A value that specifies whether hyperlinks are exported to the resulting document. - - - - - - - Gets or sets whether combo-box and lookup columns' lookup values are exported. - -Only available in data-aware export mode. - - - A value that specifies whether lookup values of combo-box and lookup columns are exported. - - - - - - - Gets or sets whether columns' sorting and filtering functionality is enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. - - - - - - - Gets or sets whether sparklines are exported. - -Only available in data-aware export mode. - - - A value that specifies whether sparklines are exported. - - - - - - - Gets or sets whether cell formatting (cell appearance and borders) is applied to the entire sheet columns (faster) or individual sheet cells in the range of exported rows (slower). - - -Only available in data-aware export mode. - - - A value that specifies whether cell formatting is applied to entire sheet columns or to individual sheet cells within the range of exported rows. -The DefaultBoolean.Default value is equivalent to True. - - - - - - - - - - - - - - - Gets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views). - -Only available in data-aware export mode. - - - A value that identifies the current layout of bands and columns in the output worksheet. - - - - - - - Allows you to customize a native Excel table's settings before export. This event is in effect when the property is set to Table. - - - - - - - - -Only available in data-aware export mode. - - - - - - - - - Allows you to customize a cell in the output document. - -Only available in data-aware export mode. - - - - - - - - -Only available in data-aware export mode. - - - - - - - - Allows you to customize the footer in the output document. - - -Only available in data-aware export mode. - - - - - - - - Allows you to customize the header in the output document. - -Only available in data-aware export mode. - - - - - - - - Allows you to customize the output document's settings. - -Only available in data-aware export mode. - - - - - - - - Allows you to apply filters to the exported document's columns. - -Only available in data-aware export mode. - - - - - - - - Gets or sets the export document's culture which defines numeric and date-time data formatting settings. - -Only available in data-aware export mode. - - - The export document's culture. - - - - - - - This property is not supported by the XlsxExportOptionsEx class. Use the property instead. - -Only available in data-aware export mode. - - - - - - - - - - Fires repeatedly while the data is being exported. - -Only available in data-aware export mode. - - - - - - - - Gets or sets export type. - -Only available in data-aware export mode. - - - The current export type. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets or sets data groups' expanded state in the exported document. - -Only available in data-aware export mode. - - - A value that specifies the expanded state of data groups in the output document. - - - - - - - Gets or sets whether data is exported in regular mode or as a native Excel table. - -Only available in data-aware export mode. - - - A value that specifies whether data is exported in regular mode or as a native Excel table. The default value is Standard. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets or sets whether band headers are visible in the exported document. This option is in effect when exporting from Banded Grid Views if the option is set to Default. - -Only available in data-aware export mode. - - - A value that specifies whether band headers are visible in the exported document. - - - - - - - Gets or sets whether column headers are visible in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether column headers are visible in the exported document. - - - - - - - Gets or sets whether group summaries are enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether group summaries are enabled in the exported document. - - - - - - - Gets or sets whether a title is displayed for each print preview page of the exported document. - - -Only available in data-aware export mode. - - - A value that specifies whether a title is displayed for each print preview page of the exported document. - - - - - - - Gets or sets whether total summaries are enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether total summaries are enabled in the exported document. - - - - - - - Allows you to hide certain summary footers (or certain multi-line summary footers' lines) from the exported document. - -Only available in data-aware export mode. - - - - - - - - Gets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to Excel format. - - -Only available in data-aware export mode. - - - true, if non-blank and blank cells are counted; false if non-blank cells are only counted. The default value is false. - - - - - - - Gets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format. - - -Only available in data-aware export mode. - - - true, to export the source control cells with Empty Strings as Blank cells; otherwise, false. The default is false. - - - - - - - - Gets or sets whether to suppress the exception that is raised if you export more than 16,384 columns to an XLSX file. - -Only available in data-aware export mode. - - - true, to prevent the exception from raising; otherwise, false. - - - - - - - Gets or sets whether to suppress the exception that is raised on attempting to export more than 1,048,576 rows to an XLSX file. - -Only available in data-aware export mode. - - - true, to prevent the exception from raising; otherwise, false. - - - - - - - Gets or sets whether column values or column expressions are exported for unbound (calculated) columns. - -Only available in data-aware export mode. - - - A value that specifies whether column values or column expressions are exported for unbound (calculated) columns. The default value is AsValue. - - - - - - - - Contains options that define how a document is exported to XLS format in the data-aware export mode. - - - - - - - Initializes a new instance of the XlsExportOptionsEx class with the default settings. - -Only available in data-aware export mode. - - - - - - - - Initializes a new instance of the XlsExportOptionsEx class with the specified text export mode. - -Only available in data-aware export mode. - - - - A enumeration value, specifying a format in which data values should be saved. This value is assigned to the property. - - - - - - - - Fires immediately after a row is added to the output document. - -Only available in data-aware export mode. - - - - - - - - Gets or sets whether cell merging is enabled for band headers in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether cell merging is enabled for band headers in the exported document. The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether cell merging is enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether cell merging is enabled in the exported document. - - - - - - - -Only available in data-aware export mode. - - - - - - - - - Gets or sets whether conditional formatting rules applied to columns are preserved in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether conditional formatting rules are preserved in the exported document. The DefaultBoolean.Default value is equivalent to True. - - - - - - - Gets or sets whether the column header panel is anchored to the top of the export document and not scrolled vertically. - -Only available in data-aware export mode. - - - A value that specifies whether the column header panel is anchored to the top of the export document - - - - - - - Gets or sets whether left fixed columns enabled in a grid control are fixed in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether column anchoring is enabled in the exported document. - - - - - - - Gets or sets whether data groups are exported from the source control to the output document. - -Only available in data-aware export mode. - - - A value that specifies whether data groups are exported from the source control to the output document. - - - - - - - - Gets or sets whether hyperlinks are exported. - -Only available in data-aware export mode. - - - A value that specifies whether hyperlinks are exported to the resulting document. - - - - - - - - - Gets or sets whether combo-box and lookup columns' lookup values are exported. - -Only available in data-aware export mode. - - - A value that specifies whether lookup values of combo-box and lookup columns are exported. - - - - - - - Gets or sets whether columns' sorting and filtering functionality is enabled in the exported document. -Only available in data-aware export mode. - - - A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported document. - - - - - - - Gets or sets whether sparklines are exported. - -Only available in data-aware export mode. - - - A value that specifies whether sparklines are exported. - - - - - - - Gets or sets whether cell formatting (cell appearance and borders) is applied to the entire sheet columns (faster) or individual sheet cells in the range of exported rows (slower). - -Only available in data-aware export mode. - - - A value that specifies whether cell formatting is applied to entire sheet columns or to individual sheet cells within the range of exported rows. -The DefaultBoolean.Default value is equivalent to True. - - - - - - - - - - - - - - - Gets or sets how bands and columns are arranged in the output worksheet (when exporting from Banded Views). - -Only available in data-aware export mode. - - - A value that identifies the current layout of bands and columns in the output worksheet. - - - - - - - Allows you to customize a native Excel table's settings before export. This event is in effect when the property is set to Table. - -Only available in data-aware export mode. - - - - - - - - -Only available in data-aware export mode. - - - - - - - - - When exporting to XLS format, this event allows you to customize a cell in the output document. - -Only available in data-aware export mode. - - - - - - - - -Only available in data-aware export mode. - - - - - - - - Allows you to add a footer to the output document. - - -Only available in data-aware export mode. - - - - - - - - Allows you to add a header to the output document. - -Only available in data-aware export mode. - - - - - - - - Allows you to customize the output document's settings. - -Only available in data-aware export mode. - - - - - - - - Allows you to apply filters to the exported document's columns. - -Only available in data-aware export mode. - - - - - - - - Gets or sets the export document's culture which defines numeric and date-time data formatting settings. -Only available in data-aware export mode. - - - The export document's culture. - - - - - - - This property is not supported by the XlsExportOptionsEx class. Use the property instad. - -Only available in data-aware export mode. - - - - - - - - - - Fires repeatedly while the data is being exported. - -Only available in data-aware export mode. - - - - - - - - Gets or sets export type. - -Only available in data-aware export mode. - - - The current export type. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets or sets data groups' expanded state in the exported document. - -Only available in data-aware export mode. - - - A value that specifies the expanded state of data groups in the output document. - - - - - - - Gets or sets whether data is exported in regular mode or as a native Excel table. - -Only available in data-aware export mode. - - - A value that specifies whether data is exported in regular mode or as a native Excel table. The default value is Standard. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets or sets whether band headers are visible in the exported document. This option is in effect when exporting from Banded Grid Views if the option is set to Default. - -Only available in data-aware export mode. - - - A value that specifies whether band headers are visible in the exported document. - - - - - - - Gets or sets whether column headers are visible in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether column headers are visible in the exported document. - - - - - - - Gets or sets whether group summaries are enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether group summaries are enabled in the exported document. - - - - - - - Gets or sets whether a title is displayed for each print preview page of the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether a title is displayed for each print preview page of the exported document. - - - - - - - Gets or sets whether total summaries are enabled in the exported document. - -Only available in data-aware export mode. - - - A value that specifies whether total summaries are enabled in the exported document. - - - - - - - - Allows you to hide certain summary footers (or certain multi-line summary footers' lines) from the exported document. - -Only available in data-aware export mode. - - - - - - - - Gets or sets whether the Count summary function takes all cells into account or only non-blank cells when exporting to Excel format. - -Only available in data-aware export mode. - - - true, if non-blank and blank cells are counted; false if non-blank cells are only counted. The default value is false. - - - - - - - Gets or sets whether the source control cells with Empty Strings are exported as Blank cells in Excel format. - - -Only available in data-aware export mode. - - - true, to export the source control cells with Empty Strings as Blank cells; otherwise, false. The default is false. - - - - - - - - Gets or sets whether column values or column expressions are exported for unbound (calculated) columns. - -Only available in data-aware export mode. - - - A value that specifies whether column values or column expressions are exported for unbound (calculated) columns. The default value is AsValue. - - - - - - - For internal use. - - - - - - - - - A custom filter that uses filter values and comparison operators to construct the filter expression. - - - - - - - Initializes a new instance of the XlCustomFilters class with the specified settings. - - - - An object that specifies the first filter criterion. This value is assigned to the property. - - - - An object that specifies the second filter criterion. This value is assigned to the property. - - - - A value indicating whether the logical operator "AND" should be used to combine two filter criteria. If false, the "OR" operator is used. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlCustomFilters class with the specified settings. - - - - An object that specifies the filter criterion. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlCustomFilters class with the specified settings. - - - - An object that specifies the first filter criterion. This value is assigned to the property. - - - - An object that specifies the second filter criterion. This value is assigned to the property. - - - - - - - - Gets or sets a value indicating whether the logical AND operator should be used to combine two filter criteria. - - - true, to use the AND operator; otherwise, false. If false, the OR operator is used. - - - - - - - Returns the value that is the current filter's type. - - - An value. - - - - - - - Gets or sets the first filter criterion. - - - An object that specifies the filter criterion value and the comparison operator used to construct the filter expression. - - - - - - - Gets or sets the second filter criterion. - - - An object that specifies the filter criterion value and the comparison operator used to construct the filter expression. - - - - - - - - Represents an exporter used to create a spreadsheet document and export it to a stream. - - - - - - - Creates a new document and writes it to the specified stream. - - - - The System.IO.Stream object to output the document to. - - - An object that is the newly created workbook. - - - - - - - Creates a password-protected document using the specified encryption options. - - - - The System.IO.Stream object to output the document to. - - - - An object containing encryption settings. - - - An object that is the newly created encrypted workbook. - - - - - - - - For internal use. - - - - - - - Initializes a new instance of the DefaultValueParameterContainer class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - The base for the class. - - - - - - - Initializes a new instance of the CorePrintableComponentLinkBase class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CorePrintableComponentLinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a CorePrintableComponentLinkBase class instance. - - - - - - - - Initializes a new instance of the CorePrintableComponentLinkBase class with the default settings. - - - - - - - - Adds a subreport to the current report. - - - - A object which specifies the vertical offset of the subreport within the current report. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the type of object that will be printed by this link. This class should implement the interface. - - - - - - - Sets the object to be printed by this link. - - - - A object implementing the interface. - - - - - - - - - Lists values used to specify the font family to which a cell font may belong. - - - - - - - Specifies that information about a font family of the given font does not exist. In this case, the default font family is used. - - - - - - - - Specifies a novelty font. - - - - - - - - Specifies a monospace font with or without serifs. - - - - - - - - Specifies a proportional font with serifs. - - - - - - - - Specifies a script font that is designed to mimic the appearance of handwriting. - - - - - - - - Specifies a proportional font without serifs. - - - - - - - - - A collection of objects, specifying the list of recipients who are to receive an exported document via email. - - - - - - - Initializes a new instance of the RecipientCollection class with the default settings. - - - - - - - - Appends an array of recipients to the collection. - - - - An array of the class descendants to append to the collection. - - - - - - - - Provides access to individual items in the collection by their address. - - - - - A value specifying the address of the recipient to get. - - - A which represents the recipient with the specified address. - - - - - - - - Defines the recipient settings. - - - - - - - Initializes a new instance of the Recipient class with the specified address, contact name and the message prefix. - - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - A value that specifies the recipient contact name. This value is assigned to the property. - - - - A value that specifies the prefix defining a way to send messages. This value is assigned to the property. - - - - A value that specifies the recipient field type. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the specified address, contact name, field type and the message prefix. - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - A value that specifies the recipient contact name. This value is assigned to the property. - - - - A value that specifies the prefix defining a way to send messages. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the specified address, contact name, and field type. - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - A value that specifies the recipient contact name. This value is assigned to the property. - - - - A value that specifies the recipient field type. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the specified address and contact name. - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - A value that specifies the recipient contact name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the specified address and field type. - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - A value that specifies the recipient field type. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the specified recipient address. - - - - A value that specifies the recipient e-mail address. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Recipient class with the default settings. - - - - - - - - Specifies the recipient's email address. - - - A value. - - - - - - - Specifies the email recipient name. - - - A value. - - - - - - - Specifies the email recipient type. - - - A value. - - - - - - - Specifies the email message prefix (e.g., "SMTP:" or "Fax:"). - - - A value. - - - - - - - Returns the textual representation of the Recipient class. - - - A value. - - - - - - - - Lists the values used to specify the field type to which the current recipient belongs. - - - - - - - Indicates the BCC (blind carbon copy) field type. - - - - - - - - Indicates the CC (carbon copy) field type. - - - - - - - - Indicates the To field type (the field of primary recipients). - - - - - - - - - - - Lists the values used to specify the type of relationship between the document and the attachment file. - - - - - - - - The attachment file data is an alternative representation of the PDF content. - - - - - - - - The attachment file contains data which is used for the visual representation in the PDF part. - - - - - - - - The attachment file contains the source data for the visual representation derived from the PDF part. - - - - - - - - The attachment file contains additional information. - - - - - - - - The relationship is unknown or does not match any relationship above. - - - - - - - - - - Represents a file attached to a PDF document. - - - - - - - - Initializes a new instance of the PdfAttachment class with the default settings. - - - - - - - - Specifies the date of the attachment file creation. - - - A value, that specifies the date of the attachment file creation. - - - - - - - Specifies the document's attachment file as a byte array. - - - A array that contains the document's attachment file. - - - - - - - Specifies the attachment file's description. - - - A value. - - - - - - - Specifies the name of the attachment file. - - - A value that specifies the name of the attachment file. - - - - - - - Specifies the path to the file to be attached to the document. - - - A value, specifying the path to the file to be attached to the document. - - - - - - - Specifies the date of the attachment file's last modification. - - - A value that specifies the date of the attachment file's last modification. - - - - - - - Specifies the relation between the document and the attachment file. - - - A value, specifying the relation between the document and the attachment file. -The default is .Alternative. - - - - - - - Specifies the data type of the attachment file. - - - A value, specifying the data type of the attachment file. - - - - - - - - Represents the object that specifies information to be displayed in a page header area. - - - - - - - Initializes a new instance of the PageHeaderArea class with the default settings. - - - - - - - - Initializes a new instance of the PageHeaderArea class with the specified content, font and line alignment. - - - - - An array of values, representing content strings. This value is assigned to the property. - - - - - A value, which is used to draw the page area's text. This value is assigned to the property. - - - - A enumeration value specifying the content alignment. This value is assigned to the property. - - - - - - - - - Represents the object that specifies information to be displayed in a page footer area. - - - - - - - Initializes a new instance of the PageFooterArea class with the default settings. - - - - - - - - Initializes a new instance of the PageFooterArea class with the specified content, font and line alignment. - - - - - An array of values, representing content strings. This value is assigned to the property. - - - - A value, which is used to draw the page area's text. This value is assigned to the property. - - - - A enumeration value specifying the content alignment. This value is assigned to the property. - - - - - - - - - Serves as the base for classes that specify information to be displayed in page header and page footer areas. - - - - - - - Initializes a new instance of the PageArea class with the default settings. - - - - - - - - Initializes a new instance of the PageArea class with the specified content, font and line alignment. - - - - - An array of values, representing content strings. This value is assigned to the property. - - - - - A value, which is used to draw the page area's text. This value is assigned to the property. - - - - A enumeration value specifying the content alignment. This value is assigned to the property. - - - - - - - - Provides access to a collection of strings, representing the content of a page header or page footer. - - - A object, containing content strings. - - - - - - - Creates the page area using the specified brick graphics and image collection. - - - - A object. - - - - An array of objects. - - - - - - - - - Gets or sets the font used to draw the page area's text. - - - - A object that defines the text's format, including font face, size, and style attributes. - - - - - - - For internal use. - - - - A object. - - - - A array. - - - A collection of objects. - - - - - - - Gets or sets a value specifying which edge (top, center or bottom) of the page area its content should be aligned. - - - - A enumeration value specifying the content alignment. - - - - - - - Tests whether the PageArea object should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - - Represents the object, containing information about the page header and page footer areas. - - - - - - - Initializes a new instance of the PageHeaderFooter class with the default settings. - - - - - - - - Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer. - - - - - - A object representing the page header. This value is assigned to the property. - - - - - A object representing the page footer. This value is assigned to the property. - - - - - - - - Provides access to the page footer area. - - - A object representing the page footer. - - - - - - - Provides access to the page header area. - - - A object representing the page header. - - - - - - - Specifies whether or not the page margin is increased if its content does not fit. - - - true to increase the page margin; otherwise, false. - - - - - - - Returns the textual representation of the header/footer. - - - Always . - - - - - - - - A dynamic filter that shows dates that fall within a specified time period or displays values that are above or below the average. - - - - - - - Initializes a new instance of the XlDynamicFilter class with the specified settings. - - - - An enumeration member that specifies the dynamic filter type. This value is assigned to the property. - - - - An object that specifies a minimum value for a dynamic filter. This value is assigned to the property. - - - - An object that specifies a maximum value for a dynamic filter. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlDynamicFilter class with the specified settings. - - - - An enumeration member that specifies the dynamic filter type. This value is assigned to the property. - - - - An object that specifies a filter value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlDynamicFilter class with the specified settings. - - - - An enumeration member that specifies the dynamic filter type. This value is assigned to the property. - - - - - - - - Gets or sets the type of the dynamic filter. - - - An enumeration member that specifies the dynamic filter type. - - - - - - - Returns the value that is the current filter's type. - - - An value. - - - - - - - Gets or sets a maximum value for the dynamic filter. - - - An object. - - - - - - - Gets or sets a dynamic filter value. - - - An object. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. This parameter identifies the which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - - Provides access to the graphics object on which the is painted. - - - An object implementing the interface. - - - - - - - Provides access to the page for which the or event is raised. - - - A object. - - - - - - - Returns the bounds (size and location) of the page for which the or event is raised. - - - A object. - - - - - - - - Provides data for the event. - - - - - - - Contains information about the parameter, which value was changed. - - - A object. - - - - - - - - Provides data for the and events. - - - - - - - Provides access to information about the requested parameters. - - - - An array of objects. - - - - - - - - Represents a class containing information about a specific parameter and its editor. - - - - - - - - Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. - - - - - A object specifying the parameter for which an event has been raised. This value is assigned to the property. - - - - A class descendant specifying the editor for this parameter. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ParameterInfo class with the specified parameter and the editor for this parameter. - - - - - A object specifying the parameter for which an event has been raised. This value is assigned to the property. - - - - A class descendant specifying the editor for this parameter. This value is assigned to the property. - - - - - - - - Gets or sets an editor, used to enter a parameter's value. - - - - A class descendant. Normally, it should be one of the DevExpress XtraEditors. - - - - - - - For internal use. - - - - - - - - - - - - - - Provides access to the parameter associated with the current ParameterInfo object. - - - A object. - - - - - - - - Provides the client-side functionality for a WCF Report Service. - - - - - - - Initializes a new instance of the ReportServiceClient class with the specified settings. - - - - An object implementing the interface. - - - - - - - - Starts clearing the document (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document has been cleared. - - - - - - - - Starts obtaining the document build status (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the created document's status has been obtained. - - - - - - - - - Starts obtaining the document data (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document data has been obtained. - - - - - - - - - Starts obtaining the exported document (asynchronously). - - - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the exported document has been obtained. - - - - - - - - - Starts obtaining document export status (asynchronously). - - - - - An object, identifying the exported document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document export status has been obtained. - - - - - - - - - Returns a collection of parameter values assigned to a lookup editor. - - - - An value. - - - - An array of objects. - - - - An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously obtains a collection of parameter values assigned to a lookup editor. - - - - An value. - - - - An array of objects. - - - - An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when a lookup editor has finished obtaining the appropriate parameter values. - - - - - - - - Starts obtaining the document pages (asynchronously). - - - - A object, identifying the document. - - - - An array of integer values, specifying the document page indexes. - - - - A enumeration value, specifying the markup compatibility. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document pages have been obtained. - - - - - - - - - Starts obtaining the printed document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the printed document has been obtained. - - - - - - - - - Starts obtaining the status of the printed document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the printed document's status has been obtained. - - - - - - - - - Starts obtaining the report parameters (asynchronously). - - - - An object, identifying the report. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the report parameters have been obtained. - - - - - - - - - Starts building the report (asynchronously). - - - - An object, identifying the report. - - - - A object, storing the arguments required to create the report. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document build has started. - - - - - - - - - Starts exporting the document (asynchronously). - - - - A object, identifying the document. - - - - A object, storing the arguments required to export the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document export has started. - - - - - - - - - Starts printing the document (asynchronously). - - - - A object, identifying the document. - - - - A enumeration value, specifying the markup compatibility. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document printing has started. - - - - - - - - - Stops building the document (asynchronously). - - - - A object, identifying the document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document build has stopped. - - - - - - - - - Starts printing the document (asynchronously). - - - - A object, identifying the printed document. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Occurs when the document printing has stopped. - - - - - - - - - - Temporarily identifies a report to provide its document for preview in an End-User Report Designer. - - - - - - - Initializes a new instance of the TransientReportId class with the default settings. - - - - - - - - - - - - - - - - - - - - - - - - - - Returns the textual representation of TransientReportId. - - - A value. - - - - - - - - A data transfer object (DTO) that provides the information about a report catalog item. - - - - - - - Initializes a new instance of the ReportCatalogItemDto class with the default settings. - - - - - - - - Identifies the report catalog item's category. - - - An integer value. - - - - - - - Specifies the report catalog item description. - - - A value. - - - - - - - Identifies the report category item. - - - An integer value. - - - - - - - Specifies the user who locked the report catalog item. - - - - A value. - - - - - - - Specifies the last user who modified the report catalog item. - - - - A value. - - - - - - - Specifies the date and time when the report catalog item was last modified. - - - - A structure. - - - - - - - Specifies the report catalog item name. - - - A value. - - - - - - - Identifies the report catalog version used for optimistic locking. - - - A nullable integer value that specifies the report catalog version. - - - - - - - - A data transfer object (DTO) that provides the information about a report revision layout. - - - - - - - - Initializes a new instance of the LayoutRevisionDto class with the default settings. - - - - - - - - Specifies the report revision commentary. - - - A value. - - - - - - - Identifies the report revision. - - - An integer value. - - - - - - - Specifies the date and time of the report revision. - - - A structure. - - - - - - - Specifies the report revision number. - - - An integer value. - - - - - - - Specifies the author of the report revision. - - - - A value. - - - - - - - - A data transfer object (DTO) that provides the information about a report category. - - - - - - - - Initializes a new instance of the CategoryDto class with the default settings. - - - - - - - - Identifies the category. - - - An integer value. - - - - - - - Specifies the category name. - - - A value. - - - - - - - Identifies the category version used for optimistic locking. - - - A nullable integer value that specifies the category version. - - - - - - - - Provides information about the created report. - - - - - - - Initializes a new instance of the CreateReportResult class with the default settings. - - - - - - - - Identifies the report version used for optimistic locking. - - - A nullable integer value that specifies the report version. - - - - - - - Identifies the report. - - - An integer value. - - - - - - - Identifies the report revision. - - - An integer value. - - - - - - - - A data transfer object (DTO) that provides the information about a report. - - - - - - - Initializes a new instance of the ReportDto class with the default settings. - - - - - - - - Identifies the report category. - - - An integer value. - - - - - - - Specifies the report commentary. - - - A value. - - - - - - - Specifies the report description. - - - A value. - - - - - - - Identifies the report. - - - An integer value. - - - - - - - Specifies the report layout bytes. - - - A array, specifying the report layout bytes. - - - - - - - Specifies the report name. - - - A value. - - - - - - - Identifies the report version used for optimistic locking. - - - A nullable integer value that specifies the report version. - - - - - - - Identifies the report revision. - - - An integer value. - - - - - - - - Lists values used to specify how to calculate the minimum and maximum values for the vertical axis of a sparkline group. - - - - - - - Specifies that the minimum or maximum value for the sparkline vertical axis should be set to the custom value defined by the or property, respectively. - - - - - - - - Specifies that the minimum or maximum value for the sparkline vertical axis should be calculated automatically and shared across all the sparklines in the group. - - - - - - - - Specifies that the minimum or maximum value for the sparkline vertical axis should be automatically set to the lowest or highest value calculated individually for each sparkline in the group. - - - - - - - - - Specifies the type of the value that should be passed to a parameter. - - - - - - - - The parameter returns a Boolean value, corresponding to the type. - - - - - - - - The parameter returns a date-time value, corresponding to the type. - - - - - - - - The parameter returns a decimal value, corresponding to the type. - - - - - - - - The parameter returns a double-precision floating-point number, corresponding to the type. - - - - - - - - The parameter returns a floating-point value, corresponding to the type. - - - - - - - - The parameter returns an integer value, corresponding to the type. - - - - - - - - The parameter returns a 64-bit signed integer value, corresponding to the type. - - - - - - - - - The parameter returns a string value, corresponding to the type. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the ParameterCollection class with the default settings. - - - - - - - - Appends an array of parameters to the collection. - - - - An array of objects to append to the collection. - - - - - - - - Provides access to individual items in the collection by their names. - - - - A value specifying the name of the parameter to get. - - - A object which represents the parameter with the specified name. - - - - - - - - Represents the method that will handle the event. - - - - - - - Represents the method that will handle the event. - - - - An object of any type that triggers the event. - - - - A object that provides data for the event. - - - - - - - - - Provides data for the and events. - - - - - - - - Gets the index of the current page that should be sent to a printer, next. - - - - An integer value representing the zero-based page index. - - - - - - - - Gets or sets the page settings of the current page that should be sent to a printer, next. - - - - - A object, containing page settings of the current page. - - - - - - - Gets a value indicating what type of print operation is occurring. - - - One of the enumeration vlaues. - - - - - - - - Specifies whether or not the page band should be printed on the same pages with Report Header and Report Footer bands. - - - - - - - A band is printed on all report pages in the ordinary manner. - - - - - - - - - - A band is hidden if a page contains a Report Footer. - - - - - - - - - A band is hidden if a page contains a Report Header. - - - - - - - - A band is hidden if a page contains a Report Header or Report Footer. - - - - - - - - - If implemented by a class, provides a service contract for the . - - - - - - - - Starts creating a report copy. - - - - An integer value, identifying the report to clone. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts creating a report. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts creating a report category. - - - - A value, specifying the report category name. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts creating a scheduled job. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts deleting a report category. - - - - An integer value, specifying the report category ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts deleting a data model. - - - - An integer value, identifying the data model. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts deleting a report. - - - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts deleting a scheduled job. - - - - An integer value, specifying the scheduled job ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Begins executing a scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A nullable integer value. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the report categories. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the columns from a data source. - - - - A value, specifying the data source name. - - - - A object, specifying the data member. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the data members from a data source. - - - - A value, specifying the data source name. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the data model. - - - - An integer value, identifying the data model. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the available data models. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the data sources. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the report revisions. - - - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the reports. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the scheduled job. - - - - An integer value, identifying the scheduled job. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the scheduled job logs. - - - - An integer value, identifying the scheduled job. - - - - A descendant, specifying how the data should be paginated. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the total number of scheduled job logs. - - - - An integer value, identifying the scheduled job. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the scheduled job result. - - - - An integer value, identifying the scheduled job result. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the history of results corresponding to a specified scheduled job log. - - - - An integer value, identifying the scheduled job log. - - - - A descendant, specifying how the data should be paginated. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the total number of results corresponding to a specified scheduled job log - - - - An integer value, identifying the scheduled job log. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining all scheduled job. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts loading a report. - - - - An integer value, specifying the report ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts loading the layout of a specific report revision. - - - - An integer value, specifying the report ID. - - - - An integer value, specifying the revision ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts pinging the Report Server facade. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts rolling back a report revision. - - - - An integer value, specifying the report ID. - - - - An integer value, specifying the revision ID. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts saving the specified report. - - - - An integer value, specifying the report ID. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts updating the data model. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts updating the specified report. - - - - An integer value, specifying the report ID. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts updating the specified report category. - - - - An integer value specifying the report category ID. - - - - A value specifying the new category name. - - - - A nullable integer value specifying a report category version used for optimistic locking. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts updating the scheduled job. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts uploading a report layout. - - - - A object, containing the report layout. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Ends creating a report copy. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends creating a report. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends creating a report category. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report category ID. - - - - - - - Ends creating a scheduled job. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the scheduled job ID. - - - - - - - Ends deleting a report category. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends deleting a data model. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends deleting a report. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends deleting a scheduled job. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Begins executing a scheduled job. - - - - An object containing information about the status of an asynchronous operation. - - - A nullable integer value. - - - - - - - Ends obtaining the report categories. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the columns from a data source. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the data members from a data source. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining a data model. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends obtaining the available data models. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the data sources. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the report revisions. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the reports. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the scheduled job. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends obtaining the scheduled job logs. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the total number of scheduled job logs. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the total number of scheduled job logs. - - - - - - - Ends obtaining the scheduled job result. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends obtaining the scheduled job results. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends obtaining the total number of results corresponding to a scheduled job log. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the total number of scheduled job results. - - - - - - - Ends obtaining the scheduled jobs. - - - - An object containing information about the status of an asynchronous operation. - - - A collection of objects. - - - - - - - Ends loading the reports. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends loading the report layout bytes. - - - - An object containing information about the status of an asynchronous operation. - - - A array, containing the report layout. - - - - - - - Ends pinging the Report Server facade. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends rolling back a report revision. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends saving the specified report. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report ID. - - - - - - - Ends updating a data model. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends updating the specified report. - - - - An object containing information about the status of an asynchronous operation. - - - An integer value, specifying the report ID. - - - - - - - Ends updating a report category. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends updating the scheduled job. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends uploading a report layout. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Obtains the data source schema. - - - - An integer value, specifying the data source ID. - - - - A value, containing information about the asynchronous operation. - - - A value, containing the data source schema. - - - - - - - Returns a data transfer object (DTO), corresponding to the report catalog item. - - - - An integer value, specifying the report ID. - - - A value. - - - - - - - Locks the specified report. - - - - An integer value, specifying the report ID. - - - - - - - - Unlocks the specified report. - - - - An integer value, specifying the report ID. - - - - - - - - - If implemented by a class, provides a service contract for the . - - - - - - - Starts logging in to a Report and Dashboard Server. - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Ends logging in to a Report and Dashboard Server. - - - - An object containing information about the status of an asynchronous operation. - - - true if the user has been successfully logged in; otherwise false. - - - - - - - - Provides methods for converting components to specific types. - - - - - - - Initializes a new instance of the ServiceClientFactoryConverter class with the default settings. - - - - - - - - Checks whether or not the component can be converted to the specified type. - - - - An object implementing the interface. - - - - A enumeration value. - - - true if the valid conversion is possible; otherwise false. - - - - - - - Converts the component to the specified type. - - - - An object implementing the interface. - - - - A object. - - - - A value. - - - - A enumeration value. - - - A value. - - - - - - - - Used to detect the authentication cookie by the class. - - - - - - - Initializes a new instance of the FormsAuthenticationMessageInspector class with the specified cookie. - - - - A object. - - - - - - - - Initializes a new instance of the FormsAuthenticationMessageInspector class with the default settings. - - - - - - - - Ensures that no invalid messages received from the service are relayed to the client user code. - - - - A reference. - - - - A value. - - - - - - - - Ensures that no invalid messages are sent to the service. - - - - A reference. - - - - An object implementing the interface. - - - A value. - - - - - - - - Shares the Report Server authentication cookie between an and the to link them. - - - - - - - Initializes a new instance of the FormsAuthenticationEndpointBehavior class with the default settings. - - - - - - - - Passes data to bindings (for custom behavior support). - - - - A object, specifying the endpoint to modify. - - - - A object, specifying the objects required by binding elements to support the behavior. - - - - - - - - Implements a modification or extension of the authentication service client across a contract. - - - - A object, specifying the endpoint. - - - - A object, specifying the client runtime. - - - - - - - - Implements a modification or extension of the authentication service across an endpoint. - - - - A object, specifying the endpoint that exposes the contract. - - - - An object, specifying the endpoint dispatcher to be modified or extended. - - - - - - - - Examines the description tree and a corresponding runtime object to ensure it conforms to some set of criteria. - - - - A object, specifying the endpoint. - - - - - - - - - An extension for sharing the Report Server authentication cookie between an and the to link them. - - - - - - - - Initializes a new instance of the FormsAuthenticationBehaviorExtension class with the default settings. - - - - - - - - Gets a value indicating the behavior type. - - - A enumeration value. - - - - - - - - Supports automatic creation on the client side. - - - - - - - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified endpoint configuration name. - - - - A value, specifying the endpoint configuration name. - - - - - - - - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - - - A value, specifying the endpoint configuration name. - - - - An object, specifying the authentication service address. - - - - - - - - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - - - An object, specifying the authentication service address. - - - - A object. - - - - - - - - Initializes a new instance of the AuthenticationServiceClientFactory class with the specified settings. - - - - An object, specifying the authentication service address. - - - - An enumeration value. - - - - - - - - Creates a . - - - - An object implementing the interface. - - - - - - - - Provides the client-side functionality for the Report and Dashboard Server authentication service. - - - - - - - Initializes a new instance of the AuthenticationServiceClient class with the specified channel. - - - - An object implementing the interface. - - - - - - - - Logs into a Report and Dashboard Server. - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - - A value, containing information about the asynchronous operation. - - - - An action delegate containing a object that returns a Boolean value, specifying the operation result. - - - - - - - - Asynchronously logs into a Report and Dashboard Server. - - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a Boolean value. - - - - - - - - If implemented by a class, provides the client-side functionality for the DevExpress Report Server authentication service. - - - - - - - Logs into a Report and Dashboard Server. - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - - A value, specifying the operation state. - - - - An action delegate containing a object that returns a Boolean value, specifying the operation result. - - - - - - - - Asynchronously logs into a Report and Dashboard Server. - - - - A value, specifying the user name. - - - - A value, specifying the password. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a Boolean value. - - - - - - - - Lists the values specifying the PDF/A compatibility mode of a document. - - - - - - - The document is not PDF/A-compatible and supports the ISO 32000-1:2005 specification. - - - - - - - - - The document supports the PDF/A-1b (ISO 19005-1) specification. - - - - - - - - The document supports the PDF/A-2b (ISO 19005-2:2011) specification. - - - - - - - - The document supports the PDF/A-3b (ISO 19005-3:2012) specification. - - - - - - - - - Represents the value of a custom document property. - - - - - - - - Returns a boolean value assigned to a custom document property. - - - A value that is the custom property value. - - - - - - - Returns the date and time value assigned to a custom document property. - - - A value that is the custom property value. - - - - - - - Returns an empty custom property value. - - - - - - - - - Returns a numeric value assigned to a custom document property. - - - - A value that is the custom property value. - - - - - - - Returns a string assigned to a custom document property. - - - - A value that is the custom property value. - - - - - - - Gets the type of data assigned to a custom document property. - - - One of the enumeration values. - - - - - - - - Defines the column, row and the reference type (relative or absolute). - - - - - - - Initializes a new instance of the XlCellPosition class with the specified column and row indexes. - - - - An integer that is the zero-based column index. - - - - An integer that is the zero-based row index. - - - - - - - - Initializes a new instance of the XlCellPosition class with the specified column and row indexes and reference type. - - - - An integer that is the zero-based column index. - - - - An integer that is the zero-based row index. - - - - A enumeration member that specifies the column reference type. - - - - A enumeration member that specifies the row reference type. - - - - - - - - Returns a new XlCellPosition instance transformed into absolute reference. - - - An object with absolute reference. - - - - - - - Returns a new XlCellPosition instance transformed into relative reference. - - - An object with relative reference. - - - - - - - Gets the index of a column in the position. - - - An integer that is the zero-based column index. - - - - - - - Gets the reference type of the column in the position. - - - An enumeration member that is the column reference type. - - - - - - - Determines whether the specified object is equal to the current XlCellPosition instance. - - - - The object to compare with the current object. - - - True if the specified object is equal to the current XlCellPosition instance; otherwise false. - - - - - - - Gets a numerical value that is used to identify an object during equality testing. - - - An integer value that is the hash code for the current object. - - - - - - - A static method to get a special XlCellPosition instance that denotes an invalid position. - - - An structure with special property values to identify an invalid position. - - - - - - - Gets whether both the column and the row are absolute references. - - - True, if the position has the absolute column reference and the absolute row reference; otherwise, false. - - - - - - - Gets whether the position refers to the entire column. - - - True, if the position refers to the entire column; otherwise, false. - - - - - - - Gets whether the position refers to the entire column or the entire row. - - - True if the position refers to the entire row or the entire column; otherwise, false. - - - - - - - Gets whether both the column and the row are relative references. - - - True if the position has the relative column reference and the relative row reference; otherwise, false. - - - - - - - Gets whether the position refers to the entire row. - - - True if the position refers to the entire row; otherwise, false. - - - - - - - Gets whether the XlCellPosition instance denotes a valid position. - - - True if the position is valid; otherwise, false. - - - - - - - Gets the maximum number of columns. - - - An integer that is the maximum number of columns; at the moment it is 16384. - - - - - - - Gets the maximum number of rows. - - - An integer that is the maximum number of rows; at the moment it is 1048576. - - - - - - - Gets the index of a row in the position. - - - An integer that is the zero-based row index. - - - - - - - Gets the reference type of the row in the position. - - - An enumeration member that is the row reference type. - - - - - - - Returns the top left position in a worksheet which is the point of reference for cell coordinates. - - - - An that is the origin of cell positions. - - - - - - - Constructs a textual cell reference from the position. - - - A string that is the textual cell reference. - - - - - - - - Lists the values, specifying the supported user authentication types. - - - - - - - The remote document source is a Report and Dashboard Server that supports the Forms authentication type. - - - - - - - - The remote document source is a Report and Dashboard Server that supports the Guest authentication type. - - - - - - - - The remote document source is a custom WCF report service. - - - - - - - - The remote document source is a Report and Dashboard Server that supports the Windows authentication type. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ReportServiceClientDemandedEventArgs class with the default settings. - - - - - - - - Specifies a custom report service client. - - - An object implementing the interface. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the AuthenticationServiceClientDemandedEventArgs class with the default settings. - - - - - - - - Specifies the authentication service client. - - - An object implementing the interface. - - - - - - - - An editing field for changing the content of text controls in Print Preview. - - - - - - - - Creates a new instance of the TextEditingField class with the specified visual brick. - - - - A visual brick used to render an editing field in Print Preview. This value is assigned to the property. - - - - - - - - Specifies the name of an editor used to change a field value in Print Preview. - - - A string that specifies the editor name. - - - - - - - - Provides options that control the layout of an that is generated by a based on a 's data. - - - - - - - Initializes a new instance of the ReportGenerationOptions class with the default settings. - - - - - - - - Specifies whether or not column widths are automatically modified so that the width of total columns matches the width of a View. - - - - true, to enable the auto width feature; otherwise, false. - - - - - - - Specifies whether even rows in the resulting report are painted using the appearance settings provided by the property. - - - or to render even rows in the report using the corresponding grid view appearance settings; otherwise . - - - - - - - Specifies whether odd rows in the resulting report are painted using the appearance settings provided by the property. - - - or to render odd rows in the report using the corresponding grid view appearance settings; otherwise . - - - - - - - Specifies whether to add band headers to the report. This option is in effect when the source object supports bands ( and ). - - - or to add band headers to the report; otherwise . - - - - - - - Specifies whether to add column headers to the report. - - - or to add column headers to the report; otherwise . - - - - - - - Specifies whether to include group rows in the report. - - - or to include group rows in the report; otherwise . - - - - - - - Specifies whether to add group footers to the report. - - - or to add group footers to the report; otherwise . - - - - - - - Specifies the visibility of horizontal grid lines in the report. - - - or to add horizontal grid lines to the report; otherwise . - - - - - - - Specifies whether to add the summary footer to the report. - - - or to add the summary footer to the report; otherwise . - - - - - - - Specifies the visibility of vertical grid lines in the report. - - - or to add vertical grid lines to the report; otherwise . - - - - - - - Specifies whether dedicated print appearance settings () or regular appearance settings () are used when generating a report. - - - to use print appearance settings; or to use regular appearance settings. - - - - - - - - Defines a range of cells. - - - - - - - Initializes a new instance of the XlCellRange class with the specified worksheet, top left and bottom right positions. - - - - A string that is the name of a worksheet. - - - - A structure which defines the top left cell of the range. - - - - A structure which defines the bottom right cell of the range. - - - - - - - - Initializes a new instance of the XlCellRange class with the specified top left and bottom right positions. - - - - A structure which defines the top left cell of the range. - - - - A structure which defines the bottom right cell of the range. - - - - - - - - Initializes a new instance of the XlCellRange class which defines a single cell. - - - - A structure which defines the cell position. - - - - - - - - Returns a new XlCellRange instance transformed into absolute reference. - - - A object with absolute references. - - - - - - - Returns a new XlCellRange instance transformed into relative reference. - - - A object with relative references. - - - - - - - Gets or sets the position which specifies the bottom right cell in the range. - - - An structure which defines a cell. - - - - - - - Returns a range that is a continuous interval of entire columns. - - - - - An integer that is the zero-based index of the leftmost column. - - - - An integer that is the zero-based index of the rightmost column. - - - A object that references the column interval. - - - - - - - Returns a range that is a continuous interval of entire columns referenced using the specified reference type. - - - - - An integer that is the zero-based index of the leftmost column. - - - - An integer that is the zero-based index of the rightmost column. - - - - A enumeration member that specifies the reference type. - - - A object that references the column interval. - - - - - - - Determines whether the specified object is equal to the current XlCellRange instance. - - - - The object to compare with the current object. - - - True if the specified object is equal to the current XlCellRange instance; otherwise false. - - - - - - - Returns a XlCellRange object by the indexes of the bounding rows and columns. - - - - An integer that is the zero-based index of the left column. - - - - An integer that is the zero-based index of the top row. - - - - An integer that is the zero-based index of the right column. - - - - An integer that is the zero-based index of the bottom row. - - - A XlCellRange object that defines a worksheet range. - - - - - - - Gets a numerical value that is used to identify an object during equality testing. - - - An integer value that is the hash code for the current object. - - - - - - - Returns a XlCellRange object by its reference string in the in the A1 reference style. - - - - A string that specifies the cell range reference in the A1 reference style. - - - A object created for the specified reference. - - - - - - - Returns a range that is a continuous interval of entire rows referenced using the specified reference type. - - - - - An integer that is the zero-based index of the top row. - - - - An integer that is the zero-based index of the bottom row. - - - A object that references the row interval. - - - - - - - Returns a range that is a continuous interval of entire rows referenced using the specified reference type. - - - - - An integer that is the zero-based index of the top row. - - - - An integer that is the zero-based index of the bottom row. - - - - A enumeration member that specifies the reference type. - - - A object that references the row interval. - - - - - - - Gets or sets the name of the worksheet that owns the range. - - - A string that is the worksheet name. - - - - - - - Gets or sets the position which specifies the top left cell in the range. - - - An structure which defines a cell. - - - - - - - Get a string reference to the range defined by the XlCellRange object. - - - - True, to get single cell reference displayed as an interval; otherwise, false. - - - - A string that is the reference to the worksheet range in A1 style. If a worksheet name is present (the is not null), it is included in the reference. - - - - - - - Get a string reference to the range defined by the XlCellRange object. - - - - A object providing culture-specific information. - - - A string that is the reference to the worksheet range in A1 style. - - - - - - - Get a string reference to the range defined by the XlCellRange object. - - - A string that is the reference to the worksheet range in A1 style. If a worksheet name is present (the is not null), it is included in the reference. - - - - - - - - Contains information about a bookmark that is related to a printing brick. - - - - - - - Initializes a new instance of the BookmarkInfo class with the specified settings. - - - - An object implementing the interface. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BookmarkInfo class with the default settings. - - - - - - - - Specifies the element's bookmark. - - - A value. - - - - - - - Provides access to the bookmark's owner brick. - - - An object implementing the interface. - - - - - - - A value. - - - - - - - - - Specifies whether or not there are bookmarks specified for the brick. - - - true, if there are bookmarks assigned to the element; otherwise false. - - - - - - - Provides access to the bookmark's parent brick. - - - A object. - - - - - - - Specifies information about the bookmark's parent. - - - - A object. - - - - - - - - Serves as the base class for classes that represent collections of bricks. - - - - - - - - Initializes a new instance of the BrickCollectionBase class with the specified owner. - - - - A that is the owner of BrickCollectionBase. - - - - - - - - - Lists the available modes for color palette compatibility with different workbooks versions. - - - - - - - - Degrade the color values to match the 56 standard colors of the default workbook palette. - - - - - - - - Keep the original color values, but include only the first 56 colors into the palette. - - - - - - - - - An internal representation of an expression. Used to set the cell formula. - - - - - - - Converts an internal formula representation to a string. - - - - A object that specifies culture settings on which function names and numeric formatting depend. - - - A string that is the textual formula. - - - - - - - - Lists the acceptable line directions for HTML export. - - - - - - - Specifies the default line direction when exported into HTML. - - - - - - - - Specifies the horizontal line in HTML export. - - - - - - - - Specifies the vertical line in HTML export. - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - A data transfer object (DTO) that provides the information about a data model. - - - - - - - - Initializes a new instance of the DataModelDto class with the default settings. - - - - - - - - Specifies the connection string. - - - A value. - - - - - - - Specifies the database schema. - - - A value. - - - - - - - Specifies the data model description. - - - A value. - - - - - - - Specifies the data model ID. - - - An integer value, identifying the data model. - - - - - - - Specifies the data model name. - - - A value. - - - - - - - Identifies the data model version used for optimistic locking. - - - A nullable integer value that specifies the data model version. - - - - - - - Specifies the data provider. - - - A value. - - - - - - - - Provides options that specify the Document Properties of the resulting DOCX file. - - - - - - - - Initializes a new instance of the DocxDocumentOptions class with the default settings. - - - - - - - - Copies the settings from the specified DocxDocumentOptions object to the current object. - - - - An DocxDocumentOptions object whose settings are assigned to the current object. - - - - - - - - Specifies the document author. - - - A value. - - - - - - - Specifies the document category. - - - A value. - - - - - - - Creates a new DocxDocumentOptions instance, which is a copy of the current instance. - - - A new DocxDocumentOptions instance, which is a copy of the current instance. - - - - - - - Specifies the document comments. - - - A value. - - - - - - - Specifies the document keywords. - - - A value. - - - - - - - Specifies the document subject. - - - A value. - - - - - - - Specifies the document title. - - - A value. - - - - - - - - Represents the object that specifies cell format characteristics. - - - - - - - Initializes a new instance of the XlCellFormatting class with the default settings. - - - - - - - - Returns the object that provides format characteristics corresponding to the Bad MS Excel style. - - - An object that specifies format options corresponding to the Bad style. - - - - - - - Returns the object that provides format characteristics corresponding to the Calculation MS Excel style. - - - An object that specifies format options corresponding to the Calculation style. - - - - - - - Returns the object that provides format characteristics corresponding to the Check Cell MS Excel style. - - - An object that specifies format options corresponding to the Check Cell style. - - - - - - - Creates a copy of the current XlCellFormatting object. - - - An XlCellFormatting object which is a copy of the current object. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the XlCellFormatting class. - - - - An XlCellFormatting class instance representing the source object for copying. - - - - - - - - Determines whether the specified instances of the XlCellFormatting class are considered equal. - - - - An XlCellFormatting object that is the first object to compare. - - - - An XlCellFormatting object that is the second object to compare. - - - true, if the objects are considered equal; otherwise false. If both first and second objects are null, the method returns true. - - - - - - - Returns the object that provides format characteristics corresponding to the Explanatory... MS Excel style. - - - An object that specifies format options corresponding to the Explanatory... style. - - - - - - - Specifies a number format for cell values based on the given .NET-style format string. - - - - A value that represents the format pattern. - - - - true, if the formatString parameter is a date and time format specifier; otherwise, false. - - - An object that specifies the number format options to be applied to a cell. - - - - - - - Returns the object that provides format characteristics corresponding to the Good MS Excel style. - - - An object that specifies format options corresponding to the Good style. - - - - - - - Returns the object that provides format characteristics corresponding to the Heading 1 MS Excel style. - - - An object that specifies format options corresponding to the Heading 1 style. - - - - - - - Returns the object that provides format characteristics corresponding to the Heading 2 MS Excel style. - - - An object that specifies format options corresponding to the Heading 2 style. - - - - - - - Returns the object that provides format characteristics corresponding to the Heading 3 MS Excel style. - - - An object that specifies format options corresponding to the Heading 3 style. - - - - - - - Returns the object that provides format characteristics corresponding to the Heading 4 MS Excel style. - - - An object that specifies format options corresponding to the Heading 4 style. - - - - - - - Returns the object that provides format characteristics corresponding to the Hyperlink MS Excel style. - - - An object that specifies format options corresponding to the Hyperlink style. - - - - - - - Returns the object that provides format characteristics corresponding to the Input MS Excel style. - - - An object that specifies format options corresponding to the Input style. - - - - - - - Returns the object that provides format characteristics corresponding to the Linked Cell MS Excel style. - - - An object that specifies format options corresponding to the Linked Cell style. - - - - - - - Combines formatting settings of the target and source instances of the XlCellFormatting class. - - - - An XlCellFormatting object that is the target object for merging. - - - - An XlCellFormatting object that is the source object for merging. - - - An XlCellFormatting object that is a result of the merge operation. - - - - - - - - Combines the format settings of the specified XlCellFormatting object with the current instance of the XlCellFormatting class. - - - - - An XlCellFormatting object that specifies the object to combine with the current XlCellFormatting instance. - - - - - - - - Combines the format settings of the specified XlDifferentialFormatting object with the current instance of the XlCellFormatting class. - - - - An XlDifferentialFormatting object that specifies the object to combine with the current XlCellFormatting instance. - - - - - - - - Returns the object that provides format characteristics corresponding to the Neutral MS Excel style. - - - An object that specifies format options corresponding to the Neutral style. - - - - - - - Returns the object that provides format characteristics corresponding to the Note MS Excel style. - - - An object that specifies format options corresponding to the Note style. - - - - - - - Returns the object that provides format characteristics corresponding to the Output MS Excel style. - - - An object that specifies format options corresponding to the Output style. - - - - - - - Creates the object that specifies themed formatting for a cell. - - - - An enumeration member that is one of the six Accent colors used to fill the cell background. -If the themeColor is other than any of the theme accent colors, the System.ArgumentException occurs. - - - - A value from -1 to 1 used to darken (negative values) or lighten (positive values) the original theme color. If a value is outside the allowable range of values, the System.ArgumentOutOfRangeException will be thrown. - - - An class instance that contains theme formatting settings. - - - - - - - Returns the object that provides format characteristics corresponding to the Title MS Excel style. - - - An object that specifies format options corresponding to the Title style. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Converts the current cell format to the differential formatting object. - - - An XlDifferentialFormatting object that specifies the incremental formatting to be appled. - - - - - - - Returns the object that provides format characteristics corresponding to the Total MS Excel style. - - - An object that specifies format options corresponding to the Total style. - - - - - - - Returns the object that provides format characteristics corresponding to the Warning Text MS Excel style. - - - An object that specifies format options corresponding to the Warning Text style. - - - - - - - - Enables publishing a report in a Windows Forms application by creating a . - - - - - - - Enables publishing a report in a Windows Forms application. - - - - An . - - - A . - - - - - - - - Lists possible locations for storing different document parts in a . - - - - - - - The -specific location for storing the elements that are common to the entire document - bookmarks, navigation, page numbers, etc. - - - - - - - - - The -specific location for storing information required to export the document in the continuous (single file) mode. - - - - - - - - The -specific location for storing document metadata. - - - - - - - - The -specific location for storing document pages individually. - - - - - - - - - Represents the "Date Occurring..." conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleTimePeriod class with the default settings. - - - - - - - - Gets or sets the time period used as a formatting criterion used in the "date occurring..." conditional formatting rule. - - - One of the enumeration values indicating the time period. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the DocumentColumnFilteringEventArgs class. - - - - - - - - Gets the field name of the currently processed data column. - - - The column's field name. - - - - - - - Specifies the column index among exported columns. - - - A zero-based index of the currently exported column. - - - - - - - Gets or sets the filter to apply to the currently processed column. - - - The filter to apply to the column. - - - - - - - - Represents a method that will handle the and events. - - - - - - - - Represents a method that will handle the and events. - - - - An object that provides data for the event. - - - - - - - - - A memory storage used by the and objects to cache the document that it generates to display/export/print a report. - - - - - - - Creates the MemoryDocumentStorage class' instance and specifies the default settings. - - - - - - - - - Clears all the memory streams used to store the cached document. - - - - - - - - - For internal use. - - - - - - - Prints the specified document. - - - - A delegate of a object. - - - - A System.Func<TResult> delegate of a object. - - - - - - - - Prints the specified page range. - - - - An integer value. - - - - An integer value. - - - - A System.Action<string> delegate. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CredentialsEventArgs class with the default settings. - - - - - - - - Initializes a new instance of the CredentialsEventArgs class with the specified user credentials. - - - - A value, specifying the user name. This value is assigned to the property. - - - - A value, specifying the password. This value is assigned to the property. - - - - - - - - Specifies whether or not the event was handled. - - - true if the event was handled; otherwise, false. - - - - - - - Specifies the user password to login to a Report and Dashboard Server. - - - A value, specifying the password. - - - - - - - Specifies the user name to login to a Report and Dashboard Server. - - - A value, specifying the user name. - - - - - - - - A method that will handle the event. - - - - - - - - A method that will handle the event. - - - - The event sender. - - - - A object that contains data related to the event. - - - - - - - - - If implemented by a class, provides the service contract to a report parameter on the client side. - - - - - - - Provides the parameter description. - - - A value, describing the parameter. - - - - - - - Specifies whether or not a parameter can have multiple values. - - - true, if a parameter can have multiple values; otherwise, false. - - - - - - - Specifies the parameter name. - - - A value, identifying the parameter. - - - - - - - Classifies the parameter based on the data type implied in its value. - - - - A value, specifying the parameter data type. - - - - - - - Assigns a fixed value to the parameter. - - - A that is the parameter value. - - - - - - - Specifies whether or not the parameter is visible and its value is requested in a Document Preview. - - - - true, to make the parameter visible; otherwise false. - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - - A service enabling the control to display custom information (e.g., the name of a logged user instead of a user under whose account the web server is running). - - - - - - - Enables you to obtain and customize the text of the Page Info control. - - - - A object. - - - - A descendant. - - - A value. - - - - - - - - A document that is created by a remote service (a Report and Dashboard Server or custom WCF report service). - - - - - - - Initializes a new instance of the RemoteDocument class with the specified Printing System. - - - - A descendant. - - - - - - - - Specifies whether continuous document export can be performed. - - - - true, if continuous document export can be performed; otherwise, false. - - - - - - - Releases all resources used by RemoteDocument. - - - - - - - - Indicates whether or not the document is empty (i.e., does it contain at least one page). - - - true if the document is emtpy; otherwise, false. - - - - - - - Gets the total number of pages within a report. - - - An integer value, specifying the number of report pages. - - - - - - - Asynchronously obtains the specified report created by a remote document source. - - - - An object, identifying the report. - - - - An object implementing the interface, specifying the report parameters. - - - - - - - - For internal use. - - - - A object. - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - - List values that specify the axis position between negative and positive bars when the data bar conditional formatting is applied. - - - - - - - Displays the axis at a variable position based on negative and positive values. - - - - - - - - Displays the axis at the midpoint of the cell. - - - - - - - - No axis is displayed. Negative and positive bars are displayed in the same direction. - - - - - - - - - Specifies how a control anchors to the top and/or bottom edges of its container. - - - - - - - - A control is anchored to both the top and bottom edges of its container. - - - - - - - - - A control is anchored to the bottom edge of its container. - - - - - - - - A control is not anchored to any edge of its container. - - - - - - - - - A control is anchored to the top edge of its container. - - - - - - - - - Contains options which define how a document is exported to the native Printing System file format. - - - - - - - - Initializes a new instance of the NativeFormatOptions class with the default settings. - - - - - - - - - Copies all the settings from the NativeFormatOptions object passed as a parameter. - - - - - An NativeFormatOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets a value indicating whether the resulting PRNX file should be compressed. - - - - true to compress the resulting PRNX file; otherwise, false. - - - - - - - Gets or sets a value which indicates whether a Native Format Options window should be shown when an end-user saves a document from the Print Preview. - - - true to show the Native Format Options window; otherwise, false. - - - - - - - - Lists the available image export modes. - - - - - - - Exports each document page to a separate image (with the image file name indicating the page number). -The document's page headers and footers, and the top and bottom margins are repeated only once - at the beginning and end of the resulting image. - - - - - - - - Exports the document to a single image without indicating the borders of individual pages. -The document's page headers and footers, and the top and bottom margins are repeated only once - at the beginning and end of the resulting image. -When this export mode is used, the property is ignored. - - - - - - - - The document is exported to a single image with borders drawn around each page. -The document's page headers and footers, and top and bottom margins appear on every page. -The border settings are specified by the and properties. - - - - - - - - - Lists the available HTML export modes. - - - - - - - - A document is exported to multiple files, page-by-page. In this mode every document page is exported to a single HTML file. - - - - - - - - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting HTML file only once, at the beginning and at the end of the document. - - - - - - - - - A document is exported to a single file, page-by-page. In this mode, all pages are exported one under another, separated by page borders (which are specified by the and properties). - - - - - - - - - - The base for the class. - - - - - - - - - Initializes a new instance of the PageInfoTextBrick class with the specified owner. - - - - - An object implementing the interface. - - - - - - - - - Initializes a new instance of the PageInfoTextBrick class with the default settings. - - - - - - - - Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors. - - - - - A enumeration value(s) which specifies the borders displayed around the brick. - - - - - A value which specifies the border width of the brick, measured in pixels. - - - - A object which specifies the border color of the brick. - - - - A object which specifies the background color of the brick. - - - - A object which specifies the foreground color of the brick. - - - - - - - - Gets the text string containing the brick type information. - - - A string, characterizing the brick's type. Always returns "PageInfo". - - - - - - - Gets or sets a value indicating whether the page number should be changed according to reordering in the Pages collection. - - - A enumeration member. - - - - - - - Gets or sets the format string to display text information within the brick. - - - A string, consisting of alternating fixed text and indexed placeholders. - - - - - - - Gets or sets the type of information to be displayed within the PageInfoTextBrick. - - - A enumeration member, indicating information type and its representation. - - - - - - - Gets or sets the initial value of a page counter. - - - An integer value representing an initial number for pagination. - - - - - - - - Gets or sets the text to be displayed within the current brick. - - - A representing the text to be displayed within the brick. - - - - - - - - Lists the available RTF export modes. - - - - - - - - A document is exported to a single file. Note that in this mode, page headers and footers are added to the resulting RTF file only once, at the beginning and at the end of the document. - - - - - - - - - A document is exported to a single file, page-by-page. - - - - - - - - - For internal use. An association of a brick and a page. - - - - - - - Initializes a new instance of the BrickPagePair class with the default settings. - - - - - - - - Gets a brick object of the brick-page pair. - - - A object. - - - - - - - Creates a new brick-page pair with the specified brick and page. - - - - A object specifying a brick component of the pair. This value is assigned to the property. - - - - - A object specifying a page component of the pair. This value is assigned to the property. - - - A new BrickPagePair instance with the specified values. - - - - - - - Creates a new brick-page pair with the specified integer indices and page. - - - - An array of integer values, which specify indices for the created object. - - - - A object specifying a page component of the pair. This value is assigned to the property. - - - A new BrickPagePair instance with the specified values. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets an empty brick-page pair. - - - A value, representing a brick-page pair with null components. - - - - - - - Determines whether the specified object is equal to the current BrickPagePair instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current BrickPagePair instance; otherwise false. - - - - - - - For internal use. - - - - - - - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current BrickPagePair object. - - - An integer value representing the hash code for the current object. - - - - - - - For internal use. Provides access to a document page. - - - - A object, storing the document pages. - - - A object. - - - - - - - Gets a page object of the brick-page pair. - - - A object. - - - - - - - For internal use. - - - - - - - - - - - - - A column in the filter range to which filtering is applied. - - - - - - - Initializes a new instance of the XlFilterColumn class with the specified settings. - - - - A zero-based index of the column in the filtered range to which a filter should be applied. - - - - - - - - Initializes a new instance of the XlFilterColumn class with the specified settings. - - - - A zero-based index of the column in the filtered range to which a filter should be applied. - - - - An object implementing the interface which specifies the filter criteria to be applied to this column. - - - - - - - - Gets the zero-based index of the current column in the filtered range. - - - An integer specifying the position of the column in the filtered range. - - - - - - - Gets or sets the filter criteria that should be applied to the current column. - - - An object implementing the interface. - - - - - - - Gets or set a value indicating whether the AutoFilter button for the specified column should be hidden. - - - true, to hide the button; otherwise, false. - - - - - - - - A visual brick that contains a rotated text. - - - - - - - Initializes a new instance of the LabelBrick class with the specified owner. - - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the LabelBrick class with the default settings. - - - - - - - - Gets or sets the rotation angle of the text displayed within the brick. - - - A value, specifying the text angle in degrees. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Label". - - - - - - - Specifies whether or not a brick's height can be automatically changed based on the amount of its contents. - - - true to enable automatic adjustment of a brick's height; otherwise false. - - - - - - - Creates a new LabelBrick instance, which is a copy of the current instance. - - - A new LabelBrick instance, which is a copy of the current instance. - - - - - - - Gets a value indicating whether text within a label brick is drawn vertically. - - - - - true if the text is shown in a vertical mode; otherwise, false. - - - - - - - - Represents the "Above or Below Average..." conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleAboveAverage class with the default settings. - - - - - - - - Gets or sets the type of the conditional format operator used in the "Above or Below Average..." conditional formatting rule. - - - One of the enumeration values representing the operator type. - - - - - - - Gets or sets the number of standard deviations included above or below the average in the "Above or Below ASverage..." conditional formatting rule. - - - An integer value that is the number of standard deviations. - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - A component that manages caching logic and acts like a mediator between a report and a Document Viewer. - - - - - - - Creates the CachedReportSource class' instance and specifies the default settings. - - - - - - - - - Creates the CachedReportSource class' instance and specifies its and properties. - - - - The report to be displayed and/or exported. - - - - The storage used for caching the document that is generated from the specified report. - - - - - - - - Creates the CachedReportSource class' instance. - - - - A that represents a container for the Cached Report Source. - - - - - - - - Creates the CachedReportSource class' instance and specifies its and properties. - - - - The report to be displayed and/or exported. - - - - The storage used for caching the document that is generated from the specified report. - - - - - - - - Creates a document from the report specified by the property, so it can be displayed, printed and exported. Runs document generation in an individual task asynchronously. - - - - The task where document generation is performed. - - - - - - - - Represents a page's watermark. - - - - - - - Initializes a new instance of the PageWatermark class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - Disposes of the PageWatermark object. - - - - - - - - - Determines whether the specified object is equal to the current PageWatermark instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current PageWatermark instance; otherwise false. - - - - - - - Gets or sets the font of the PageWatermark. - - - A object that defines the text's format, including font face, size, and style attributes. - - - - - - - - Gets or sets the foreground color of the PageWatermark's text. - - - A object representing the foreground color of the text. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current PageWatermark object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets or sets the PageWatermark's picture. - - - A object specifying the watermark's picture. - - - - - - - Gets or sets the position of the PageWatermark's picture. - - - A enumeration value specifying how a picture is aligned on the document page. - - - - - - - Gets or sets a value indicating if a PageWatermark's picture should be tiled. - - - true to tile a watermark's picture; otherwise, false. - - - - - - - Gets or sets the transparency of the watermark's image. - - - - An integer value specifying the images's transparency. It should be between 0 and 255, inclusive. - - - - - - - Gets or sets the mode in which a picture is displayed. - - - An enumeration value specifying how the picture should be displayed. - - - - - - - Gets or sets a value indicating whether a watermark should be printed behind or in front of the contents of a page. - - - - true to print a watermark behind the contents of a page; otherwise false. - - - - - - - - Gets or sets a PageWatermark's text. - - - A specifying the text of a watermark. - - - - - - - Gets or sets the incline of the PageWatermark's text. - - - A enumeration value representing the text incline. - - - - - - - Gets or sets the transparency of the PageWatermark's text. - - - An integer value specifying the text's transparency. It should be between 0 and 255, inclusive. - - - - - - - - A visual brick that contains a barcode. - - - - - - - Initializes a new instance of the BarCodeBrick class with the specified owner. - - - - - An object implementing the interface. - - - - - - - - - Initializes a new instance of the BarCodeBrick class with the default settings. - - - - - - - - Gets or sets the alignment of the barcode in the brick rectangle. - - - A enumeration value that specifies how the barcode is aligned within the brick. - - - - - - - - Gets or sets a value that specifies whether the property value should be calculated automatically based upon the bar code's size. - - - - true if the barcode's module is calculated automatically; otherwise, false. - - - - - - - Gets or sets the byte array to be coded into the PDF417 bar code. - - - An array of values. - - - - - - - For internal use only. - - - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "BarCode". - - - - - - - Create a copy of the current BarCodeBrick object. - - - An BarCodeBrick object that is a copy of the current object. - - - - - - - Specifies the default text . Currently it is set to value. - - - A value. - - - - - - - Specifies the default value. Currently it is set to false. - - - - - - - - - Gets or sets the default value for the property. - - - - - - - - - - Specifies the default value. Currently it is set to 2.0 - - - - - - - - - Specifies the default value. Currently it is set to . - - - - - - - - - Specifies the default value. Currently it is set to true. - - - - - - - - - For internal use only. - - - A value. - - - - - - - Gets or sets the symbology (code type) for the barcode and the text displayed in the BarCodeBrick. - - - - A object representing the symbology used in the current BarCodeBrick. - - - - - - - Gets or sets the width of the narrowest bar or space in the current BarCodeBrick instance. - - - A value which represents the width of the narrowest bar or space. - - - - - - - Gets or sets how a barcode should be rotated in a report. - - - A enumeration value specifying the angle at which a barcode is rotated. - - - - - - - - Gets or sets a value indicating whether the text is displayed in this BarCodeBrick. - - - true if the text is displayed; otherwise, false. - - - - - - - Specifies the bar code text. - - - A value. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - Lists the types of operators that can be used in certain data validation types. - - - - - - - Checks whether the cell value falls within a specified range of values. - - - - - - - - Checks whether the cell value equals a specified value. - - - - - - - - Checks whether the cell value is greater than a specified value. - - - - - - - - Checks whether the cell value is greater than or equal to a specified value. - - - - - - - - Checks whether the cell value is less than a specified value. - - - - - - - - Checks whether the cell values is less than or equal to a specified value. - - - - - - - - Checks whether the cell value does not fall with a specified range of values. - - - - - - - - Checks whether the cell value is not equal to a specified value. - - - - - - - - - Lists the values used to specify the type of the DataBar bar code. - - - - - - - A GS1 DataBar Expanded bar code is generated. - - - - - - - - A GS1 DataBar Expanded Stacked bar code is generated. - - - - - - - - A GS1 DataBar Limited bar code is generated. - - - - - - - - A GS1 DataBar Omnidirectional bar code is generated. - - - - - - - - A GS1 DataBar Stacked bar code is generated. - - - - - - - - A GS1 DataBar Stacked Omnidirectional bar code is generated. - - - - - - - - A GS1 DataBar Truncated bar code is generated. - - - - - - - - - Represents the rectangle shape type. - - - - - - - Initializes a new instance of the ShapeRectangle class with the default settings. - - - - - - - - - Represents the arrow shape type. - - - - - - - Initializes a new instance of the ShapeArrow class with the default settings. - - - - - - - - Gets or sets the height of an arrow (in percent). - - - An integer value which represents the height of an arrow. This value should be from 0 to 100. - - - - - - - Gets or sets the width of an arrow (in percent). - - - - An integer value which represents the width of an arrow. This value should be from 0 to 100. - - - - - - - - Represents the ellipse shape type. - - - - - - - Initializes a new instance of the ShapeEllipse class with the default settings. - - - - - - - - - Represents the regular polygon shape type. - - - - - - - - Initializes a new instance of the ShapePolygon class with the default settings. - - - - - - - - Gets or sets the number of polygon sides. - - - - An integer value which represents the number of sides in a polygon. - - - - - - - - Represents the bracket shape type. - - - - - - - Initializes a new instance of the ShapeBracket class with the default settings. - - - - - - - - Gets or sets the length of a brace's tip. - - - - An integer value which represents a tip's length. - - - - - - - - - Defines the base class for all the shape types whose corners can be filleted. - - - - - - - - - Gets or sets a value specifying how shape corners are rounded (in percent). - - - - - An integer value which shows how corners are rounded. This value should be from 0 to 100. - - - - - - - - - Represents the cross shape type. - - - - - - - Initializes a new instance of the ShapeCross class with the default settings. - - - - - - - - Gets or sets the horizontal line width of a cross (in percents). - - - - An integer value which represents the width of a horizontal line. - - - - - - - Gets or sets the vertical line width of a cross (in percents). - - - - An integer value which represents the width of a vertical line. - - - - - - - - Represents the line shape type. - - - - - - - Initializes a new instance of the ShapeLine class with the default settings. - - - - - - - - - Defines the base class for all the shape types. - - - - - - - Override this method to get the name of the shape. - - - A string, representing the shape's name. - - - - - - - - Represents the brace shape type. - - - - - - - Initializes a new instance of the ShapeBrace class with the default settings. - - - - - - - - Gets or sets a value which specifies how brace corners are rounded. - - - - An integer value which represents how brace corners are rounded. - - - - - - - Gets or sets the length of a brace's tail. - - - - An integer value which represents a tail's length. - - - - - - - - - Defines the base class for all the shape types represented by a closed figure. - - - - - - - - Defines the base class for all the shape types based on a regular polygon. - - - - - - - - Represents the class used to generate an UPC Supplemental 5 bar code. - - - - - - - Initializes a new instance of the UPCSupplemental5Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate an UPC Supplemental 2 bar code. - - - - - - - Initializes a new instance of the UPCSupplemental2Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a PostNet bar code. - - - - - - - Initializes a new instance of the PostNetGenerator class with the default settings. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate an UPC-E1 bar code. - - - - - - - - Initializes a new instance of the UPCE1Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate an EAN 13 bar code. - - - - - - - Initializes a new instance of the EAN13Generator class with the default settings. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate an Interleaved 2 of 5 bar code. - - - - - - - Initializes a new instance of the Interleaved2of5Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the density of a bar code's bars. - - - - A float value specifying the density of a bar code's bars. - - - - - - - - - Represents the class used to generate a Matrix 2 of 5 bar code. - - - - - - - Initializes a new instance of the Matrix2of5Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Defines the base class for the and classes. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - - Defines the base class for the and classes. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - - Represents the class used to generate an EAN-128 bar code. - - - - - - - Initializes a new instance of the EAN128Generator class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - Gets or sets the symbol (or set of symbols) in the bar code's text that will be replaced with the FNC1 functional character when the bar code's bars are drawn. - - - - A specifying the symbols to be replaced. - - - - - - - Specifies whether or not parentheses should be included in the bar code's text. - - - true to insert parentheses into the bar code's printed text; otherwise, false. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate an EAN 8 bar code. - - - - - - - Initializes a new instance of the EAN8Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents a document map which contains a collection of all the bookmarks in a document. - - - - - - - - Initializes a new instance of the BookmarkNodeCollection class with the default settings. - - - - - - - - - Represents the class used to generate a Code 93 bar code. - - - - - - - Initializes a new instance of the Code93Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a Code 39 Extended bar code. - - - - - - - - Initializes a new instance of the Code39ExtendedGenerator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a Code 128 bar code. - - - - - - - - Initializes a new instance of the Code128Generator class with the default settings. - - - - - - - - Adds a zero sign prefix to the number that is being encoded. - - - true to add a leading zero to the encoded numbers; otherwise false. - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - Gets or sets the character set type for the bar code. - - - A enumeration value, specifying a character set to be used. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a Code 11 bar code. - - - - - - - - Initializes a new instance of the Code11Generator class with the default settings. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a Codabar bar code. - - - - - - - - Initializes a new instance of the CodabarGenerator class with the default settings. - - - - - - - - Overrides the property. - - - true if the bar code object needs a checksum to be calculated; otherwise, false. - - - - - - - Gets or sets the first (start) and last (stop) symbols used to code the bar code's structure. - - - A enumeration value that specifies the pair of start and stop symbols used. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the density of a bar code's bars. - - - A float value specifying the density of a bar code's bars. - - - - - - - - Represents the class used to generate a Code 93 Extended bar code. - - - - - - - Initializes a new instance of the Code93ExtendedGenerator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Represents the class used to generate a Code 39 bar code. - - - - - - - - Initializes a new instance of the Code39Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the density of a bar code's bars. - - - A float value specifying the density of a bar code's bars. - - - - - - - - Defines the base class for all the classes used to generate bar codes. - - - - - - - Gets or sets whether to calculate a checksum for the bar code. - - - true if the barcode object needs a checksum to be calculated; otherwise, false. - - - - - - - For internal use. - - - - An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. - - - - A structure. - - - - An object implementing the interface. - - - - - - - - For internal use. - - - - An object implementing the interface. - - - A value. - - - - - - - For internal use. - - - - An object implementing the interface. - - - A value. - - - - - - - Gets the name of the bar code type, which is represented by a current class. - - - A string, which is the name of the bar code type. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Indicates whether or not the bar code is correctly rendered. - - - - An object implementing the DevExpress.XtraPrinting.IGraphicsBase interface. - - - - A structure. - - - - An object implementing the interface. - - - A enumeration value, identifying the error ( if the bar code validation succeeds). - - - - - - - - Specifies which formula is used to calculate the checksum for the MSI bar code. - - - - - - - - The checksum is calculated with respect to base 10 twice. - - - - - - - - The checksum is calculated with respect to base 10. - - - - - - - - The checksum is not calculated. - - - - - - - - - Specifies the character set used for coding the Code 128 bar code structure. - - - - - - - The "A" character set will be used for coding a bar code. - - - - - - - - The character set will be chosen automatically according to the text assigned to a bar code. - - - - - - - - The "B" character set will be used for coding a bar code. - - - - - - - - The "C" character set will be used for coding a bar code. - - - - - - - - - Specifies the first (start) and last (stop) symbols used to code the Codabar bar code structure. - - - - - - - - The first element in a bar code is "A" and the last element is "T". - - - - - - - - - The first element in a bar code is "B" and the last element is "N". - - - - - - - - The first element in a bar code is "C" and the last element is "*". - - - - - - - - - The first element in a bar code is "D" and the last element is "E". - - - - - - - - - The are no start (first) and stop (last) elements used in a bar code. - - - - - - - - - - Specifies by what angle a bar code is rotated. - - - - - - - A bar code is displayed in its normal orientation. - - - - - - - - A bar code is rotated 90 degrees counter clockwise. - - - - - - - - - A bar code is rotated 90 degrees clockwise. - - - - - - - - A bar code is rotated 180 degrees. - - - - - - - - - Represents a print style used to print the via the . - - - - - - - - - Initializes a new instance of the DataGridPrintStyle class with the specified source print style. - - - - - A object whose properties are to be copied. - - - - - - - - - Initializes a new instance of the DataGridPrintStyle class with the specified data grid. - - - - - A object whose print style settings are to be copied. - - - - - - - - - Initializes a new instance of the DataGridPrintStyle class with the default settings. - - - - - - - - Gets or sets the background color of odd-numbered rows of the grid. - - - - A that represents the alternating background color. - - - - - - - Gets or sets the background color of even-numbered rows of the grid. - - - - A that represents the color of rows in the grid. - - - - - - - - Gets or sets the background color of the caption area. - - - - A that represents the caption's background color. - - - - - - - - Gets or sets the foreground color of the caption area. - - - - A that represents the foreground color of the caption area. - - - - - - - - Duplicates the properties of the specified data grid's print style into the current DataGridPrintStyle instance. - - - - A object whose print style settings are to be copied. - - - - - - - - - Duplicates the properties of the specified print style into the current DataGridPrintStyle instance. - - - - A object whose properties are to be copied. - - - - - - - - - Gets or sets a value indicating whether the grid is printed in flat mode. - - - - true if the grid is displayed flat; otherwise, false. - - - - - - - Gets or sets the foreground color (typically the color of the text) of the data grid. - - - A that represents the foreground color. - - - - - - - - Gets or sets the color of the grid lines. - - - - A that represents the color of the grid lines. - - - - - - - - Gets or sets the line style of the grid. - - - - One of the values. - - - - - - - - Gets or sets the background color of all row and column headers. - - - - A that represents the background color of row and column headers. - - - - - - - Gets or sets the foreground color of headers. - - - - A that represents the foreground color of the grid's column headers, including the column header text and the plus/minus glyphs. - - - - - - - - Returns the textual representation of the print style. - - - A value which specifies the full name of the class. - - - - - - - - A visual brick containing a shape. - - - - - - - Initializes a new instance of the ShapeBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the ShapeBrick class with the default settings. - - - - - - - - Gets or sets the angle (in degrees) by which the shape's image is rotated. - - - An integer value specifying the angle by which the shape's image is rotated. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Shape". - - - - - - - Gets or sets the color to fill the shape's contents. - - - - A object which represents the fill color of a shape. - - - - - - - - Gets or sets the color of the shape displayed in the current brick. - - - - A which represents the shape color in the current brick. - - - - - - - Specifies the ShapeBrick's line style. - - - A enumeration value. - - - - - - - Gets or sets the width of the line which is used to draw the shape image. - - - An integer value representing the width of the line. - - - - - - - Gets or sets an object which determines a particular shape type along with its settings. - - - - A class descendant which contains settings for a particular shape type. - - - - - - - - Gets or sets a value indicating whether or not to stretch a shape when it's rotated. - - - - true to stretch the shape; otherwise, false. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - A visual brick containing a progress bar. - - - - - - - Initializes a new instance of the ProgressBarBrick class with the specified position. - - - - An integer value specifying the progress bar position. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ProgressBarBrick class with the default settings. - - - - - - - - Initializes a new instance of the ProgressBarBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "ProgressBar". - - - - - - - Gets or sets the color to fill a progress bar brick's content. - - - A object which specifies the fill color of a progress bar. - - - - - - - Gets or sets the color of progress bars displayed in the current brick. - - - - A which represents the progress bars color. - - - - - - - - Gets or sets the current position of the progress bar brick. - - - - An integer value which represents the current position (0-100). - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property. - - - A which represents the text value that will be shown as the brick's text. - - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - A visual brick that contains a zip code. - - - - - - - Initializes a new instance of the ZipCodeBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the ZipCodeBrick class with the default settings. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "ZipCode". - - - - - - - Gets or sets the width of the lines that the numbers in a zip code brick are drawn with. - - - - An integer value specifying the width (in pixels) of a ZipCodeBrick's lines. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - Represents the base class for brick classes which contain text. - - - - - - - - Gets or sets the color of the text displayed in the current brick. - - - - A which represents the text color in the current brick. - - - - - - - - Gets or sets the text to be displayed within the current brick. - - - A representing the text to be displayed within the brick. - - - - - - - - Represents different settings used to specify how a document is exported from the Print Preview. - - - - - - - Initializes a new instance of the PrintPreviewOptions class with the default settings. - - - - - - - - Gets or sets a value which indicates whether the resulting file should be automatically opened after exporting a document from the Print Preview. - - - An enumeration value which specifies the action performed after export is finished. - - - - - - - Gets or sets the file path to which, by default, a document is exported from the Print Preview. - - - - - - A which represents the default file path. - - - - - - - - Specifies the default format to which a document is exported from the Print Preview form. - - - A enumeration value, corresponding to the required export format. - - - - - - - Gets or sets the file name to which, by default, a document is exported from the Print Preview. - - - - A which represents the default file name. - - - - - - - - Identifies the default file name for a document being exported from the Print Preview. - - - - - - - - - - Specifies the default format to which a document is converted, when the command is executed. - - - A enumeration value, corresponding to the required format. - - - - - - - Gets or sets a value which specifies how the file path to export a document is obtained when exporting a document from the Print Preview. - - - - A enumeration value which specifies how the file path is obtained. - - - - - - - Gets or sets a value which indicates whether an Export Options window should be shown when an end-user exports a document from the Print Preview. - - - true to show the Export Options window; otherwise, false. - - - - - - - - Specifies how images are exported to PDF format. - - - - - - - - - The resulting Jpeg image quality is high (the resulting PDF file size is big). - - - - - - - - - The resulting Jpeg image quality is the highest (the resulting PDF file size is the biggest). - - - - - - - - - - The resulting Jpeg image quality is low (the resulting PDF file size is small). - - - - - - - - - The resulting Jpeg image quality is the lowest (the resulting PDF file size is the smallest). - - - - - - - - - - The resulting Jpeg image quality is medium (the resulting PDF file size is also medium). - - - - - - - - - - Represents the base class for objects which define specific export options for those export formats which support page-by-page export (HTML, MHT and PDF). - - - - - - - - Copies all the settings from the PageByPageExportOptionsBase object passed as a parameter. - - - - - An PageByPageExportOptionsBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the range of pages to be exported. - - - - - A specifying the range of pages. - - - - - - - Specifies the resolution used to rasterize vector images on export to the corresponding document format. - - - An integer value specifying the resolution (in DPI) used to rasterize vector images. - - - - - - - Specifies whether or not vector images should be rasterized on export to the corresponding document format. - - - true, to rasterize vector images; otherwise, false. - - - - - - - - Contains options which define how a document is exported to XLS format. - - - - - - - - - Initializes a new instance of the XlsExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the XlsExportOptions class with the specified text export mode, grid lines and hyperlinks settings. - - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlsExportOptions class with the specified text export mode. - - - - A object, which specifies a format in which data values should be saved. - - - - - - - - Initializes a new instance of the XlsExportOptions class with the specified text export mode and grid lines settings. - - - - A object, which specifies a format in which data values should be saved. - - - - true to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlsExportOptions class with the specified settings. - - - - A enumeration value. This value is assigned to the property. - - - - true to display the grid lines; otherwise false. This value is assigned to the property. - - - - true to export hyperlinks; otherwise false. This value is assigned to the property. - - - - true to allow more than 256 columns without warning; otherwise, false. This value is assigned to the property. - - - - true to allow more than 65536 rows without warning; otherwise, false. This value is assigned to the property. - - - - A enumeration value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlsExportOptions class with the specified settings. - - - - A object, which specifies a format in which data values should be saved. This value is assigned to the property. - - - - - true, to show the grid lines in the resulting XLS file; otherwise, false. This value is assigned to the property. - - - - true, to export hyperlinks; otherwise, false. This value is assigned to the property. - - - - true to fit the output document to the page width when printing. This value is assigned to the property. - - - - - - - - Copies all the settings from the XlsExportOptions object passed as a parameter. - - - - - An XlsExportOptions object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Specifies whether the document should be exported to a single or different XLS files, page-by-page. - - - An enumeration value, representing the XLS export mode. - - - - - - - Gets or sets the range of pages to be exported. - - - A specifying the range of pages. - - - - - - - Gets or sets a value indicating whether to suppress the exception that raises when trying to export a document to an XLS file with more than 256 columns. - - - - true, to suppress the exception and reduce the number of columns in the resulting XLS file; false, to cancel the export and fire the exception. - - - - - - - - Gets or sets a value indicating whether to suppress the exception that raises when trying to export a document to an XLS file with more than 65,536 rows. - - - - true, to suppress the exception and reduce the number of rows in the resulting XLS file; false, to cancel the export and fire the exception. - - - - - - - Specifies the color palette compatibility mode with different workbooks versions. - - - - A enumeration value. - - - - - - - - Lists the available DOCX export modes. - - - - - - - - A document is exported to a single file. In this mode, page headers and footers are added to the resulting DOCX file only once, at the beginning and end of the document. - - - - - - - - - - A document is exported to a single file, page-by-page. - - - - - - - - - Contains options which define how a document is exported to DOCX format. - - - - - - - - - Initializes a new instance of the DocxExportOptions class with the default settings. - - - - - - - - Enables embedding floating pictures into exported DOCX files. - - - true, to enable embedding floating pictures into documents; otherwise, false. - - - - - - - Copies the settings from the specified object to the current object. - - - - - An object whose settings are assigned to the current object. - - - - - - - - Provides access to an object, specifying the exported document's options. - - - A object. - - - - - - - Gets or sets a value indicating how a document is exported to DOCX. - - - An enumeration value that specifies the DOCX export mode. - - - - - - - Specifies whether the height of table rows in a resulting document should have fixed values, or adding a new line of text to a cell's content should increase the row height. - - - true, to make the row height unaffected by adding new content to a cell; otherwise, false. - - - - - - - Specifies whether to use the table or frame layout in the resulting DOCX file. - - - true, to use a table layout; otherwise, false. - - - - - - - - Lists the types of dynamic filter, i.e., a filter whose results may depend on the data to which it is applied or the current date. - - - - - - - Shows values that are above the average value. - - - - - - - - Shows values that are below the average value. - - - - - - - - Shows dates occurring last month. - - - - - - - - Shows dates occurring last quarter. - - - - - - - - Shows dates occurring last week. - - - - - - - - Shows dates occurring last year. - - - - - - - - Shows dates occurring in January, regardless of the year. - - - - - - - - Shows dates occurring in October, regardless of the year. - - - - - - - - Shows dates occurring in November, regardless of the year. - - - - - - - - Shows dates occurring in December, regardless of the year. - - - - - - - - Shows dates occurring in February, regardless of the year. - - - - - - - - Shows dates occurring in March, regardless of the year. - - - - - - - - Shows dates occurring in April, regardless of the year. - - - - - - - - Shows dates occurring in May, regardless of the year. - - - - - - - - Shows dates occurring in June, regardless of the year. - - - - - - - - Shows dates occurring in July, regardless of the year. - - - - - - - - Shows dates occurring in August, regardless of the year. - - - - - - - - Shows dates occurring in September, regardless of the year. - - - - - - - - Shows dates occurring next month. - - - - - - - - Shows dates occurring next quarter. - - - - - - - - Shows dates occurring next week. - - - - - - - - Shows dates occurring next year. - - - - - - - - Shows dates occurring in the 1st quarter, regardless of the year. - - - - - - - - Shows dates occurring in the 2nd quarter, regardless of the year. - - - - - - - - Shows dates occurring in the 3rd quarter, regardless of the year. - - - - - - - - Shows dates occurring in the 4th quarter, regardless of the year. - - - - - - - - Shows dates occurring this month. - - - - - - - - Shows dates occurring this quarter. - - - - - - - - Shows dates occurring this week. - - - - - - - - Shows dates occurring this year. - - - - - - - - Shows today's dates. - - - - - - - - Shows tomorrow's dates. - - - - - - - - Shows dates occurring between the beginning of the current year and today, inclusive. - - - - - - - - Shows yesterday's dates. - - - - - - - - - Represents different settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. - - - - - - - - Initializes a new instance of the EmailOptions class with the default settings. - - - - - - - - - Provides access to the collection of email recipients. - - - A class descendant. - - - - - - - Appends a specified recipient to the end of the collection. - - - - A to add to the collection. - - - - - - - - Copies all the settings from the EmailOptions object passed as a parameter. - - - - - An EmailOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the text which is appended to an e-mail as its body, when a document is exported and sent via e-mail from its Print Preview. - - - - - A which represents the e-mail body. - - - - - - - Inserts a to the collection at the specified position. - - - - A value that specifies the position to insert a recipient. - - - - - A to insert to the collection. - - - - - - - - Gets or sets the text which is used as an e-mail's recipient address, when a document is exported and sent via e-mail from its Print Preview. - - - - A which represents the e-mail recipient address. - - - - - - - Gets or sets the prefix appended to the property value. - - - A value. - - - - - - - Gets or sets the text which is used as an e-mail's recipient name, when a document is exported and sent via e-mail from its Print Preview. - - - - A which represents the e-mail recipient name. - - - - - - - Gets or sets the text which is used as an e-mail's subject, when a document is exported and sent via e-mail from its Print Preview. - - - - A which represents the e-mail subject. - - - - - - - - Contains options which define how a document is exported to text. - - - - - - - - - Initializes a new instance of the TextExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the TextExportOptions class with the specified separator and encoding settings. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. - - - - - A class descendant specifying the encoding of the created text document. This value is assigned to the property. - - - - - - - - Initializes a new instance of the TextExportOptions class with the specified separator settings. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. - - - - - - - - Initializes a new instance of the TextExportOptions class with the specified separator, encoding and text export mode settings. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. This value is assigned to the property. - - - - A class descendant specifying the encoding of the created TXT document. This value is assigned to the property. - - - - A object, which specifies a format in which data values should be saved. - - - - - - - - Contains the default value for the property. By default, when a document is exported to a Text file, this value is equal to "\t". - - - $ - - - - - - - - Contains options which define how a document is exported to MHT format. - - - - - - - Initializes a new instance of the MhtExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the MhtExportOptions class with the specified settings. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - true to remove secondary symbols; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the MhtExportOptions class with the specified encoding name and title. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - - - - - Initializes a new instance of the MhtExportOptions class with the specified encoding name. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - - - - - Overrides the property, to hide it. - - - - - - - - - - - Specifies the export options items which are displayed when an end-user exports a document from its Print Preview. - - - - - - - - The property of the DOCX export options. - - - - - - - - The property of the DOCX export options. - - - - - - - - The property of the DOCX export options. - - - - - - - - The property of the DOCX export options. - - - - - - - - The property of the DOCX export options. - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the HTML export options. - - - - - - - - - The property of the Image export options. - - - - - - - - The property of the Image export options. - - - - - - - - - The property of the Image export options. - - - - - - - - The property of the Image export options. - - - - - - - - The property of the Image export options. - - - - - - - - The property of the Image export options. - - - - - - - - The property of the native format Save options. - - - - - - - - The property of the PDF export options. - - - - - - - - For internal use. - - - - - - - - The property of the PDF export options. - - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - - - The property of the PDF export options. - - - - - - - - - The property of the PDF export options. - - - - - - - - The property of the RTF export options. - - - - - - - - The property of the RTF export options. - - - - - - - - The property of the RTF export options. - - - - - - - - - The property of the Text export options. - - - - - - - - - The property of the Text export options. - - - - - - - - The property of the Text export options. - - - - - - - - - The property of the Text export options. - - - - - - - - - The property of the XLS export options. - - - - - - - - - The property of the XLS export options. - - - - - - - - The property of the XLS export options. - - - - - - - - The property of the XLS export options. - - - - - - - - The property of the XLS export options. - - - - - - - - - The property of the XLS export options. - - - - - - - - - For internal use. - - - - - - - - The property of the XLSX export options. - - - - - - - - The property of the XLSX export options. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - The property of the XPS export options. - -This is supported only by the DXPrinting for WPF library. - - - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the BeforeExportTableEventArgs class. - - - - - - - - Gets the object that encapsulates a native Excel table to which data is exported. - - - The object that encapsulates a native Excel table to which data is exported. - - - - - - - Gets or sets whether to use the native Excel table footer (supports only a single line of summaries) or emulate this footer using formulas (multi-line summaries are supported in this mode). - - - true, to use the native Excel table footer; otherwise, false. - - - - - - - - Provides the client-side functionality for a DevExpress Report Server. - - - - - - - Initializes a new instance of the ReportServerClient class with the specified settings. - - - - An object implementing the interface. - - - - A value, containing the address of the Report Server's REST endpoint. - - - - - - - - Initialize a new instance of the ReportServerClient class with the specified settings. - - - - An object implementing the interface. - - - - - - - - Creates a copy of the specified report. - - - - A System.Int32 value specifying a source report. - - - - A data transfer object specifying properties of the created report copy. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Provides the controls for the context of a channel. - - - An object implementing the System.ServiceModel.IContextChannel interface. - - - - - - - Asynchronously creates a report category. - - - - A value, specifying the report category name. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the category ID. - - - - - - - Creates a new report on the server. - - - - A data transfer object specifying properties of the created report. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously creates a new report. - - - - A object, providing information about the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the . - - - - - - - Creates a new report category with the specified name. - - - - A System.String value specifying a category name. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be callled when the operation is complete. - - - - - - - - Asynchronously creates a scheduled job. - - - - A object, specifying properties of the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the job ID. - - - - - - - Asynchronously deletes a report category. - - - - An integer value, identifying the report category. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Asynchronously deletes a data model. - - - - An integer value, identifying the data model. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Deletes the specified report. - - - - A System.Int32 specifying a report to delete. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Deletes the specified report category. - - - - A System.Int32 value specifying a report category to delete. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously deletes a scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Asynchronously executes a scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A nullable integer value. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the job ID. - - - - - - - Returns a collection of items to be displayed in the categories list. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously returns a collection of report categories. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously obtains a collection of columns available in the specified data member. - - - - A value, specifying a data source. - - - - A value, specifying a data member. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously returns the data columns corresponding to a specified data member. - - - - A value, specifying the data source name. - - - - A object, identifying the data member. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Occurs when data member columns have been obtained. - - - - - - - - Asynchronously obtains a collection of data members available in the specified data source. - - - - A value, specifying a data source. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously returns the list of data members corresponding to a specified data source. - - - - A value, specifying the data source name. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Occurs when a collection of data members has been obtained. - - - - - - - - Asynchronously gets a data model. - - - - An integer value, identifying the data model. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously gets a collection of data models. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously obtains a collections of data sources available on a server. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Asynchronously returns the list of available data sources. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Obtains an XML schema of the specified data source. - - - - A System.Int32 value specifying a data source. - - - - A value, containing information about the asynchronous operation. - - - A System.String containing a data source schema. - - - - - - - Occurs when a collection of data sources has been obtained. - - - - - - - - Gets properties of the specified report to be displayed in a report catalog. - - - - A System.Int32 value specifying a report. - - - A data transfer object containing the values of the report properties to be displayed in a report catalog. - - - - - - - Gets a collection of revisions for the specified report. - - - - - A System.Int32 value specifying a report. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Gets a collection of items to be displayed in a report catalog. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously gets a collection of reports. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously returns the logs corresponding to a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A descendant, specifying how the data should be paginated. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the total number of logs corresponding to a specified scheduled job. - - - - An integer value, identifying the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the total number of logs. - - - - - - - Asynchronously returns the result of a scheduled job. - - - - An integer value, identifying the result of a scheduled job. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a object. - - - - - - - Asynchronously returns the history of results corresponding to a specified scheduled job log. - - - - An integer value, identifying the scheduled job log. - - - - A descendant, specifying how the data should be paginated. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Asynchronously returns the total number of results corresponding to a specified scheduled job log. - - - - An integer value, identifying the scheduled job log. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the total number of job results. - - - - - - - Asynchronously returns all scheduled jobs. - - - - A value, containing information about the asynchronous operation. - - - An asynchronous operation result, containing a collection of objects. - - - - - - - Loads the specified report from the server storage. - - - - A System.Int32 specifying a report to load. - - - - A value, containing information about the asynchronous operation. - - - - -A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously loads a report. - - - - An integer value, identifying the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the . - - - - - - - Gets the specified revision of a report layout. - - - - A System.Int32 value specifying a report. - - - - A System.Int32 value specifying a report revision. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Locks the specified report. - - - - A System.Int32 specifying the report to lock. - - - - - - - - - Checks a server for availability. - - - - A System.Action delegate to be called when the operation is complete. - - - - A value, containing information about the asynchronous operation. - - - - - - - - Rolls the layout of a report back to the specified revision. - - - - A System.Int32 value specifying a report to roll back. - - - - A System.Int32 value specifying a target layout revision. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Saves the specified report to the server storage. - - - - A System.Int32 value specifying a report to save. - - - - A Data Transfer Object containing report data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Unlocks the specified report. - - - - A System.Int32 specifying the report to unlock. - - - - - - - - - Asynchronously updates a report category. - - - - An integer value identifying the report category. - - - - A value specifying the report category name. - - - - A nullable integer value specifying a category version used for optimistic locking. - - - - A value containing information about the asynchronous operation. - - - A specifying an asynchronous operation. - - - - - - - Asynchronously updates a data model. - - - - A object. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Updates properties of the specified report. - - - - A System.Int32 value specifying a report to update. - - - - A data transfer object containing new values for report properties. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously updates an existing report. - - - - An integer value, identifying the report. - - - - A object, providing information about the report. - - - - A value, containing information about the asynchronous operation. - - - A , specifying the report ID. - - - - - - - Updates properties of the specified report category. - - - - A System.Int32 value specifying a report category to update. - - - - A System.String specifying a category name. - - - - A nullable integer value specifying a report category version used for optimistic locking. - - - - A value containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - Asynchronously updates a scheduled job. - - - - A object, specifying properties of the scheduled job. - - - - A value, containing information about the asynchronous operation. - - - A , specifying an asynchronous operation. - - - - - - - Uploads report layout data onto a server. - - - - A System.IO.Stream containing layout data. - - - - A value, containing information about the asynchronous operation. - - - - A System.Action delegate to be called when the operation is complete. - - - - - - - - - A collection of objects. - - - - - - - - Adds a new filter column to the worksheet collection of filters. - - - - An object that should be added to the collection. - - - - - - - - Removes all columns from the collection. - - - - - - - - Determines whether the collection contains the specified item. - - - - An object to search for. - - - true, if the collection contains the specified item; otherwise, false. - - - - - - - Returns the object by its index in the filtered range. - - - - An integer that is the zero-based index of the required column in the filtered range. - - - An object with the specified index. - - - - - - - Returns the index of the specified column in the collection. - - - - An object to locate in the collection. - - - A zero-based integer which specifies the column position within the collection. -1 if the column doesn't belong to the collection. - - - - - - - Provides access to a filtered column by its index in the collection. - - - - An integer that is the zero-based index of the column to be obtained. - - - An object which represents the filtered column at the specified position. - - - - - - - Removes the specified column from the collection. - - - - An object to be removed from the collection. - - - - - - - - Removes the column at the specified index from the collection. - - - - A zero-based integer specifying the index of the column to be removed. It should be non-negative and less than the number of elements in the collection. - - - - - - - - - If implemented by a class, provides information about report parameters. - - - - - - - Counts the parameters that are available in a collection. - - - An integer value, specifying the parameter count. - - - - - - - Obtains an individual parameter by its path. - - - - A value. - - - An object implementing the interface. - - - - - - - - Represents the data validation rule defined for a current worksheet. - - - - - - - - Initializes a new instance of the XlDataValidation class with the default settings. - - - - - - - - Gets or sets whether the data validation treats empty or blank entries as valid. - - - true, to define empty cells as valid; otherwise, false. - - - - - - - Gets or sets the value used in the criterion for data validation. - - - - A object. - - - - - - - Gets or sets the value used in the criterion for data validation. - - - - A object. - - - - - - - Gets or sets the error message to display when the entered data is not valid. - - - A text for the error message. - - - - - - - Gets or sets the style or the alert dialog window used to show the error message. - - - One of the enumeration values representing the alert dialog style. - - - - - - - Gets or sets the caption of the error alert window. - - - A that is the caption text. - - - - - - - Gets or sets the input method editor (IME) mode used by the data validation. - - - One of the enumeration values - - - - - - - Gets or sets the text for the input prompt message. - - - A that is the message text. - - - - - - - Gets or sets the lists of cell ranges to which the data validation rule is applied. - - - A object representing the lists of cell ranges. - - - - - - - Provides access to the list of values used in the data validation rule. - - - A object that is the list of values. - - - - - - - Gets or sets the relational operator used in the data validation rule. - - - A enumeration values that specifies the relational operator. - - - - - - - Gets or sets the title bar text of the prompt dialog window. - - - A that is the title text. - - - - - - - Provides access to the collection of cell ranges to which the data validation rule is applied. - - - A object representing the list of cell ranges. - - - - - - - Gets or sets whether to display the dropdown combo box for validation of the type. - - - - true, to display a dropdown combo box ; otherwise, false. - - - - - - - Gets or sets whether to show the error message when the user input is not valid. - - - true, to show the error message; otherwise, false. - - - - - - - Gets or sets whether to show the input message. - - - true, to show the message prompt; otherwise, false. - - - - - - - - Gets or sets the type of data validation. - - - One of the enumeration values that specifies the data validation type. - - - - - - - - Lists the supported encryption mechanisms for XLSX files. - - - - - - - Standard encryption for OpenXml (.xlsx) files that uses a binary EncryptionInfo structure. The encryption algorithm is Advanced Encryption Standard (AES) and SHA-1 is used as the hashing algorithm. - -Supported in Excel 2007 and higher. - - - - - - - - Agile encryption for OpenXml (.xlsx) files that uses an XML EncryptionInfo structure. Default encryption algorithm is AES-128. - -Supported in Excel 2010 and higher. - - - - - - - - - Provides functionality to reflect the current state of a document's printing or exporting. - - - - - - - Initializes a new instance of the ProgressReflector class with the default settings. - - - - - - - - Gets or sets a value indicating whether the 's range can be auto-created. - - - true if a range can be auto-created; otherwise, false. - - - - - - - Disables the progress reflector. - - - - - - - - - - Enables the progress reflector. - - - - - - - - - For internal use. - - - - - - - - - - - - Initializes the ProgressReflector and sets its maximum value to the specified value. - - - - An integer value to be set to the maximum value of the ProgressReflector. - - - - - - - - Initializes the ProgressReflector's range using the specified maximum value. - - - - An integer value to be set to the maximum value of the ProgressReflector. - - - - - - - - Specifies the logic for the ProgressReflector class. For internal use only. - - - - - - - - - - Sets the maximum value that is possible for the current range, indicating that the process has been finished. - - - - - - - - - - Sets the maximum possible value to the property, indicating that the process has been finished. - - - - - - - - - - - Gets the maximum value of the current ProgressReflector. - - - An integer value. - - - - - - - Gets the value indicating the current position of the ProgressReflector. - - - An integer value. - - - - - - - Occurs after the position of the current range has been changed. - - - - - - - - Returns the number of sub-ranges for the . - - - An integer value, specifying the number of ranges. - - - - - - - Gets or sets a value which reflects the state of a process within the current range. - - - A value which represents the state of a process. - - - - - - - Registers the specified progress reflector as an active reflector to show current progress. - - - - - - A object to register as the active reflector. - - - - - - - - - Sets the ranges which will be used by the ProgressReflector to reflect progress states. - - - - An array of values which represent the ranges reflecting progress states. - - - - - - - - For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states. - - - - An array of values which represent the ranges reflecting progress states. - - - - A ProgressReflectorLogic object. - - - - - - - - Sets the ranges which will be used by the ProgressReflector to reflect progress states. - - - - An array of float values which represent the ranges reflecting progress states. - - - - - - - - - Unregisters the specified progress reflector, so it will no longer show the current progress. - - - - - A object to unregister. - - - - - - - - Gets or sets a value which reflects the state of a process being tracked by this ProgressReflector. - - - A float value which represents the state of a process. - - - - - - - - A composite brick that may contain other visual bricks and the base for the class. - - - - - - - - Initializes a new instance of the CompositeBrick class with the default settings. - - - - - - - - Initializes a new instance of the CompositeBrick class with the specified settings. - - - - A collection of objects. - - - - A structure. - - - - - - - - - - - - - - - - - - - - - - - - Provides access to a collection of bricks contained within the CompositeBrick instance. - - - A collection of objects. - - - - - - - Gets or sets the amounts to adjust the location of the CompositeBrick. - - - A object, representing the adjustments of X and Y coordinates for the CompositeBrick. - - - - - - - For internal use. - - - - - - - - - - - This class is the basic class for all brick classes. - - - - - - - Specifies whether or not a brick is displayed in a printed or exported document. - - - true, to display a brick in a printed or exported document; false, to display a brick only in a preview. - - - - - - - Creates a new BrickBase instance, which is a copy of the current instance. - - - A new BrickBase instance, which is a copy of the current instance. - - - - - - - Defines the current brick's location, in GraphicsUnit.Document measurement units. - - - A value that represents the current brick's location. - - - - - - - - Specifies the page area for displaying a specific brick. - - - A enumeration value that represents the page area for displaying a specific brick. - - - - - - - Specifies whether or not a brick's bounds can be clipped. - - - true to disable clipping a brick's bounds; otherwise false. - - - - - - - - Specifies whether the current brick will be printed. - - - true, if the current brick will be printed, otherwise, false. - - - - - - - Defines the current brick's location and size, in GraphicsUnit.Document measurement units. - - - A value that represents the current brick's location and size. - - - - - - - - Specifies whether to repeat a brick for a content that is split across multiple pages vertically. - - - true, to print a brick on each document page that corresponds to vertically split content; otherwise, false. - - - - - - - For internal use. - - - - - - - - Defines the current brick's size, in GraphicsUnit.Document measurement units. - - - A value that represents the current brick's size. - - - - - - - - For internal use. - - - - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - For internal use. - - - - - - - For internal use. Occurs after all document pages have been created. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. Occurs before document pages are created. - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. Occurs when any exception is raised during document creation. - - - - - - - - For internal use. - - - - - - - - For internal use. Occurs when a Document Viewer receives a document change notification. - - - - - - - - For internal use. Gets a value indicating whether or not the document is being created. - - - true if the document creation isn't finished; otherwise, false. - - - - - - - For internal use. Indicates whether or not the document is empty (i.e., does it contain at least one page). - - - true if the document is emtpy; otherwise, false. - - - - - - - For internal use. Specifies the orientation of the document's content. - - - true, if the right-to-left layout is enabled; otherwise, false. - - - - - - - For internal use. - - - - - - - - For internal use. - - - A collection of objects implementing the interface. - - - - - - - For internal use. - - - An object implementing the interface. - - - - - - - - For internal use. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - Renders documents that are generated by remote sources (i.e., by a report service or Report Server). - - - - - - - Initializes a new instance of the RemotePrintingSystem class with the specified settings. - - - - An object implementing the interface. (Typically, this is a object.) - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - - Provides functionality to publish objects. - - - - - - - Initializes a new instance of the RemoteDocumentSource class with the default settings. - - - - - - - - Occurs when connecting to an . - - - - - - - - - Specifies the user authentication type that is appropriate to an assigned remote document source. - - - An enumeration value. - - - - - - - Triggers the document generation. - - - - - - - - Triggers the document generation with the specified settings. - - - - A object. - - - - - - - - Specifies a prefix that precedes Report and Dashboard Server endpoint configurations located in the Web.config file. - - - - A value. - - - - - - - Occurs before displaying the Parameters panel in a Print Prevew. - - - - - - - - Occurs when the parameter values are changed in the Parameters UI. - - - - - - - - Identifies documents that are created remotely by a RemoteDocumentSource. - - - An object, identifying a document. - - - - - - - Specifies the name of a remotely created document. - - - A value, specifying the document name. - - - - - - - - Intended to request user credentials to login to a Report and Dashboard Server. - - - - - - - - Occurs when connecting to a report service client. - - - - - - - - Specifies the uniform resource identifier (URI) of a remote document source. - - - A value, specifying the document source URI. - - - - - - - - Lists the algorithms that can be used to encrypt PDF data. - - - - - - - Specifies the 128-bit AES (Advanced Encryption Standard) encryption algorithm. - - - - - - - - Specifies the 256-bit AES (Advanced Encryption Standard) encryption algorithm. - - - - - - - - Specifies the 128-bit ARC4 (Alleged Rivest Cipher 4) encryption algorithm. - - - - - - - - - Lists the supported encryption types. - - - - - - - Applies the Standard Encryption mechanism that is compatible with Excel 2007. - - - - - - - - Applies the Agile Encryption mechanism. - - - - - - - - - The base class for all printing links. - - - - - - - - - Initializes a new instance of the LinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a LinkBase class instance. - - - - - - - - Initializes a new instance of the LinkBase class with the default settings. - - - - - - - - - Initializes a new instance of the class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Gets the current document creation status. - - - A enumeration value. - - - - - - - Adds a subreport to the current report. - - - - A value which specifies the vertical offset of the subreport within the current report. - - - - - - - - - Adds a subreport to the specified band in the current report. - - - - A descendant. - - - - A report band where the subreport shall be inserted. - - - - - A object which specifies the vertical offset of the subreport within the current report. - - - - - - - - Occurs after all sections of the document have been generated. - - - - - - - - Occurs before any section of the document is generated. - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Removes all pages from the current document. - - - - - - - - Occurs when a detail section of the document is being generated. - - - - - - - - Occurs when a detail footer section of the document is being generated. - - - - - - - - Occurs when a detail header section of the document is being generated. - - - - - - - - Creates a report using the current PrintingSystem. - - - - - - - - - Creates a document from the link using the specified Printing System. - - - - A class instance, specifying the printing system of the link. - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Occurs when an inner page footer section of the document is being generated. - - - - - - - - Occurs when an inner page header section of the document is being generated. - - - - - - - - Occurs when a marginal page footer section of the document is being generated. - - - - - - - - Occurs when a marginal page header section of the document is being generated. - - - - - - - - Occurs when a report footer section of the document is being generated. - - - - - - - - Occurs when a report header section of the document is being generated. - - - - - - - - Gets or sets a size of a custom paper (measured in hundredths of an inch). - - - A value, specifying the size of a custom paper (measured in hundredths of an inch). - - - - - - - Enables the Header and Footer dialog used for editing a document page's headers and footers. - - - true if the Header and Footer dialog is enabled; otherwise false. - - - - - - - Exports a document to the specified file path in CSV format using the defined CSV-specific options. - - - - A which specifies the file name (including the full path) for the created CSV file. - - - - - A object which specifies the CSV export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in CSV format. - - - - - A which specifies the file name (including the full path) for the created CSV file. - - - - - - - - Exports a document to the specified stream in CSV format. - - - - A object to which the created CSV file should be sent. - - - - - - - - Exports a document to the specified stream in CSV format using the defined CSV-specific options. - - - - - - A object to which the created CSV file should be sent. - - - - A object which specifies the CSV export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in DOCX format. - - - - A value that specifies the file name (including the full path) for the created DOCX file. - - - - - - - - Exports a document to the specified stream in DOCX format using the defined DOCX-specific options. - - - - A object to which the created DOCX file should be sent. - - - - A object that specifies the DOCX export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in DOCX format using the specified DOCX-specific options. - - - - A value that specifies the file name (including the full path) for the created DOCX file. - - - - A object that specifies the DOCX export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in DOCX format. - - - - A object to which the created DOCX file should be sent. - - - - - - - - Exports a document to the specified stream in HTML format. - - - - A object to which the created HTML file should be sent. - - - - - - - - Exports a document to the specified file path in HTML format using the defined HTML-specific options. - - - - - - A which specifies the file name (including the full path) for the created HTML file. - - - - An object which specifies the HTML export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in HTML format using the defined HTML-specific options. - - - - - - A object to which the created HTML file should be sent. - - - - A object which specifies the HTML export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in HTML format. - - - - A which specifies the file name (including the full path) for the created HTML file. - - - - - - - - Exports a document to the specified file path in Image format. - - - - - A which specifies the file name (including the full path) for the created Image file. - - - - - - - - Exports a document to the specified stream in Image format. - - - - A object to which the created Image file should be sent. - - - - - - - - Exports a document to the specified file path in Image format using the defined Image-specific options. - - - - A which specifies the file name (including the full path) for the created Image file. - - - - A object which specifies the Image export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in Image format using the defined Image-specific options. - - - - A object to which the created Image file should be sent. - - - - An object which specifies the Image export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in MHT format. - - - - A which specifies the file name (including the full path) for the created MHT file. - - - - - - - - Exports a document to the specified stream in MHT format. - - - - A object to which the created MHT file should be sent. - - - - - - - - Exports a document to the specified stream in MHT format using the defined MHT-specific options. - - - - A object to which the created MHT file should be sent. - - - - An object which specifies the MHT export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in MHT format using the defined MHT-specific options. - - - - A which specifies the file name (including the full path) for the created MHT file. - - - - An object which specifies the MHT export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in PDF format. - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - - - - - Exports a document to the specified stream in PDF format using the defined PDF-specific options. - - - - A object to which the created PDF file should be sent. - - - - A object which specifies the PDF export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in PDF format using the defined PDF-specific options. - - - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - A object which specifies the PDF export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in PDF format. - - - - A object to which the created PDF file should be sent. - - - - - - - - Exports a document to the specified file path in RTF format using the defined RTF-specific options. - - - - A , which specifies the file name (including the full path) for the created RTF file. - - - - An object, representing options, which define how a document is exported to RTF format. - - - - - - - - Exports a document to the specified stream in RTF format using the defined RTF-specific options. - - - - A to which the created RTF file should be sent. - - - - An object, representing options, which define how a document is exported to RTF format. - - - - - - - - Exports a document to the specified stream in RTF format. - - - - A object to which the created RTF file should be sent. - - - - - - - - Exports a document to the specified file path in RTF format. - - - - A which specifies the file name (including the full path) for the created RTF file. - - - - - - - - Exports a document to the specified stream in Text format using the defined Text-specific options. - - - - A object to which the created Text file should be sent. - - - - A object which specifies the Text export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified stream in Text format. - - - - A object to which the created Text file should be sent. - - - - - - - - Exports a document to the specified file path in Text format using the defined Text-specific options. - - - - A which specifies the file name (including the full path) for the created Text file. - - - - A object which specifies the Text export options to be applied when a document is exported. - - - - - - - - Exports a document to the specified file path in Text format. - - - - A which specifies the file name (including the full path) for the created Text file. - - - - - - - - Exports a report to the specified stream in XLS format using the defined XLS-specific options. - - - - A object to which the created XLS file should be sent. - - - - An object, specifying the XLS export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified file path in XLS format. - - - - A value, specifying the file name (including the full path) for the created XLS file. - - - - - - - - Exports a report to the specified stream in XLS format. - - - - A object to which the created XLS file should be sent. - - - - - - - - Exports a report to the specified file path in XLS format using the defined XLS-specific options. - - - - A value, specifying the file name (including the full path) for the created XLS file. - - - - An object, specifying the XLS export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified file path in XLSX format. - - - - A value, specifying the file name (including the full path) for the created XLSX file. - - - - - - - - Exports a report to the specified file path in XLSX format using the defined XLSX-specific options. - - - - A value, specifying the file name (including the full path) for the created XLSX file. - - - - An object, specifying the XLSX export options to be applied when a report is exported. - - - - - - - - Exports a report to the specified stream in XLSX format. - - - - A object to which the created XLSX file should be sent. - - - - - - - - Exports a report to the specified stream in XLSX format using the defined XLSX-specific options. - - - - A object to which the created XLSX file should be sent. - - - - An object, specifying the XLSX export options to be applied when a report is exported. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Gets or sets a value indicating whether the page orientation is landscape. - - - true if the page orientation is landscape; otherwise, false. - - - - - - - - Gets or sets the margins of a report page (measured in hundredths of an inch). - - - - A object, specifying the margins of a report page (measured in hundredths of an inch). - - - - - - - - Specifies the minimum printer margin values. - - - A object, specifying the minimum printer margins. - - - - - - - For internal use. - - - A descendant. - - - - - - - Gets or sets the object used to fill the document's area that is occupied by the page header and page footer. - - - A used to fill the document's area that is occupied by the page header and page footer. - - - - - - - Gets or sets the type of paper for the document. - - - A enumeration value. - - - - - - - Gets or sets the name of the custom paper which is used in the printer that the document is going to be printed on. - - - A specifying the name of the paper. - - - - - - - Gets the type of the object to be printed. - - - A object representing the type of object to be printed. - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object which specifies the Printing System used to create and print a document. - - - - - - - Loads a Page Header/Footer dialog's settings from the system registry. - - - - A value specifying the system registry path. - - - - - - - - Loads a Page Header/Footer dialog's settings from the specified stream. - - - - A object from which the header/footer's settings are read. - - - - - - - - Loads a Page Header/Footer dialog's settings from the specified XML file. - - - - A value specifying the XML file from which header/footer settings are read. - - - - - - - - Specifies the orientation of the document's content. - - - - true, if the right-to-left layout is enabled; otherwise, false. - - - - - - - Gets or sets the RTF text, which will be printed as a Report Footer. - - - A containing RTF text. - - - - - - - Gets or sets the RTF text, which will be printed as a Report Header. - - - A containing RTF text. - - - - - - - Saves the Page Header/Footer dialog's settings to the registry. - - - - A value specifying the registry path at which to save the header/footer. - - - - - - - - Saves the Page Header/Footer dialog's settings to the specified stream. - - - - A descendant to which the header/footer is written. - - - - - - - - Saves the Page Header/Footer dialog's settings to an XML file. - - - - A specifying the path to the file in which the header/footer will be stored. If an empty string is specified, an exception is raised. - - - - - - - - Sets the object to be printed by this link. - - - - A object implementing the interface. - - - - - - - - Gets or sets report areas that should be skipped. - - - Report areas that should be skipped. - - - - - - - Gets or sets a value indicating whether content bricks, which are outside the right page margin, should be split across pages, or moved in their entirety to the next page. - - - - - A enumeration value, which specifies the way of splitting method of content bricks in the vertical direction. - - - - - - - - - Enables you to override the default printer settings in your application. - - - - - - - Initializes a new instance of the PageSettingsHelper class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - Specifies a custom letter paper size. - - - A object. - - - - - - - Provides access to the page settings defined for the system's default printer. - - - A object. - - - - - - - Provides access to the page settings defined for the system's default printer. - - - A object. - - - - - - - For internal use. - - - - - - - - - - - - - - Returns the minimum page margins supported by the specified page settings. - - - - A object. - - - A object. - - - - - - - For internal use. - - - - - - - - - - - - - - Specifies an instance of the PageSettingsHelper class. - - - The instance of the PageSettingsHelper class. - - - - - - - Indicates whether or not there are any printers installed on the machine. - - - true, if there is at least one printer installed on the machine; otherwise, false. - - - - - - - Specifies the default printer settings. - - - - A object. - - - - A object. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - Assigns the specified printer name to the default printer settings (if such a printer is installed on the machine). - - - - A object. - - - - A value, specifying the printer name. - - - - - - - - - Provides data used to identify elements of controls during an export procedure. - - - - - - - Initializes a new instance of the DataAwareEventArgsBase class. - - - - - - - - Gets the source control being exported. - - - The control being exported. - - - - - - - Gets the data source row index to which the current cell belongs. - - - A zero-based index of the current row in the underlying data source. - - - - - - - Gets the index of the row in the export output to which the current cell is exported. - - - - A zero-based integer value that specifies the index of the row in the export output. - - - - - - - - Gets or sets whether the event is handled, and thus your cell customizations will be applied. - - - - true if the event is handled, and thus your cell customizations will be applied; false if your cell customizations (if any) will be ignored, and the cell will be exported using the default settings. - - - - - - - Gets the handle (identifier) of the current data row in the source control. - - - - The handle of the current data row in the source control. - - - - - - - - Provides data for events that allow cells in the export output to be customized. - - - - - - - Initializes a new instance of the CustomizeCellEventArgsExtended class. - - - - - - - - Allows you to get information on the currently processed column object. - - - The currently processed column object. - - - - - - - Allows you to get information on the currently processed row object. - - - The currently processed row object. - - - - - - - - Provides formatting settings for the conditional formatting rules. - - - - - - - Provides access to a set of formatting properties applied to cells when the status of the conditional formatting rule is true. - - - - A object representing the available formatting properties. - - - - - - - - Specifies editors that can be used for changing control content in Print Preview. - - - - - - - Corresponds to an editor with a mask for entering date-time values. - - - - - - - - - Corresponds to an editor with a mask for entering real values. - - - - - - - - - Corresponds to an editor with a mask for entering positive real values. - - - - - - - - - Corresponds to an editor with a mask for entering integer values. - - - - - - - - - Corresponds to an editor with a mask for entering positive integer values. - - - - - - - - - Corresponds to an editor with a mask for entering Latin letters only. - - - - - - - - - Corresponds to an editor with a mask for entering letters only. - - - - - - - - - Corresponds to an editor with a mask for entering lowercase letters only (entered characters are converted to lowercase). - - - - - - - - - Corresponds to an editor with a mask for entering uppercase letters only (entered characters are converted to uppercase). - - - - - - - - - - Provides data for the event. - - - - - - - Create a new instance of the EditingFieldEventArgs class with the specified editing field. - - - - An whose value has been changed. This value is assigned to the property. - - - - - - - - Gets an editing field whose value has been changed. - - - An whose value has been changed. - - - - - - - - An editing field for changing the state of a check box in Print Preview. - - - - - - - - Creates a new instance of the CheckEditingField class with the specified visual brick. - - - - A visual brick used to render an editing field in Print Preview. This value is assigned to the property. - - - - - - - - Specifies the current state of a CheckEditingField object. - - - A enumeration value which determines the state of a check box. - - - - - - - Overrides the property. - - - - - - - - - - Specifies the ID of a logical group to which a CheckEditingField belongs. - - - A string that specifies the ID of a logical group owning the CheckEditingField. - - - - - - - - Lists the values that specify the type of a brick owner object. - - - - - - - The brick owner is a . - - - - - - - - The brick owner is an descendant. - - - - - - - - The brick owner is an . - - - - - - - - The brick owner is an . - - - - - - - - The brick owner is an . - - - - - - - - The brick owner is an . - - - - - - - - The brick owner is an . - - - - - - - - The brick owner is an . - - - - - - - - - Represents an object used to create a table column with custom formatting applied to its regions. - - - - - - - Initializes a new instance of the XlTableColumnInfo class with the specified settings. - - - - A string specifying the unique name of the table column. - - - - - - - - Gets or sets format characteristics for the data area of the table column. - - - An XlDifferentialFormatting object that specifies format characteristics applied to the column's data area. - - - - - - - Gets or sets format characteristics for the header row cell of the table column. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the column's header cell. - - - - - - - Gets the unique name of the table column. - - - A value that specifies the table column name. - - - - - - - Gets or sets format characteristics for the total row cell of the table column. - - - An XlDifferentialFormatting instance that specifies format characteristics applied to the column's total cell. - - - - - - - - For internal use. - - - - - - - For internal use. - - - - A object. - - - - A object. - - - - - - - - - - - - - - - - For internal use. - - - A enumeration value. - - - - - - - For internal use. - - - A enumeration value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - A DevExpress.XtraPrinting.Native.ConvertHelper object. - - - - - - - For internal use. - - - A object. - - - - - - - For internal use. - - - A structure. - - - - - - - For internal use. - - - A structure. - - - - - - - For internal use. - - - A enumeration value. - - - - - - - For internal use. - - - A enumeration value. - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - A object. - - - - - - - For internal use. - - - A structure. - - - - - - - For internal use. - - - A enumeration value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - - A Boolean value. - - - A Boolean value. - - - - - - - For internal use. - - - - A Boolean value. - - - A Boolean value. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - A object. - - - - An object implementing the interface. - - - - A structure. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - A object. - - - - A value. - - - - A value. - - - - A value. - - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - - A object. - - - - - - - - - The base for the and classes. - - - - - - - Initializes a new instance of the PageInfoTextBrickBase class with the specified settings. - - - - A enumeration value. - - - - A structure. - - - - A structure. - - - - A structure. - - - - A structure. - - - - - - - - Initializes a new instance of the PageInfoTextBrickBase class with the default settings. - - - - - - - - For internal use. Initializes a new instance of the PageInfoTextBrickBase class with the specified brick owner. - - - - - An object implementing the interface. - - - - - - - - Specifies the format string to display text information within the brick. - - - A value, consisting of alternating fixed text and indexed placeholders. - - - - - - - Specifies the type of information to be displayed within the brick. - - - A enumeration value, specifying information type and its representation. - - - - - - - Specifies the initial value of a page counter. - - - An integer value, specifying an initial number for pagination. - - - - - - - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. - - - A enumeration value. - - - - - - - - The base for classes that provide options for export to RTF and DOCX formats. - - - - - - - Initializes a new instance of the FormattedTextExportOptions class with the default settings. - - - - - - - - Copies the settings from the specified object to the current object. - - - - An object whose settings are assigned to the current object. - - - - - - - - Specifies whether or not the header and footer contents should be displayed on the first page of the final document. - - - true, to display the header and footer on the first page; otherwise, false. - - - - - - - Specifies whether or not page breaks should be included in the resulting file when a document is exported to RTF/DOCX. - - - true, to include page breaks in the resulting file; otherwise, false. - - - - - - - Specifies whether or not watermarks should be included in the resulting file. - - - - - true, to include watermarks; otherwise, false. - - - - - - - Specifies whether the height of table cells in a resulting document should have fixed values, or adding a new line of text to a cell's content should increase the row height. - - - true, to make the row height unaffected by adding new content to a cell; otherwise, false. - - - - - - - Specifies the range of pages to be exported. - - - A value, specifying the range of pages. - - - - - - - - Lists the types of data validation. - - - - - - - The data is validated by an arbitrary formula. - - - - - - - - Checks for date values conforming the given condition. - - - - - - - - Checks for decimal values conforming the given condition. - - - - - - - - Checks the values that matches the list or certain values. - - - - - - - - No value conforms the validation criteria. - - - - - - - - Checks text values which lengths conforms the given condition. - - - - - - - - Checks for time values conforming the given condition - - - - - - - - Checks for whole numeric values conforming the given condition. - - - - - - - - - Lists values used to specify the type of cell errors. - - - - - - - The formula includes division by zero or by a cell that does not contain any data. This error is indicated as #DIV/0!. - - - - - - - - The formula includes text that is not recognized (for example, a function name that is spelled incorrectly, a cell range reference without colon, etc.). This error is indicated as #NAME?. - - - - - - - - The value is not available to the formula or function. This error is indicated as #N/A. - - - - - - - - The specified intersection includes two ranges that do not intersect. This error is indicated as #NULL!. - - - - - - - - The formula or function includes invalid numeric values. This error is indicated as #NUM!. - - - - - - - - The formula includes an invalid cell reference. This error is indicated as #REF!. - - - - - - - - The formula includes a value of the wrong data type. This error is indicated as #VALUE!. - - - - - - - - - Supports automatic creation on the client side. - - - - - - - Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name and remote address. - - - - A value, specifying the endpoint configuration name. - - - - An object. - - - - - - - - Initializes a new instance of the ReportServerClientFactory class with the specified endpoint configuration name. - - - - A value, specifying the endpoint configuration name. - - - - - - - - Initializes a new instance of the ReportServerClientFactory class with the specified remote address and binding. - - - - An object. - - - - A object. - - - - - - - - Initializes a new instance of the ReportServerClientFactory class with the specified remote address. - - - - An object. - - - - - - - - Creates a . - - - An object implementing the interface (typically, this is a object). - - - - - - - - Serves as a base for the class and specifies the border line style options. - - - - - - - Gets or sets the line style of the cell's bottom border. - - - An enumeration member that specifies the line style of a border. - - - - - - - Copies the appropriate properties of the specified object into the current object of the XlBordersBase type. - - - - An XlBordersBase object that represents the object from which the settings will be copied. - - - - - - - - Gets or sets a value indicating whether the downward diagonal border should be displayed in a cell. - - - true, to display a downward diagonal border; otherwise, false. - - - - - - - Gets or sets the line style of the cell's downward diagonal border. - - - An enumeration member that specifies the line style of a border. - - - - - - - Gets or sets the line style of the cell's diagonal borders. - - - An enumeration member that specifies the line style of borders. - - - - - - - Gets or sets a value indicating whether the upward diagonal border should be displayed in a cell. - - - true, to display an upward diagonal border; otherwise, false. - - - - - - - Gets or sets the line style of the cell's upward diagonal border. - - - An enumeration member that specifies the line style of a border. - - - - - - - Determines whether the specified object is equal to the current XlBordersBase object. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlBordersBase object; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlBordersBase object. - - - An integer value that is the hash code for the current object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Gets or sets the line style for the horizontal inner borders of a cell range. - - - An enumeration member that specifies the border line style. - - - - - - - Gets or sets the line style of the cell's left border. - - - An enumeration member that specifies the line style of a border. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Gets or sets a value indicating whether the left, right, top and bottom borders should be applied only to the outside borders of a cell range. - - - - The default is true. - - - - - - - Gets or sets the line style of the cell's right border. - - - An enumeration member that specifies the line style of a border. - - - - - - - Gets or sets the line style of the cell's top border. - - - An enumeration member that specifies the line style of a border. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Gets or sets the line style for the vertical inner borders of a cell range. - - - An enumeration member that specifies the border line style. - - - - - - - - If implemented by a class, provides methods for handling commands in Print Preview. - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value. - - - - An object implementing the interface (typically, this is a instance). - - - true, if the command can be handled; otherwise, false. - - - - - - - If implemented by a class, allows you to handle Printing System commands (listed in the enumeration). - - - - A enumeration value. - - - - An array of values, specifying the command arguments. - - - - An object implementing the interface (typically, this is a instance). - - - - true, if the command has been handled; otherwise, false. - - - - - - - - - A visual brick containing a line. - - - - - - - Initializes a new instance of the LineBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the LineBrick class with the default settings. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Line". - - - - - - - Creates a new LineBrick instance, which is a copy of the current instance. - - - A new LineBrick instance, which is a copy of the current instance. - - - - - - - Gets or sets the color of the line displayed in the current line brick. - - - A object specifying the foreground color of the line. - - - - - - - Gets or sets the line direction in HTML output. - - - An enumeration value. - - - - - - - Gets or sets the line direction. - - - A enumeration value, which determines the current line direction. - - - - - - - Gets or sets the style used for a dashed line. - - - A enumeration value that represents the style used for a dashed line. - - - - - - - Gets or sets the width of the line displayed in the line brick. - - - An integer value representing the width of the line. - - - - - - - Overrides the property to change its return value. - - - Always true. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - Stores the document export options for different export formats. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Copies all the settings from the ExportOptions object passed as a parameter. - - - - - An ExportOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to CSV format. - - - - - A object which contains CSV export settings. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to DOCX format. - - - A object. - - - - - - - Gets the settings used to specify exporting parameters when a document is exported and sent via e-mail from the Print Preview. - - - - - A object which contains e-mail settings. - - - - - - - - Gets the current visibility of the specified export option in the Print Preview. - - - - - An enumeration value which specifies the export option whose visibility state is to be determined. - - - - true if the specified export option is visible; otherwise, false. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to HTML format. - - - - - A object which contains HTML export settings. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to image. - - - - - A object which contains Image export settings. - - - - - - - - Provides access to an object that contains options which define how a document is exported to a mail message. - - - A value. - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to MHT format. - - - - - A object which contains MHT export settings. - - - - - - - - Provides access to the object, which contains settings for saving the PrintingSystem document in native format. - - - A class instance, containing native format save settings. - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to PDF format. - - - - - A object which contains PDF export settings. - - - - - - - - Gets the settings used to specify how a document is exported from the Print Preview. - - - A object which contains Print Preview export settings. - - - - - - - - Loads export options from the system registry. - - - - A value specifying the system registry path. - - - - - - - - Loads export options from the specified stream. - - - - A object from which the export options are read. - - - - - - - - Loads export options from the specified XML file. - - - - A value specifying the XML file from which export options are read. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to RTF format. - - - - - A object which contains RTF export settings. - - - - - - - - Saves the current export options to the registry. - - - - A value specifying the registry path in which to save the export options. - - - - - - - - - Saves the current export options to the specified stream. - - - - - A descendant to which the export options are written. - - - - - - - - Saves the current export options to an XML file. - - - - - A specifying the path to the file in which the export options will be stored. If an empty string is specified, an exception is raised. - - - - - - - - Changes the visibility of the specified export options in the Print Preview. - - - - - An array of enumeration values specifying the export options whose visibility needs to be changed. - - - - - true to make the export options visible; otherwise, false. - - - - - - - - Changes the visibility of the specified export option in the Print Preview. - - - - - - An enumeration value which specifies the export option whose visibility needs to be changed. - - - - - true to make the export option visible; otherwise, false. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to text. - - - - - A object which contains Text export settings. - - - - - - - - Gets the settings used to specify exporting parameters when a document is exported to XLS format. - - - - - An object which contains XLS export settings. - - - - - - - - Gets the settings used to specify export parameters when a document is exported to XLSX format. - - - - An object which contains XLSX export settings. - - - - - - - - Represents options that specify which of the default printer's settings should be used when printing a document. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified values for its properties. - - - - - A object specifying the initial values for the class properties. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - Initializes a new instance of the PrinterSettingsUsing class with the specified paper kind and orientation settings of the system's default printer. - - - - true to use the paper kind of the default printer's settings; otherwise, false. This value is assigned to the property. - - - - true to use the landscape values of the default printer's settings; otherwise, false. This value is assigned to the property. - - - - - - - - Gets a value indicating whether or not all of the default printer settings are used for printing a report. - - - true, if all of the default printer settings are used for printing a report; otherwise, false. - - - - - - - - Gets a value indicating whether or not any of the default printer settings are used for printing a report. - - - true, if at least one of the default printer settings is used for printing a report; otherwise, false. - - - - - - - - Specifies whether or not the Landscape setting of the system's default printer is used when printing a document. - - - true, to use the page orientation of the default printer's settings; otherwise, false. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Specifies whether or not the Paper Kind setting of the system's default printer is used when printing a document. - - - true, to use the paper kind of the default printer's settings; otherwise, false. - - - - - - - - Represents "A Text That Contains..." conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleSpecificText class with the specified settings. - - - - One of the enumeration values representing the type of the operator used in the current formatting rule. - - - - A String value that is the value to determine. - - - - - - - - Gets or sets the text used as a formatting criterion in the conditional formatting rule. - - - A that is the target text. - - - - - - - - The collection of fields whose content can be edited in Print Preview. - - - - - - - Attempts to obtain an editing field corresponding to the specified brick. - - - - A brick for which an editing field should be obtained. - - - - An editing field corresponding to the specified brick. - - - true, if an editing field has been obtained; otherwise, false. - - - - - - - - Provides the base functionality for fields whose content can be edited in Print Preview. - - - - - - - Gets a visual brick used to render an editing field in Print Preview. - - - A object used to render an editing field. - - - - - - - For internal use. - - - - - - - - Specifies the current value of an editing field. - - - An object that specifies the current field value. - - - - - - - Returns the location and size of an editing field. - - - A structure specifying the editing field's dimensions and location. - - - - - - - Returns the current value of an editing field. - - - A <T> object that specifies the current field value. - - - - - - - Returns a document page on which an editing field is located. - - - A object containing information about a document page. - - - - - - - Specifies the unique identifier of an editing field. - - - A string that specifies the editing field's ID. - - - - - - - For internal use. - - - - - - - - Gets the index of the page on which an editing field is located. - - - An integer value which specifies the page index. - - - - - - - Specifies whether an editing field's content can be customized in Print Preview. - - - true, if a field cannot be edited in Print Preview; otherwise, false. - - - - - - - - Provides access to the line characteristics of a cell border. - - - - - - - Initializes a new instance of the XlBorder class with the default settings. - - - - - - - - Returns the object that specifies all outside borders of a cell. -This method is equivalent to the method and is reserved for future use. - - - - An object that defines the line color of borders. - - - - An enumeration member that specifies the line style of borders. - - - An class instance. - - - - - - - Returns the object that specifies all outside borders of a cell. -This method is equivalent to the method and is reserved for future use. - - - - An object that defines the line color of borders. - - - An class instance. - - - - - - - Gets or sets the line color of the cell's bottom border. - - - An object that specifies the border line color. - - - - - - - Creates a copy of the current XlBorder object. - - - An XlBorder object which is a copy of the current object. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the XlBorder class. - - - - An XlBorder class instance representing the source object for copying. - - - - - - - - Gets or sets the line color of the cell's diagonal borders. - - - A object that specifies the border line color. - - - - - - - Determines whether the specified object is equal to the current XlBorder instance. - - - - The object to compare with the current object. - - - true, if the specified object is equal to the current XlBorder instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current XlBorder object. - - - An integer value that is the hash code for the current object. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Gets or sets the line color of the horizontal inner borders of a cell range. - - - An object that specifies the border line color. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Specifies all inside borders of a cell range. - - - - An object that defines the line color of borders. - - - - An enumeration member that specifies the line style of borders. - - - An class instance. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Specifies all inside borders of a cell range. - - - - An object that defines the line color of borders. - - - An class instance. - - - - - - - Gets or sets the line color of the cell's left border. - - - An object that specifies the border line color. - - - - - - - Returns the object specifying that a cell has no visible borders. - - - - An class instance. - - - - - - - Returns the object that specifies the outside borders of a cell. - - - - - An object that defines the line color of borders. - - - - An enumeration member that specifies the line style of borders. - - - An class instance. - - - - - - - Returns the object that specifies the outside borders of a cell. - - - - An object that defines the line color of borders. - - - An class instance. - - - - - - - Gets or sets the line color of the cell's right border. - - - An object that specifies the border line color. - - - - - - - Gets or sets the line color of the cell's top border. - - - An object that specifies the border line color. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. -Gets or sets the line color of the vertical inner borders of a cell range. - - - An object that specifies the border line color. - - - - - - - - A group of dates or times used in the filter criteria. - - - - - - - Initializes a new instance of the XlDateGroupItem class with the specified settings. - - - - A value which is used to specify a filter criteria according to the grouping type. - - - - A enumeration member that specifies what part of the DateTime value is used in the criteria. - - - - - - - - Gets which part of the DateTime value is used in the filter criteria. - - - An enumeration member. - - - - - - - Gets or sets the base date or time value used to construct the filter criteria. - - - A object. - - - - - - - - Supports automatic creation on the client side. - - - - - - - Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name. - - - - A value, specifying the endpoint configuration name. - - - - - - - - Initializes a new instance of the ReportServiceClientFactory class with the specified endpoint configuration name and remote address. - - - - A value, specifying the endpoint configuration name. - - - - An object. - - - - - - - - Initializes a new instance of the ReportServiceClientFactory class with the specified remote address. - - - - An object. - - - - - - - - Initializes a new instance of the ReportServiceClientFactory class with the specified remote address and binding. - - - - An object. - - - - A object. - - - - - - - - Creates a . - - - An object implementing the interface (typically, this is a object). - - - - - - - - A document's watermark. - - - - - - - Initializes a new instance of the class. - - - - - - - - Duplicates the properties of the specified watermark object into the current instance of the class. - - - - A object whose properties are to be copied. - - - - - - - - - Determines whether the specified object is equal to the current Watermark instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current Watermark instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current Watermark object. - - - - An integer value representing the hash code for the current object. - - - - - - - For internal use. - - - - An integer value. - - - - An integer value. - - - A Boolean value. - - - - - - - Gets or sets the range of pages which contain a watermark. - - - - - A specifying the range of pages which contain a watermark. - - - - - - - - Loads a watermark's settings from the system registry. - - - - A value specifying the system registry path. - - - - - - - - Loads a watermark's settings from the specified stream. - - - - A object from which the watermark's settings are read. - - - - - - - - Loads a watermark's settings from the specified XML file. - - - - A value specifying the XML file from which watermark settings are read. - - - - - - - - Saves the current watermark to the registry. - - - - A value specifying the registry path at which to save the watermark. - - - - - - - - Saves the current watermark to the specified stream. - - - - - A descendant to which the watermark is written. - - - - - - - - Saves the current watermark to an XML file. - - - - - A specifying the path to the file in which the watermark will be stored. If an empty string is specified, an exception is raised. - - - - - - - - - Specifies how an image is positioned within an image control. - - - - - - - The image is placed in the upper-left corner of the image control. The image is clipped if it's larger than the image control which contains it. - - - - - - - - The image within the image control is stretched or shrunk, as appropriate, to fit the size of the image control. - - - - - - - - - The image is sized proportionally (without clipping), so that it best fits the image control. If the height and width ratio of the image control is the same as the image's ratio it will be resized to exactly fit into the image control. Otherwise, the closest fitting side (height or width) of the image will be sized to the control. The other side (height or width) of the image will be sized proportionally (leaving empty space). - - - - - - - - - - Specifies the incline of the 's text. - - - - - - - - Specifies an incline from upper left to lower right. - - - - - - - - Specifies an incline from upper right to lower left. - - - - - - - - Specifies an incline from left to right. - - - - - - - - Specifies an incline from top to bottom. - - - - - - - - - Specifies the visibility levels for the printing system commands. - - - - - - - Both the command's toolbar item and menu item are visible. - - - - - - - - Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. - - - - - - - - - Both the command's toolbar button and menu item are invisible. - - - - - - - - Deprecated; use CommandVisibility All instead. Both the command's toolbar item and menu item are visible. - - - - - - - - - - Lists grouping types used to specify the filter criteria for DateTime values. - - - - - - - Groups the values by day. - - - - - - - - Groups the values by hour. - - - - - - - - Groups the values by minute. - - - - - - - - Groups the values by month. - - - - - - - - Groups the values by second. - - - - - - - - Groups the values by year. - - - - - - - - - Represents a bookmark shown in the report's document map. - - - - - - - Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page. - - - - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. - - - - A object representing the brick that the created bookmark will reference. This value is assigned to the property. - - - - - A object representing the page on which the brick is situated. Note that this parameter is required because a brick may be split across two pages. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page. - - - - - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. - - - - A object representing the brick-page pair, associated with the current bookmark. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BookmarkNode class with the specified text. - - - - A specifying the bookmark's text which will be shown in the document map. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the BookmarkNode class with the default settings. - - - - - - - - Gets the brick which the current bookmark is associated with. - - - - A object representing the brick which the current bookmark references. - - - - - - - - Gets a string value, which is intended for serialization of the bookmark's page index. - - - A value. - - - - - - - Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map. - - - - A object representing the bookmarks which are shown as child bookmarks in a document map. - - - - - - - Gets the page which contains the brick for the current bookmark. - - - - A object representing the page in the document which contains the brick for the current bookmark. - - - - - - - - Gets an index of a page, which contains a bookmark's brick. - - - - An integer value representing a page index. - - - - - - - Provides access to the brick-page pair, associated with the current bookmark. - - - A object, representing a navigational brick-page pair. - - - - - - - Gets the text of a bookmark node. - - - A specifying the text shown for a bookmark in the document map. - - - - - - - - Represents the "Top/Bottom N" conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleTop10 class with the default settings. - - - - - - - - Gets or sets whether to identify bottom cell values within the cell range. - - - true, to apply formatting to the cell values falling in the bottom N bracket; otherwise, false. - - - - - - - - Gets or sets whether the thresholds indicate percentile values instead of number values. - - - true, if the thresholds indicate percentile values; otherwise, false. - - - - - - - - Gets or sets the rank value used in the conditional formatting rule. - - - A object representing the rank value. - - - - - - - - If implemented by a class, provides a service contract for the . - - - - - - - Starts obtaining the document build status. - - - - A object, identifying the document. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the document data. - - - - A object, identifying the document. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the parameter lookup values. - - - - An value. - - - - An array of objects. - - - - An array of values, specifying the parameter paths (for example, "subreport1.subreportParameter1"). - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the document pages. - - - - A object. - - - - An array of integer values. - - - - A enumeration value. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the printed document. - - - - A object, identifying the printed document. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the status of the printed document. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts obtaining the report parameters. - - - - An object, identifying the report. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts the initial phase of asynchronously building the report. - - - - An object, identifying the report. - - - - A object, storing the arguments required to create the report. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts the initial phase of asynchronously printing of the specified document. - - - - - A object. - - - - A enumeration value. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts the terminal phase of asynchronously building the report. - - - - A object that identifies the report document. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Starts the terminal phase of asynchronously printing the document. - - - - A object. - - - - References a method to be called when a corresponding asynchronous operation is completed. - - - - A value, containing information about the asynchronous operation. - - - An object containing information about the status of an asynchronous operation. - - - - - - - Ends obtaining the document build status. - - - - - An object containing information about the status of an asynchronous operation. - - - A structure. - - - - - - - Ends obtaining the document data. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends obtaining the parameter lookup values. - - - - An object containing information about the status of an asynchronous operation. - - - An array of objects. - - - - - - - Ends obtaining the document pages. - - - - An object containing information about the status of an asynchronous operation. - - - A array. - - - - - - - Ends obtaining the printed document. - - - - An object containing information about the status of an asynchronous operation. - - - A array. - - - - - - - Ends obtaining the status of the printed document. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends obtaining the report parameters. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends the initial phase of asynchronously building the report. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends the initial phase of asynchronously printing the document. - - - - An object containing information about the status of an asynchronous operation. - - - A object. - - - - - - - Ends the terminal phase of asynchronously building the document. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - Ends the terminal phase of asynchronously printing the document. - - - - An object containing information about the status of an asynchronous operation. - - - - - - - - - If implemented by a class, supports automatic creation on the client side. - - - - - - - - - Lists the base colors of the document theme. - - - - - - - Specifies the Accent 1 theme color. - - - - - - - - Specifies the Accent 2 theme color. - - - - - - - - Specifies the Accent 3 theme color. - - - - - - - - Specifies the Accent 4 theme color. - - - - - - - - Specifies the Accent 5 theme color. - - - - - - - - Specifies the Accent 6 theme color. - - - - - - - - Specifies the Dark 1 text/background color. - - - - - - - - Specifies the Dark 2 text/background color. - - - - - - - - Specifies the theme color used to highlight the visited hyperlink. - - - - - - - - Specifies the theme color used to highlight the inserted hyperlink. - - - - - - - - Specifies the Light 1 text/background color. - - - - - - - - Specifies the Light 2 text/background color. - - - - - - - - Specifies that theme colors are not used to set a foreground or background color. - - - - - - - - - A filter by a list of cell values or date and time values. - - - - - - - Initializes a new instance of the XlValuesFilter class with the default settings. - - - - - - - - Gets or sets the calendar type for date groups used in filtering. - - - An enumeration member. - - - - - - - Provides access to the collection of date and time values to filter by. - - - A collection of objects specifying date and time values that should be used in a filter. - - - - - - - Gets or sets a value indicating whether blank cells should be included in the filtering results. - - - true, to filter blank cells; otherwise, false. - - - - - - - Returns the value that is the current filter's type. - - - An value. - - - - - - - Provides access to the collection of cell values to filter by. - - - A collection of values to be used in a filter. - - - - - - - - Generates a GS1 (Data Matrix) bar code. - - - - - - - - - - Initializes a new instance of the DataMatrixGS1Generator class with the specified source. - - - - A object. - - - - - - - - Initializes a new instance of the DataMatrixGS1Generator class with the default settings. - - - - - - - - Specifies whether textual information or a byte array should be used as the bar code's data, as well as its encoding. - - - A enumeration value. - - - - - - - Specifies the symbol (or set of symbols) in the bar code's text that will be replaced with the FNC1 functional character when the bar code's bars are drawn. - - - A value, specifying the symbols to be replaced. - - - - - - - Specifies whether or not parentheses should be included in the bar code's text. - - - true to insert parentheses into the bar code's printed text; otherwise, false. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - Defines the common properties representing the view data of a brick. - - - - - - - For internal use. Initializes a new instance of the BrickViewData class with the specified settings. - - - - A object. - - - - A structure. - - - - An object implementing the interface. - - - - - - - - - - - - - - - - - - Gets or sets a rectangle object specifying the height, width and location of the brick. - - - - A object representing a rectangular region by its height, width and location. - - - - - - - Gets or sets a rectangle object specifying the height, width and location of the brick. - - - - - A object representing a rectangular region by its height, width and location. - - - - - - - - Gets or sets the height of the brick. - - - - An integer value representing the height of the brick. - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - Gets the original bounds of the brick view data. - - - - - A value. - - - - - - - Gets the original bounds of the brick view data. - - - - - A value. - - - - - - - Gets or sets the instance used to render a brick in an appropriate format. - - - - - A instance to render a brick. - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - Gets or sets the width of the brick. - - - - An integer value representing the width of the brick. - - - - - - - - - Serves as the base for the and classes that define hyperlinks for cells and pictures. - - - - - - - Gets or sets the hyperlink destination. - - - - A value that specifies the destination to which a hyperlink refers. - - - - - - - Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. - - - A value that specifies the tooltip text for the hyperlink. - - - - - - - - Lists calendar types used to interpret filter values defined by the instances. - - - - - - - Specifies the Hijri (Arabic Lunar) calendar. - - - - - - - - Specifies the localized version of the Gregorian calendar. - - - - - - - - Specifies the Arabic version of the Gregorian calendar. - - - - - - - - Specifies the Middle East French version of the Gregorian calendar. - - - - - - - - Specifies the transliterated English version of the Gregorian calendar. - - - - - - - - Specifies the transliterated French version of the Gregorian calendar. - - - - - - - - Specifies the U.S. English version of the Gregorian calendar. - - - - - - - - Specifies the Hebrew (Lunar) calendar. - - - - - - - - Specifies the Japanese Emperor Era calendar. - - - - - - - - Specifies the Korean Tangun Era calendar. - - - - - - - - The calendar type is not specified. - - - - - - - - Specifies the Taiwan Era calendar. - - - - - - - - Specifies the Thai calendar. - - - - - - - - - Represents the method that will handle the event. - - - - - - - Represents the method that will handle the event. - - - - An object of any type that triggers the event. - - - - A object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - - Gets the object that sends the document's output to a printer. - - - - A object representing the printing settings of the document. - - - - - - - - - A Top 10 filter that displays top/bottom ranked values. - - - - - - - Initializes a new instance of the XlTop10Filter class with the specified settings. - - - - A value that is a number or percentage of column values to display. This value is assigned to the property. - - - - A value that is the actual cell value used by the filter to perform the comparison. This value is assigned to the property. - - - - A value indicating whether to filter column values by top order. This value is assigned to the property. - - - - A value indicating whether to show values that fall in the top/bottom N percent of column values. This value is assigned to the property. - - - - - - - - Initializes a new instance of the XlTop10Filter class with the specified settings. - - - - A value that is the actual cell value used by the filter to perform the comparison. This value is assigned to the property. - - - - - - - - Returns the value that is the current filter's type. - - - An value. - - - - - - - Gets or sets the actual cell value which is used to perform the comparison for the current filter. - - - A value. - - - - - - - Gets or sets a value indicating whether to show values that fall in the top/bottom N percent of a column. - - - true, to filter by the top/bottom N percent of column items; otherwise, false. A false value filters by a number of items. - - - - - - - Gets or sets whether top items should be included in the "Top 10" filtering results. - - - true, to filter by top order; otherwise, false. If false, bottom items satisfying the filter criteria are displayed. - - - - - - - Gets or sets a top or bottom value to use as the filter criteria. - - - A value that is a number or percentage of column items to display. For example, "Filter by Top 5 Items" or "Filter by Top 10 Percent". - - - - - - - - A static class that implements methods to create arithmetic and logical operations in the expression. - - - - - - - An arithmetic addition operator. - - - - An object that is the left operand. - - - - An object that is right the operand. - - - An object that is the operation result. - - - - - - - A division operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - An equality operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A "Greater than" operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A "Greater than or equal" operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A "Less than" operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A "Less than or equal" operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A multiplication operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - An inequality operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - A subtraction operator. - - - - An object that is the left operand. - - - - An object that is the right operand. - - - An object that is the operation result. - - - - - - - - Used to apply an X.509 certificate to the resulting PDF file, to digitally sign the document. - - - - - - - Initializes a new instance of the PdfSignatureOptions class with the default settings. - - - - - - - - Copies all the settings from the PdfSignatureOptions object passed as the parameter. - - - - - An PdfSignatureOptions object whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Specifies an X.509 certificate of PdfSignatureOptions. - - - A object. - - - - - - - Creates a copy of the current PdfSignatureOptions object. - - - - - An PdfSignatureOptions object which is a copy of the current object. - - - - - - - Specifies the contact information of the person in charge of the certificate. - - - - A value. - - - - - - - Determines whether or not the specified object is equal to the current PdfSignatureOptions instance. - - - - - A PdfSignatureOptions instance against which to compare with the current PdfSignatureOptions instance. - - - true if a specific PdfSignatureOptions instance equals the current PdfSignatureOptions instance; otherwise, false. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Specifies the certificate's location. - - - A value. - - - - - - - Specifies the reason for encrypting the file. - - - A value. - - - - - - - - Lists the values specifying the information related to a Field List node. - - - - - - - The Array item kind. - - - - - - - - The Boolean item kind. - - - - - - - - The Boolean Calculated Field item kind. - - - - - - - - The Date-Time Calculated Field item kind. - - - - - - - - The Default Calculated Field item kind. - - - - - - - - The Float Calculated Field item kind. - - - - - - - - The Integer Calculated Field item kind. - - - - - - - - The String Calculated Field item kind. - - - - - - - - The CheckBox Control item kind. - - - - - - - - The Label Control item kind. - - - - - - - - The Line Control item kind. - - - - - - - - The PictureBox Control item kind. - - - - - - - - The Shape Control item kind. - - - - - - - - The Date item kind. - - - - - - - - The Default item kind. - - - - - - - - The Float item kind. - - - - - - - - The Integer item kind. - - - - - - - - The List item kind. - - - - - - - - The List of Parameters item kind. - - - - - - - - The List Datasource item kind. - - - - - - - - The None item kind. - - - - - - - - The String item kind. - - - - - - - - - Stores the arguments required to export a document (its format and export options). - - - - - - - Initializes a new instance of the DocumentExportArgs class with the default settings. - - - - - - - - Provides the information about a request to export a document on the server. - - - A value. - - - - - - - Specifies the document's export format. - - - An enumeration value. - - - - - - - Specifies the export options of a document, serialized to a array. - - - An array of values. - - - - - - - - Stores the arguments required to create a report (its watermark and page settings, as well as parameters). - - - - - - - Initializes a new instance of the ReportBuildArgs class with the default settings. - - - - - - - - For internal use. - - - - - - - - - - Provides the information about a request to export a document on the server. - - - A value. - - - - - - - For internal use. - - - - - - - - - - Specifies the report parameters, serialized to a array. - - - An array of objects. - - - - - - - Specifies the contents of a page, serialized to a array. - - - A array. - - - - - - - Specifies the watermark settings of a page, serialized to a array. - - - A array. - - - - - - - - Lists the values that specify the compatibility mode of a document. - - - - - - - The document is HTML-compatible. - - - - - - - - The document is PNG-compatible. - - - - - - - - The document is PRNX-compatible. - - - - - - - - The document is Silverlight-compatible. - - - - - - - - The document is WPF-compatible. - - - - - - - - - The report identifier. - - - - - - - - A collection of objects. - - - - - - - Initializes a new instance of the LookUpValueCollection class with the default settings. - - - - - - - - Appends an array of look-up values to the collection. - - - - An array of objects to append to the collection. - - - - - - - - - A parameter's value that is shown in its look-up editor for end-users. - - - - - - - Initializes a new instance of the LookUpValue class with the default settings. - - - - - - - - Initializes a new instance of the LookUpValue class with the specified settings. - - - - A value. - - - - A value. - - - - - - - - Creates a new LookUpValue instance, which is a copy of the current instance. - - - A new LookUpValue instance, which is a copy of the current instance. - - - - - - - For internal use. - - - - - - - - - - Specifies the parameter value description. - - - A value. - - - - - - - "Description" - - - - - - - - - For internal use. - - - A value. - - - - - - - Specifies the parameter value. - - - A value. - - - - - - - "Value" - - - - - - - - - - Enables you to obtain parameter values that were selected in the look-up editor. - - - - - - - Returns a collection of parameter values that have been selected in a look-up editor. - - - - A object. - - - - A object. - - - A object. - - - - - - - Returns a collection of parameter values that have been selected in a look-up editor. - - - - A object. - - - - A object. - - - - An object implementing the interface. - - - A object. - - - - - - - Returns an updated collection of parameter values available in a look-up editor. - - - - A value, specifying the previously selected parameter values. - - - - A collection of objects, specifying the look-up values available for the parameter. - - - A value, specifying the currently selected parameter values. - - - - - - - Returns an updated collection of parameter values available in a look-up editor. - - - - A value, specifying the previously selected parameter value. - - - - A collection of objects, specifying the look-up values available for the parameter. - - - A value, specifying the currently selected parameter value. - - - - - - - - Provides the look-up editor settings for report parameters that are bound to a datasource. - - - - - - - - Initializes a new instance of the DynamicListLookUpSettings class with the default settings. - - - - - - - - Specifies the data adapter for the report parameter. - - - A value. - - - - - - - Specifies the data member name for the report parameter. - - - A value. - - - - - - - Specifies the data source for the report parameter. - - - A value. - - - - - - - Specifies the data member for the report parameter's display name. - - - A value. - - - - - - - Specifies the data member for the report parameter's value. - - - A value. - - - - - - - - Provides the look-up editor settings for report parameters that are not bound to a datasource. - - - - - - - - Initializes a new instance of the StaticListLookUpSettings class with the default settings. - - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Provides access to the list of static values for the report parameter. - - - A object. - - - - - - - - The base class for classes that provide the look-up editor settings for report parameters. - - - - - - - - Specifies the data adapter that is used to provide parameter values to the lookup editor. - - - A value. - - - - - - - Specifies the data member that is used to provide parameter values to the lookup editor. - - - A value. - - - - - - - Specifies the data source that is used to provide parameter values to the lookup editor. - - - A value. - - - - - - - Specifies the filter criteria applied to the LookUpSettings object. - - - A value, specifying the filter string. - - - - - - - For internal use. - - - A value. - - - - - - - Specifies the report parameter, with which the LookUpSettings object is associated. - - - A object. - - - - - - - - Lists the cell size modes supported by the control. - - - - - - - Only the cell height depends on the current font size of a control (the property is ignored), and the value is specified manually. - -With this setting, the actual cell height does not depend on the specified border width of a control, while the effective cell width is the difference between the specified and values. - - - - - - - - The cell size depends on the current font size of a control (the and properties are ignored). - -With this setting, the actual cell size does not depend on the specified border width of a control. - - - - - - - - Only the cell width depends on the current font size of a control (the property is ignored), and the value is specified manually. - -With this setting, the actual cell width does not depend on the specified border width of a control, while the effective cell height is the difference between the specified and values. - - - - - - - - The cell size is determined by the and property values and does not depend on the assigned font size. - -With this setting, the actual cell size is less than the specified CellHeight and CellWidth by the value. - - - - - - - - - Generates an Intelligent Mail bar code. - - - - - - - - - Initializes a new instance of the IntelligentMailGenerator class with the default settings. - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - For internal use. - - - - A value. - - - - A array. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the SkipFooterRowEventArgs class. - - - - - - - - Gets the type of the currently processed summary footer. - - - A value that identifies the type of the currently processed summary footer. - - - - - - - Gets the field name of the grouping column to which the currently processed group summary footer corresponds. - - - - The field name of the corresponding grouping column. - - - - - - - Gets the hierarchy level of the currently processed group summary footer. - - - The zero-based integer value that specifies the hierarchy level of the currently processed group summary footer. - - - - - - - Gets the index of the currently processed line in a multi-line summary footer. - - - The zero-based index of a line in a multi-line summary footer. - - - - - - - Gets or sets whether to hide the currently processed summary footer (or multi-line summary footer's line). - - - true, to hide the current row/line; otherwise, false. - - - - - - - Gets the handle of the currently processed group footer. These handles match group row handles in the , - - - The handle of the currently processed group footer - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event's data. - - - - - - - - - Enables a client application to log in to the Report and Dashboard Server using the Windows Authentication. - - - - - - - Initializes a new instance of the WindowsUserConnectionProvider class with the specified server address. - - - - A value, specifying the server address. - - - - - - - - Asynchronously logins to a report server. - - - A , specifying whether or not the connection to the report server was successful. - - - - - - - - Enables a client application to log in to the Report and Dashboard Server using the Forms authentication. - - - - - - - Initializes a new instance of the ServerUserConnectionProvider class with the specified server address and user credentials. - - - - A value, specifying the server address. - - - - A value, specifying the user name. - - - - A value, specifying the user password. - - - - - - - - Asynchronously logins to a report server. - - - A , specifying whether or not the connection to the report server was successful. - - - - - - - - Enables a client application to log in to the Report and Dashboard Server using the Guest account's permissions. - - - - - - - Initializes a new instance of the GuestConnectionProvider class with the specified server address. - - - - A value, specifying the server address. - - - - - - - - Asynchronously logins to a report server. - - - A , specifying whether or not the connection to the report server was successful. - - - - - - - - The base for classes that provide the functionality to connect to the Report and Dashboard Server. - - - - - - - Initializes a new instance of the ConnectionProvider class with the specified server address. - - - - A value, specifying the server address. - - - - - - - - Asynchronously logins to a report server and initializes a report server client within the current login session. This method combines the functionality of the and methods. - - - A , specifying the object implementing the interface. - - - - - - - Initializes a report service client within the current login session, established by calling the method. - - - An object implementing the interface. - - - - - - - Asynchronously logins to a report server. - - - A , specifying whether or not the connection to the report server was successful. - - - - - - - - Lists types of filters available for the AutoFilter functionality. - - - - - - - Specifies the filter by color. - - - - - - - - Specifies the custom filter based on a comparison operator. - - - - - - - - Specifies the dynamic filter. - - - - - - - - Specifies the filter by conditional formatting icons. - - - - - - - - Specifies the "Top 10" filter. - - - - - - - - Specifies the filter by values and date intervals. - - - - - - - - - For internal use. - - - - - - - For internal use. - - - A descendant. - - - - - - - - The base for classes that provide the data pagination functionality. - - - - - - - - A serialized collection of report parameters whose values should be supplied by a scheduled job. - - - - - - - Initializes a new instance of the SchedulerParametersDictionary class with the default settings. - - - - - - - - - Enables you to paginate the obtained data by the specified time span. - - - - - - - Initializes a new instance of the DataPaginationByDate class with the default settings. - - - - - - - - Specifies the date and time of the first record on the data page. - - - - A structure. - - - - - - - Specifies the time interval to be included on the data page. - - - - A structure. - - - - - - - - A collection of report parameters whose values should be supplied by a scheduled job. - - - - - - - Initializes a new instance of the SchedulerParameters class with the default settings. - - - - - - - - Specifies the binding that enables a parameter to obtain its values from a database table. - - - A object. - - - - - - - Specifies the dictionary storing the report parameters. - - - A object. - - - - - - - - When scheduling a billing statement, enables you to specify a data model that contains a query, table or view storing recipient emails. - - - - - - - Initializes a new instance of the ParametersBinding class with the default settings. - - - - - - - - Specifies the name of a table, view or query from the selected data model. - - - A value. - - - - - - - Identifies the data model. - - - An integer value, specifying the data model ID. - - - - - - - Specifies the name of a data field containing the display name associated with the email address. - - - A value. - - - - - - - Specifies the name of a data field containing the list of recipient emails. - - - A value. - - - - - - - - Lists the available reference points that can be used to calculate date-time parameter values. - - - - - - - The reference point corresponds to the end of the current day. - - - - - - - - The reference point corresponds to the end of the current month. - - - - - - - - The reference point corresponds to the end of the current quarter. - - - - - - - - The reference point corresponds to the end of the current week. - - - - - - - - The reference point corresponds to the end of the current year. - - - - - - - - The reference point corresponds to the end of the next day. - - - - - - - - The reference point corresponds to the end of the next month. - - - - - - - - The reference point corresponds to the end of the next quarter. - - - - - - - - The reference point corresponds to the end of the next week. - - - - - - - - The reference point corresponds to the end of the next year. - - - - - - - - The reference point corresponds to the end of the previous day. - - - - - - - - The reference point corresponds to the end of the previous month. - - - - - - - - The reference point corresponds to the end of the previous quarter. - - - - - - - - The reference point corresponds to the end of the previous task. - - - - - - - - The reference point corresponds to the end of the previous week. - - - - - - - - The reference point corresponds to the end of the previous year. - - - - - - - - The reference point corresponds to the start of the current day. - - - - - - - - The reference point corresponds to the start of the current month. - - - - - - - - The reference point corresponds to the start of the current quarter. - - - - - - - - The reference point corresponds to the start of the current week. - - - - - - - - The reference point corresponds to the start of the current year. - - - - - - - - The reference point corresponds to the start of the next day. - - - - - - - - The reference point corresponds to the start of the next month. - - - - - - - - The reference point corresponds to the start of the next quarter. - - - - - - - - The reference point corresponds to the start of the next week. - - - - - - - - The reference point corresponds to the start of the next year. - - - - - - - - The reference point corresponds to the start of the previous day. - - - - - - - - The reference point corresponds to the start of the previous month. - - - - - - - - The reference point corresponds to the start of the previous quarter. - - - - - - - - The reference point corresponds to the start of the previous task. - - - - - - - - The reference point corresponds to the start of the previous week. - - - - - - - - The reference point corresponds to the start of the previous year. - - - - - - - - - Lists the available kinds of sources from which report parameters can obtain their values to execute a scheduled job. - - - - - - - A parameter value is supplied from a specified data source. This option is only available when the property is set to . - - - - - - - - A date-time parameter value is calculated at the time of performing the scheduled task and corresponds to the selected temporal reference point (e.g., start of the previous task or end of the previous month). - - - - - - - - A parameter value is specified manually. - - - - - - - - - Lists the possible results of a scheduled job. - - - - - - - The task execution failed. - - - - - - - - The task is currently being executed. - - - - - - - - The task execution is postponed for one minute due to problems connecting to the Report Server or database. - - - - - - - - - The task execution was successful. - - - - - - - - - Specifies whether recipients should receive individual emails, or a common email with all recipients listed in the "To" section. - - - - - - - All recipients receive the same email to which they are all listed in the "To" section. - - - - - - - - - Each recipient receives an individual email. - - - - - - - - - A data transfer object (DTO) that provides detailed information about the results of executing a scheduled job. - - - - - - - Initializes a new instance of the ScheduledJobResultDto class with the default settings. - - - - - - - - Lists the values of parameters that were used to create a document. - - - A value, listing parameters as name-value pairs separated by semicolons. - - - - - - - Describes the error that prompted a task execution to fail. - - - A value, specifying the error message. - - - - - - - Lists the recipients that will receive created reports by email. - - - A value. - - - - - - - - A data transfer object (DTO) that provides general information about the results of executing a scheduled job. - - - - - - - Initializes a new instance of the ScheduledJobResultCatalogItemDto class with the default settings. - - - - - - - - Specifies the date and time at which the task execution result was obtained. - - - A structure. - - - - - - - Identifies the result of a task execution. - - - An integer value, specifying the task result ID. - - - - - - - Specifies the status of a task or result of its execution. - - - A enumeration value. - - - - - - - - A data transfer object (DTO) that provides a log storing the information about each run of a scheduled job. - - - - - - - Initializes a new instance of the ScheduledJobLogDto class with the default settings. - - - - - - - - Specifies the date and time at which a task execution was started. - - - A structure. - - - - - - - Identifies the executed task. - - - An integer value, specifying the task ID. - - - - - - - - Represents a minimum or maximum threshold for a conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtValueObject class with the default settings. - - - - - - - - Gets or sets a value indicating whether the "greater than or equal to" comparison operator is used by the threshold value of the icon set conditional formatting rule to determine to which cells the icon should be applied. - - - true, to use the "greater than or equal to" comparison operator with the current threshold value; otherwise, false. If false, the "greater than" comparison operator is used. - - - - - - - Gets or sets the type of the threshold value specified in the conditional formatting rule. - - - One of the enumeration values. - - - - - - - Gets or sets the threshold value specified in the conditional formatting rule. - - - A object that represents the threshold value. - - - - - - - - Provides access to the particular icon in the custom icon set. - - - - - - - Initializes a new instance of the XlCondFmtCustomIcon class with the specified settings. - - - - The zero-based integer that is the desired icon's position within the icon set. - - - - One of the enumeration values specifying the type of the icon set. - - - - - - - - Gets or sets the icon set to which the specified icon belongs. - - - A object that defines the built-in icon sets. - - - - - - - Gets or sets the index of the particular icon in the icon set. - - - An integer that is the desired icon's position within the icon set. - - - - - - - - Lists values that specify how the input method editor (IME) is controlled by data validation. - - - - - - - The IME control is disabled when the cell is selected. - - - - - - - - The IME control is full width alphanumeric input mode when the cell is selected. - - - - - - - - The IME control is full width with Hangul input mode when the cell is selected. Applies only when Korean language supports has been installed and selected. - - - - - - - - The IME control is full width Katakana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected. - - - - - - - - The IME control is in half width alphanumeric input mode when the cell is selected. - - - - - - - - The IME control is in half width Hangul input mode when the cell is selected. Applies only when Korean language support has been installed and selected. - - - - - - - - The IME control is in half width Katakana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected. - - - - - - - - The IME control is in Hiragana input mode when the cell is selected. Applies only when Japanese language support has been installed and selected. - - - - - - - - Data Validation does not control the IME mode. - - - - - - - - The IME control is off (does not start) when the cell is selected. - - - - - - - - The IME control starts when the cell is selected. - - - - - - - - - Lists the styles of the data validation error alerts. - - - - - - - - The dialog displays the Information icon; the end-user can click OK to accept the invalid value or Cancel to reject it. - - - - - - - - The dialog displays the Stop icon; the only options are Retry or Cancel; end-users are not allowed to enter invalid data in the cell. - - - - - - - - The dialog displays the Warning icon; the end-user can decide whether to allow entry of the invalid data, to retry, or to remove the invalid entry. - - - - - - - - - Lists values the specify the type of the threshold value to be used in conditional formatting rules - - - - - - - For the data bar conditional formatting rule only. Indicates that the minimum threshold value is automatically set to zero or the minimum value in the range of cells, whichever is smaller. - - - - - - - - For the data bar conditional formatting rule only. Indicates that the maximum threshold value is automatically set to zero or the maximum value in the range of cells, which ever is larger. - - - - - - - - Indicates that a formula is used to specify the threshold value for the conditional formatting rule. - - - - - - - - Indicates that the highest value in the range is used to specify the maximum threshold value for the conditional formatting rule. - - - - - - - - Indicates that the lowest value in the range is used to specify the minimum threshold value for the conditional formatting rule. - - - - - - - - Indicates that a number value is used to specify the threshold value for the conditional formatting rule. - - - - - - - - Indicates that a percent value is used to specify the threshold value for the conditional formatting rule. - - - - - - - - Indicates that a percentile value is used to specify the threshold value for the conditional formatting rule. - - - - - - - - - Lists the types of the conditional formatting operators used in the conditional formatting rule. - - - - - - - Format cells whose values are above or below the average for all values in the range. - - - - - - - - Format cells that begin with the specified text string. - - - - - - - - Format a cell using the relational operator. - - - - - - - - - Format cells using color scales. - - - - - - - - Format blank or empty cells. - - - - - - - - Format cells that contain errors. - - - - - - - - Format cells that contain the specified text string. - - - - - - - - - Format cells using data bars. - - - - - - - - Format cells with duplicate values. - - - - - - - - Format cells that end with the specified text string. - - - - - - - - Format cells using an expression. - - - - - - - - Format cells using icon set. - - - - - - - - Format non-empty cells. - - - - - - - - - Format cells that do not contain errors. - - - - - - - - Format cells that do not contain the specified text string. - - - - - - - - Format cells that contain dates in the specified time period. - - - - - - - - Format cells values that fall in the top/bottom N bracket. - - - - - - - - Format cells that contains unique values. - - - - - - - - - Lists applicable time periods in a "date occurring..." conditional formatting rule. - - - - - - - A date in the last seven days. - - - - - - - - A date occurring last month. - - - - - - - - A date occurring last week. - - - - - - - - A date occurring next month. - - - - - - - - A date occurring next week. - - - - - - - - A date occurring this month. - - - - - - - - A date occurring this week. - - - - - - - - Today's date. - - - - - - - - Tomorrow's date. - - - - - - - - Yesterday's date. - - - - - - - - - List values specifying the type of the conditional format operator in a conditional formatting rule. - - - - - - - Format cells that begin with the specified text string. - - - - - - - - Format cells that contain the specified text string. - - - - - - - - Format cell that end with the specified text string. - - - - - - - - Format cells that do not contain the specified text string. - - - - - - - - - Lists comparison operators used in a custom filter. - - - - - - - Filters values that are equal to a specified criterion value. - - - - - - - - Filters values that are greater than a specified criterion value. - - - - - - - - Filters values that are greater than or equal to a specified criterion value. - - - - - - - - Filters values that are less than a specified criterion value. - - - - - - - - Filters values that are less than or equal to a specified criterion value. - - - - - - - - Filters values that are not equal to a specified criterion value. - - - - - - - - - Represents the Icon Set conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleIconSet class with the default settings. - - - - - - - - Provides access to the collection of custom icons used in the conditional formatting rule. - - - A object representing the list of the custom icons. - - - - - - - Gets or sets the type of the icon set used in the current formatting rule. - - - One of the enumeration values representing the icon set type. - - - - - - - Gets or sets whether the custom icon set is specified. - - - true to use the custom icon style; otherwise, false. The default value is false. - - - - - - - Gets or sets whether the thresholds indicate percentile values instead of number values. - - - true, to consider values percentile; otherwise, false. - - - - - - - Gets or sets whether the icons in the icon set used in the conditional formatting rule are shown in reverse order. - - - true, to show icons in reverse order; otherwise, false. - - - - - - - Gets or sets whether to show values in the cells satisfying the format condition. - - - - true, to show cell values; otherwise, false. - - - - - - - Gets the list of threshold values used in the icon set conditional formatting rule. - - - A object representing the list of threshold values. - - - - - - - - Represents the conditional formatting rule that uses a relational operator to determine which cells to format. - - - - - - - Initializes a new instance of the XlCondFmtRuleExpression class with the specified settings. - - - - An object representing the expression used in the conditional formatting rule. - - - - - - - - Initializes a new instance of the XlCondFmtRuleExpression class with the specified settings. - - - - A string value representing the formula used in the current formatting rule. - - - - - - - - Gets the expression used in the conditional formatting rule. - - - A object that is the expression. - - - - - - - Gets the formula used in the conditional formatting rule. - - - A that is the target formula. - - - - - - - - Represents the Data Bar conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleDataBar class with the default settings. - - - - - - - - Gets or sets the color of the axis between positive and negative bars. - - - A object that is the data bar axis color. - - - - - - - Gets or sets the axis position in a cell. - - - One of the enumeration values. - - - - - - - Gets or sets the color of the data bar borders. - - - A object that is the data bar borders color. - - - - - - - Gets or sets the direction of data bars. - - - One of the enumerator values. - - - - - - - Gets or sets the data bar fill color. - - - A object that is the data bar fill color. - - - - - - - Gets or sets whether to apply the gradient fill type. - - - true to use the gradient fill type; otherwise, false. - - - - - - - Gets or sets the maximum length of the data bar. - - - A object that is the length of the longest data bar. This length is calculated as a percentage of the column width, thus the value must be a whole number between 0 and 100. The default value is 90. - - - - - - - Provides access to the maximum value within the cells range to which the data bat formatting rule is applied. - - - A object that is the maximum value. - - - - - - - Gets or sets the minimum length of the data bar. - - - A object that is the length of the smallest data bar. This length is calculated as a fixed percentage of the column width, thus the value must be a whole number between 0 and 100. The default value is 10. - - - - - - - Provides access to the minimum value within the cell range to which the data bar conditional formatting rule is applied. - - - A object that is the minimum value. - - - - - - - Gets or sets the border color of a negative data bar. - - - - A object that is the data bar border color. - - - - - - - Gets or sets the color of a negative data bar. - - - - A object that is the negative data bar color. - - - - - - - Gets or sets whether to display cell values to which the data bar conditional formatting rule is applied. - - - - true, to show values; otherwise, false. - - - - - - - - Represents the Color Scale conditional formatting rule. - - - - - - - Initializes a new instance of the XlCondFmtRuleColorScale class with the default settings. - - - - - - - - Gets or sets the type of the color scale used in the current conditional formatting rule. - - - One of the enumeration values. - - - - - - - Gets or sets the color for a cell with the maximum value. - - - - A object that is the color of a cell with the maximum value. - - - - - - - - Provides access the maximum threshold value of the color scale formatting rule. - - - A object that is the maximum threshold value. - - - - - - - Gets or sets the color corresponding to the cell with the midpoint value. - - - - A object that is the color for the cell with the midpoint value. - - - - - - - - Provides access to the midpoint threshold value of the color scale formatting rule. - - - A value that is the midpoint value. - - - - - - - Gets or sets the color corresponding to a cell with the minimum value. - - - - A object that is the color. - - - - - - - Provides access to the minimum threshold value of the color scale formatting rule. - - - - A object that is the minimum threshold. - - - - - - - - Base class for the conditional formatting rules. - - - - - - - Specifies the priority of the conditional formatting rule. - - - A positive integer that is the precedence of the conditional formatting rule. - - - - - - - Gets the type of the specified conditional formatting rule. - - - One of the enumeration values indicating the type of the conditional formatting rule. - - - - - - - Gets or sets whether the conditional formatting rules with lower priority can be applied. - - - true, to prevent applying conditional formatting rules with a lower priority; otherwise, false. - - - - - - - - - Lists values that sets the icon set type for the icon set conditional format. - - - - - - - Specifies the 3 arrows icon set. - - - - - - - - Specifies the 4 arrows icon set. - - - - - - - - - Specifies the 5 arrows icon set. - - - - - - - - - Specifies the 3 gray arrows icon set. - - - - - - - - - Specifies the 4 gray arrows icon set. - - - - - - - - - Specifies the 5 gray arrows icon set. - - - - - - - - - Specifies the 5 boxes icon set. - - - - - - - - - Specifies the 3 flags icon set. - - - - - - - - - - - - - - - - Specifies the 5 quarters icon set. - - - - - - - - - Specifies the 4 ratings icon set. - - - - - - - - - Specifies the 5 ratings icon set. - - - - - - - - - Specifies the 4 "red to black" icon set. - - - - - - - - - Specifies the 3 signs icon set. - - - - - - - - - Specifies the 3 stars icon set. - - - - - - - - - Specifies the 3 symbols icon set. - - - - - - - - - Specifies the 3 symbols (circled) icon set. - - - - - - - - - Specifies the 3 traffic lights icon set. - - - - - - - - - Specifies the 3 traffic lights (rimmed) icon set. - - - - - - - - - Specifies the 4 traffic lights icon set. - - - - - - - - - Specifies the 3 triangles icon set. - - - - - - - - - - Lists types of the color scale for the color scale conditional formatting rule. - - - - - - - A two-color scale. - - - - - - - - A three-color scale. - - - - - - - - - Lists the types of format operators used in the "Above or Below Average..." conditional formatting rule. - - - - - - - - Formats cells whose values are above the average value in a range of cells. - - - - - - - - Formats cells whose values are above or equal to the average value in a range of cells. - - - - - - - - Formats cells whose values are below the average value in a range of cells. - - - - - - - - Formats cells whose values are below or equal to the average value in a range of cells. - - - - - - - - - Lists the types of relational operators used in the conditional formatting rule. - - - - - - - - Format cells that begin with the specified text string. - - - - - - - - Format cells that are between two specified values. - - - - - - - - Format cells that contains the specified text string. - - - - - - - - Format cells that end with the specified text string. - - - - - - - - Format cells whose values are equal to a specified value. - - - - - - - - Format cells whose values are greater than a specified value. - - - - - - - - - Format cells whose values are greater than or equal to a specified value. - - - - - - - - Format cells whose values are less than a specified value. - - - - - - - - Format cell whose values are less than or equal to a specified value. - - - - - - - - Formats cells that are not between two specified values. - - - - - - - - Format cells that do not contain the specified text string. - - - - - - - - Format cells whose values are not equal to a specified value. - - - - - - - - - Lists values used to specify sparkline chart types (types of sparkline groups). - - - - - - - Sparkline data points are plotted as vertical bars. - - - - - - - - Sparkline data points are plotted as a line. - - - - - - - - Sparkline data points are plotted with identically sized bars above the horizontal axis for positive values (win) and below the horizontal axis for negative values (loss), - - - - - - - - - Lists values used to specify how empty cells are displayed on a sparkline. - - - - - - - Empty cells are not plotted resulting in gaps on a chart. - - - - - - - - Empty cells are plotted as interpolated using a line which connects data points (for the Line type of a sparkline). - - - - - - - - Empty cells are plotted as zero values. - - - - - - - - - Represents the conditional formatting rule for cells with unique values. - - - - - - - - Initializes a new instance of the XlCondFmtRuleUnique class with the default settings. - - - - - - - - - Represents the conditional formatting rule for cells with duplicate values. - - - - - - - Initializes a new instance of the XlCondFmtRuleDuplicates class with the default settings. - - - - - - - - - Represents the conditional formatting rule that highlights blank/non-blank cells. - - - - - - - Initializes a new instance of the XlCondFmtRuleBlanks class with the specified settings. - - - - true, to use the created formatting rule to highlight blank cells; otherwise, false. - - - - - - - - - Represents the conditional formatting rule that uses the relational operator. - - - - - - - Initializes a new instance of the XlCondFmtRuleCellIs class with the default settings. - - - - - - - - Gets or sets the type of relational operator used in a conditional formatting rule. - - - - One of the enumeration values representing the operator type. - - - - - - - Gets or sets the second threshold value in the conditional formatting rule. - - - A object that is the second value. - - - - - - - Gets or sets the threshold value in the conditional formatting rule. - - - A object representing the threshold value. - - - - - - - - Represents the worksheet ranges and conditional formatting rules applied to them. - - - - - - - Initializes a new instance of the XlConditionalFormatting class with the default settings. - - - - - - - - Provides access to the collection of ranges to which the conditional formating rule is applied. - - - A object that is the ranges collection. - - - - - - - Provides access to the collection of conditional formatting rules contained in the current instance. - - - A object representing the rules collection. - - - - - - - - Specifies options for exporting the document to CSV format. - - - - - - - Initializes a new instance of the CsvDataAwareExporterOptions class. - - - - - - - - Provides access to the culture-specific settings of the document. - - - A object that specifies the culture settings currently being used. By default, it is set to the System.Globalization.CultureInfo.InvariantCulture value. - - - - - - - Gets the file format to which the document is exported. - - - A value that specifies the CSV document format. - - - - - - - Gets or sets the character encoding of the CSV document. - - - A object that specifies the character encoding of the CSV document. By default, System.Text.Encoding.UTF8. - - - - - - - Gets whether a custom value separator is specified. - - - True if a custom value separator is specified; otherwise, false. - - - - - - - Gets the maximum number of columns supported by the output file format. - - - An value that is the maximum number of columns. - - - - - - - Gets the maximum number of rows supported by the output file format. - - - An value that is the maximum number of rows. - - - - - - - Gets or sets whether the newline character sequence is inserted after the last row of the resulting text. - - - True, to insert newline after the last row in the exported text; otherwise, false. - - - - - - - Gets or sets a character sequence used to define a new line. - - - A value that is the character used to identify a new line in a CSV document. - - - - - - - Gets or sets a value indicating whether to prevent Formula Injection into the CSV file. - - - true, to prevent CSV Injection; otherwise, false. The default is false. - - - - - - - Gets or sets whether to put quotes around all text values in CSV output. - - - A enumeration value that specifies whether to always quote text values, never put quotes around text values, or let the built-in algorithm decide. - - - - - - - - Sets value separator to its default character. - - - - - - - - Gets a value indicating whether the document can contain multiple worksheets. - - - Always false. - - - - - - - Gets a value indicating whether the document can contain formulas. - - - Always false. - - - - - - - Gets a value indicating whether the document supports grouping functionality. - - - Always false. - - - - - - - Gets or sets the character that encloses values in the resulting text. - - - A that is the character used as the text qualifier. By default, it is the double quotation mark. - - - - - - - Gets or sets whether to use the cell property to convert a cell numeric value to a string. - - - - - True to use cell formatting to convert a cell value to a string; otherwise, false. - - - - - - - - Gets or sets a character used to separate values in the resulting text. - - - A object that is the character used as a value separator. By default, it is "," (comma). - - - - - - - Gets or sets whether to write a prefix that is the sequence of bytes that specifies the encoding used. - - - True to write a byte array containing a sequence of bytes that specifies the encoding used; otherwise, false. - - - - - - - - A single sparkline in the sparkline group. - - - - - - - Creates a single sparkline for the specified data and location. - - - - A object that specifies the cell range containing the source data for the sparkline. - - - - A object that specifies the cell range where the sparkline should be located. - - - - - - - - Gets or sets the cell range that contains the source data for a single sparkline. - - - A object that contains sparkline values. - - - - - - - Gets or sets the location of an individual sparkline in a worksheet. - - - A object that specifies the cell in which the sparkline is located. - - - - - - - - A sparkline group in a worksheet. - - - - - - - Creates a line sparkline group for the specified data and location. - - - - A object that specifies the cell range containing the source data for the group. - - - - A object that specifies the cell range where the sparkline group should be located. - - - - - - - - Initializes a new instance of the XlSparklineGroup class with the default settings. - - - - - - - - Gets or sets the color of the horizontal axis. - - - An object that specifies the axis color. - - - - - - - Gets or sets the color of the first data point for each sparkline in the sparkline group. - - - An object that specifies the point color. - - - - - - - Gets or sets the color of the highest data point for each sparkline in the sparkline group. - - - An object that specifies the point color. - - - - - - - Gets or sets the color of the last data point for each sparkline in the sparkline group. - - - An object that specifies the point color. - - - - - - - Gets or sets the color of the lowest data point for each sparkline in the sparkline group. - - - An object that specifies the point color. - - - - - - - Gets or sets the color of the data markers for each sparkline in the sparkline group. - - - An object that specifies the marker color. - - - - - - - Gets or sets the color of the negative data points for each sparkline in the sparkline group. - - - An object that specifies the point color. - - - - - - - Gets or sets the color for each sparkline in the sparkline group. - - - An object that specifies the line color. - - - - - - - Gets or sets the date range for the sparkline group. - - - A object that contains the date values for the sparkline data. - - - - - - - Gets or sets how empty cells are plotted. - - - A enumeration member that specifies how blank values are displayed on a sparkline. - - - - - - - Gets or sets whether data in hidden cells are plotted in the sparkline group. - - - True to display data in hidden cells; otherwise, false. - - - - - - - Gets or sets whether data markers are displayed for each sparkline in the sparkline group. - - - True to display data markers; otherwise, false. - - - - - - - Gets or sets whether the horizontal axis is displayed for each sparkline in the sparkline group. - - - True to display the horizontal axis; otherwise, false. - - - - - - - Gets or sets whether the first data point in the sparkline should be colored differently. - - - True, to highlight the first data point; otherwise, false. - - - - - - - Gets or sets whether the highest data point in the sparkline should be colored differently. - - - True to highlight the highest data point; otherwise, false. - - - - - - - Gets or sets whether the last data point in the sparkline should be colored differently. - - - True to highlight the last data point; otherwise, false. - - - - - - - Gets or sets whether the lowest data point in the sparkline should be colored differently. - - - True to highlight the lowest data point; otherwise, false. - - - - - - - Gets or sets whether negative data points in the sparkline should be colored differently. - - - True to highlight negative data points; otherwise, false. - - - - - - - Gets or sets the line weight for each sparkline in the sparkline group. - - - A value that is the line weight measured in points. - - - - - - - Gets or sets the maximum for the vertical axis that is the same for all sparklines in the sparkline group. - - - A value that specifies the maximum value for the vertical axis. - - - - - - - Gets or sets the minimum for the vertical axis that is the same for all sparklines in the sparkline group. - - - A value that specifies the maximum value for the vertical axis. - - - - - - - Specifies how the vertical axis maximums for the sparklines in the sparkline group are calculated. - - - A enumeration member that determines how to calculate vertical axis maximums. - - - - - - - Specifies how the vertical axis minimums for the sparklines in the sparkline group are calculated. - - - A enumeration member that determines how to calculate vertical axis minimums. - - - - - - - Gets or sets whether the data points on the horizontal axis are plotted in right-to-left order. - - - True, to plot values right-to-left; otherwise, false. - - - - - - - - Provides access to the collection of sparklines contained in the sparkline group. - - - A object that is a collection of sparklines. - - - - - - - Gets or sets the type of a sparkline group. - - - A enumeration member value that specifies the sparkline group type. - - - - - - - - Lists values used to specify the document format. - - - - - - - The CSV format (Comma-Separated Values) - the file format to store tabular data as plain text using commas as separators between cells. - - - - - - - - MS Excel 97-2003 binary file format. - - - - - - - - The OpenXML file format for the workbook (default MS Excel 2007 format). File extension - .xlsx. - - - - - - - - - Contains options which define how a document is exported to HTML format. - - - - - - - - - Initializes a new instance of the HtmlExportOptions class with the default settings. - - - - - - - - - Initializes a new instance of the HtmlExportOptions class with the specified settings. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - true to remove secondary symbols; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the HtmlExportOptions class with the specified encoding name and title. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - A containing the name shown as the title of the created HTML file. This value is assigned to the property. - - - - - - - - Initializes a new instance of the HtmlExportOptions class with the specified encoding name. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). This value is assigned to the property. - - - - - - - - - Specifies a criterion value and comparison operator for a custom filter. - - - - - - - Initializes a new instance of the XlCustomFilterCriteria class with the specified settings. - - - - An enumeration member that specifies the comparison operator used to construct the filter expression. This value is assigned to the property. - - - - An object that specifies the filter criterion value. This value is assigned to the property. - - - - - - - - Gets or sets the comparison operator to use with the custom filter value. - - - An enumeration member specifying the comparison operator used to construct the custom filter expression. - - - - - - - Gets or sets the custom filter criteria value. - - - An object that specifies the filter value. - - - - - - - - Lists the types of encoding to be used when a document is exported to a Text-based format. - - - - - - - - A document is exported using the ASCII (7-bit) character set. - - - - - - - - - A document is exported using the UTF-16 format with the big-endian byte order. - - - - - - - - - - A document is exported using the system's current ANSI code page. - - - - - - - - - A document is exported using the UTF-16 format with the little-endian byte order. - - - - - - - - A document is exported using the UTF-32 format with the little-endian byte order. - - - - - - - - A document is exported using the UTF-7 format. - - - - - - - - - A document is exported using the UTF-8 format. - - - - - - - - - - A filter by cell fill or font color. - - - - - - - Initializes a new instance of the XlColorFilter class with the default settings. - - - - - - - - Gets or sets the color to filter by. - - - An value that specifies the color used by the filter criteria. - - - - - - - Gets or sets whether to use the cell's fill or font color in the filter criteria. - - - true, to filter by the fill color; otherwise, false. -The default is true. - - - - - - - Returns the value that is the current filter's type. - - - An value. - - - - - - - Gets or sets the pattern color used in the filter criteria. - - - An object that specifies the foreground color of the pattern fill used as a filter criterion. - - - - - - - Gets or sets the type of the pattern used in the filter criteria. - - - An enumeration member that specifies the type of the pattern fill used as a filter criterion. - - - - - - - - Lists reference types used to specify a cell position. - - - - - - - Absolute reference type. - - - - - - - - Relative reference type. - - - - - - - - - Lists summary functions used in subtotals. - - - - - - - The AVERAGE statistical function. - - - - - - - - The COUNT statistical function. - - - - - - - - The COUNTA statistical function. - - - - - - - - The MAX statistical function. - - - - - - - - The MIN statistical function. - - - - - - - - The PRODUCT mathematical function. - - - - - - - - The STDEV.P statistical function. - - - - - - - - The STDEV.S statistical function. - - - - - - - - The SUM mathematical function. - - - - - - - - The VAR.P statistical function. - - - - - - - - The VAR.S statistical function. - - - - - - - - - An object which can be used to specify a worksheet cell formula. - - - - - - - Initializes a new instance of the XlExpression class with the default settings. - - - - - - - - Constructs a textual expression from the XlExpression object. - - - A string expression. - - - - - - - Constructs a textual expression from the XlExpression object using the specified settings. Intended for internal use. - - - - An DevExpress.Export.Xl.IXlExpressionContext object that contains culture-specific, reference style and other settings. - - - A string expression. - - - - - - - - Specifies the direction of a line drawn inside an control. - - - - - - - A line is drawn between the upper-left and bottom-right corners of the rectangle occupied by the control. - - - - - - - - A line is drawn horizontally. - - - - - - - - A line is drawn between the bottom-left and upper-right corners of the rectangle occupied by the control. - - - - - - - - A line is drawn vertically. - - - - - - - - - Lists values used to specify the order in which worksheet pages are numbered and printed when the worksheet data does not fit on one page. - - - - - - - Worksheet pages are numbered and printed from the top down and then left to right. - - - - - - - - Worksheet pages are numbered and printed from left to right and then from the top down. - - - - - - - - - Lists the values that indicate the document markup compatibility of various software platforms. - - - - - - - - XAML is Silverlight-compatible. - - - - - - - - XAML is WPF-compatible. - - - - - - - - - The base class for classes that provide the composite link functionality. - - - - - - - Initializes a new instance of the CompositeLinkBase class with the specified Printing System. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CompositeLinkBase class with the specified container. - - - - An object implementing the interface which specifies the owner container of a CompositeLinkBase class instance. - - - - - - - - Initializes a new instance of the CompositeLinkBase class with the default settings. - - - - - - - - Specifies the indent between the printed content of individual links. - - - An integer value, specifying the blank space between the links' content. - - - - - - - Used to export each link contained in the Composite Link to a separate page (e.g., when exported to PDF, Excel or RTF files). - - - - - - - - Gets a collection of links of a CompositeLinkBase object. - - - A object. - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A class descendant. - - - - - - - - Enables you to paginate the obtained data by the specified number of records. - - - - - - - Initializes a new instance of the DataPaginationByCount class with the default settings. - - - - - - - - Specifies the maximum number of records that a single data page can contain. - - - An integer value. - - - - - - - Specifies the record number from which the page's data count starts. - - - An integer value. - - - - - - - - Represents the object that specifies page margins for a worksheet. - - - - - - - Initializes a new instance of the XlPageMargins class with the default settings. - - - - - - - - Gets or sets the size of the bottom margin of a printed page. - - - A value that specifies the bottom margin in a unit of measurement defined by the property. - - - - - - - Gets or sets the space between a footer and the bottom edge of a printed page. - - - A value that specifies the footer margin in a unit of measurement defined by the property. - - - - - - - Gets or sets the space between a header and the top edge of a printed page. - - - A value that specifies the header margin in a unit of measurement defined by the property. - - - - - - - Gets or sets the size of the left margin of a printed page. - - - A value that specifies the left margin in a unit of measurement defined by the property. - - - - - - - Gets or sets the unit of margin measurement. - - - An enumeration value that specifies the unit of measurement for worksheet margins. -The default is XlPageUnits.Inches. - - - - - - - Gets or sets the size of the right margin of a printed page. - - - A value that specifies the right margin in a unit of measurement defined by the property. - - - - - - - Gets or sets the size of the top margin of a printed page. - - - A value that specifies the top margin in a unit of measurement defined by the property. - - - - - - - - Lists values used to specify the worksheet visibility. - - - - - - - A worksheet is hidden. - - - - - - - - A worksheet is hidden and cannot be unhidden from the user interface. - - - - - - - - A worksheet is visible. - - - - - - - - - Represents the regular star shape type. - - - - - - - Initializes a new instance of the ShapeStar class with the default settings. - - - - - - - - Specifies the star's concavity value. - - - A value. - - - - - - - Gets or sets the number of points for the star shape. - - - - An integer value that specifies the number of points for the star shape. - - - - - - - - - Generates a GS1 (DataBar) bar code. - - - - - - - Initializes a new instance of the DataBarGenerator class with the default settings. - - - - - - - - Gets or sets whether or not to calculate a checksum for the bar code. - - - true, if the bar code object requires a checksum calculation; otherwise, false. - - - - - - - - Specifies the symbol (or set of symbols) in the bar code's text that will be replaced with the FNC1 functional character when the bars are drawn. - - - - A value, specifying the symbols to be replaced. - - - - - - - Gets or sets the number of data segments per row in the Expanded Stacked type of a GS1 DataBar bar code. - - - A System.Int32 value specifying a number of data segments per row. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the type of a GS1 DataBar bar code. - - - A value specifying the GS1 DataBar bar code's type. - - - - - - - - - For internal use. - - - - - - - Initializes a new instance of the ReportParameter class with the default settings. - - - - - - - - For internal use. - - - - A ParameterPath object. - - - - A object. - - - - - - - - Initializes a new instance of the ReportParameter class with the specified settings. - - - - A ParameterPath value. - - - - A object. - - - - A Boolean value. - - - - - - - - Assigns the settings of a specified parameter to the current parameter. - - - - A object whose settings to assign to the current parameter. - - - - - - - - For internal use. Specifies the parameter description. - - - A value. - - - - - - - For internal use. - - - - - - - - - - For internal use. Specifies the collection of values for the parameter's look-up editor. - - - A object. - - - - - - - Specifies whether or not a parameter can have multiple values. - - - true, if a parameter can have multiple values; otherwise, false. - - - - - - - For internal use. Specifies the parameter name. - - - A value. - - - - - - - For internal use. Specifies the parameter path, relative to its parent container (e.g., "subreport1.subreportParameter1" for a subreport's parameter, or "parameter1" for a report's parameter). - - - - A value, specifying the parameter path (e.g., "subreport1.subreportParameter1"). - - - - - - - Specifies the parameter type. - - - A object. - - - - - - - For internal use. Specifies the parameter value. - - - A type. - - - - - - - For internal use. Specifies the parameter visibility. - - - A Boolean value. - - - - - - - - Stores the parameter look-up values. - - - - - - - Initializes a new instance of the ParameterLookUpValues class with the default settings. - - - - - - - - Specifies the collection of parameter lookup values. - - - A object. - - - - - - - Specifies the parameter path, relative to its parent container (e.g., "subreport1.subreportParameter1" for a subreport's parameter, or "parameter1" for a report's parameter). - - - A value, specifying the parameter path (e.g., "subreport1.subreportParameter1"). - - - - - - - - Identifies the uploaded document resources, stored in the PRNX format. - - - - - - - Initializes a new instance of the UploadingResourceId class with the default settings. - - - - - - - - Initializes a new instance of the UploadingResourceId class with the specified resources. - - - - A value. - - - - - - - - Assigns an unique ID to the uploaded resources. - - - An object. - - - - - - - Returns the textual representation of UploadingResourceId. - - - A value. - - - - - - - Specifies the document resources. - - - A value, specifying the document resources. - - - - - - - - Generates a QR Code bar code. - - - - - - - - - - For internal use. Initializes a new instance of the QRCodeGenerator class with the specified source. - - - - A object. - - - - - - - - For internal use. Initializes a new instance of the QRCodeGenerator class with the default settings. - - - - - - - - Gets or sets whether numeric, alpha-numeric or byte information should be used as the bar code's data. - - - A enumeration value. - - - - - - - Gets or sets the amount of redundancy built into the bar code's coding, to compensate for calculation errors. - - - A enumeration value. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the bar code's size. - - - A enumeration value. - - - - - - - - Lists the values used to specify the QR Code bar code's size. - - - - - - - The version is auto-calculated. - - - - - - - - 21x21 - - - - - - - - 57x57 - - - - - - - - 61x61 - - - - - - - - 65x65 - - - - - - - - 69x69 - - - - - - - - 73x73 - - - - - - - - 77x77 - - - - - - - - 81x81 - - - - - - - - 85x85 - - - - - - - - 89x89 - - - - - - - - 93x93 - - - - - - - - 25x25 - - - - - - - - 97x97 - - - - - - - - 101x101 - - - - - - - - 105x105 - - - - - - - - 109x109 - - - - - - - - 113x113 - - - - - - - - 117x117 - - - - - - - - 121x121 - - - - - - - - 125x125 - - - - - - - - 129x129 - - - - - - - - 133x133 - - - - - - - - 29x29 - - - - - - - - 137x137 - - - - - - - - 141x141 - - - - - - - - 145x145 - - - - - - - - 149x149 - - - - - - - - 153x153 - - - - - - - - 157x157 - - - - - - - - 161x161 - - - - - - - - 165x165 - - - - - - - - 169x169 - - - - - - - - 177x177 - - - - - - - - 33x33 - - - - - - - - 177x177 - - - - - - - - 37x37 - - - - - - - - 41x41 - - - - - - - - 45x45 - - - - - - - - 49x49 - - - - - - - - 53x53 - - - - - - - - - Specifies the amount of redundancy built into the coding of the QR Code to compensate for calculation errors. - - - - - - - - 30% codewords can be restored. - - - - - - - - - 7% codewords can be restored. - - - - - - - - - 15% codewords can be restored. - - - - - - - - - 25% codewords can be restored. - - - - - - - - - - Specifies the kind of data that should be coded into the QR Code. - - - - - - - A combination of alphabetic and numeric characters is encoded. Max. 4,296 characters. - - - - - - - - Binary data is encoded. Max. 2,953 bytes. - - - - - - - - Numeric data is encoded. Max. 7,089 characters. - - - - - - - - - A report parameter whose value should be supplied by a scheduled job. - - - - - - - Initializes a new instance of the SchedulerParameter class with the specified parameter value. - - - - A value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SchedulerParameter class with the specified parameter source and value. - - - - A object. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Specifies the source from which parameter values are supplied. - - - A enumeration value. - - - - - - - Specifies the parameter value. - - - A value. - - - - - - - - Generates an ITF-14 bar code. - - - - - - - Initializes a new instance of the ITF14Generator class with the default settings. - - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - Gets or sets the density of a bar code's bars. - - - A float value specifying the density of the bar code's bars. - - - - - - - - - A collection of page breaks in a worksheet. - - - - - - - Inserts a page break at the specified position. - - - - A positive integer that is the index of a row or column after which a page break should be inserted. -This value should start from 1 and cannot exceed 1,048,575 for rows or 16,383 for columns. - - - - - - - - Removes all page breaks from the collection. - - - - - - - - Determines whether the collection contains a page break at the specified position (after the specified row or column). - - - - A positive integer that is the index of a row or a column starting from 1 and not exceeding 1,048,575 for rows or 16,383 for columns. - - - true, if the collection contains a page break at the specified position; otherwise, false. - - - - - - - Returns the index of the specified page break in the collection. - - - - An integer that is the row or column index after which the page break to be found is inserted. - - - A zero-based integer which specifies the page break's position within the collection. -1 if the page break doesn't belong to the collection. - - - - - - - Gets the position of the specified page break by its index in the collection. - - - - A zero-based integer specifying the desired page break's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A positive integer that is the index of the row or column after which the page break is inserted. - - - - - - - Removes the page break at the specified row or column index. - - - - An integer that is the row or column index after which the page break is inserted. - - - - - - - - Removes a page break at the specified index from the collection. - - - - A zero-based integer specifying the index of the page break to be removed. It should be non-negative and less than the number of elements in the collection. - - - - - - - - - - Lists values used to specify the color type. - - - - - - - Specifies an automatic color. - - - - - - - - Specifies an empty color. - - - - - - - - Specifies an indexed color. - - - - - - - - Specifies an ARGB (alpha, red, green, blue) color. - - - - - - - - Specifies a theme-based color. - - - - - - - - - Lists values that specify the direction of data bars when the data bar conditional format is applied. - - - - - - - Specifies the direction based on the current locale. - - - - - - - - Specifies the left-to-right direction. - - - - - - - - Specifies the right-to-left direction. - - - - - - - - - Represents a collection of rows owned by the . - - - - - - - Initializes a new instance of the class that is empty and has the default initial capacity. - - - - - - - - Adds the specified object to the collection. - - - - A object to add to the collection. - - - An integer value indicating the position into which the new element was inserted. - - - - - - - Initializes a new instance of the class and adds it to the collection. - - - - The object added to the collection of rows. - - - - - - - - - Provides indexed access to individual items in the collection. - - - - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - - A object which represents the table row at the specified position. - - - - - - - - Represents a row in the . - - - - - - - Initializes an instance of the class. - - - - - - - - - Gets the array of bricks held by the . - - - - A BrickList object which represents the array of bricks held by the . - - - - - - - - - A visual brick comprised of rows and columns. - - - - - - - Initializes a new instance of the PageTableBrick class with the default settings. - - - - - - - - - Gets or sets the alignment of brick within the page layout rectangle. - - - A enumeration, specifying the alignment. - - - - - - - Gets a collection of bricks which are contained in this PageTableBrick. - - - A object, which contains bricks belonging to this table brick. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "PageTable". - - - - - - - Gets or sets the brick alignment related to the top of the parent area. - - - - A enumeration member, specifying the alignment. - - - - - - - Gets the collection of rows owned by the object. - - - - A object representing the collection of rows. - - - - - - - - Refreshes the size of the entire . - - - - - - - - - - For internal use. - - - - - - - Initializes a new instance of the ReportParameterContainer class with the default settings. - - - - - - - - Specifies the parameters available in a report. - - - An array of objects. - - - - - - - For internal use. Specifies whether ReportParameterContainer should wait for a user to submit parameter values, or pass the default values to the report. - - - true to wait until a user submits parameter value(s); otherwise false. - - - - - - - - Lists the available page view modes. - - - - - - - The document is re-sized to fit the page width into the Print Preview's dimensions. - - - - - - - - The document is re-sized to fit the specified number of page rows and columns. - - - - - - - - The document zooming is adjusted so as to fit the whole page width. - - - - - - - - - The document is re-sized to fit the entire page within the Print Preview's dimensions. - - - - - - - - - - For internal use. Provides options that are used to manage a bar code's content. - - - - - - - Gets the barcode's alignment settings. - - - A enumeration value. - - - - - - - Gets the value indicating whether or not the barcode's auto-module setting is enabled. - - - true if the property is enabled; otherwise false. - - - - - - - Gets the barcode's module setting. - - - A value of the property. - - - - - - - Gets the barcode's orientation setting. - - - A enumeration value. - - - - - - - Gets the value indicating whether or not the barcode shows its text. - - - true if the property is enabled; otherwise false. - - - - - - - Gets the bar code's style settings. - - - A object that is assigned to the property. - - - - - - - Gets the bar code's text. - - - A value. - - - - - - - - Generates an ECC200 - Data Matrix bar code. - - - - - - - Initializes a new instance of the DataMatrixGenerator class with the default settings. - - - - - - - - Initializes a new instance of the DataMatrixGenerator class with the specified source. - - - - A object. - - - - - - - - Gets or sets whether textual information or a byte array should be used as the bar code's data, as well as its encoding. - - - - A enumeration value. - - - - - - - Gets or sets the bar code matrix size. - - - - A enumeration value. - - - - - - - For internal use. Gets the bar code symbology for the current generator object. - - - A enumeration value. - - - - - - - - The base class for generators of 2D bar codes. - - - - - - - Initializes a new instance of the BarCode2DGenerator class with the specified source. - - - - A object. - - - - - - - - Initializes a new instance of the BarCode2DGenerator class with the default settings. - - - - - - - - For internal use. - - - A Boolean value. - - - - - - - For internal use. - - - - A value. - - - - A array. - - - - - - - - - Lists the available data matrix size options related to the ECC200 - Data Matrix bar code. - - - - - - - The bar code matrix size is 104x104. - - - - - - - - The bar code matrix size is 10x10. - - - - - - - - The bar code matrix size is 120x120. - - - - - - - - The bar code matrix size is 12x12. - - - - - - - - The bar code matrix size is 12x26. - - - - - - - - The bar code matrix size is 12x36. - - - - - - - - The bar code matrix size is 132x132. - - - - - - - - The bar code matrix size is 144x144. - - - - - - - - The bar code matrix size is 14x14. - - - - - - - - The bar code matrix size is 16x16. - - - - - - - - The bar code matrix size is 16x36. - - - - - - - - The bar code matrix size is 16x48. - - - - - - - - The bar code matrix size is 18x18. - - - - - - - - The bar code matrix size is 20x20. - - - - - - - - The bar code matrix size is 22x22. - - - - - - - - The bar code matrix size is 24x24. - - - - - - - - The bar code matrix size is 26x26. - - - - - - - - The bar code matrix size is 32x32. - - - - - - - - The bar code matrix size is 36x36. - - - - - - - - The bar code matrix size is 40x40. - - - - - - - - The bar code matrix size is 44x44. - - - - - - - - The bar code matrix size is 48x48. - - - - - - - - The bar code matrix size is 52x52. - - - - - - - - The bar code matrix size is 64x64. - - - - - - - - The bar code matrix size is 72x72. - - - - - - - - The bar code matrix size is 80x80. - - - - - - - - The bar code matrix size is 88x88. - - - - - - - - The bar code matrix size is 8x18. - - - - - - - - The bar code matrix size is 8x32. - - - - - - - - The bar code matrix size is 96x96. - - - - - - - - The bar code matrix size is auto-adjusted, depending on the quantity of encoded data. - - - - - - - - - Specifies the kind of data that should be coded into the ECC200 - Data Matrix and PDF417 bar codes. - - - - - - - - Data is encoded into text using the ASCII standard, which uses 4 bits (for double digits), 8 bits (for ASCII 0-127 symbols), or 16 bits (for ASCII 128-255 symbols). - - - - - - - - Data is encoded into a binary array, using 8 bits per symbol. - - - - - - - - Data is encoded into text using the C40 standard, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. - - - - - - - - Data is encoded into text using the EDIFACT standard, which uses 6 bits per symbol. - - - - - - - - Data is encoded into text, which uses 5.33 bits (for upper register characters and digits) or 10.66 bits (for lower register and special characters) per symbol. - - - - - - - - Data is encoded into text using the X12 standard, which uses 5.33 bits (for upper register characters, digits and the three standard ANSI X12 terminator and separator characters) or 10.66 bits (for lower register and special characters) per symbol. - - - - - - - - - - A method that handles all page events within the XtraPrinting Library. - - - - - - - A method that handles all page events within the XtraPrinting Library. - - - - The event source. - - - - A object that contains data related to the event. - - - - - - - - - For Internal use. Provides data for the event. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - - Lists the available activity modes that relate to a link's property. - - - - - - - The document is being exported. - - - - - - - - The document creation process is idle. - - - - - - - - - The document creation process is being prepared. - - - - - - - - The document is being printed. - - - - - - - - - This class supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - An object implementing the interface that is drawn using the method. - - - - - - - Initializes a new instance of the UserPageBrick class with the default settings. - - - - - - - - Gets or sets the alignment of brick within the page layout rectangle. - - - A enumeration, specifying the alignment. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "PageUser". - - - - - - - Gets or sets the brick alignment related to the top of the parent area. - - - - A enumeration member, specifying the alignment. - - - - - - - - Represents a method that will handle all area creation events of the class. - - - - - - - A method that will handle all creation events of the class. - - - - The event source. - - - - A that contains event data. - - - - - - - - - Provides data for all area creation events. - - - - - - - Gets a object used to draw in the current report. - - - A object. - - - - - - - - A visual brick that is drawn on a page by an object implementing the interface. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Default". - - - - - - - Gets a user implementation of the interface drawn via the method. - - - User implementation of the interface. - - - - - - - For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. - - - - - A object value specifying the bottom of the current page. - - - - true to forcibly split non-separable bricks; otherwise, false. - - - - A object specifying the suggested new end position of the current page. - - - - A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. - - - A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. - - - - - - - - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - - - - A value specifying the right edge of the current page. - - - - - A object specifying the suggested new right position of the current page. - - - - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - - - - - - - - The rendered and ready-to-print report document. - - - - - - - Specifies the number of virtual pages to fit into one physical page, so their total width is the same as the width of a physical page. - - - - An integer value, specifying the number of pages. - - - - - - - - For internal use. Specifies the base offset point for the created document. - - - - A value, specifying the offset point. - - - - - - - Specifies the text of a root bookmark displayed in the Document Map. - - - A value. - - - - - - - Provides access to the collection of bookmarks available in the document and displayed in the Document Map of Print Preview. - - - A object, specifying the collection of bookmarks. - - - - - - - Specifies whether or not the document's page settings can be changed. - - - true, if page settings can be changed; otherwise, false. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - Disposes of the Document object. - - - - - - - - - - For internal use. - - - - A object. - - - A object. - - - - - - - Indicates whether or not the document is still being created. - - - true, if the document creation is in progress; otherwise, false. - - - - - - - Indicates whether or not the document has any pages. - - - true, if the document has no pages; otherwise, false. - - - - - - - Indicates whether or not the current Document instance is locked. - - - true, if the document is locked; otherwise, false. - - - - - - - Indicates whether or not any changes were made to the Document instance after it was created. - - - true, if the document was modified; otherwise, false. - - - - - - - Specifies the document name. - - - A value. - - - - - - - Indicates the total number of pages within a document. - - - An integer value, specifying the number of document pages. - - - - - - - Provides access to the collection of pages within the current document. - - - - A object, specifying the collection of pages. - - - - - - - Provides access to the Printing System for the current document. - - - A object. - - - - - - - For internal use. - - - - - - - - - - Specifies the document's scale factor (in fractions of 1). - - - A value, specifying the current scale factor. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - Override this method to draw the specified brick on a new page. - - - - - A object. - - - - - - - - For internal use. Updates the value of the base offset point indicating the position where the new brick will be inserted into the document. - - - - - - - - - - - Represents a method that will handle the and events of the class. - - - - - - - A method that will handle the and events of the class. - - - - The event source. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the and events. - - - - - - - Gets changed page margins. - - - The changed page margin. - - - - - - - Gets or sets the changed margin size in hundredths of an inch. - - - The changed margin size in hundredths of an inch. - - - - - - - - A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks. - - - - - - - Initializes a new instance of the VisualBrick class with the default settings. - - - - - - - - Initializes a new instance of the class. - - - - - A enumeration value(s) which specifies the borders displayed around the brick. - - - - A value which specifies the border width of the brick, measured in pixels. - - - - A object which specifies the border color of the brick. - - - - A object which specifies the background color of the brick. - - - - - - - - Initializes a new instance of the VisualBrick class with the specified brick style. - - - - - A object specifying the brick style. This value is assigned to the property. - - - - - - - - Initializes a new instance of the VisualBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Defines the background color for the current . - - - The background color for the current . - - - - - - - Gets an object containing information about the bookmark for this VisualBrick. - - - A object. - - - - - - - - Defines the border color for the current . - - - The border color for the current . - - - - - - - Specifies the dash style for the brick's border. - - - A enumeration value. - - - - - - - Gets or sets the border style of a brick. - - - A enumeration value that represents the border style of a brick. - - - - - - - Specifies the border width of the current VisualBrick object. - - - A value representing the border width, measured in units. - - - - - - - Gets the owner of this brick. - - - An object, which implements the interface. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Visual". - - - - - - - Creates a new VisualBrick instance, which is a copy of the current instance. - - - A new VisualBrick instance, which is a copy of the current instance. - - - - - - - This method is intended for internal use only. Normally, you don't need to use it. - - - - - - - A float value specifying the dpi for the created layout data object. - - - An object implementing the interface. - - - - - - - - Returns the client rectangle of this VisualBrick. - - - - A object, representing the brick layout rectangle. - - - - A value, specifying the printing resolution. - - - A object, representing the brick's client rectangle. - - - - - - - For internal use. - - - - An object implementing the interface. - - - A value. - - - - - - - Defines the text displayed as the current brick hint. - - - A value that represents the hint text of the brick. - - - - - - - Gets a string value, which is intended for serialization of the brick's bookmark. - - - A value. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - Gets an index of a page, which contains a bookmark's brick. - - - - An integer value representing a page index. - - - - - - - Provides access to the brick-page pair, associated with the current brick. - - - A object. - - - - - - - For internal use. - - - - - - - - Gets or sets the padding values of a brick. - - - A object which contains the padding values of a brick (measured in pixels). - - - - - - - - Gets or sets the Printing System used to create and print this brick. - - - A object which specifies the Printing System used to create and print this brick. - - - - - - - For internal use. - - - - - - - - - - Determines whether the current brick can be divided into several parts horizontally. - - - true if the current brick can be split horizontally; otherwise, false. - - - - - - - - Determines whether the current brick can be divided into several parts vertically. - - - true if the current brick can be split vertically; otherwise, false. - - - - - - - Defines the border settings for the current . - - - The border settings for the current . - - - - - - - For internal use. - - - - - - - - Gets or sets the instance used to render a brick in an appropriate format. - - - - - A instance to render a brick. - - - - - - - Gets or sets the text associated with the VisualBrick. - - - Always returns . - - - - - - - - Override this property to get or set the object that represents a text value for the VisualBrick descendant. - - - - A value. - - - - - - - Override this property to get or set the format string which is applied to the . - - - A value. - - - - - - - Specifies whether the brick hint's content corresponds to the brick's text. - - - true to use the brick's text for the hint; otherwise, false. - - - - - - - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - - - - A value specifying the right edge of the current page. - - - - A object specifying the suggested new right position of the current page. - - - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - - - - - - Specifies the native XLSX format string, to accompany the VisualBrick instance. - - - A value, representing the XLSX format string. - - - - - - - - For internal use. Intended to create indivisible brick groups. - - - - - - - Initializes a new instance of the EmptyBrick class with the default settings. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Empty". - - - - - - - Includes a brick specified via the parameter in the layout rectangle of the previously created . - - - - The brick included in the layout rectangle of the previously created . - - - - - - - - - Specifies page margin(s). - - - - - - - Specifies all report page margins. - - - - - - - - Specifies the bottom report page margin. - - - - - - - - Specifies the left report page margin. - - - - - - - - Specifies no report page margin. - - - - - - - - Specifies the right report page margin. - - - - - - - - Specifies the top report page margin. - - - - - - - - - A visual brick that contains text. - - - - - - - Initializes a new instance of the TextBrick class with the default settings. - - - - - - - - Initializes a new instance of the TextBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the TextBrick class with the specified brick style. - - - - A object. - - - - - - - - Initializes a new instance of the TextBrick class with the specified settings. - - - - A enumeration value, specifying the visibility of the brick's borders. - - - - A value, specifying the brick's border width. - - - - A structure, specifying the color of the brick's borders. - - - - A structure, specifying the brick's background color. - - - - A structure, specifying the brick's foreground color. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Text". - - - - - - - Creates a new TextBrick instance, which is a copy of the current instance. - - - A new TextBrick instance, which is a copy of the current instance. - - - - - - - Defines the font used to draw text within the current brick. - - - The text font within the current brick. - - - - - - - Gets or sets the horizontal alignment of the text. - - - - A value that specifies the horizontal alignment of the text. - - - - - - - - Gets or sets the formatting string applied to the brick's text. - - - A object which represents the formatting string for the brick's text. - - - - - - - - Gets an object which represents the value that will be shown as the brick's text. - - - - A which represents the text value that will be shown as the brick's text. - - - - - - - - Gets or sets the format string which is applied to the . - - - A value. - - - - - - - Gets or sets the vertical alignment of the text. - - - - A value that specifies the vertical alignment of the text. - - - - - - - - For internal use. Specifies the format settings that are applied to a document when it is exported to XLS format. - - - - A enumeration value. - - - - - - - Gets or sets the format settings used when a document is exported to an Excel file (XLS or XLSX). - - - A value, representing the format string. - - - - - - - - A collection of objects. - - - - - - - Initializes a new instance of the PageList class with the specified document. - - - - - A object which specifies the document which contains this page list. The created PageList is assigned to the property of the specified document. - - - - - - - - Initializes a new instance of the PageList class with the specified settings. - - - - A object which specifies the document which contains this page list. The created PageList is assigned to the property of the specified document. - - - - A collection of objects that specify document pages. - - - - - - - - Adds the specified object to the collection. - - - - A object to add to the collection. - - - - - - - - Appends an array of pages to the collection. - - - - An array of the objects to append to the collection. - - - - - - - - - Clears the collection. - - - - - - - - Indicates whether the collection contains the specified item. - - - - A object to locate in the collection. - - - true, if the collection contains the specified item; otherwise, false. - - - - - - - Copies all s from this collection to a compatible target one-dimensional array, starting from the specific index of the target array. - - - - An array to which all PageList items should be copied. - - - - A zero-based index starting from which copied elements should be arranged in the target array. - - - - - - - - Counts the number of items in the collection. - - - An integer value. - - - - - - - Gets the first page within the collection. - - - An object of the class. - - - - - - - Obtains the collection's enumerator. - - - An object implementing the interface. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - Returns the zero-based index of the specified page in the collection. - - - - The object to locate in the collection. - - - An integer value representing the position of the specified page in the collection. - - - - - - - Inserts the specified page into the list at the specified position. - - - - - An integer value which represents the zero-based index at which the page should be inserted. - - - - A object to insert into the list. - - - - - - - - - Gets or sets an item within the collection at a specific index. - - - - The zero-based index of the item to get or set. - - - An item at a specific index. - - - - - - - Gets the last page in the collection. - - - - An object of the class. - - - - - - - Removes the specified page from the collection. - - - - A object to remove from the collection. - - - true, if the specified page has been successfully removed; false, if the page is not found in the collection. - - - - - - - Removes the collection's item at the specified position. - - - - An integer value. - - - - - - - - Copies the elements of the PageList to a new array of objects. - - - An array of objects containing the copies of the elements of the PageList. - - - - - - - - - - - - - - - - - - - - - Tries to get a page by the specified index. - - - - An integer value that specifies the zero-based index of the page. - - - - An object that specifies the page. - - - true, if the page has been found; otherwise, false. - - - - - - - - A visual brick which is displayed in the page header or page footer sections, and contains information specific to the current page. - - - - - - - - Initializes a new instance of the PageInfoBrick class with the default settings. - - - - - - - - Initializes a new instance of the PageInfoBrick class with the specified settings. - - - - A enumeration value, specifying the brick's border settings. - - - - A value, specifying the border width. - - - - A structure, specifying the border color. - - - - A structure, specifying the background color. - - - - A structure, specifying the foreground color. - - - - - - - - Gets or sets the alignment of brick within the page layout rectangle. - - - A enumeration, specifying the alignment. - - - - - - - Determines whether the current brick is resized in order to display the entire text of a brick. - - - true, if brick width changes in order to display the entire brick text, otherwise, false. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "PageInfo". - - - - - - - Gets or sets the brick alignment related to the top of the parent area. - - - - A enumeration member, specifying the alignment. - - - - - - - - A visual brick within the page header or page footer section, containing an image. - - - - - - - - Initializes a new instance of the PageImageBrick class with the default settings. - - - - - - - - Initializes a new instance of the class. - - - - - A BorderSide enumeration value which specifies the borders displayed around the . - - - - A float value which specifies the border width of the , measured in pixels. - - - - A object which specifies the border color of the . - - - - A object which specifies the background color of the current . - - - - - - - - Gets or sets the alignment of brick within the page layout rectangle. - - - A enumeration, specifying the alignment. - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "PageImage". - - - - - - - Specifies the alignment of an image. - - - An enumeration value. - - - - - - - Gets or sets the brick alignment related to the top of the parent area. - - - - A enumeration member, specifying the alignment. - - - - - - - - A single document page. - - - - - - - Assigns a new watermark to a page's property. - - - - - A object which specifies a new watermark for a page. - - - - - - - - - Gets the document which contains the page. - - - A object representing the document containing the current page. - - - - - - - Returns the size and location of the specified brick in the current page. - - - - - A object representing the brick whose size and location should be returned. - - - - A object specifying the width, height and location of the brick. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - Gets the page index within the collection. - - - The page index within the collection. - - - - - - - Provides access to the inner bricks of Page. - - - A collection of descendants. - - - - - - - For internal use. - - - - - - - - - - Gets the margins value (measured in three hundredths of an inch) of the current page. - - - - A object which represents the margins (measured in 1/300 of an inch) of the current page. - - - - - - - - Gets or sets the page index within the page collection when the document is created. - - - An integer, representing a page number in a document. - - - - - - - Gets or sets the page count when the document is created. - - - An integer, representing the number of pages in a document. - - - - - - - Gets the size of the current page. - - - - A value. - - - - - - - For internal use. - - - - - - - - - - Gets or sets the scale factor (in fractions of 1), by which a page is scaled. - - - A value, which represents the current scale factor. - - - - - - - For internal use. - - - - - - - - - - - - - - - - Provides access to the current watermark on this page. - - - A object which represents the current watermark. - - - - - - - - A collection of objects. - - - - - - - Adds the specified object to the collection. - - - - A object to add to the collection. - - - An integer value indicating the position into which the new element was inserted. - - - - - - - Adds the elements of a to the end of the . - - - - An array of objects to be added to the end of the . - - - - - - - - Determines whether the specified object is a member of the collection. - - - - The object to locate in the collection. - - - true if the link is a member of the collection; otherwise, false. - - - - - - - Copies the elements of a from a compatible one-dimensional collection. - - - - - An object which the links will be copied from. - - - - - - - - - Returns the zero-based index of the specified link in the collection. - - - - The object to locate in the collection. - - - An integer value representing the position of the specified link in the collection. - - - - - - - Inserts the specified object into the collection at the specified position. - - - - The zero-based index at which the link should be inserted. - - - - The object to insert into the collection. - - - - - - - - Provides indexed access to individual items in the collection. - - - - A zero-based integer, specifying the desired item's position within the collection. If it is negative or exceeds the last available index, a is thrown. - - - - A class descendant representing the link at the specified position. - - - - - - - Removes the specified object from the collection. - - - - The object to remove from the collection of links. - - - - - - - - - A visual brick containing an image. - - - - - - - Initializes a new instance of the ImageBrick class with the default settings. - - - - - - - - Initializes a new instance of the class. - - - - - A BorderSide enumeration value which specifies the borders displayed around the . - - - - A float value which specifies the border width of the , measured in pixels. - - - - A object which specifies the border color of the . - - - - A object which specifies the background color of the current . - - - - - - - - Initializes a new instance of the ImageBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the ImageBrick class with the specified brick style. - - - - A object. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "Image". - - - - - - - Creates a new ImageBrick instance, which is a copy of the current instance. - - - A new ImageBrick instance, which is a copy of the current instance. - - - - - - - Disposes of the ImageBrick object. - - - - - - - - Gets or sets a value indicating whether it is necessary to dispose of an image assigned to the property, when disposing the ImageBrick object. - - - - - true to dispose of the image; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - Gets or sets the path to the image to display in the ImageBrick. - - - A which represents the path to an image. - - - - - - - Defines the image displayed within the current brick. - - - The image displayed within a brick. - - - - - - - Gets or sets the alignment of the image displayed within the current brick. - - - One of the values. - - - - - - - Gets or sets the value used to support serialization of the property. - - - A object. - - - - - - - Specifies the size mode for the ImageBrick. - - - An enumeration value. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Overrides the property to hide it. - - - A . - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - Specifies whether the original or default image DPI (dots per inch) value should be taken into account when rendering the image in a document. - - - true to use the original image resolution; otherwise false. - - - - - - - Overrides the property to hide it. - - - A value. - - - - - - - - A visual brick containing a check box. - - - - - - - Initializes a new instance of the CheckBoxBrick class with the default settings. - - - - - - - - Initializes a new instance of the CheckBoxBrick class with the specified visible borders, their width, color, and the background color of a check box brick. - - - - - A enumeration value(s) which specifies the borders displayed around the brick. - - - - A value which specifies the border width of the brick, measured in pixels. - - - - A object which specifies the border color of the brick. - - - - A object which specifies the background color of the brick. - - - - - - - - Initializes a new instance of the CheckBoxBrick class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the CheckBoxBrick class with the specified settings. - - - - A enumeration value. - - - - A value, specifying the border width. - - - - A value, specifying the border color. - - - - A value, specifying the background color. - - - - A value, specifying the foreground color. - - - - - - - - Initializes a new instance of the CheckBoxBrick class with the specified brick style. - - - - A object. - - - - - - - - Gets the text string, containing the brick type information. - - - A string, characterizing the brick's type. Always returns "CheckBox". - - - - - - - Gets or sets a value indicating whether the check box can be set to the value. - - - - true if the value can be used for setting the property; otherwise, false. - - - - - - - Gets the size of a content shown within a check box brick. - - - - A value, specifying the size of a check box content. - - - - - - - Gets or sets the current state of the CheckBoxBrick object. - - - A enumeration value which determines the state of a checkbox. - - - - - - - Gets or sets the text associated with the CheckBoxBrick object. - - - - A value. - - - - - - - Creates a new object that is a copy of the current CheckBoxBrick instance. - - - - A new CheckBoxBrick instance, which is a copy of the current instance. - - - - - - - Returns the check box birck's state. - - - A nullable Boolean value. - - - - - - - - Implements report drawing functions. - - - - - - - Initializes a new instance of the class with the specified printing system. - - - - A object which specifies the printing system used for the current graphics object. This value is assigned to the property. - - - - - - - - Defines the background color for the current object. - - - The background color for the current object. - - - - - - - Starts to calculate the size of the rectangle required for all the bricks being added to the document. - - - - - - - - - Must be called before the creation of a brick group. - - - - - - - - Specifies the border color for the current object. - - - The border color for the current object. - - - - - - - Specifies the border width of the current BrickGraphics object. - - - A value representing the border width, measured in units. - - - - - - - Returns the dimensions of a report page without margins. - - - Page dimensions without margins. - - - - - - - Gets or sets the default . - - - The default . - - - - - - - Specifies the default font for a report. - - - The default report font. - - - - - - - For internal use. - - - - - - - - - - Converts a value specified via the parameter to GraphicsUnit.Document measurement units. - - - - The value to convert. - - - A value in GraphicsUnit.Document measurement units. - - - - - - - Adds a brick to a report. - - - - The brick to be added to a report. - - - - A RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - The brick added to a report. - - - - - - - Adds a brick to a report. - - - - The brick to be added to a report. - - - The brick added to a report. - - - - - - - Adds a specific to a report. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for a specific . - - - - The color to fill the background of a specific . - - - - true, if the checkbox is in a checked state, otherwise, false. - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - true, if the checkbox is in a checked state, otherwise, false. - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - The location and size of the . - - - The added to a report. - - - - - - - Adds a specific brick to a report. - - - - The image to draw within a specifc brick. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for a specific . - - - - The color to be displayed in the transparent image. - - - The added to a report. - - - - - - - Adds a specific brick to a report. - - - - - The image to draw within a specifc brick. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - The added to a report. - - - - - - - - Adds a specific object to a document. - - - - - A object specifying where the line starts. - - - - A object specifying where the line ends. - - - - - A object specifying the line's color. - - - - - A float value specifying the line's width. - - - - A object that represents the line drawn in the document. - - - - - - - - Adds a specific to a report. - - - - The image to draw in a specific brick. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for a specific . - - - - The color to be displayed in the transparent portions of an image. - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - The type of infomation, displayed in the . - - - - The text to display in the . - - - - The text color for the added . - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for the . - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for the current . - - - - The background color for a brick. - - - - The color of the brick's border. - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - The text displayed in a specific . - - - - The color used to draw text. - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - - Border settings for a specific . - - - The added to a report. - - - - - - - Adds a specific to a report. - - - - - The text displayed in a specific . - - - - The RectangleF structure that specifies the location and size of the current brick in measurement units, specified via the property value. - - - The added to a report. - - - - - - - - Finishes calculating the size of the rectangle required for all the bricks being added to the document. - - - - A object representing the rectangle containing all the bricks added after calling the method. - - - - - - - - Indicates the completion of brick group creation. - - - - - - - - - Specifies the font of the current object. - - - The font of the current object. - - - - - - - Defines the foreground color of the current object. - - - The foreground color of the current object. - - - - - - - Measures the specified string when drawn. - - - - String to measure. - - - This method returns a structure that represents the size, measured in pixels. - - - - - - - Measures the specified string when drawn with the specified maximum width. - - - - String to measure. - - - - An integer value specifying the maximum width of the measured string. - - - This method returns a structure that represents the size, measured in pixels. - - - - - - - Measures the specified string when drawn with the specified maximum width and format. - - - - String to measure. - - - - An integer value specifying the maximum width of the measured string. - - - - The formatting settings for the measured string. - - - This method returns a structure that represents the size, measured in pixels. - - - - - - - Measures the height and width of the specified text string. - - - - - String to measure. - - - - A object that defines the text format of the string. - - - - An integer value specifying the maximum width of the measured string. - - - - - A object that represents the string's formatting. - - - - - A enumeration value that specifies the unit of measurement for the return value. - - - - This method returns a structure that represents the size, measured in pixels. - - - - - - - Calculates the length of a specified text. - - - - A value. - - - - A object. - - - A structure, specifying the string length. - - - - - - - Calculates the length of a specified text. - - - - A value. - - - - A object. - - - - An integer value. - - - - A object. - - - A structure, specifying the string length. - - - - - - - Specifies the page area for displaying a specific brick. - - - A enumerator value that defines the page area for displaying a specific brick. - - - - - - - Defines the background color for all report pages. - - - The background color of report pages. - - - - - - - Defines graphic measurement units. - - - The type of drawing units. - - - - - - - Gets the owner of the current object. - - - The owner of the current object. - - - - - - - Gets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution). - - - - A object containing text information. - - - - - - - Adds a new rectangle item to the rectangle that was calculated after the method was called. - - - - - A object representing the rectangle to be added. - - - - - - - - Converts the value specified via a parameter to the value that uses the current measurement units. - - - - The value to convert. - - - The obtained value in current measurement units. - - - - - - - - The base for all visual brick classes, except for the . - - - - - - - Initializes a new instance of the Brick class with the default settings. - - - - - - - - Gets or sets an anchor name assigned to the Brick object. - - - A value. - - - - - - - Gets a collection of bricks which are contained in this Brick. - - - - Always returns the empty collection of bricks. - - - - - - - Override this property to get the text string, containing the brick type information. - - - $ - - - - - - - Releases all resources used by . - - - - - - - - For internal use. - - - - - - - - Returns an enumerator that can iterate through the collection of bricks. - - - An object implementing the interface. - - - - - - - For internal use. Intended to support exporting bricks to some formats. - - - - - - - - - - Defines the text displayed as the current brick hint. - - - A value that represents the current brick hint text. - - - - - - - Identifies the current brick. - - - A used to identify a specific brick. - - - - - - - Initializes a new instance of the Brick class with the specified settings. - - - - A object which specifies the printing system used for the current graphics object. - - - - A value which specifies the rectangle to be deflated. - - - - - - - - Specifies the visibility of Brick. - - - true if the brick is visible; otherwise false. - - - - - - - Gets or sets the parent document band for the current brick. - - - - A object which is the parent for this brick. - - - - - - - - Gets or sets the Printing System used to create and print this brick. - - - A object which specifies the Printing System used to create and print this brick. - - - - - - - Defines the current brick's location and size, in GraphicsUnit.Document measurement units. - - - A rectangle representing the current brick location and size. - - - - - - - For internal use. - - - - A value. - - - - A value. - - - A value. - - - - - - - For internal use. - - - - A value. - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - Override this property to specify whether the current brick can be divided into multiple parts when a document is repaginated. - - - true if the current brick can be split; otherwise, false. - - - - - - - Override this property to get or set the setting specifying whether the brick can be split horizontally on repagination. - - - - true if a brick can be divided horizontally; otherwise, false. - - - - - - - Override this property to get or set the setting specifying whether the brick can be split vertically on repagination. - - - - true if a brick can be divided vertically; otherwise, false. - - - - - - - For internal use. - - - - A value. - - - - An value. - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - Gets or sets the target attribute assigned to this Brick and used when a property is specified. - - - A value. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - A value. - - - - An value. - - - A Boolean value. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - Specifies the link to an external resource. - - - A value representing the link to a resource. - - - - - - - For internal use. Checks whether the specified brick fits the empty space on the bottom of the page, and if it doesn't, moves it (or part of it) to the next page. - - - - - A object specifying the new position of the current page. - - - - true to forcibly split non-separable bricks; otherwise, false. - - - - A object specifying the suggested new bottom position of the current page. - - - - A DevExpress.XtraPrinting.IPrintingSystemContext interface, used to access page settings. - - - A value specifying the new location of the empty space on the bottom of the page. In an instance where the brick on the page has to be moved to the next page, the new bottom position of the current page will be returned. - - - - - - - - Checks whether the specified brick fits the empty space on the right side of the page and if it doesn't, moves it (or part of it) to the next page. - - - - - A value specifying the right edge of the current page. - - - - A object specifying the suggested new right position of the current page. - - - A value specifying the new location of the empty space on the right side of the page. In an instance where the brick on the page has to be moved to the next page, the new right position of the current page will be returned. - - - - - - - - Gets or sets an object, containing additional information on the current brick. - - - Additional information on the current brick. - - - - - - - - Specifies the report section's modifiers. - - - - - - - - Represents the detail section of the document. - - - - - - - - Represents the detail footer section of the document. - - - - - - - - Represents the detail header section of the document. - - - - - - - - Represents the inner page footer section of the document. - - - - - - - - - Represents the inner page header section of the document. - - - - - - - - Represents the marginal page footer section of the document. - - - - - - - - Represents the marginal page header section of the document. - - - - - - - - This value doesn't represent any section of the document. It is used when specifying the property, to specify that no section should be skipped when creating a document. Note that you can't create a document using this brick modifier value. - - - - - - - - - - Represents the report footer section of the document. - - - - - - - - Represents the report header section of the document. - - - - - - - - - Lists the horizontal anchoring styles available for a report control. - - - - - - - A control is anchored to both the left and right edges of its container. - - - - - - - - A control is anchored to the left edge of its container. - - - - - - - - A control is not anchored to any edge of its container. - - - - - - - - A control is anchored to the right edge of its container. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.dll b/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.dll deleted file mode 100644 index d6bd66a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.xml b/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.xml deleted file mode 100644 index 6501f28..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.RichEdit.v18.1.Core.xml +++ /dev/null @@ -1,58118 +0,0 @@ - - - - DevExpress.RichEdit.v18.1.Core - - - - - - Prevents table column widths from changing to accommodate cell content. - - - - - - - - Initializes a new instance of the ToggleTableFixedColumnWidthCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableFixedColumnWidthCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableFixedColumnWidthCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableFixedColumnWidthCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A non-visual rich text engine providing all the RichEditControl functionality except user interface features. - - - - - - - Initializes a new instance of the RichEditDocumentServer class with the default settings. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. - - - - true to promote this request to any parent service containers; otherwise, false. - - - - - - - - Adds the specified service to the service container. - - - - The type of service to add. - - - - An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. - - - - true to promote this request to any parent service containers; otherwise, false. - - - - - - - - Occurs after the document is successfully exported. - - - - - - - - Occurs before the document is saved (exported to a certain format). - - - - - - - - Occurs before a document is loaded (imported from an external source). - - - - - - - - Enables you to specify a custom descendant to alter the way the layout elements are drawn. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Locks the RichEditDocumentServer object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Fires when the DOCVARIABLE field is updated. - - - - - - - - Unlocks the RichEditDocumentServer object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Occurs after a new comment is created in the document. - - - - - - - - Occurs when the document content was changed. - - - - - - - - Creates an object for specifying the options used in mail merge operations. - - - A class instance containing options used for mail merge. - - - - - - - Creates a new blank document. - - - - true to raise the event before creating a new document; otherwise false. - - - true to create a new document; otherwise false. - - - - - - - Occurs when one of the has changed. - - - - - - - - Releases resources associated with a RichEditDocumentServer instance. - - - - - - - - Provides access to a interface, representing the document contained in the server. - - - A interface that provides access to a loaded document. - - - - - - - - Occurs when a document that has not yet been saved is about to be closed. - - - - - - - - Provides access to the document layout. - - - A object. - - - - - - - Occurs after a document is loaded. - - - - - - - - Occurs after one of the has changed. - - - - - - - - Gets the current dpi value for the X-coordinate. - - - A Single dpi value. - - - - - - - Gets the current dpi value for the Y-coordinate. - - - - A Single dpi value. - - - - - - - Occurs when a new document is created. - - - - - - - - Unlocks the RichEditDocumentServer object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Exports the document to the specified stream in PDF format. - - - - A object, to which the document is exported. - - - - - A instance containing properties which define how a document is exported to PDF format. - - - - - - - - Exports the document to the specified stream in PDF format. - - - - A object, to which the document is exported. - - - - - - - - - Exports the content of the RichEditControl to the specified stream in PDF format, applying options for creating and saving. - - - - - A object, to which the created document is exported. - - - - A object. - - - - A object. - - - - - - - - Exports the content of the RichEditControl to the specified file path in PDF format, applying PDF-specific options. - - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - A object which specifies the PDF export options. - - - - - - - - Exports the document content to the specified file path in PDF format. - - - - A which specifies the file name (including the full path) for the created PDF file. - - - - - - - - Gets the service object of the specified type. - - - - An object that specifies the type of service object to get. - - - A service object of the specified type, or a null reference (Nothing in Visual Basic) if there is no service object of this type. - - - - - - - Gets the specified service. - - - A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. - - - - - - - Gets or sets the content as HTML text. - - - A string containing text in HTML format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Occurs before a document is loaded. Handle this event to set initial document settings. - - - - - - - - Fires when the supplied data could not be recognized as data in the assumed format for import. - - - - - - - - Maintained for compatibility with the code written for the RichEditControl. - - - Always true. - - - - - - - Gets whether the object has been locked for updating. - - - true if the object is locked; otherwise, false. - - - - - - - Gets or sets the mode for layout calculation. - - - A enumeration value. Default is . - - - - - - - Gets or sets a unit of measure used for a document model layout. - - - One of the enumeration values. - - - - - - - Loads a document from the file in the specified format. External content for HTML format is retrieved using the specified source (base) URI. - - - - A string specifying the file to load (including the full path). - - - - One of the enumeration members, indicating the document format. - - - - A string representing the document URI. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the stream. - - - - A object that is the stream used to load a document. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a file, specifying the document format. - - - - A string specifying the file to load (including the full path). - - - - One of the enumeration members, indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the stream in the specified format. External content for HTML format is retrieved using the specified source (base) URI. - - - - The stream from which to load the document. - - - - One of the enumeration members, indicating the document format. - - - - A string representing the document URI. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a stream, specifying the document format. - - - - The stream from which to load a document. - - - - One of the enumeration members indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the specified file. The file format is determined by its content. - - - - A string specifying the file to load (including the full path). - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the specified file so it cannot be overwritten automatically. - - - - A string specifying the file to load (including the full path). - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the file in the specified format so it cannot be overwritten automatically. - - - - A string specifying the file to load (including the full path). - - - - One of the enumeration values indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the stream. - - - - A object that is the stream used to load a document. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a stream, specifying the document format. - - - - The stream from which to load a document. - - - - One of the enumeration members, indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Merges the current document and sends the result to the specified RichEditDocumentServer instance. - - - - An object implementing the IRichEditDocumentServer interface, such as the or the instance. - - - - - - - - Merges the current document using the specified options, and sends the result to the specified . - - - - A interface exposing options for the current merge. - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document and sends the result to the specified . - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document using the specified options and sends the result to the specified stream in a specified format. - - - - A interface exposing options for the current merge. - - - - A object that is the output stream. - - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document using the specified options and sends the result to the specified file in a specified format. - - - - A interface exposing options for the current merge. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document and sends the result to the specified file in a specified format. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document and sends the result to the specified stream in a specified format. - - - - A object that is the output stream. - - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. - - - - A interface exposing options for the current merge. - - - - An object implementing the IRichEditDocumentServer interface, such as the or the instance. - - - - - - - - Fires when mail merge is completed. - - - - - - - - Fires after each data record is merged with the document in the mail merge process. - - - - - - - - Fires before each data record is merged with the document in the mail merge process. - - - - - - - - Fires before mail merge starts. - - - - - - - - Gets or sets the document content as MHT text. - - - A string containing text in MHT format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Gets or sets a value that indicates that the document contents is modified since it was last saved. - - - - true if the control's contents were modified since it was last saved; otherwise, false. - - - - - - - Occurs when the value of the property is changed. - - - - - - - - Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. - - - An array of bytes containing data in the OpenDocument Text (.odt) format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. - - - An array of bytes representing the document in Docx format. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Provides access to the variety of options which can be specified for the RichEditDocumentServer. - - - A object containing various RichEdit options. - - - - - - - Prints the document to the default printer with the default settings. - - - - - - - - Prints the document with the given printer settings. - - - - A instance containing printer settings. - - - - - - - - Removes the service of the specified type from the service container. - - - - The type of service to remove. - - - - true to promote this request to any parent service containers; otherwise, false. - - - - - - - - Removes the service of the specified type from the service container. - - - - The type of service to remove. - - - - - - - - Performs a service substitution. - - - - A service of the specified type that will be registered. - - - Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. - - - - - - - Gets or sets the formatted text content of the document. - - - A string, containing the document's content in rich text format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Saves the control's document to a file, specifying the document's format. - - - - A string value specifying the path to a file into which to save the control's document. - - - - - One of the enumeration values. - - - - - - - - - - Saves the document to a stream, specifying the document's format. - - - - The stream to output the document to. - - - - One of the enumeration values. - - - - - - - - Fires in response to changing a selection in the document. - - - - - - - - Gets or sets the plain text content of the document. - - - A string, containing the document's unformatted text. - - - - - - - This event is raised when an exception unhandled by the RichEditDocumentServer occurs. - - - - - - - - Gets or sets a unit of measure used within the RichEditDocumentServer. - - - One of the enumeration values. - - - - - - - Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. - - - A string of text in WordML format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - Lists repeated characters used to fill in the space created by a tab which ends at the tab stop. - - - - - - - The dot is used as a tab leader character. - - - - - - - - The equal sign is used as a tab leader character. - - - - - - - - For internal use. - - - - - - - The hyphen is used as a tab leader character. - - - - - - - - The middle dot (interpunct) is used as a tab leader character. - - - - - - - - No leader characters are used. - - - - - - - - The underscore is used as a tab leader character. - - - - - - - - - List types of images that can be included in the HTML content of the Clipboard. - - - - - - - An embedded image. - - - - - - - - A linked image. - - - - - - - - - Lists actions that can be performed when a bookmark in the document being inserted and in the target document have the same name. - - - - - - - - Keep bookmarks with the same name providing different internal names to distinguish them. - - - - - - - - Append the underscore and a number to the name of the bookmark being inserted if the target document already contains a bookmark with the same name. - - - - - - - - Do not create a bookmark if the target document contains a bookmark with the same name as the bookmark being inserted. - - - - - - - - - Updates a Table of Contents. - - - - - - - Initializes a new instance of the UpdateTableOfContentsCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UpdateTableOfContentsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to UpdateTableOfContentsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UpdateTableOfContentsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Reverts line numbering for the current section to the start value when a new section begins. - - - - - - - Initializes a new instance of the SetSectionLineNumberingRestartNewSectionCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionLineNumberingRestartNewSectionCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewSectionCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Reverts line numbering for the current section to the start value on a new page. - - - - - - - Initializes a new instance of the SetSectionLineNumberingRestartNewPageCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionLineNumberingRestartNewPageCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingRestartNewPageCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Suppresses line numbering for the current section. - - - - - - - - Initializes a new instance of the SetSectionLineNumberingNoneCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionLineNumberingNoneCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingNoneCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Continues line numbering for the current section from the line number at the end of the previous section. - - - - - - - - Initializes a new instance of the SetSectionLineNumberingContinuousCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionLineNumberingContinuousCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionLineNumberingContinuousCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Inserts a Table of Contents. - - - - - - - Initializes a new instance of the InsertTableOfContentsCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertTableOfContentsCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Changes shading applied to the selected table cells. - - - - - - - Initializes a new instance of the ChangeTableCellsShadingCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Creates an object specifying the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ChangeTableCellsShadingCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeTableCellsShadingCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeTableCellsShadingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Changes paper size for the current section pages. - - - - - - - Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Initializes a new instance of the ChangeSectionPaperKindCommand class with the specified owner and paper kind to be selected. - - - - An object exposing the interface specifying the owner of the command. - - - - A enumeration value that specifies the paper size of the section page. - - - - - - - - Creates an object specifying the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a list of enumerations specifying standard paper sizes which are used by default. - - - A System.Collections.Generic.List<> object that is the generic list containing default paper sizes. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets a list of enumerations specifying all available standard paper sizes. - - - A System.Collections.Generic.List<System.Drawing.Printing.PaperKind> object that is the generic list containing all available standard paper sizes. - - - - - - - Gets the ID of the ChangeSectionPaperKindCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeSectionPaperKindCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the size of a piece of paper. - - - A enumeration value. - - - - - - - - Represents the table cell border properties accessed by the . - - - - - - - Gets the amount of space below the contents of the cell related to a current table cell border. - - - - - - - - - Gets the number of columns that the cell related to a current table cell border spans. - - - An integer that is the number of columns or null if it's not set. - - - - - - - Gets the height of a current table cell border. - - - A System.Single that is the cell border's height or null if it's not specified. - - - - - - - Gets the meaning of the height applied to a current table cell border. - - - One of the enumeration values indicating the height type or null if it's not set. - - - - - - - Gets whether the current table cell border is the first in a table row. - - - true, if the table cell border is the first in the table row; otherwise, false. - - - - - - - Gets whether the current table cell border is the first in the entire table. - - - - true, if the current cell border is the first in the table; otherwise, false. - - - - - - - Gets whether the current table cell border is hidden. - - - true, if the cell border is hidden; otherwise, false. - - - - - - - Gets whether the current table cell border is the last in a table row. - - - true, if the current cell border is the last in a row; otherwise, false. - - - - - - - Gets whether the current table cell border is the last in the entire table. - - - - true, if the current cell border is the last in a table; otherwise, false. - - - - - - - Gets the amount of space to the left of the contents of the cell related to the current table cell border. - - - A value is the distance in points or null if the padding is not set. - - - - - - - Gets the length of the current table cell border. - - - - A object that is the cell border's length. - - - - - - - Gets the position of the current table cell border within the document. - - - - A object indicating the current cell border's position. - - - - - - - Gets the numerical value of the preferred width of a cell related to the current table cell border. - - - A value indicating the width or null if it's not set. - - - - - - - Gets how RichEditControl interprets the width specified for the cell related to the current table cell border. - - - - One of the enumeration values indicating the width interpretation or null if it's not set. - - - - - - - For internal use. - - - - - - - - Gets the amount of space to the right of the contents of the cell related to the current table cell border. - - - - A value that is the distance in points or null if the padding is not set. - - - - - - - Gets the text direction within the cell related to the current table cell border. - - - One of the DevExpress.Office.TextDirection enumeration values indicating the text direction or null if it's not set. - - - - - - - Gets the amount of space above the contents of the cell related to the current table cell border. - - - A System.Single value that is the top padding or null if it's not set. - - - - - - - Gets the vertical alignment within the cell related to the current table cell border. - - - One of the enumeration values indicating the vertical alignment or null if it's not set. - - - - - - - - An interface implementing the section properties accessed by the . - - - - - - - Gets whether the header and footer areas of the first page can be different from other pages in the section. - - - true, if different settings for the first page are enabled; otherwise, false. - - - - - - - Gets the paper tray to use for the first page of a section. - - - An integer that is the code that identifies a specific printer tray to be used to print the first of this section of the document. - - - - - - - Provides access to the line numbering parameters for the current section. - - - A object that provides access to the line numbering parameters. - - - - - - - Gets access to the page margins specified for the current section. - - - A object that provides access to the page margins. - - - - - - - Gets the paper tray to use for all pages except the first page of a section. - - - An integer that is the code that identifies a specific printer tray to be used to print all pages except the first page in this section of the document. - - - - - - - Provides access to the page settings of a section. - - - A object that provides access to the page settings. - - - - - - - Provides access to the page numbering parameters of the current section. - - - A object that provides access to the page numbering settings. - - - - - - - Gets the type of a section break. - - - A enumeration value that specifies the beginning of the next section. - - - - - - - - Base interface for all text properties accessed by the . - - - - - - - Gets whether all characters in the current object are capital letters. - - - true, if all characters are capitalized; otherwise, false . - - - - - - - Gets the background color of characters in the current object. - - - A System.Drawing.Color value representing the background color. - - - - - - - Gets the font size of characters in the current object. - - - A object that is the font size. - - - - - - - Gets whether the characters in the current object are bold. - - - true, if characters are bold; otherwise, false. - - - - - - - - Gets whether the characters in the current object are italicized. - - - true, if characters are italicized; otherwise, false. - - - - - - - - Gets the name of a font applied to characters in the current object. - - - A object that is the font name. - - - - - - - Gets the foreground color of characters in the current object. - - - A object that is the foreground color. - - - - - - - Gets whether characters in the current object are hidden. - - - true, if the characters are hidden; otherwise, false. - - - - - - - Gets the type of script applied to characters in the current object. - - - - One of the enumeration values indicating the script type. - - - - - - - Gets the color of the strikeout line. - - - - A object that s the color of the strikeout line. - - - - - - - Gets the type of the strikeout applied to characters in the current object. - - - One of the enumeration values indicating the strikeout type. - - - - - - - Gets whether all characters in the current object are struck out. - - - - true, if the characters are struck out; otherwise, false. - - - - - - - - Gets the color of the underline applied to characters in the current object. - - - A System.Drawing.Color object that is the underline color. - - - - - - - Gets the type of the underline applied for characters in the current object. - - - One of the enumeration values indicating the underline type. - - - - - - - Gets whether all non-space characters in the current object are underlined with a single line. - - - true, if only word characters are underlined; otherwise, false. - - - - - - - Gets whether all characters in the current object are visible. - - - true, if the characters are visible; otherwise, false. - - - - - - - - Applies the Heading 9 built-in style to the text so it is shown at the ninth level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading9LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading9LevelCommand. - - - A member, identifying the command. - - - - - - - - Applies the Heading 8 built-in style to the text so it is shown at the eighth level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading8LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading8LevelCommand. - - - A member, identifying the command. - - - - - - - - Applies the Heading 7 built-in style to the text so it is shown at the seventh level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading7LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading7LevelCommand. - - - A member, identifying the command. - - - - - - - - A document element that indicates the start of the commented range accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a element. - - - A enumeration value that corresponds to the object. - - - - - - - - Applies the Heading 5 built-in style to the text so it is shown at the fifth level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading5LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading5LevelCommand. - - - A member, identifying the command. - - - - - - - - Base class for comment start and end elements. - - - - - - - Gets the comment's author. - - - A object that is the author's username. - - - - - - - Gets the date and time when a comment was created. - - - A object that is the comment's creation time. - - - - - - - - Gives the iterator access to the content of the object. - - - - true, if the iterator should visit only visible text; otherwise, false. - - - A object that is the iterator. - - - - - - - Gets the comment's name. - - - A object that is a comment's name. - - - - - - - - A document element that is the bookmark's start accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A document element that is the bookmark's end accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Applies the Heading 1 built-in style to the text so it is shown at the first level of the Table of Contents. - - - - - - - - - - Initializes a new instance of the SetParagraphHeading1LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading1LevelCommand. - - - A member, identifying the command. - - - - - - - - Applies the body (default) style to the text so it is not shown in the Table of Contents. - - - - - - - Initializes a new instance of the SetParagraphBodyTextLevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the text description of a command. - - - A string containing the command's description. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetParagraphBodyTextLevelCommand. - - - A member, identifying the command. - - - - - - - Gets the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetParagraphBodyTextLevelCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Document element that is a group of characters with the same format accessed by DocumentIterator - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the length of a text range. - - - A object that is the text range length. - - - - - - - - Gets the plain text contained in the range related to the DocumentText object. - - - A object that is the DocumentText object's content. - - - - - - - Gets access to the text properties. - - - A object that provides access to the text properties. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Inserts a section break and starts a new section on the next odd-numbered page. - - - - - - - Initializes a new instance of the InsertSectionBreakOddPageCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertSectionBreakOddPageCommand. - - - A member, identifying the command. - - - - - - - - Inserts a section break and starts a new section on the next page. - - - - - - - - Initializes a new instance of the InsertSectionBreakNextPageCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertSectionBreakNextPageCommand. - - - A member, identifying the command. - - - - - - - - Inserts a section break and starts a new section on the next even-numbered page. - - - - - - - Initializes a new instance of the InsertSectionBreakEvenPageCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertSectionBreakEvenPageCommand. - - - A member, identifying the command. - - - - - - - - Invokes the Table Properties dialog. - - - - - - - Initializes a new instance of the ShowTablePropertiesFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowTablePropertiesFormCommand. - - - A member that specifies the command identifier. - - - - - - - - Gets the name of the resource image corresponding to ShowTablePropertiesFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowTablePropertiesFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Invokes the Line Numbers dialog. - - - - - - - Initializes a new instance of the ShowLineNumberingFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object that is the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowLineNumberingFormCommand. - - - A member that specifies the command identifier. - - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowLineNumberingFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Page Setup dialog. - - - - - - - Initializes a new instance of the ShowPageSetupFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowPageSetupFormCommand. - - - A member that specifies the command identifier. - - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowPageSetupFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Paste Special dialog. - - - - - - - Initializes a new instance of the ShowPasteSpecialFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. - - - - - - - - Creates an object which is the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets the text description of a command. - - - A string containing the command's description. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowPasteSpecialFormCommand. - - - A member that specifies the command identifier. - - - - - - - - Gets the name of the resource image corresponding to ShowPasteSpecialFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowPasteSpecialFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Maps a data source field name and its display name for use in a bar or Ribbon editor UI. - - - - - - - - - Initializes a new instance of the MergeFieldName class with the specified field name. - - - - A string that is the name of the field for which a mapping object is created. - - - - - - - - Initializes a new instance of the MergeFieldName class with the specified field name and display name. - - - - A string that is the name of the field for which a mapping object is created. - - - - A string that is the name of the field displayed within the drop-down merge field list in the editor. - - - - - - - - Initializes a new instance of the MergeFieldName class with the default settings. - - - - - - - - Compares the current field name with another and returns an integer that indicates whether the current name is before another name, after it or in the same position in the sort order. - - - - - A object to compare with the current instance. - - - A value that indicates the relative order of the field names. If the value is less than zero, the current name precedes another. If the value is zero, the names are equal. If the value is more than zero, the current name follows another. - - - - - - - Gets or sets the name of the field for display in a drop-down list of merged fields available in a Rich Editor's bar or Ribbon UI. - - - - - A string that is the display name of the field. - - - - - - - Gets the name of the field for which display name mapping is established. - - - A string that is the data field name in the MERGEFIELD. - - - - - - - Returns the field display name. - - - A string value that is the field name to display in a drop-down list of merged fields. - - - - - - - - A method that will handle the CustomizeMergeFields event. - - - - - - - - A method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the CustomizeMergeFields event. - - - - - - - Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the specified settings. - - - - An array of objects that map data field names to display names. - - - - - - - - Initializes a new instance of the CustomizeMergeFieldsEventArgs class with the default settings. - - - - - - - - Gets or sets a list of fields shown by the InsertMergeField command with their display names. - - - An array of objects. - - - - - - - - Contains options specifying what autocorrect features are enabled. - - - - - - - Initializes a new instance of the AutoCorrectOptions class with the default settings. - - - - - - - - Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase . - - - - true to switch this functionality on; otherwise, false. - - - - - - - Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. - - - true to switch this functionality on; otherwise, false. - - - - - - - Gets or sets whether AutoCorrect should scan for entries as you type and replace them with designated text or image. - - - true to switch this functionality on; otherwise, false. - - - - - - - Gets or sets whether AutoCorrect should correct misspelled words that are similar to words in the dictionary that the spelling checker uses. - - - true to switch this functionality on; otherwise, false. - - - - - - - - Provides data and methods that enable you to process input text and calculate the replacement object when handling the event. - - - - - - - - Initializes a new instance of the AutoCorrectInfo class with the specified setting. - - - - An object exposing the interface. - - - - - - - - Gets whether the text range can be extended by moving its start. - - - true if you can decrement the start position of a text range being analyzed; otherwise, false. - - - - - - - - Decreases a text range being analyzed by moving its end by one position. - - - - - - - - Extends a text range being analyzed by moving its start by one position. - - - - true if the text range has been changed; otherwise, false. - - - - - - - Extends a text range being analyzed by moving its end by one position. - - - - - - - - Decreases a text range being analyzed by moving its start by one position. - - - true if the text range has been changed; otherwise, false. - - - - - - - Gets or sets the object used to replace the input string in the document. - - - An object that is inserted in the document. - - - - - - - Gets the input string to check whether it should be replaced. - - - A string that can be replaced. - - - - - - - - A method that will handle the event. - - - - - - - - A method that will handle the AutoCorrect event of the RichEditControl. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Gets or sets the AutoCorrectInfo object that provides methods to analyze input text and contains a replacement object. - - - An object. - - - - - - - Allows you to create a new AutoCorrectInfo instance for use within the event handler. - - - A new instance. - - - - - - - - Defines the corrections provider for the . - - - - - - - Creates the AutoCorrectInfo object from input text for further analysis. - - - An object providing input text and methods to analyze it. - - - - - - - - Defines a service that performs auto correction. - - - - - - - Performs a specified replacement. - - - - An object containing the text and its replacement. - - - - - - - - - Consistently calls the corresponding methods of registered AutoCorrect providers to create an AutoCorrectInfo object. - - - An object providing input text and methods to analyze it. - - - - - - - Registers the provider and makes it available to clients of the service. - - - - - An object which exposes the interface. - - - - - - - - Provides a table containing input strings and their replacements. - - - - An object composed of strings and objects specified to replace those strings. - - - - - - - - Cancels the provider registration and makes it unavailable for the clients of the service. - - - - - An object which exposes the interface. - - - - - - - - - A collection of objects. - - - - - - - Initializes a new instance of the AutoCorrectReplaceInfoCollection class with the default settings. - - - - - - - - Creates a new object and adds it to the collection. - - - - A string that has to be replaced. - - - - An object that replaces a specified string. - - - - - - - - Adds an autocorrect info item to the collection. - - - - An object specifying a string and an object that replaces the string. - - - - - - - - Creates a new object and adds it to the collection. - - - - A string that has to be replaced. - - - - An object that replaces a specified string. - - - - Specifies whether the replacement should be performed immediately after a what string is entered. Otherwise a delimiter character (separator symbol) is required to start the replacement. - - - - - - - - - Gets or sets whether to perform a case-sensitive string comparison when searching for table entries. - - - True, for case-sensitive comparison; otherwise, false. - - - - - - - - Contains the text to find and the object to replace it. Used for the table-based autocorrect functionality. - - - - - - - Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. - - - - A string that has to be replaced. - - - - An object that replaces a specified string. - - - - - - - - Initializes a new instance of the AutoCorrectReplaceInfo class with default values. - - - - - - - - Initializes a new instance of the AutoCorrectReplaceInfo class with the specified settings. - - - - A string that has to be replaced. - - - - An object that replaces a specified string. - - - - Specifies whether a separator is required to stop searching. - - - - - - - - Gets or sets whether an autoreplacement requires a delimiter to start. - - - true if a replacement is performed immediately when a match is found and does not require a delimiter to start; otherwise, false. - - - - - - - - Returns a string in which the character order of a specified string is reversed. Intended for COM clients. - - - - A string whose characters shall be reversed. - - - - A reversed string. - - - - - - - Returns a string in which the character order of a specified string is reversed. Intended for COM clients. - - - - A string whose characters shall be reversed. - - - - A reversed string. - - - - - - - Gets the text to be replaced. - - - A string containing the text that should be replaced as this AutoCorrect entry suggests. - - - - - - - Gets the replacement text. - - - A string containing the text that substitutes the What text as this AutoCorrect entry suggests. - - - - - - - - A range of text with format settings. - - - - - - - - Initializes a new instance of the SyntaxHighlightToken class with the specified settings. - - - - An integer that is the start position of a document range to which the token refers. - - - - An integer that is the length of the document range to which the token refers. - - - - A instance containing format settings used to highlight the text in a range. - - - - - - - - - Initializes a new instance of the SyntaxHighlightToken class with the default settings. - - - - - - - - Gets the final position of the document range corresponding to a token. - - - An integer representing the end of a range. - - - - - - - Gets the length of the document range that the token represents. - - - An integer that is the document range length. - - - - - - - Provides access to format settings used to highlight the token text. - - - - A instance containing format settings. - - - - - - - - Gets the start position of the document range corresponding to a token. - - - An integer representing the start of a range. - - - - - - - - Contains format settings for a token. - - - - - - - - Initializes a new instance of the SyntaxHighlightProperties class with the default settings. - - - - - - - - Gets or sets the background color of a character(s). - - - - A value representing the background color or null for mixed colors. - - - - - - - Determines whether the specified object is equal to the current SyntaxHighlightProperties instance. - - - - An object to compare with the current object. - - - - true if the specified object is equal to the current SyntaxHighlightProperties instance; otherwise false. - - - - - - - Gets or sets the foreground color of characters. - - - A value representing the foreground color, or null for a mixture of values. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current SyntaxHighlightProperties object. - - - - An integer value that is the hash code for the current object. - - - - - - - Gets or sets a value indicating whether characters are strikeout. - - - A enumeration value or null, for a mixture of strikeout types. - - - - - - - Gets or sets the type of underline applied to the character(s). - - - An enumeration value or null, for a mixture of underline types. - - - - - - - Gets or sets the color of the underline for the specified characters. - - - A value or null, for a mixture of underline colors. - - - - - - - - Provides a list of user groups to fill the Editing Permissions form. - - - - - - - Provides a list of groups for the Editing Permissions form. - - - A list of strings (the object) containing group names. - - - - - - - - Lists criteria used to decide whether to add a final paragraph mark to exported content. - - - - - - - Always adds the '\par' tag to the end of exported RTF content. - - - - - - - - Never adds the '\par' tag to the end of exported RTF content. - - - - - - - - Adds the '\par' tag to the end of exported RTF content if the last character in the selection being exported is the carriage return. - - - - - - - - - An interface implementing the page numbering setting of a document section accessed by the . - - - - - - - - Gets whether the numbering should be continued from the previous section or should start from the beginning. - - - true, if numbering should be continued; otherwise, false. - - - - - - - Gets the initial number from which the page numbering starts. - - - - A object that is the first page number. - - - - - - - Gets the format for displaying page numbers. - - - A enumeration member specifying the numbering format. - - - - - - - - An interface implementing page settings of a document section accessed by the . - - - - - - - Gets the page height. - - - - A value specifying the page's height measured in units. - - - - - - - Gets the value specifying whether the page's orientation is landscape. - - - - true if the page has landscape orientation; false if the page's orientation is portrait. - - - - - - - Gets a value specifying page's paper kind. - - - One of the enumeration values. - - - - - - - - Gets the page width. - - - A value that specifies the page's width measured in units. - - - - - - - - An interface implementing the margin options of a document section accessed by the . - - - - - - - Gets the bottom margin. - - - A value specifying the bottom margin measured in units. - - - - - - - Gets the distance between the footer and the bottom of the page. - - - - A value specifying the margin measured in units. - - - - - - - Gets the distance between a header and the top of the page. - - - - A value specifying the margin measured in units. - - - - - - - Gets the left margin. - - - A value specifying the left margin measured in units. - - - - - - - Get the right margin. - - - A value specifying the top margin measured in units. - - - - - - - Gets the top margin. - - - A value specifying the top margin measured in units. - - - - - - - - An interface implementing the line numbering properties of a document section accessed by the . - - - - - - - Gets the line number increments to be displayed in the current document. - - - An integer by which the line number increments. - - - - - - - Gets the distance between the line number and the start of the line. - - - A value specifying the line numbering indent, measured in units - - - - - - - Gets when the line numbering should be reset to the line number specified by the value. - - - A enumeration value, specifying the restart type (by default it is set to ) - - - - - - - Gets the initial number from which the numbering starts. - - - A object that is the starting number. - - - - - - - - An interface implementing the paragraph style properties accessed by the . - - - - - - - Gets the paragraph style name. - - - A object that is the name of a paragraph style. - - - - - - - - Interface implementing the paragraph properties accessed by the . - - - - - - - Gets access to the paragraph style settings applied to the current paragraph. - - - A object that provides access to the paragraph style settings. - - - - - - - - Interface implementing the Visitor pattern. - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object the is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being encountered. - - - - - - - - Called when a element is encountered. - - - - A object that is being encountered. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object that is being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - - Iterates over document elements. - - - - - - - Initializes a new instance of the DocumentIterator class for the specified document. - - - - A instance through which the document iterator will traverse. - - - - true, if the iterator should visit only visible text; otherwise, false. - - - - - - - - Initializes a new instance of the DocumentIterator class for the specified part of the document. - - - - A instance through which the document iterator will traverse. - - - - An Int object that is the DocumentIterator initial position. - - - - An Int object that is the range length the iterator needs to go through. - - - - - true if the iterator should visit only visible text; otherwise, false. - - - - - - - - Initializes a new instance of the DocumentIterator class for the specified document range. - - - - A object that is the range the iterator should traverse. - - - - true, if the iterator should visit only visible text; otherwise, false. - - - - - - - - Gets the document element currently visited by the iterator. - - - A object that is the current document element. - - - - - - - Gets the index of a document paragraph currently visited by the iterator. - - - A object that is the paragraph index. - - - - - - - Gets access to the properties of a document paragraph currently visited by the iterator. - - - A object that provides access to the current paragraph properties. - - - - - - - Gets the index of a document section currently visited by the iterator. - - - A object that is the index of the current section. - - - - - - - Gets access to the properties of a document section currently visited by the iterator. - - - A object that provides access to the current document section properties. - - - - - - - Disposes of the DocumentIterator object. - - - - - - - - Navigates to the next document element in the document model. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the next document element of the specific type. - - - - A enumeration value that sets the element type to traverse. - - - True, on a successful navigation; otherwise, false. - - - - - - - Rewinds the iterator to its initial position. - - - - - - - - - Invokes the Edit Hyperlink dialog window for the selected hyperlink. - - - - - - - Initializes a new instance of the EditHyperlinkCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EditHyperlinkCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EditHyperlinkCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BeforeImportEventArgs class with the specified values. - - - - A enumeration value specifying the export format. - - - - An object exposing the DevExpress.XtraRichEdit.Export.IImporterOptions interface, such as the object and its descendants. - - - - - - - - Gets the format of the document being loaded. - - - A enumeration value. - - - - - - - Provides access to the importer options. - - - An interface defining import options. - - - - - - - - Splits the table at the selected row. - - - - - - - Initializes a new instance of the SplitTableCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SplitTableCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SplitTableCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SplitTableCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the 'Split Cells' form (the command is intended for popup menus). - - - - - - - - Initializes a new instance of the ShowSplitTableCellsFormMenuCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the ShowSplitTableCellsFormMenuCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormMenuCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Inserts the MERGEFIELD field at the selection. - - - - - - - Initializes a new instance of the InsertMergeFieldCommand class with the specified owner and field argument. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - A string containing the name of the data column. - - - - - - - - - Initializes a new instance of the InsertMergeFieldCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the name of the data column providing data for the field. - - - A string containing the data column name. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the InsertMergeFieldCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertMergeFieldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents a command that starts the spell check in the current document. - - - - - - - - Initializes a new instance of the CheckSpellingCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CheckSpellingCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to CheckSpellingCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tips for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CheckSpellingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Toggles case for each character - upper case becomes lower, lower case becomes upper. - - - - - - - Initializes a new instance of the ToggleTextCaseCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTextCaseCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTextCaseCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies top-right alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsTopRightAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsTopRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsTopRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies top-left alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsTopLeftAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsTopLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsTopLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies top-center alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsTopCenterAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsTopCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsTopCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles top borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsTopBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsTopBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsTopBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsTopBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles right borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsRightBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsRightBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsRightBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsRightBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles outer borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsOutsideBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsOutsideBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsOutsideBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsOutsideBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies middle-right alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsMiddleRightAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsMiddleRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsMiddleRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies middle-left alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsMiddleLeftAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsMiddleLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies middle-center alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsMiddleCenterAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsMiddleCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsMiddleCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles left borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsLeftBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsLeftBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsLeftBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsLeftBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles inner vertical borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsInsideVerticalBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsInsideVerticalBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsInsideVerticalBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideVerticalBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles inner horizontal borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsInsideHorizontalBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsInsideHorizontalBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsInsideHorizontalBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideHorizontalBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles all inner borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsInsideBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsInsideBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsInsideBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsInsideBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies bottom-right alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsBottomRightAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsBottomRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsBottomRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies bottom-left alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsBottomLeftAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsBottomLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsBottomLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies bottom-center alignment for selected cells. - - - - - - - Initializes a new instance of the ToggleTableCellsBottomCenterAlignmentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsBottomCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsBottomCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles bottom borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsBottomBorderCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsBottomBorderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsBottomBorderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsBottomBorderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles all borders for selected cells on/off. - - - - - - - Initializes a new instance of the ToggleTableCellsAllBordersCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableCellsAllBordersCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableCellsAllBordersCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableCellsAllBordersCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles vertical ruler visibility on/off. - - - - - - - Initializes a new instance of the ToggleShowVerticalRulerCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleShowVerticalRulerCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleShowVerticalRulerCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleShowVerticalRulerCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles horizontal ruler visibility on/off. - - - - - - - Initializes a new instance of the ToggleShowHorizontalRulerCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleShowHorizontalRulerCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleShowHorizontalRulerCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleShowHorizontalRulerCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the 'Editing Permissions' form used to view and set ranges with permissions. - - - - - - - Initializes a new instance of the ShowRangeEditingPermissionsFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowRangeEditingPermissionsFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowRangeEditingPermissionsFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowRangeEditingPermissionsFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Invokes the 'Insert Cells' form used to select an element to insert - a cell, a row or a column. - - - - - - - Initializes a new instance of the ShowInsertTableCellsFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the ShowInsertTableCellsFormCommand. - - - A member, identifying the command. - - - - - - - - Invokes the 'Delete Cells' form (the command is intended for popup menus). - - - - - - - Initializes a new instance of the ShowDeleteTableCellsFormMenuCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the ShowDeleteTableCellsFormMenuCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowDeleteTableCellsFormMenuCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowDeleteTableCellsFormMenuCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Set the section to have two columns. - - - - - - - Initializes a new instance of the SetSectionTwoColumnsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionTwoColumnsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetSectionTwoColumnsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionTwoColumnsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Set the section to have three columns. - - - - - - - Initializes a new instance of the SetSectionThreeColumnsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionThreeColumnsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetSectionThreeColumnsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionThreeColumnsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Set the section to have only one column. - - - - - - - Initializes a new instance of the SetSectionOneColumnCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSectionOneColumnCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetSectionOneColumnCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSectionOneColumnCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Removes borders of selected cells. - - - - - - - Initializes a new instance of the ResetTableCellsBordersCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ResetTableCellsBordersCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ResetTableCellsBordersCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ResetTableCellsBordersCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Navigates to the previous data record in the bound data source. - - - - - - - Initializes a new instance of the PreviousDataRecordCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousDataRecordCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to PreviousDataRecordCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousDataRecordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Navigates to the next data record in the bound data source. - - - - - - - Initializes a new instance of the NextDataRecordCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextDataRecordCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to NextDataRecordCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextDataRecordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Converts selected text to upper case. - - - - - - - Initializes a new instance of the MakeTextUpperCaseCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the MakeTextUpperCaseCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to MakeTextUpperCaseCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Converts selected text to lower case. - - - - - - - Initializes a new instance of the MakeTextLowerCaseCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the MakeTextLowerCaseCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to MakeTextLowerCaseCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Navigates to the last data record in the bound data source. - - - - - - - Initializes a new instance of the LastDataRecordCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the LastDataRecordCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to LastDataRecordCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to LastDataRecordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Inserts a column to the right of the rightmost column in a selection. - - - - - - - Initializes a new instance of the InsertTableColumnToTheRightCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the InsertTableColumnToTheRightCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Inserts a column to the left of the leftmost column in a selection. - - - - - - - Initializes a new instance of the InsertTableColumnToTheLeftCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the InsertTableColumnToTheLeftCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Navigates to the first data record in the bound data source. - - - - - - - Initializes a new instance of the FirstDataRecordCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FirstDataRecordCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FirstDataRecordCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FirstDataRecordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Resets the selection in a document. - - - - - - - - Initializes a new instance of the DeselectAllCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeselectAllCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeselectAllCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes selected rows in a table (the command is intended for popup menus). - - - - - - - Initializes a new instance of the DeleteTableRowsMenuCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteTableRowsMenuCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsMenuCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes selected columns in a table (the command is intended for popup menus). - - - - - - - Initializes a new instance of the DeleteTableColumnsMenuCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the DeleteTableColumnsMenuCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteTableColumnsMenuCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - - Deletes command history for the document. - - - - - - - Initializes a new instance of the ClearUndoCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ClearUndoCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ClearUndoCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles displaying grid lines for a table with no borders applied - on/off. - - - - - - - Initializes a new instance of the ToggleShowTableGridLinesCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleShowTableGridLinesCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleShowTableGridLinesCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleShowTableGridLinesCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the 'Delete Cells' form used to select an element for deletion - a cell, a row or a column. - - - - - - - Initializes a new instance of the ShowDeleteTableCellsFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the ShowDeleteTableCellsFormCommand. - - - A member, identifying the command. - - - - - - - - Performs a mail merge and invokes the Save As... dialog, to ask for a file name to save the merged document. - - - - - - - - Initializes a new instance of the MailMergeSaveDocumentAsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the MailMergeSaveDocumentAsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to MailMergeSaveDocumentAsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to MailMergeSaveDocumentAsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Merges selected cells. - - - - - - - Initializes a new instance of the MergeTableCellsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the MergeTableCellsCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Invokes the 'Split Cells' form used to specify the number of columns and rows into which the cell should be split. - - - - - - - Initializes a new instance of the ShowSplitTableCellsFormCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowSplitTableCellsFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowSplitTableCellsFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowSplitTableCellsFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Deletes selected rows in a table. - - - - - - - Initializes a new instance of the DeleteTableRowsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteTableRowsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteTableRowsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteTableRowsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes selected columns in a table. - - - - - - - Initializes a new instance of the DeleteTableColumnsCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteTableColumnsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteTableColumnsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteTableColumnsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Selects the entire table in which the caret is located. - - - - - - - Initializes a new instance of the SelectTableCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SelectTableCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SelectTableCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SelectTableCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes the selected table. - - - - - - - - Initializes a new instance of the DeleteTableCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets the ID of the DeleteTableCommand. - - - A member, identifying the command. - - - - - - - - Lists options specifying how formatting is applied to the formatted text inserted into a document. - - - - - - - Retains character styles and direct formatting (font size, emphasis, etc.) applied to the inserted text. - - - - - - - - Removes all formatting and non-text elements (pictures, shapes, comments, etc.). - - - - - - - - Default value. - - - - - - - - Changes the formatting so that it matches the text that surrounds the inserted content. - - - - - - - - Retains styles associated with the target document when style definition conflicts occur. - - - - - - - - - Changes the table width to fit the page's width and adjusts columns to accommodate cells content. - - - - - - - Initializes a new instance of the ToggleTableAutoFitWindowCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableAutoFitWindowCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableAutoFitWindowCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitWindowCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Converts a hyperlink to plain text. - - - - - - - Initializes a new instance of the RemoveHyperlinkFieldCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the RemoveHyperlinkFieldCommand. - - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to RemoveHyperlinkFieldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to RemoveHyperlinkFieldCommand. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents the class containing miscellaneous layout options. - - - - - - - Initializes a new instance of the RichEditLayoutOptions class with the default settings. - - - - - - - - Gets or sets whether a table can extend past the margins of a document. - - - true if tables are allowed to extend past the margins; otherwise, false. - - - - - - - Provides access to options specific for the layout of the Draft view. - - - A object instance containing specific options. - - - - - - - Provides access to options specific for the layout of the PrintLayout view. - - - A object instance containing specific options. - - - - - - - Provides access to options specific for the layout of the Simple view. - - - A object instance containing specific options. - - - - - - - - Lists values specifying the visibility of grid lines in table cells without borders. - - - - - - - Default setting. - - - - - - - - If cells do not have borders applied, their boundaries are not shown. - - - - - - - - Cell boundaries of a table are shown wherever the table doesn't have borders applied. - - - - - - - - Cell boundaries of a table are shown while dragging it with the mouse. - - - - - - - - - - Represents the class containing miscellaneous table options. - - - - - - - Initializes a new instance of the TableOptions class with the default settings. - - - - - - - - Gets or sets whether the boundaries of cells without borders applied, are visible. - - - - A enumeration value specifying the gridlines visibility mode. - - - - - - - - Represents the base class for the RichEditControl and RichEditDocumentServer options. - - - - - - - Provides access to an object used to specify the identity parameters for range editing permissions. - - - An class instance that holds identity parameters. - - - - - - - Provides access to options that enable you to configure autocorrect features. - - - An object containing settings for autocorrect features. - - - - - - - Provides access to an object that enables you to apply restrictions on different editor operations. - - - A class instance containing restriction specifications. - - - - - - - Provides access to an object used to specify different options for bookmarks in the document. - - - A object containing options for the document bookmarks. - - - - - - - Gets the data formats currently available on the Clipboard. - - - A object. - - - - - - - Provides access to options for displaying comments in the document. - - - A value. - - - - - - - Provides access to options useful in certain scenarios for inserting the content of one document into another. - - - - A object containing options applicable to certain copy-paste scenarios. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Provides access to an object used to specify document restrictions. - - - A class instance that provides access to various document restrictions. - - - - - - - Provides access to the control's document saving options. - - - A object that contains document saving related settings. - - - - - - - Provides access to the options used for export to different formats. - - - A object containing format-specific export options. - - - - - - - Provides access to options specific to document fields. - - - A class instance containing options specific to fields. - - - - - - - Provides access to an object used to specify how formatting marks are shown in the document. - - - A instance specifying the visibility of formatting marks. - - - - - - - Provides access to options specific to the horizontal ruler element of the RichEditControl. - - - A class instance containing options specific to the horizontal ruler. - - - - - - - - Provides access to options specific to hyperlinks. - - - A class instance containing options specific to hyperlinks. - - - - - - - Provides access to the options used for import from different formats. - - - A object containing format-specific import options. - - - - - - - Provides access to RichEditControl options that affect layout and display. - - - A object containing specific options. - - - - - - - Provides access to the default mail merge options. - - - A object containing default mail merge options. - - - - - - - Provides access to options specific to printing. - - - - A object instance containing specific options. - - - - - - - Provides access to an object used to specify various options for ranges with permissions in the document. - - - A object containing options for ranges with permissions. - - - - - - - Provides access to the options used for searching within a document. - - - A object containing options used for searching. - - - - - - - Provides access to options that determine how the spell checker processes the document text. - - - A object that contains options which determine the spell checker behavior. - - - - - - - Provides access to an object used to specify different options for tables in the document. - - - A object containing options for the document tables. - - - - - - - Provides access to options specific for the vertical ruler. - - - A object used to specify options for the vertical ruler. - - - - - - - - Stops protection on the current document. - - - - - - - Initializes a new instance of the UnprotectDocumentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UnprotectDocumentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to UnprotectDocumentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UnprotectDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Enforces document protection. - - - - - - - Initializes a new instance of the ProtectDocumentCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ProtectDocumentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ProtectDocumentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ProtectDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents a collection of custom marks in the document. - - - - - - - Creates a custom mark at the specified position using the specified data and adds it to the collection. - - - - A specifying the position of the custom mark. - - - - Data used to draw a custom mark. - - - A object specifying the created custom mark. - - - - - - - Removes the specified custom mark from the collection. - - - - A object specifying a custom mark in the document. - - - - - - - - - Represents a custom mark in the document. - - - - - - - Gets a position in a document that is marked by the current custom mark. - - - A object representing a marked position in the document. - - - - - - - Gets data used to visualize a custom mark. - - - An object consisting of custom data required to draw a mark. - - - - - - - - - Represents a collection of paragraph styles. - - - - - - - Add a style to the collection of styles in the current document. - - - - A class instance representing a paragraph style. - - - - - - - - Creates a new paragraph style. - - - A object representing a paragraph style. - - - - - - - Marks the specified style as deleted, so it can no longer be applied. - - - - A to delete. - - - - - - - - Gets the Paragraph Style object specified by its name. - - - - A string specifying the style name. - - - A object which represents the style with the specified name. - - - - - - - Restores the paragraph style marked as deleted. - - - - A object that is the paragraph style to be restored. - - - - - - - - - Adjusts the document zoom factor to fit the entire page into the application window's dimensions. - - - - - - - Initializes a new instance of the FitToPageCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FitToPageCommand. - - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FitToPageCommand. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A collection of tab stops. - - - - - - - Initializes a new instance of the TabInfoCollection class with the default settings. - - - - - - - - - A tab stop. - - - - - - - Initializes a new instance of the TabInfo class with the default settings. - - - - - - - - Gets or sets the alignment type, specifying how any text after the tab will be lined up. - - - A enumeration member. - - - - - - - Gets or sets whether the individual tab stop is in effect. - - - true to switch off this tab stop; otherwise, false. - - - - - - - Gets or sets the tab leader style, i.e. the symbol used as a tab leader. - - - A enumeration member specifying tab leader style. - - - - - - - Gets or sets the position of the tab stop. - - - A number representing the distance from the left edge of the text area, measured in units specified by the property. - - - - - - - - List alignment types for tab stops. - - - - - - - The center of the text after the tab will be lined up with the tab stop. - - - - - - - - - If the text after the tab is a number with a decimal point, the decimal point is lined up with the tab stop. - - - - - - - - The left edge of text after the tab will be lined up with the tab stop. - - - - - - - - The right edge of text after the tab will be lined up with the tab stop. - - - - - - - - - References a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the DocumentPropertiesFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A DocumentPropertiesFormControllerParameters object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Document Properties dialog controls. - - - A DocumentPropertiesFormControllerParameters object containing information to be displayed in the form. - - - - - - - - Contains core properties of the document. - - - - - - - Gets or sets metadata used for categorization of the document content, e.g. Resume, Letter, Financial Forecast, Proposal, Technical -Presentation, and so on. - - - A string of text that specifies the category name. - - - - - - - Gets or sets metadata recognized as the status of the content (e.g., "Draft", "Reviewed", or "Final"). - - - A string that is the metadata for the document ContentStatus property. - - - - - - - Gets or sets metadata recognized as the type of the content, defined by a specific use and intended audience (Whitepaper, Security Bulletin, Exam etc.) - - - A string of text. - - - - - - - Gets or sets metadata recognized as the date and time when the document was first saved. - - - A value. - - - - - - - Gets or sets metadata recognized as the person or organization primarily responsible for the document content. - - - A string of text. - - - - - - - Gets or sets metadata recognized as an explanation of the document's content (abstract, table of contents, -reference to a graphical representation of content etc.). - - - A string of text. - - - - - - - Gets or sets metadata recognized as an unambiguous reference to the resource within a given -context. - - - A string of text. - - - - - - - Gets or sets metadata recognized as a delimited set of keywords to support searching and indexing. - - - - A string of text which is typically a list of terms that are not available elsewhere in the properties. - - - - - - - Gets or sets metadata recognized as the language of the document's content. - - - A string of text which conforms to the IETF RFC 3066, such as "en-US" to identify American English. - - - - - - - Gets or sets the name of the last user who modified and saved the document. - - - A string of text that identifies the user. The identification is environment-specific. - - - - - - - Gets or sets the date and time that a document was last printed. - - - A value that is the moment when a document was last printed. - - - - - - - Gets or sets the date and time a document was last saved. - - - A value that is the moment when a document was last saved. - - - - - - - Gets or sets the number of document saves or revisions. - - - An integer value that is the number of revisions. - - - - - - - Gets or sets metadata recognized as the document's topic of the content. - - - A string of text. - - - - - - - Gets or sets metadata recognized as the document's Title. - - - A string of text. - - - - - - - Gets or sets metadata recognized as the document's version number set by the user or by the application. - - - A string of text which is the version number. - - - - - - - - Contains all the custom document properties for the document. - - - - - - - - Adds a new custom property with the specified name and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - A string that specifies the value of a custom property. - - - - - - - - Adds a new custom property with the specified name and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - An integer that specifies the value of a custom property. - - - - - - - - Adds a new custom property with the specified name and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - A value that specifies the value of a custom property. - - - - - - - - Adds a new custom property with the specified name and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - A value that specifies the value of a custom property. - - - - - - - - Adds a new custom property with the specified name and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - A boolean value that specifies the value of a custom property. - - - - - - - - Adds a new custom property linked to the specified bookmark and value to the collection of custom properties for the document. - - - - A string that specifies the name of a custom property. - - - - A object that specifies the content that will be used to obtain the value of a custom property. - - - - - - - - - Removes all items from the collection. - - - - - - - - Returns the number of custom properties in a collection. - - - An integer that is the number of items in a collection. - - - - - - - Gets or sets the value of a custom property. - - - - A name of the custom property. - - - An object that is the value of the property specified by its name. - - - - - - - Gets a collection of custom property names. - - - A collection of names. - - - - - - - Removes a custom property with the specified name from the current document. - - - - A name of the property. - - - - - - - - - Navigates to the document bookmark or URI (uniform resource identifier) specified for the hyperlink. - - - - - - - Initializes a new instance of the OpenHyperlinkCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the OpenHyperlinkCommand. - - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to OpenHyperlinkCommand. - - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists values that specify the type of the conditional format operator in a conditional formatting rule. - - - - - - - Formats the bottom left cell of a table. - - - - - - - - Formats the bottom right cell of a table. - - - - - - - - Formats even columns of a table. - - - - - - - - Formats even rows of a table. - - - - - - - - Formats the first column of a table. - - - - - - - - Formats the first row of a table. - - - - - - - - Formats the last column of a table. - - - - - - - - Formats the last row of a table. - - - - - - - - Formats odd columns of a table. - - - - - - - - Formats odd rows of a table. - - - - - - - - Formats the top left cell of a table. - - - - - - - - Formats the top right cell of a table. - - - - - - - - Formats the whole table. - - - - - - - - - Adjusts the document zoom factor to fit the entire page height into the application window's dimensions. - - - - - - - Initializes a new instance of the FitHeightCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FitHeightCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FitHeightCommand. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Container for collections of objects of the type and various characteristics. elements are not included. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - Returns layout elements contained in the . - - - A of elements. - - - - - - - - Represents settings which define how the ranges with permissions are marked in the document. - - - - - - - Initializes a new instance of the RangePermissionOptions class with the default settings. - - - - - - - - Gets or sets the color of the visual marks (brackets) that indicate the start and the end of a range with permission in a document with protection disabled. - - - A structure representing ARGB color. - - - - - - - Gets or sets the color of the visual marks (brackets) that indicate the start and the end of each editable range in a protected document with protection enabled. - - - A structure representing ARGB color. - - - - - - - Gets or sets the color used to highlight each editable range in a protected document with protection enabled. - - - A structure representing ARGB color. - - - - - - - Gets or sets whether the ranges with permissions are visually indicated. - - - A enumeration member that specifies the visibility mode. - - - - - - - - Represents a set of credentials used to identify editable ranges in a protected document. - - - - - - - Initializes a new instance of the AuthenticationOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the AuthenticationOptions class. - - - - A class instance that is the source object for copying. - - - - - - - - Gets or sets email address used to authenticate a user if document protection is enabled. - - - - A string containing email address. - - - - - - - Gets or sets user group name used to authenticate a user if document protection is enabled. - - - - A string containing a user group name. - - - - - - - Gets or sets the password that can be used to authenticate a user if document protection is enabled. - - - - A string containing a password. - - - - - - - Gets or sets a name used to authenticate a user, if document protection is enabled. - - - - A string containing a user name. - - - - - - - - - Lists values specifying the visibility of indicators for ranges with permissions (highlighting, enclosing brackets). - - - - - - - Ranges with permissions are highlighted automatically. - - - - - - - - Ranges with permissions are not highlighted. - - - - - - - - Ranges with permissions are always highlighted. - - - - - - - - - Represents a collection of range permission in the current document. - - - - - - - Initializes a new instance of the RangePermissionCollection class with the default settings. - - - - - - - - Creates a RangePermission object for the specified range. - - - - A object specifying a document range. - - - A object specifying editing permissions. - - - - - - - - Represents a document range for which editing permissions are set. - - - - - - - Initializes a new instance of the RangePermission class for the specified range. - - - - A representing a range in the document for which permission is created. - - - - - - - - Gets or sets the name of the group of users for which the editing permission is set. - - - A string containing the name of the user group. - - - - - - - Gets the document range for which the editing permission is set. - - - A representing a range where editing is allowed by a certain user or group only. - - - - - - - - Gets or sets the username for which the editing permission is set. - - - A string containing the name of the user. - - - - - - - - Provides a list of identities to fill the Editing Permissions form. - - - - - - - Provides a list of user names for the Editing Permissions form. - - - A list of strings (the object) containing usernames. - - - - - - - - A default localizer to translate resources for WinForms Rich Text Editor. - - - - - - - Initializes a new instance of the XtraRichEditResLocalizer class with the default settings. - - - - - - - - - Represents a service that calls the registered interface when required. - - - - - - - - Lists variants for substituting the line break. - - - - - - - Line break is not replaced, i.e. it is left intact. - - - - - - - - Line break is treated as a paragraph delimiter. - - - - - - - - Line break is substituted with a space. - - - - - - - - - Contains settings related to the Clipboard operations with different document formats. - - - - - - - - Initializes a new instance of the DataFormatOptions class with the default settings. - - - - - - - - Gets or sets whether the copied document range is available for pasting in HTML format. - - - - True, to allow HTML format for the content copied to the Clipboard; otherwise, false. - - - - - - - Gets or sets whether to place plain text data in the Clipboard. - - - True to allow pasting plain text content; otherwise, false. - - - - - - - Gets or sets whether to place RTF content in the Clipboard. - - - True to allow pasting RTF content; otherwise, false. - - - - - - - Gets or sets a path to the image files linked as pictures in the copied-and-pasted document content. - - - A string that is the valid file path. - - - - - - - Specifies how images are included in the HTML content of the Clipboard. - - - - A enumeration member that determines whether images are linked or embedded in HTML content. - - - - - - - - Exposes methods and characteristics of a paragraph style in a document. - - - - - - - Gets whether the specified style is marked as deleted. - - - true if the style is deleted; otherwise, false. - - - - - - - Gets or sets the linked style for the current style. - - - A object representing a paragraph style linked to a current style - - - - - - - Gets or sets the list level applied to the paragraph formatted with the current style. - - - An integer that is the list level of the paragraph formatted with the current style. - - - - - - - Gets or sets the name of the style. - - - A string specifying the style name. - - - - - - - Gets or sets the default style for a paragraph that immediately follows the current paragraph. - - - A interface specifying the style for the next paragraph. By default, the style is the same as the current paragraph. - - - - - - - Gets or sets the index of a list applied to the paragraph style. - - - An integer that is the index of a list to which the paragraph formatted with the current style belongs. - - - - - - - Gets or sets the style from which the current style inherits. - - - A object representing the parent style. - - - - - - - - Exposes methods and characteristics of a character style in a document. - - - - - - - Gets whether the specified style is marked as deleted. - - - true if the style is deleted; otherwise, false. - - - - - - - Gets or sets the linked style for the current style. - - - A object representing a paragraph style linked to a current style - - - - - - - Gets or sets the name of the style. - - - A string specifying the style name. - - - - - - - Gets or sets the style form which the current style inherits. - - - A object representing the parent style. - - - - - - - - Serves as the base for the interface, providing access to paragraph properties. - - - - - - - Gets or sets text alignment within a paragraph. - - - - A enumeration value or null (Nothing in Visual Basic) for a mixture of paragraphs with different alignments. - - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A ParagraphPropertiesBase object whose settings are assigned to the current object. - - - - - - - - Gets or sets the background color of paragraph(s). - - - A value representing the background color, or null for a mixture of values. - - - - - - - Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. - - - true to remove extra spacing between paragraphs, false to add extra space, null for a mixture of values. - - - - - - - Gets or sets a value specifying the indent of the first line of a paragraph. - - - A value specifying the indent of the first line measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different indents. - - - - - - - - Gets or sets a value specifying whether and how the first line of a paragraph is indented. - - - A enumeration value, specifying the first line indent or null (Nothing in Visual Basic), for a mixture of paragraphs with different indent types. - - - - - - - - - Gets or sets whether to prevent all page breaks that interrupt a paragraph. - - - true to keep paragraph lines together; otherwise, false or null, for a mixture of true and false. - - - - - - - Gets or sets the left indent for text within a paragraph. - - - - A value representing the left indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. - - - - - - - Gets or sets a line spacing value. - - - - A value representing line spacing measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different line spacings. - - - - - - - - Gets or sets the multiplier which is used to calculate the line spacing value. - - - A value representing the line spacing multiplier or null (Nothing in Visual Basic), for a mixture of paragraphs with different line spacings. - - - - - - - - Gets or sets a value which determines the spacing between lines in a paragraph. - - - A enumeration value representing the line spacing type. - - - - - - - Gets or sets the outline level of a paragraph. - - - An integer specifying the level number, or null for a mixture of values. - - - - - - - Gets or sets whether a page break is inserted automatically before specified paragraph(s). - - - true if a page break is inserted automatically before paragraph(s); otherwise, false or null, for a mixture of true and false. - - - - - - - Resets the paragraph formatting to its base style. - - - - - - - - Resets the paragraph formatting properties specified by the mask to the properties of the underlying paragraph style or to default properties. - - - - - A enumeration value. - - - - - - - - Gets or sets the right indent value for the specified paragraph. - - - - A value representing the right indent measured in units or null (Nothing in Visual Basic) for a mixture of paragraphs with different indents. - - - - - - - - Gets or sets the spacing after the current paragraph. - - - A value representing the spacing after the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. - - - - - - - - Gets or sets the spacing before the current paragraph. - - - A value representing the spacing before the paragraph, measured in units or null (Nothing in Visual Basic), for a mixture of paragraphs with different spacings. - - - - - - - - Gets or sets a value indicating whether a paragraph can be hyphenated. - - - - true, to suppress hyphenation; false, to enable hyphenation or null (Nothing in Visual Basic) for a mixture of hyphenation styles. - - - - - - - Gets or sets whether line numbers are displayed for the document range, accessed via the interface. - - - true if line numbering is suppressed for all paragraphs; false if line numbers are displayed for all paragraphs in a range; or otherwise, null for a mixture of states. - - - - - - - - Serves as the base for the interface providing access to character properties. - - - - - - - Gets or sets a value indicating whether all characters are capital letters. - - - true if all characters are capitalized; otherwise, false or null for a mixture of true and false. - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A CharacterPropertiesBase object whose settings are assigned to the current object. - - - - - - - - Gets or sets the background color of character(s). - - - A value representing the background color or null for mixed colors. - - - - - - - Gets or sets a value indicating whether characters are bold. - - - true if characters are bold; otherwise, false or null for a mixture of true and false. - - - - - - - - Gets or sets the character(s) font name. - - - - A value representing the font name or null for a mixture of font faces. - - - - - - - - - Gets or sets the character(s) font size. - - - - - A value, representing the font size in points or null for mixed sizes. - - - - - - - - Gets or sets the foreground color of characters. - - - A value representing the foreground color, or null for a mixture of values. - - - - - - - Gets or sets a value indicating whether a character(s) is hidden. - - - - true if characters are hidden; otherwise, false or null, for a mixture of true and false. - - - - - - - - Gets or sets a value indicating whether a character(s) is italicized. - - - - true if characters are italicized; otherwise, false or null, for a mixture of true and false. - - - - - - - - Specifies the spell check language. - - - - A nullable DevExpress.XtraRichEdit.Model.LangInfo value. - - - - - - - Specifies whether or not the text shall be proof read by the spell checker. - - - true to disable spell checking of the text; false to enable it. - - - - - - - - Resets the character formatting to the underlying character style. - - - - - - - - Resets the character formatting properties specified by the mask to the properties of the underlying character style or to default properties. - - - - A enumeration value. - - - - - - - - Gets or sets a value indicating whether characters are strikeout. - - - A enumeration value or null, for a mixture of strikeout types. - - - - - - - Gets or sets a value indicating whether character(s) are formatted as subscript. - - - true if character(s) are formatted as subscript; otherwise, false or null for a mixture of true and false. - - - - - - - - Gets or sets a value indicating whether character(s) are formatted as superscript. - - - true if character(s) are formatted as superscript; otherwise, false or null for a mixture of true and false. - - - - - - - - Gets or sets the type of underline applied to the character(s). - - - An enumeration value or null, for a mixture of underline types. - - - - - - - Gets or sets the color of the underline for the specified characters. - - - A value or null, for a mixture of underline colors. - - - - - - - - Contains options used for saving (exporting) a part of a document's content. - - - - - - - Initializes a new instance of the TextFragmentOptions class with the default settings. - - - - - - - - Specifies whether or not a document range may be extended to include the entire field instead of only part of a field. - - - - true to permit extending the document range; otherwise false. - - - - - - - Specifies whether to maintain the original page numbering in an acquired document range. - - - true to preserve the original page numbers; false to reset the page numbers. - - - - - - - - Lists values characterizing a cell regarding a vertical merge. - - - - - - - The cell continues vertical merging. - - - - - - - - The cell is not merged vertically. - - - - - - - - The cell starts vertical merging. - - - - - - - - - Defines a layout element which has a related . - - - - - - - Obtains the location of the layout element that has the related . - - - - A object that contains the start and length of the document range. - - - - - - - - - Lists values used to specify what bookmarks of a document exported to PDF should appear in the Bookmarks panel of a PDF Viewer. - - - - - - - Specifies that all bookmarks for which there are references in a document should be displayed in the Bookmarks panel. - - - - - - - - Specifies that bookmarks contained in a document should not be displayed in the Bookmarks panel. - - - - - - - - Specifies that only bookmarks based on which a TOC is generated should be displayed in the Bookmarks panel. - - - - - - - - - - A command to insert a field displaying the current page number. - - - - - - - Initializes a new instance of the InsertPageNumberFieldCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the text description of a command. - - - A string containing the command's description. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the InsertPageNumberFieldCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to InsertPageNumberFieldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertPageNumberFieldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - A command to insert a field displaying the total number of pages. - - - - - - - Initializes a new instance of the InsertPageCountFieldCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the text description of a command. - - - A string containing the command's description. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the InsertPageCountFieldCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to InsertPageCountFieldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertPageCountFieldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - Lists the header (footer) types. - - - - - - - A header/footer displayed on even pages of the section. - - - - - - - - A header/footer displayed on the first page of the section. - - - - - - - - A header/footer displayed on odd pages of the section. - - - - - - - - A header/footer that is displayed on all pages of the section if the document does not distinguish between first, odd and even pages ( and properties are false). Actually, this is an alias for the type. - - - - - - - - - - Exposes properties and methods representing essential document functionality. - - - - - - - Apply the numbering list format specified by the object to the paragraphs in the specified range. - - - - - A specifying the range for which the encompassing paragraphs are obtained. - - - - - A object that holds list format attributes. - - - - - An integer that is the list level applied to the paragraphs specified by the document range. - - - - - - - - Apply the numbering list format specified by the object to the specified paragraph. - - - - - A object that is the paragraph added to the list. - - - - A in the document whose attributes should be applied to the paragraph. - - - - - An integer that is the list level applied to the paragraph. - - - - - - - - Apply the numbering list format specified by the object to the specified paragraph. - - - - - A object that is the paragraph added to the list. - - - - An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. - - - - - An integer that is the list level applied to the paragraph. - - - - - - - - Appends content from the file. - - - - A string representing a filename of the document whose content is being appended. - - - - A enumeration specifying the format of the data contained in the file. - - - - - A string representing the URI for the document being appended. Required to import formats with external content such as HTML. - - - - A representing a range with the appended content. - - - - - - - Appends content from the stream. - - - - A string representing a filename of the document whose content is being appended. - - - - A enumeration specifying the format of the data contained in the file. - - - A representing a range with the appended content. - - - - - - - Appends content from the stream. - - - - A representing a sequence of bytes interpreted as the content to append. - - - - A enumeration specifying the format of the data contained in the stream. - - - - - A string representing the URI for the document being appended. Required to import formats with external content such as HTML. - - - - A representing a range with the appended content. - - - - - - - Appends content from the stream. - - - - A representing a sequence of bytes interpreted as the content to append. - - - - A enumeration specifying the format of the data contained in the stream. - - - A representing a range with the appended content. - - - - - - - Appends content from the specified range. - - - - A to append. - - - A representing a range with the appended content. - - - - - - - Appends content from the specified range. - - - - - A to append. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing a range with the appended content. - - - - - - - Appends content from the file. - - - - A string representing a filename of the document whose content is being appended. - - - - A enumeration specifying the format of the data contained in the file. - - - - A string representing the URI for the document being appended. Required to import formats with external content such as HTML. - - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - - A representing a range with the appended content. - - - - - - - Appends content from the stream. - - - - A representing a sequence of bytes interpreted as the content to append. - - - - A enumeration specifying the format of the data contained in the stream. - - - - A string representing the URI for the document being appended. Required to import formats with external content such as HTML. - - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - - A representing a range with the appended content. - - - - - - - Appends content from the stream. - - - - A string representing a filename of the document whose content is being appended. - - - A object representing a range with the appended content. - - - - - - - Appends content from the file. - - - - A string representing a filename of the document whose content is being appended. - - - A object representing a range with the appended content. - - - - - - - Appends HTML formatted text. - - - - A string containing data in HTML format. - - - - A representing a range with appended content. - - - - - - - Appends HTML formatted text. - - - - A string containing data in HTML format. - - - - An enumeration value, specifying how destination formatting is applied to appended content in certain cases. - - - A representing a range with appended content. - - - - - - - Appends a specified image. - - - - An object representing an image to append. - - - A object, representing the image appended to the document. - - - - - - - Appends a specified image. - - - - A object representing the image to append. - - - A object representing the image appended to the document. - - - - - - - Appends an empty paragraph. - - - A appended to the document. - - - - - - - Appends formatted text. - - - - A string containing data in RTF format. - - - - A representing a range with appended content. - - - - - - - Appends formatted text. - - - - A string containing data in RTF format. - - - - An enumeration value, specifying how destination formatting is applied to appended content in certain cases. - - - A representing a range with appended content. - - - - - - - Appends text as a single line. - - - - A string with the text to append. - - - A representing a range containing the appended text. - - - - - - - Appends the specified text. - - - - A string containing the text to append. - - - A representing a range with the appended text. - - - - - - - Performs a batch update of text formatting for document ranges corresponding to specified tokens. - - - - A collection containing tokens to apply, ordered by the value. - - - - - - - - Locks the SubDocument object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Starts modifying properties of characters that fall within a specified document range. - - - - - - A object specifying the and of the text. - - - A object representing the character formatting of the specified range. - - - - - - - - - - Starts modifying properties of the specified number of characters starting at the specified document position. - - - - An integer specifying the starting document position. - - - - - An integer specifying the number of positions to which formatting is applied. - - - A object representing the character formatting of the specified range. - - - - - - - Starts modifying properties of the specified number of characters starting at the specified document position. - - - - A , specifying the starting document position. - - - - - An integer specifying the number of positions to which formatting is applied. - - - A object representing the character formatting of the specified range. - - - - - - - Starts modifying properties of the paragraphs that fall within a specified document range. - - - - - - A specifying the and of the text. - - - A object representing paragraph formatting. - - - - - - - - Gets the collection of all range permissions in the current document. - - - A containing range permissions for the document. - - - - - - - Provides access to the collection of document bookmarks. - - - A object specifying a bookmarks collection. - - - - - - - Finalizes the update process, leaving range permissions intact. - - - - A containing range permissions being updated. - - - - - - - - Provides access to a collection of comments in the current SubDocument. - - - A DevExpress.XtraRichEdit.API.Native.CommentCollection object that is the collection of comments. - - - - - - - Creates a bookmark for the specified range with the specified name and adds it to the collection. - - - - A representing a portion of a document contained within the bookmark. - - - - A string specifying the bookmark name. - - - A object representing a bookmark in the current document. - - - - - - - Creates a bookmark with the specified name for the range that starts at the specified position and has a specified length. Then, adds it to the collection. - - - - A representing the starting position for the bookmark. - - - - An integer specifying the length of a range contained in the bookmark. - - - - A string specifying the bookmark name. - - - A object representing a bookmark in the current document. - - - - - - - - Creates a custom mark at the specified position and associates specified data with it. - - - - - A specifying the position being marked. - - - - An arbitrary object that will be associated with the created mark. - - - A object representing a position marker in the document. - - - - - - - - Creates a hyperlink for the specified document range. - - - - A object representing a range associated with the hyperlink. - - - A interface exposing the created hyperlink. - - - - - - - - Creates a hyperlink for the document range, starting at the specified position, and extending through a specified length. - - - - - A object representing a starting position of a range associated with the hyperlink. - - - - An integer representing the length of a hyperlink's range. - - - A interface exposing the created hyperlink. - - - - - - - - Creates a new position in the current document. - - - - An integer value specifying the start position. - - - A object representing the position in the current document. - - - - - - - Creates a new document range using the specified start position and range length. - - - - An integer value specifying the start position. - - - - An integer value specifying the range length. - - - A object. - - - - - - - Creates a new document range using the specified start position and range length. - - - - A object specifying the start position. - - - - An integer value specifying the range length. - - - A object. - - - - - - - Provides access to a collection of custom marks. - - - A object containing custom marks for the current document. - - - - - - - Removes the specified range of text from the document. - - - - A object specifying the and positions of the text to delete. - - - - - - - - Delete specified custom mark from the document's collection. - - - - A object that marks a position in the document. - - - - - - - - Unlocks the SubDocument object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Finalizes the modification of character formatting after calling the method. - - - - A object containing character properties. - - - - - - - - - Finalizes the modification of paragraph formatting after calling the method. - - - - - A object representing paragraph formatting. - - - - - - - - Finalizes the update and applies the changes to range permissions. - - - - - A containing range permissions being updated. - - - - - - - - Provides access to the collection of fields in the current document. - - - A object representing a collection of fields. - - - - - - - Finds all text ranges that match the specified string in the current document. - - - - A string, specifying the search text. - - - - A enumeration specifying search options. - - - An array of objects representing matching text ranges. - - - - - - - Finds all occurrences of a character pattern specified by the regular expression. - - - - A object representing a regular expression to search. - - - - A instance representing a document range to search. - - - An array of objects representing ranges in the document matching the specified pattern. - - - - - - - Finds all text ranges that match the specified string in the specified document range. - - - - A string, specifying the search text. - - - - A enumeration specifying search options. - - - - A object specifying the range in the document in which a search is performed. - - - An array of objects representing matching text ranges. - - - - - - - Finds all occurrences of a character pattern specified by the regular expression. - - - - A object representing a regular expression to search. - - - An array of objects representing ranges in the document matching the specified pattern. - - - - - - - Provides access to the collection of the document's objects. - - - A object that is the document's check box form fields collection. - - - - - - - Provides access to a custom mark in the event handler. - - - - A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo class instance, containing information required to visualize a custom mark. - - - A associated with the specified visual info. - - - - - - - Gets the text contained in the specified range in HTML format. - - - - A object that is the text range in the document. - - - - A class that implements the interface and provides methods which return URI for images and CSS data. - - - - A instance containing various options. - - - A string of text in HTML format. - - - - - - - Gets the text contained in the specified range in HTML format. - - - - A object that is the text range in the document. - - - - A class that implements the interface and provides methods which return URI for images and CSS data. - - - A string of text in HTML format. - - - - - - - Gets all images (inline pictures and shapes) in the specified document range. Use a method accessible with the RichEditControl.Document.Images.Get(DocumentRange range) notation instead. - - - - - A specifying the range in which to search for images. - - - - A object which holds the located images. - - - - - - - Gets the content of the specified document range in MHT format. - - - - A object representing the range to convert to MHT. - - - A string containing the content in MHT format. - - - - - - - Gets the content of the specified document range in MHT format. - - - - A object representing the range to convert to MHT. - - - - A instance providing options for export. - - - A string containing the content in MHT format. - - - - - - - Gets the content of the specified document range in Office Open XML (Docx) format. - - - - A object representing the range to convert to OpenXML. - - - An array of bytes representing the document content in OpenXML format. - - - - - - - Gets the content of the specified document range in Office Open XML (Docx) format. - - - - A object representing the range to convert to OpenXML. - - - - A instance providing options for export. - - - An array of bytes representing the document content in OpenXML format. - - - - - - - Gets the paragraph encompassing the specified position. - - - - A instance representing the position in the document. - - - A object representing the paragraph containing the position. - - - - - - - Provides access to paragraphs to which the specified range belongs. - - - - A specifying the range for which the encompassing paragraphs are obtained. - - - A object that is the collection of paragraphs. - - - - - - - Gets the formatted string of the text contained in the specified range. - - - - A object representing a text range in the document. - - - A string of RTF text. - - - - - - - Gets the formatted string of the text contained in the specified range. - - - - A object representing a text range in the document. - - - - An instance providing options for export. - - - A string of RTF text. - - - - - - - Gets a collection of Shape objects contained in the specified document range. Use a method accessible with the RichEditControl.Document.Shapes.Get(DocumentRange range) notation instead. - - - - A object that is the range of the document. - - - A containing shapes of the specified range. - - - - - - - Returns the subdocument type. - - - A enumeration member. - - - - - - - Gets a table cell in which the specified position is located. - - - - A object that is a position within the document. - - - A interface specifying the table cell to which the specified position belongs. - - - - - - - Returns the plain text of the specified document range. - - - - - A object, specifying the range in the document for which the plain text representation is obtained. - - - A value, containing the text of the specified range. - - - - - - - Returns the plain text of the specified document range. - - - - - A object, specifying the range in the document for which the plain text representation is obtained. - - - - A instance, containing options for plain text export. - - - A value, containing the text of the specified range. - - - - - - - Returns the plain text of the specified document range. - - - - - A object, specifying the range in the document for which the plain text representation is obtained. - - - - A instance, containing options for plain text export. - - - - A object. - - - A value, containing the text of the specified range. - - - - - - - Returns the plain text of the specified document range. - - - - - A object, specifying the range in the document for which the plain text representation is obtained. - - - - A object. - - - A value, containing the text of the specified range. - - - - - - - Gets the text contained in the specified range in WordML format. - - - - A object representing a text range in the document. - - - A string of text in WordML format. - - - - - - - Gets the text contained in the specified range in WordML format. - - - - A object representing a text range in the document. - - - - A instance providing options for export. - - - A string of text in WordML format. - - - - - - - Provides access to a collection of hyperlinks in the document. - - - A interface which exposes a collection of hyperlinks. - - - - - - - Provides access to the collection of all images (inline and floating pictures) in the document . - - - A object that is a collection of images in the current document. - - - - - - - Inserts content from the file in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A string representing a filename of the document whose content is being inserted. - - - - A enumeration specifying the format of the data contained in the file. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the stream in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A representing a sequence of bytes interpreted as the content to insert. - - - - A enumeration specifying the format of the data contained in the stream. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the file in the current document at the specified position. - - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A string representing a filename of the document whose content is being inserted. - - - - A enumeration specifying the format of the data contained in the file. - - - - A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. - - - - A representing the document range with inserted content. - - - - - - - Insert content from the stream in the current document at the specified position. - - - - - A specifying the position in the current document after which, content is inserted. - - - - - A representing a sequence of bytes interpreted as the content to insert. - - - - A enumeration specifying the format of data contained in the stream. - - - - A string representing the URI for the document being inserted. Required to import formats with external content such as HTML. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the specified range in the current document at the specified position. - - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A representing the source range for insertion. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the specified stream in the specified format, at the specified position, in the current document. - - - - A specifying the position in the current document, after which content is inserted. - - - - - A representing a sequence of bytes interpreted as the content to insert. - - - - A enumeration specifying the format of the data contained in the stream. - - - - A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the specified stream in the specified format, at the specified position, in the current document. - - - - A specifying the position in the current document, after which content is inserted. - - - - - A representing a sequence of bytes interpreted as the content to insert. - - - - A enumeration specifying the format of the data contained in the stream. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the file in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - A string representing a filename of the document whose content is being inserted. - - - - A enumeration specifying the format of the data contained in the file. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the file in the current document at the specified position. - - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A string representing a filename of the document whose content is being inserted. - - - - A enumeration specifying the format of the data contained in the file. - - - - A string representing the URI for the document being inserted. Required to import formats with external content, such as HTML. - - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the specified range in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - - - A representing the source range for insertion. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the file in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - A string representing a filename of the document whose content is being inserted. - - - A representing the document range with inserted content. - - - - - - - Inserts content from the stream in the current document at the specified position. - - - - A specifying the position in the current document, after which content is inserted. - - - - A representing a sequence of bytes interpreted as the content to insert. - - - A representing the document range with inserted content. - - - - - - - Inserts the specified HTML text into the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - A string in HTML format. - - - A object representing the and positions of the inserted text. - - - - - - - Inserts the specified HTML text into the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - - A string in HTML format. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain special cases, i.e., when inserting a numbering list. - - - - A object specifying the position at which the text should be inserted. - - - - - - - Inserts an image into the specified position in the document. - - - - A object representing the position to insert an image. - - - - A object representing the image to insert. - - - A object representing an inline image in the document. - - - - - - - - Inserts an image into the specified position in the document. - - - - A object representing the position to insert an image. - - - - A object containing information about the image to insert. - - - A object representing an inline image in the document. - - - - - - - - Inserts a new paragraph into the document's collection at a specified position. - - - - - A object that specifies a position to insert a new paragraph. - - - - A object representing the newly inserted paragraph. - - - - - - - Inserts a new paragraph into the document at a specified position. - - - - - A object that specifies a position to insert a new paragraph. - - - - - An enumeration value, specifying how destination formatting is applied to inserted content. - - - A object representing the newly inserted paragraph. - - - - - - - Inserts a picture as a floating object. - - - - A that is a position in a paragraph to which a floating object will be anchored. - - - - A object specifying the image to insert. - - - A interface exposing properties and methods of a newly created floating object containing a specified picture. - - - - - - - Inserts a picture as a floating object. - - - - A that is a position in a paragraph to which a floating object will be anchored. - - - - A object specifying the image to insert. - - - A interface exposing properties and methods of a newly created floating object containing a specified picture. - - - - - - - Inserts the specified formatted text into the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - A string in RTF format specifying the text to insert. - - - A object representing the and positions of the inserted text. - - - - - - - Inserts the specified formatted text into the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - A string in RTF format specifying the text to insert. - - - - An enumeration value, specifying how destination formatting is applied to inserted content in certain cases. - - - A object representing the and positions of the inserted text. - - - - - - - Inserts a single line of text (text without line breaks) at the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - A value specifying the text to insert. - - - A object representing the and positions of the inserted text. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - A interface specifying the newly inserted table. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - - An enumeration value, specifying how the column widths are calculated. - - - A interface specifying the newly inserted table. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - - An enumeration value, specifying how the column widths are calculated. - - - - An integer specifying the column width if the autoFitBehavior parameter is set to . - - - A interface specifying the newly inserted table. - - - - - - - Inserts the specified text at the specified position. - - - - A object specifying the position at which the text should be inserted. - - - - A value specifying the text to insert. - - - A object representing the and positions of the inserted text. - - - - - - - Inserts a floating text box. - - - - A that is a position in a paragraph to which a floating object will be anchored. - - - A interface exposing properties and methods of a newly created floating text box. - - - - - - - Gets the character length of the document. - - - An integer that is the number of character positions in the document. - - - - - - - Gets the background color of the page. - - - A structure that is the background color of the page. - - - - - - - Provides access to a collection of paragraphs. - - - - A interface defining a list of paragraphs. - - - - - - - Gets the range for the current document. - - - A interface. - - - - - - - Removes the specified bookmark from the bookmark collection of the document. - - - - A object representing a bookmark in the document. - - - - - - - - Converts a hyperlink to plain text. - - - - A to convert. - - - - - - - - Removes the numbering or bullet from the specified paragraph. - - - - - A to modify. - - - - - - - - Remove the numbering or bullet from all paragraphs intersecting the specified range. - - - - - A object. - - - - - - - - Replaces the specified document range with the specified text string. - - - - A object representing the range to replace. - - - - A string that is inserted in place of the specified range. - - - - - - - - - Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. - - - - A object representing the regular expression to match. - - - - A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. - - - - A specifying the search and replace scope of the document. - - - An integer, representing the number of replacements made. - - - - - - - Finds all occurrences of the search string in the current document, and replaces them with the replacement string. - - - - A string specifying the search text. - - - - A string specifying the replacement text. - - - - - A enumeration specifying search options. - - - The number of replacements made. - - - - - - - - Finds all occurrences of the search string in the specified range, and replaces them with the replacement string. - - - - A string specifying the search text. - - - - A string specifying the replacement text. - - - - - A enumeration specifying search options. - - - - A object representing the range in which the search and replace is performed. - - - The number of replacements made. - - - - - - - Replaces all occurrences of a character pattern defined by a regular expression with a specified replacement string. - - - - A object representing the regular expression to match. - - - - A string to replace with. May contain special symbols that represent the contents of capturing parentheses in the regular expression. - - - An integer, representing the number of replacements made. - - - - - - - Selects all the content in the document. - - - - - - - - Selects a range associated with the specified bookmark. - - - - A object representing a bookmark in the document. - - - - - - - - Sets the background color of the page and specifies whether it is shown. - - - - A structure specifying the color. - - - - true to show the specified background color; otherwise, false. - - - - - - - - Set the background color of the page. - - - - A structure specifying the color. - - - - - - - - Shows the background color of the page. - - - - true to show the background color; otherwise, false. - - - - - - - - Provides access to a collection of Shapes (pictures, text boxes) in the current SubDocument. - - - A object that is the collection of shapes. - - - - - - - Gets whether the page background color is shown. - - - - true to show the background color; otherwise, false. - - - - - - - Provides a search interface for a search in the specified range using a regular expression pattern. - - - - A object representing a search pattern. - - - - A object representing a range to search. - - - An interface used to perform a search. - - - - - - - Provides a search interface for a search in the document, using a regular expression pattern. - - - - A object representing a search pattern. - - - An interface used to perform a search. - - - - - - - Provides a search interface for a search in the specified range in the specified direction, using the specified options. - - - - A string representing the search text. - - - - A enumeration specifying search options. - - - - A enumeration specifying the search direction. - - - - A object representing a range to search. - - - An interface used to perform a search. - - - - - - - Provides a search interface for a search in the current document in the specified direction, using the specified options. - - - - A string representing the search text. - - - - A enumeration specifying search options. - - - - A enumeration specifying the search direction. - - - An interface used to perform a search. - - - - - - - Provides a search interface with default parameters. - - - - A string representing the search text. - - - An interface used to perform a search. - - - - - - - Provides access to a collection of tables contained in the current document. - - - A object that is the collection of all tables in the current document. - - - - - - - - Defines a service which is used to create RichEdit commands. - - - - - - - Creates a command by its ID. - - - - A member specifying a command to create. - - - An XtraRichEdit command object. - - - - - - - - A command to insert a tab character. - - - - - - - Initializes a new instance of the InsertTabCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertTabCommand. - - - A member, identifying the command. - - - - - - - - Toggles the Locked attribute of the selected field. - - - - - - - Initializes a new instance of the ToggleFieldLockedCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - Gets a string resource identifier of a command description. - - - An MenuCmd_ToggleFieldLockedDescription enumeration value, identifying the resource string. - - - - - - - Gets the ID of the . - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to the . - - - - A string value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to a . - - - - - A MenuCmd_ToggleFieldLocked enumeration value, identifying the resource string. - - - - - - - - - This command supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - Initializes a new instance of the ResizeInlinePictureCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - Gets a string resource identifier of a command description. - - - - An XtraRichEditStringId.MenuCmd_ResizeInlinePicture enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the . - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to the . - - - - A MenuCmd_ResizeInlinePicture enumeration value, identifying the resource string. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Contains options used for loading (importing) documents in DOC binary format. - - - - - - - Initializes a new instance of the DocDocumentImporterOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the DocDocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Specifies whether the text deleted using the MS Word Track Changes feature is ignored when loading a document in MS Word 97-2007 binary file format (.doc). - - - True to not load the text marked as deleted with the Track Changes feature; otherwise, false. - - - - - - - Gets or sets whether to keep bookmarks contained in the range deleted with the Track Changes option. - - - True to retain bookmarks in deleted ranges; otherwise, false. - - - - - - - Gets or sets whether to keep the comment applied to the deleted ranges. - - - true, to leave the comments; otherwise, false. - - - - - - - Gets or sets whether to keep the permissions applied to the ranges deleted with the Track Changes option. - - - true, to keep the permissions for ranges marked as deleted under revision; otherwise, false. - - - - - - - - Lists modes that determine whether DOCVARIABLE fields are recalculated before printing. - - - - - - - DOCVARIABLE fields are always recalculated before printing. - - - - - - - - Default value. - - - - - - - - DOCVARIABLE fields are never recalculated before printing. - - - - - - - - - Lists the types of protection that can be applied to the current document. - - - - - - - Allows to add comments to the document. - - - - - - - - - Allows free access to the document. - - - - - - - - Allows read-only access to the document. - - - - - - - - - Lists possible sources of a particular property value. - - - - - - - The property value is obtained from the corresponding property of the control if it is different from default. - - - - - - - - The property value is obtained from the corresponding property of the control. - - - - - - - - The property value is obtained from the corresponding property of the document. - - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the RichTextBoxLinkBase class with the default settings. - - - - - - - - - - Initializes a new instance of the RichTextBoxLinkBase class with the specified printing system. - - - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Adds a subreport to the current report. - - - - A object which specifies the vertical offset of the subreport within the current report. - - - - - - - - Gets or sets the custom size with which a System.Windows.Forms.RichTextBox control should be printed. - - - A value. - - - - - - - Gets or sets a value indicating whether the should be printed with unlimited height. - - - true if a RichTextBox should be printed with unlimited height; otherwise, false. - - - - - - - Gets the type of the object to be printed by the link. - - - A class descendant representing the type. - - - - - - - Gets or sets a value indicating what size a is printed. - - - A enumeration value. The default is ClientPageSize. - - - - - - - Gets or sets a object to be printed via the current link. - - - A object to be printed. The default is null. - - - - - - - Sets the object to be printed by this link. - - - - A object to be printed by this link. - - - - - - - - - Represents the part of string matched by the group expression (the string matched by a subexpression of group expression). - - - - - - - Obtains a range in the document containing the matching string. - - - A object representing a range that corresponds to the match. - - - - - - - The length of the captured substring. - - - An integer, representing the length of the captured substring. - - - - - - - Gets the starting position of the matching string in the document. - - - A object, representing a position in the docuemnt where the match starts. - - - - - - - Gets the captured substring from the input string - - - The actual substring that was captured by the match. - - - - - - - - Represents a sequence of captured substrings as the set of captures executed by a single capturing group. - - - - - - - - - Represents the results from a single capturing group. - - - - - - - Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order. The collection may have zero or more items. - - - A object representing a collection of substrings matched by the group. - - - - - - - - Increments numeration of a paragraph in a numbering list. - - - - - - - Initializes a new instance of the IncrementNumerationFromParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncrementNumerationFromParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncrementNumerationFromParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A style that can be applied to table elements which meet a certain condition. - - - - - - - - A command to insert a row in a table below the currently selected row. - - - - - - - - Initializes a new instance of the InsertTableRowBelowCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertTableRowBelowCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - A command to insert a row in a table above the currently selected row. - - - - - - - - Initializes a new instance of the InsertTableRowAboveCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertTableRowAboveCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - A command to create command menu elements specific for tables. - - - - - - - - Initializes a new instance of the InsertTableElementMenuCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertTableElementMenuCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to unlock the field and enable editing. - - - - - - - - Initializes a new instance of the UnlockFieldCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - Gets a string resource identifier of a command description. - - - An MenuCmd_UnlockFieldDescription enumeration value, identifying the resource string. - - - - - - - Gets the ID of the . - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to the . - - - - A string value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to an . - - - - A MenuCmd_UnlockField enumeration value, identifying the resource string. - - - - - - - - - A command to lock the field and disable editing. - - - - - - - - Initializes a new instance of the LockFieldCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - For internal use only. - - - - - - - - - - - - - - - - Gets a string resource identifier of a command description. - - - - An XtraRichEditStringId.MenuCmd_LockFieldDescription enumeration value, identifying the resource string. - - - - - - - - Gets the ID of the . - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to the . - - - - - A string value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to the . - - - - A MenuCmd_LockField enumeration value, identifying the resource string. - - - - - - - - Interface implementing the Visitor pattern. - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - A instance, representing the RichEdit's View for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - A instance representing the RichEdit's View for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - A instance representing the RichEdit's View for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View. - - - - A instance representing the RichEdit's View for which the operation is performed. - - - - - - - - - A command to invoke an 'Insert Table' dialog. - - - - - - - Initializes a new instance of the InsertTableCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the InsertTableCommand. - - - A member, identifying the command. - - - - - - - Inserts a new table into the current position in a document with the specified number of rows and columns. - - - - An integer value, specifying the number of rows. - - - - An integer value, specifying the number of columns. - - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - A command used to link a header/footer to the previous section, so it has the same content. - - - - - - - - Initializes a new instance of the ToggleHeaderFooterLinkToPreviousCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleHeaderFooterLinkToPreviousCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleHeaderFooterLinkToPreviousCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleHeaderFooterLinkToPreviousCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to change the header/footer edit mode so it allows creation of a different header or footer for odd and even pages of a document or section. - - - - - - - Initializes a new instance of the ToggleDifferentOddAndEvenPagesCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleDifferentOddAndEvenPagesCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleDifferentOddAndEvenPagesCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleDifferentOddAndEvenPagesCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section. - - - - - - - Initializes a new instance of the ToggleDifferentFirstPageCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleDifferentFirstPageCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleDifferentFirstPageCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleDifferentFirstPageCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Paragraph dialog that allows you to set line spacing. - - - - - - - Initializes a new instance of the ShowLineSpacingFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowLineSpacingFormCommand. - - - A member, identifying the command.. - - - - - - - Gets the name of the resource image corresponding to ShowLineSpacingFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowLineSpacingFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set wide page margins in the document section. - - - - - - - Initializes a new instance of the SetWideSectionPageMarginsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetWideSectionPageMarginsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetWideSectionPageMarginsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetWideSectionPageMarginsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set the page orientation to portrait. - - - - - - - - Initializes a new instance of the SetPortraitPageOrientationCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetPortraitPageOrientationCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetPortraitPageOrientationCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set normal page margins in the document section. - - - - - - - Initializes a new instance of the SetNormalSectionPageMarginsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetNormalSectionPageMarginsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetNormalSectionPageMarginsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetNormalSectionPageMarginsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set narrow page margins in the document section. - - - - - - - Initializes a new instance of the SetNarrowSectionPageMarginsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetNarrowSectionPageMarginsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetNarrowSectionPageMarginsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetNarrowSectionPageMarginsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set moderate page margins in the document section. - - - - - - - Initializes a new instance of the SetModerateSectionPageMarginsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetModerateSectionPageMarginsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetModerateSectionPageMarginsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetModerateSectionPageMarginsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to set the page orientation to landscape. - - - - - - - - Initializes a new instance of the SetLandscapePageOrientationCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetLandscapePageOrientationCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetLandscapePageOrientationCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to remove spacing before the selected paragraph. - - - - - - - Initializes a new instance of the RemoveSpacingBeforeParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the RemoveSpacingBeforeParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to RemoveSpacingBeforeParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to remove spacing after the selected paragraph. - - - - - - - Initializes a new instance of the RemoveSpacingAfterParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the RemoveSpacingAfterParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to RemoveSpacingAfterParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to navigate to the previous page header/footer in edit mode. - - - - - - - Initializes a new instance of the GoToPreviousPageHeaderFooterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the GoToPreviousPageHeaderFooterCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to GoToPreviousPageHeaderFooterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to GoToPreviousPageHeaderFooterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to navigate to the page header from the page footer in edit mode. - - - - - - - Initializes a new instance of the GoToPageHeaderCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the GoToPageHeaderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to GoToPageHeaderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to GoToPageHeaderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to navigate to the page footer from the page header in edit mode. - - - - - - - Initializes a new instance of the GoToPageFooterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the GoToPageFooterCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to GoToPageFooterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to GoToPageFooterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to navigate to the next page header/footer in edit mode. - - - - - - - Initializes a new instance of the GoToNextPageHeaderFooterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the GoToNextPageHeaderFooterCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to GoToNextPageHeaderFooterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to GoToNextPageHeaderFooterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to activate the page header and begin editing. - - - - - - - - Initializes a new instance of the EditPageHeaderCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EditPageHeaderCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to EditPageHeaderCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EditPageHeaderCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to activate the page footer, and begin editing. - - - - - - - - Initializes a new instance of the EditPageFooterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EditPageFooterCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to EditPageFooterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EditPageFooterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to finish header/footer editing. - - - - - - - Initializes a new instance of the ClosePageHeaderFooterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ClosePageHeaderFooterCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ClosePageHeaderFooterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ClosePageHeaderFooterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to change the line spacing of the selected paragraph. - - - - - - - Initializes a new instance of the ChangeParagraphLineSpacingCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeParagraphLineSpacingCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeParagraphLineSpacingCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeParagraphLineSpacingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to add spacing before a paragraph. - - - - - - - Initializes a new instance of the AddSpacingBeforeParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the AddSpacingBeforeParagraphCommand. - - - A member, identifying the command.. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to AddSpacingBeforeParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to add spacing after a paragraph. - - - - - - - Initializes a new instance of the AddSpacingAfterParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the AddSpacingAfterParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to AddSpacingAfterParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Layout element that relates to the column in the section. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns line numbers for lines in a column on a page. - - - A containing elements for all lines in a column on the page. - - - - - - - Provides access to the paragraph frames located in the column. - - - A object that is a collection of the column paragraph frames. - - - - - - - Returns lines of a current column. - - - A containing elements for the current column on the page. - - - - - - - Returns tables contained within the current column on a page. - - - A containing tables in a current column on the page. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - A container that holds conditional styles for the table and enables you to create new conditional styles. - - - - - - - Creates a table style for the specified table elements and adds it to the collection. - - - - A enumeration value that specifies table elements to which a style can be applied. - - - A object. - - - - - - - Returns a table conditional style of the specified type. - - - - A enumeration value. - - - A object. - - - - - - - Returns the table style that is the owner of the current object. - - - A object. - - - - - - - - Base class for layout elements related to document objects based on the . - - - - - - - Returns the range to which the current layout element relates. - - - A that relates to the document range occupying by the object to which the current layout element relates. - - - - - - - - A command to insert a simple numbered list. - - - - - - - Initializes a new instance of the InsertSimpleListCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertSimpleListCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to insert a bulleted list. - - - - - - - Initializes a new instance of the InsertBulletListCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to InsertBulletListCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists levels in the document layout tree at which the navigates. - - - - - - - A level below the level. Contains "boxed" elements, i.e., elements of the , , , and other types. - - - - - - - - A level below the level. Contains elements of the type. - - - - - - - - The topmost level. Contains elements of the type. - - - - - - - - A level below the level related to the page content. Contains elements of the type. - - - - - - - - A level below the level. In a table - a level below the level. Contains elements of the type. - - - - - - - - The topmost level in a separate hierarchy of table layout levels. Contains elements of the type. - - - - - - - - A level below the level. Contains elements of the type. - - - - - - - - A level below the level. Contains elements of the type. - - - - - - - - - A command to delete a selected bookmark. - - - - - - - Initializes a new instance of the DeleteBookmarkCommand class with the specified owner associated with the specified bookmark. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the owner of the command. - - - - A object representing the bookmark to delete. - - - - - - - - Gets a bookmark to delete. - - - A instance to delete. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteBookmarkCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents the class containing options for the availability of numbered and bulleted lists in the document. - - - - - - - Initializes a new instance of the NumberingOptions class with the default settings. - - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A NumberingOptions object whose settings are assigned to the current object. - - - - - - - - Gets or sets the availability of operations with bulleted lists in the document. - - - A enumeration specifying the bulleted list operations availability. - - - - - - - Gets whether the bulleted lists feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the NumberingOptions class. - - - - A class instance that is the source object for copying. - - - - - - - - Gets or sets the availability of operations with multilevel lists in the document. - - - A enumeration specifying the availability of multilevel list operations. - - - - - - - - Gets whether the multilevel lists feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of operations with simple numbered lists in the document. - - - A enumeration specifying the availability of numbered list operations. - - - - - - - - Gets whether the simple numbered lists feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - - - Represents the storage of settings specific for the document restrictions. - - - - - - - Initializes a new instance of the DocumentCapabilitiesOptions class with the default settings. - - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A DocumentCapabilitiesOptions object whose settings are assigned to the current object. - - - - - - - - Gets or sets the bookmark feature availability. - - - A enumeration specifying the document's capability to handle bookmarks. - - - - - - - Gets whether the bookmarks feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the character formatting features availability. - - - A enumeration specifying the document's capability to change character formatting. - - - - - - - Gets whether the character formatting feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of the apply character style feature. - - - A enumeration specifying the document's capability to apply styles to a character. - - - - - - - Gets whether the character style feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to display and work with comments. - - - A enumeration specifying the document's capability to work with comments. - - - - - - - Gets whether comments are allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the DocumentCapabilitiesOptions class. - - - - A DevExpress.XtraRichEdit.DocumentCapabilitiesOptions class instance that is the source object for copying. - - - - - - - - Gets or sets the document's capability to contain endnotes (notes placed at the end of the text). - - - A enumeration specifying the document's capability to work with endnotes. - - - - - - - Gets whether the end notes are allowed in the document. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to recognize and work with fields. - - - A enumeration specifying the document's capability to work with fields. - - - - - - - Gets whether fields are allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to handle floating objects. - - - A enumeration specifying the document's capability to handle floating objects. - - - - - - - Gets whether the floating objects are allowed in the document. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to contain footnotes (notes placed at the end of a document). - - - A enumeration specifying the document's capability to work with footnotes. - - - - - - - Gets whether the end notes are allowed in the document. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets whether the headers and footers feature is allowed. - - - A enumeration specifying the document's capability to display, insert and modify headers and footers. - - - - - - - Gets whether the headers and footers feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the hyperlink feature availability. - - - A enumeration specifying the document's capability to handle hyperlinks. - - - - - - - Gets whether the hyperlink feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document capability to handle inline pictures. - - - A enumeration specifying the document's capability to handle inline pictures. - - - - - - - Gets whether inline pictures handling is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document capability to handle inline shapes (objects in the document's text layer). - - - One of the enumeration members specifying the document's capability to handle inline shapes. - - - - - - - Gets whether the Inline Shapes feature is allowed. - - - true if the feature is alllowed; otherwise, false. - - - - - - - Provides access to options specifying the availability of bulleted and numbered lists in the document. - - - A object containing availability options for diffferent list types. - - - - - - - Gets or sets the paragraph formatting features availability. - - - A enumeration, specifying the document's capability to change paragraph formatting. - - - - - - - Gets whether the paragraph formatting feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of paragraph frames. - - - A enumeration specifying the document's capability to display frames. - - - - - - - Gets whether frames are allowed in the document. - - - true, if the feature is allowed; otherwise, false. - - - - - - - - Gets or sets the availability of the paragraph breaks. - - - A enumeration specifying the document's capability to insert paragraph breaks. - - - - - - - Gets whether operations with paragraph breaks in the document are allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of the apply paragraph style feature. - - - - A enumeration specifying the document's capability to apply styles to a paragraph. - - - - - - - Gets whether the paragraph styling feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of paragraph tab stops. - - - - A enumeration specifying the document's capability to set paragraph tabs. - - - - - - - Gets whether paragraph tab stops are allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to handle document sections. - - - - A enumeration specifying the document's capability to modify document sections. - - - - - - - Gets whether handling document sections is allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to handle tables. - - - - A enumeration specifying the document's capability to handle tables. - - - - - - - Gets whether the tables feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of the apply table style feature. - - - A enumeration specifying the document's capability to apply styles to a table. - - - - - - - Gets whether the table style feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the document's capability to insert tabs. - - - A enumeration specifying the document's capability to insert tabs. - - - - - - - Gets whether tab insertion is allowed. - - - - true if a feature is allowed; otherwise, false. - - - - - - - Gets or sets the availability of the Undo/Redo feature. - - - A enumeration specifying the availability of the Undo/Redo feature. - - - - - - - - Gets whether the Undo/Redo feature is allowed. - - - true if a feature is allowed; otherwise, false. - - - - - - - - Toggles between the multilevel list style and normal text. - - - - - - - Initializes a new instance of the ToggleMultiLevelListCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleMultiLevelListCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleMultiLevelListCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleMultiLevelListCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents the result of a regular expression matching operation. - - - - - - - Gets a collection of groups matched by the regular expression. - - - A object representing character groups matched by the pattern. - - - - - - - - Defines the interface used for text searching, using regular expressions. - - - - - - - Provides access to the results from a single regular expression match. - - - An object exposing the interface, containing information about the match. - - - - - - - - Specifies the restricted operations that cannot be performed by end-users over a document. - - - - - - - For internal use. Initializes a new instance of the RichEditBehaviorOptions class with the default settings. - - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A RichEditBehaviorOptions object whose settings are assigned to the current object. - - - - - - - - Specifies whether or not the Copy operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the Create New Document operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the Cut operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Indicates the maximum default zoom factor. - - - A value, specifying the default maximum zoom factor (it equals positive infinity, by default). - - - - - - - - Indicates the minimum default zoom factor. - - - A value, specifying the default minimum zoom factor (it equals 0.09, by default). - - - - - - - - Gets or sets whether to update the document properties automatically. - - - true, to update the properties automatically ; otherwise, false. - - - - - - - Specifies whether or not the Drag operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the Drop operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies the settings applied to the default font of a RichEdit control. - - - A enumeration member, specifying the provider of the font settings. - - - - - - - Specifies the color settings applied to the default font of a RichEdit control. - - - A enumeration member, specifying the provider of the font color settings. - - - - - - - Gets or sets whether the removes text highlighting. - - - True to retain text highlighting; otherwise, false. - - - - - - - Specifies the upper limit of document zooming. - - - A value, specifying the maximum zoom factor. - - - - - - - Specifies the lower limit of document zooming. - - - A value, specifying the minimum zoom factor. - - - - - - - Specifies whether or not the Office Scrolling feature is enabled. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if office scrolling feature is enabled; otherwise, false. - - - - - - - Specifies whether or not the Open Document operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the overtype feature is allowed. - - - true if the overtype is allowed; otherwise, false. - - - - - - - Gets or sets whether a page break is inserted next to the specified position or in the new line. - - - A enumeration value. - - - - - - - Specifies whether or not the Paste operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies the substitute character that is used to replace the line break in pasted HTML. - - - A enumeration value, specifying a substitute character for a HTML line break. - - - - - - - - Specifies whether or not to paste a cell from the Clipboard as plain text. - - - true, to paste cell contents as plain text; otherwise, false. - - - - - - - Specifies whether or not the printing operations are permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the Save Document operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the Save Document As... operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not the RichEdit popup menu can be displayed. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies which character(s) to insert when pressing the TAB key. - - - - A value, specifying the character(s) to insert when the TAB key has been pressed. - - - - - - - Specifies whether or not the touch device input is analyzed. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - true if an operation is allowed; otherwise, false. - - - - - - - Specifies whether or not to use a font substitution for displaying characters that are missing in the current font. - - - true, to enable displaying substitution characters; otherwise, false. - - - - - - - - Specifies whether or not the Zoom operation is permitted. - - - A enumeration value. - - - - - - - For internal use. Use the property instead. - - - - true if an operation is allowed; otherwise, false. - - - - - - - - Contains settings specifying which formatting marks (paragraph marks, spaces, tabs etc.) are visible. - - - - - - - Initializes a new instance of the FormattingMarkVisibilityOptions class with the default settings. - - - - - - - - Gets or sets the visibility of the hidden text. - - - A enumeration member specifying the visibility of the hidden text. - - - - - - - Gets or sets whether the paragraph mark should be displayed. - - - A enumeration member specifying the visibility of the paragraph marks. - - - - - - - Not in use for the RichEditControl. - - - - - - - - - - Gets or sets whether space characters should be made visible. - - - A enumeration member specifying the visibility of the space characters. - - - - - - - Gets or sets whether tab characters should be made visible. - - - A enumeration member specifying the visibility of the tab characters. - - - - - - - - Lists values specifying the visibility of formatting marks. - - - - - - - - Formatting mark visibility is determined by the current view. - - - - - - - - Formatting marks are always hidden. - - - - - - - - Formatting marks are always visible. - - - - - - - - - Lists values specifying the visibility of bookmarks. - - - - - - - Bookmark visibility is determined by the current view. - - - - - - - - Bookmarks are always hidden. - - - - - - - - Bookmarks are always visible. - - - - - - - - - Lists measurement units used for the document layout. - - - - - - - Specifies documents (one three-hundredths of an inch) as measurement units. - - - - - - - - Specifies pixels as measurement units. - - - - - - - - Specifies twips (1,440 twips equal one inch, and 567 twips equal one centimeter) as measurement units. - - - - - - - - - Lists the availability of a certain functionality in the XtraRichEdit document. - - - - - - - The value is determined by the current setting. The default value is automatically set if it is not explicitly specified. - - - - - - - - The feature is not allowed and the corresponding commands are shown disabled. - - - - - - - - The feature is available and the corresponding commands are shown enabled. - - - - - - - - The feature is not available and the corresponding commands are hidden. - - - - - - - - - Represents settings which define the appearance of bookmarks in the document. - - - - - - - Initializes a new instance of the BookmarkOptions class with the default settings. - - - - - - - - Gets or sets whether duplicate bookmark names are automatically replaced with auto-generated unique names. - - - True, to automatically replace duplicate names; otherwise, false. - - - - - - - Gets or sets whether creation of bookmarks with the same name but a different case is allowed. - - - - True, to allow creating bookmarks with the same name but a different case; otherwise, false. - - - - - - - - Gets or sets the color used to indicate a bookmark in the document. - - - A structure representing ARGB color. - - - - - - - Specifies an action that will be performed after inserting a document range if that range contains a bookmark with the same name as one in the current document. - - - - A enumeration member that identifies an action. - - - - - - - Specifies the mode for displaying bookmarks in the Bookmarks pane of PDF viewer when a document is exported to PDF. - - - A enumeration member that specifies what bookmarks should appear in the Bookmarks pane. - - - - - - - Gets or sets whether bookmarks are displayed in the document. - - - A enumeration value specifying whether bookmarks are visible. - - - - - - - - Interface implemented to facilitate creating certain types of RichEdit objects, such as commands. - - - - - - - For internal use. - - - An enumeration value. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Provides a factory for creating platform-dependent mouse handlers. - - - A DevExpress.XtraRichEdit.Mouse.RichEditMouseHandlerStrategyFactory object or its platform-specific descendants. - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - Provides access to a interface representing the control's document. - - - A interface representing a document loaded in the control. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Indicates whether the RichEditControl content can be printed or exported. - - - - true if the control can be printed and exported; otherwise, false. - - - - - - - - Indicates whether the control can be printed and the print preview for the control is available. - - - true if the control can be printed and exported, and print preview is available; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - Specifies whether or not the overtype mode is enabled for the RichEdit control. - - - true, to enable the overtype mode; otherwise false. - - - - - - - Indicates whether or not the overtype feature is allowed. - - - true if the overtype is allowed; otherwise, false. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - Scrolls the document to the caret position. - - - - - - - - For internal use. Invokes the bookmark form. - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. Invokes the Borders and Shading form. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - Specifies whether or not the caret is displayed if the control is read-only. - - - true to show the caret; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. Invokes the Document Properties form. - - - - - - - - for internal use. Invokes the Document Protection form. - - - - - - - - - - - - - - - - For internal use.Invokes The Unprotect Document form. - - - - - - - - - - - - - - - - For internal use. Invokes a dialog used to edit a specified style. - - - - - - - - - - - - - - - - - - - - For internal use. Invokes a dialog used to edit a specified style. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. Invokes the Bullets and Numbering dialog that enables you to set numbered list options for the specified paragraphs. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - Invokes the Print dialog. - - - - - - - - Invokes the Print Preview window. - - - - - - - - - Shows the question message box. For internal use. - - - - A string value that is the message content. - - - One of the enumeration values indicating the message box type. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. Invokes the Table Options form that enables you to specify table margins and spacing. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - For internal use. Forces updating visual elements of the RichEdit control to display changes resulting from the background formatting. - - - - A delegate to perform within the UI thread. - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Indicates whether or not the standard drag-and-drop mode is selected. - - - true if the standard drag-and-drop mode is in effect for the RichEditControl; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - - Invokes the Document Properties dialog. - - - - - - - Initializes a new instance of the ShowDocumentPropertiesFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowDocumentPropertiesFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowDocumentPropertiesFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowDocumentPropertiesFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Platform-independent brush. Its platform-specific implementations are used to fill shapes and draw text on the layout . - - - - - - - - Lists styles of dashed lines drawn with the object and its descendants. - - - - - - - Specifies a dashed line. - - - - - - - - - Specifies a dash-dot line. - - - - - - - - - - Specifies a line with a repeating dash-dot-dot pattern. - - - - - - - - - Specifies a dotted line. - - - - - - - - - Specifies a solid line. - - - - - - - - - - Platform-independent pen. Its platform-specific implementations are used to draw ellipses, lines and rectangles on the layout . - - - - - - - Gets or sets a line style of the object. - - - One of the enumeration values. - - - - - - - Gets or sets the line thickness of the object. - - - - An Int32 value that is the line thickness. - - - - - - - - A collection of layout elements. - - - - - - - - Layout element which relates to a single character in the element. - - - - - - - Required for interface implementation. - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns the text displayed in the current element. - - - A string contained in the CharacterBox element. - - - - - - - - Used by the method to specify the initial position of the iterator. - - - - - - - - Initial position at the document's end. - - - - - - - - Initial position at the document's start. - - - - - - - - - Layout element that relates to a text paragraph frame. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the background color of the text paragraph frame box. - - - A System.Drawing.Color object that is the background color. - - - - - - - Gets the borders of the text paragraph frame box. - - - A object that is the borders of the frame box. - - - - - - - - Gets the type of the object. - - - One of the enumeration values that corresponds to the ParagraphFrameBox object. - - - - - - - - Represents a base class for multiple command classes. - - - - - - - Performs a command action regardless of a command state. - - - - An interface defining the command state. - - - - - - - - - Represents a base class for RichEdit commands. - - - - - - - - Updates the field's result. - - - - - - - Initializes a new instance of the UpdateFieldCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Initializes a new instance of the UpdateFieldCommand class with the specified owner and the specified field. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - A in the document to update. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UpdateFieldCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to UpdateFieldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UpdateFieldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Creates a new bookmark with the specified name that references the current selection. - - - - - - - Initializes a new instance of the CreateBookmarkCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - A string, specifying the name of the bookmark. - - - - - - - - Initializes a new instance of the CreateBookmarkCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the name of the bookmark created by the command. - - - A string representing the bookmark's name. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CreateBookmarkCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CreateBookmarkCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A class which allows you to specify the current value of a DOCVARIABLE field in the event handler. - - - - - - - - Specifies the current value of the DOCVARIABLE field. - - - - - - - - - - Lists options which determine how the property affects field updates. - - - - - - - - Locked fields are updated. - - - - - - - - Only DOCVARIABLE fields are updated. - - - - - - - - Locked fields are not updated. Default value. - - - - - - - - - Represents the base class for options used for saving (exporting) documents in different formats. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the DocumentExporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets the document properties being exported. - - - One of the enumeration values indicating what document properties are specified. - - - - - - - Gets or sets the URI of the document being exported. - - - A string representing the document URI. - - - - - - - - Represents the class containing options for the horizontal ruler. - - - - - - - Initializes a new instance of the HorizontalRulerOptions class with the default settings. - - - - - - - - Gets or sets whether the left indent marker is visible. - - - true to display left indent marker; otherwise, false. - - - - - - - Gets or sets whether the right indent marker is visible. - - - true to display right indent marker; otherwise, false. - - - - - - - Gets or sets whether tab stops are displayed in the horizontal ruler. - - - true to display tab stops; otherwise, false. - - - - - - - - Represents the class containing options for the vertical ruler. - - - - - - - Initializes a new instance of the VerticalRulerOptions class with the default settings. - - - - - - - - - Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format). - - - - - - - Initializes a new instance of the WordMLDocumentImporterOptions class with the default settings. - - - - - - - - - Contains options used for loading (importing) documents in RTF format. - - - - - - - Initializes a new instance of the RtfDocumentImporterOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the RtfDocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Specifies whether or not to display the text that has been removed using the "deleted" tag of the Track Changes feature. - - - true to omit the deleted text in a document; otherwise false. - - - - - - - - Contains options used for loading (importing) the document in Open XML format (aka MS Word 2007 default format, .docx). - - - - - - - Initializes a new instance of the OpenXmlDocumentImporterOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the OpenXmlDocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Specifies whether the text deleted using the MS Word Track Changes feature is ignored when loading a document in OpenXML format. - - - True, to not load the text marked as deleted with the Track Changes feature; otherwise, false. - - - - - - - Specifies whether the text inserted using the MS Word Track Changes feature is ignored when loading a document in OpenXML format. - - - True to not load the text marked as inserted with the Track Changes feature; otherwise, false. - - - - - - - - Contains options used for loading (importing) the document in OpenDocument text (.odt) format. - - - - - - - Initializes a new instance of the OpenDocumentImporterOptions class with the default settings. - - - - - - - - - Contains options used for loading (importing) the document in Mht (Web Archive) format. - - - - - - - Initializes a new instance of the MhtDocumentImporterOptions class with the default settings. - - - - - - - - Overrides the corresponding property of the base class to hide it. - - - An empty string. - - - - - - - - Contains options used for loading (importing) documents. - - - - - - - Initializes a new instance of the RichEditDocumentImportOptions class with the default settings. - - - - - - - - Provides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). - - - A object containing import settings. - - - - - - - Gets or sets the format that is used if no distinct format can be specified or recognized. - - - A enumeration member specifying the import format. - - - - - - - Provides access to options specific for importing documents in HTML format. - - - An object containing import settings. - - - - - - - Provides access to options specific for importing documents in Mht (Web Archive) format. - - - A object containing import settings. - - - - - - - Provides access to options specific for importing documents in OpenDocument text (.odt) format. - - - A object containing import settings. - - - - - - - Provides access to options specific for importing documents in OpenXml format (aka default MS Office 2007 format or .docx). - - - A object containing import settings. - - - - - - - Provides access to options specific for importing documents in plain text format. - - - A object containing import settings. - - - - - - - Provides access to options specific for importing documents in RTF format. - - - A object containing import settings. - - - - - - - Provides access to options specific for importing documents in WordML format. - - - A object containing import settings. - - - - - - - - Contains options used for saving (exporting) documents in WordprocessingML (aka MS Word 2003 XML format). - - - - - - - Initializes a new instance of the WordMLDocumentExporterOptions class with the default settings. - - - - - - - - - Contains options used for saving (exporting) the plain text document. - - - - - - - Initializes a new instance of the PlainTextDocumentExporterOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentExporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets the character encoding for exported text. - - - A value. - - - - - - - Gets or sets the format string that specifies how the endnote number is transformed into a plain text string. - - - A format string to specify the text representation of an endnote number. - - - - - - - - Gets or sets the string used to mark the endnote in the resulting plain text. - - - A string that marks the endnote in the exported plain text. - - - - - - - Gets or sets whether document lists are distinguished by bullet symbols or numbers in the text output. - - - true to retain bullet symbols or numbers in the output; otherwise, false. - - - - - - - Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. - - - True, to export final paragraph mark as a new line symbol; otherwise, false. - - - - - - - Gets or sets whether to export hidden text as plain text. - - - true to include text marked as hidden to the exported plain text; otherwise, false. - - - - - - - Gets or sets a character or a string used to mark the end of a field code in the resulting text. - - - - A string that marks the end of the field code. - - - - - - - Gets or sets a character or a string used to mark the start of a field code in the resulting text. - - - - A string that marks the beginning of the field code. - - - - - - - Gets or sets a character or a string used to mark the end of a field result in the exported text. - - - - A string that marks the end of the field result. - - - - - - - Gets or sets the format string that specifies how the footnote number is transformed into a plain text string. - - - A format string to specify the text representation of an endnote number. - - - - - - - - Gets or sets the string used to mark the footnote in the resulting plain text. - - - A string that marks the footnote in the exported plain text. - - - - - - - - Contains options used for saving (exporting) the document in Open XML format (aka MS Word 2007 default format, .docx). - - - - - - - Initializes a new instance of the OpenXmlDocumentExporterOptions class with the default settings. - - - - - - - - Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. - - - True, to allow aliases for built-in style names; otherwise, false. - - - - - - - Specifies the directory in which the document images should be saved. - - - - true to store document images in the "\word\images" folder; false to use the "\images" folder instead. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the OpenXmlDocumentExporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets whether to export the document compatibility settings. - - - true, to export the compatibility settings; otherwise, false. - - - - - - - Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. - - - True, to automatically rename bookmarks with name length of 40 characters or more; otherwise, false. - - - - - - - Gets or sets whether font names longer than 31 characters should be truncated in the exported file. - - - True, to truncate font names with more than 31 characters; otherwise, false. - - - - - - - Gets or sets whether style with names longer than 253 characters should be automatically renamed in the exported file. - - - - True, to rename styles with names longer than 253 characters; otherwise, false. - - - - - - - - Contains options used for saving (exporting) the document in OpenDocument text (.odt) format. - - - - - - - Initializes a new instance of the OpenDocumentExporterOptions class with the default settings. - - - - - - - - - Contains options used for saving (exporting) the document in Mht (Web Archive) format. - - - - - - - Initializes a new instance of the MhtDocumentExporterOptions class with the default settings. - - - - - - - - Overrides the corresponding property of the base class, to hide it. - - - Always false. - - - - - - - - Contains options used for saving (exporting) documents. - - - - - - - Initializes a new instance of the RichEditDocumentExportOptions class with the default settings. - - - - - - - - Provides access to options specific for export to DOC (MS Word 97-2003) format. - - - A DevExpress.XtraRichEdit.Export.DocDocumentExporterOptions object containing export settings. - - - - - - - Provides access to options specific for export to HTML format. - - - A object containing export settings. - - - - - - - Provides access to options specific for export to Mht ("Web Archive") format. - - - A object containing export settings. - - - - - - - Provides access to options specific for export to OpenDocument text (.odt) format. - - - A object containing export settings. - - - - - - - Provides access to options specific for export to Open XML format (aka default MS Office 2007 format or .docx). - - - A object containing export settings. - - - - - - - Provides access to options specific for export to plain text format. - - - A object containing export settings. - - - - - - - Provides access to options specific for export to RTF format. - - - A object containing RTF-specific export options. - - - - - - - Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format. - - - A object containing export settings. - - - - - - - - A command to switch the current view to the . - - - - - - - Initializes a new instance of the SwitchToSimpleViewCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SwitchToSimpleViewCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SwitchToSimpleViewCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SwitchToSimpleViewCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to switch the current view to the . - - - - - - - Initializes a new instance of the SwitchToPrintLayoutViewCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SwitchToPrintLayoutViewCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SwitchToPrintLayoutViewCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SwitchToPrintLayoutViewCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to switch the current view to the . - - - - - - - Initializes a new instance of the SwitchToDraftViewCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SwitchToDraftViewCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SwitchToDraftViewCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SwitchToDraftViewCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Symbol dialog window. - - - - - - - Initializes a new instance of the ShowSymbolFormCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowSymbolFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowSymbolFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowSymbolFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - - Returns true. - - - - - - - - Invokes the Bullets And Numbering dialog window. - - - - - - - Initializes a new instance of the ShowNumberingListFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowNumberingListFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowNumberingListFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowNumberingListFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Edit Hyperlink dialog window. - - - - - - - Initializes a new instance of the ShowHyperlinkFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowHyperlinkFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowHyperlinkFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowHyperlinkFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Invokes the Bookmark dialog window. - - - - - - - Initializes a new instance of the ShowBookmarkFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowBookmarkFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowBookmarkFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowBookmarkFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - A command to accomplish actions equivalent to pressing the Enter key. - - - - - - - Initializes a new instance of the EnterKeyCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EnterKeyCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EnterKeyCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Represents the base class for ruler options. - - - - - - - Gets or sets whether the ruler is shown. - - - A enumeration member specifying the visibility mode. - - - - - - - - Specifies the visibility of a ruler. - - - - - - - The ruler visibility is determined by the current view. - - - - - - - - The ruler is always hidden. - - - - - - - - The ruler is always visible. - - - - - - - - - An interface implementing the form field properties accessed by the . - - - - - - - Gets whether the form field is updated after exit. - - - true, if the form field is updated on exit; otherwise, false. - - - - - - - Gets whether the form field is enabled. - - - true if the form field is enabled; otherwise, false. - - - - - - - Gets the name of the entry macro (runs when the form field is focused) associated with the form field. - - - A string that is the entry macro name. - - - - - - - Gets the name of the exit macro (runs when the form field loses focus) associated with the form field. - - - A string value that is the exit macro name. - - - - - - - Gets the instructional text shown when focusing the checkbox and pressing F1. - - - A string value that is the help text. - - - - - - - Gets the type of the instructional text shown when focusing the checkbox and pressing F1. - - - One of the enumeration values indicating the help text type. - - - - - - - Gets the form field's name. - - - A string that is the form field's name. - - - - - - - Gets the instructional text shown on the status bar when focusing the checkbox. - - - A string that is the target help text. - - - - - - - Gets the type of the instructional text shown in the status bar when focusing the checkbox. - - - One of the enumeration values indicating the help text type. - - - - - - - - An interface implementing the checkbox properties accessed by the . - - - - - - - Gets whether the checkbox should take its default value (checked). - - - true, if the checkbox is set to its default value; otherwise, false. - - - - - - - Gets the checkbox size. - - - A value indicating the check box's size. - - - - - - - Gets the checkbox size mode. - - - One of the A enumeration values indicating the check box's size mode. - - - - - - - Gets the checkbox state. - - - One of the A enumeration values indicating the checkbox state. - - - - - - - - Base class for all document from field elements accessed by . - - - - - - - Provides access to the encountered element's form field properties. - - - A object containing form field properties. - - - - - - - - A document element that is the checkbox accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A visitor to visit document elements. - - - - - - - - Provides access to the encountered element's checkbox properties. - - - A object containing checkbox properties. - - - - - - - Provides access to the encountered element's text properties. - - - A object containing text properties. - - - - - - - Gets the type of the object. - - - A object enumeration value that corresponds to the object. - - - - - - - - A base class implementing the interface. - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - Called when a element is encountered. - - - - A object being visited. - - - - - - - - - Lists the output devices to which the document layout is rendered. - - - - - - - The document is rendered for displaying in the Rich Text Editor control. - - - - - - - - The document is rendered for printing. - - - - - - - - - Base class to implement custom drawing for layout elements. - - - - - - - - Initializes a new instance of the PagePainter class with the default settings. - - - - - - - - Provides access to an object whose methods are used to draw the layout. - - - A object encapsulating the layout drawing surface. - - - - - - - Draws the CheckBox element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the LayoutCommentArea element. Override it in a class descendant to customize the element appearance. - - - - The element to draw. - - - - - - - - Draws the LayoutShapeBox element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw.$ - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the LayoutFrame element. Override it in a class descendant to customize the element appearance. - - - - The element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the ParagraphFrameBox element. Override it in a class descendant to customize the element appearance. - - - - The element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element of the type. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Draws the element. Override it in a class descendant to customize the element appearance. - - - - A layout element to draw. - - - - - - - - Provides access to the page containing the layout element currently being drawn. - - - A object that is the current page. - - - - - - - - A method that will handle the BeforePagePain event of RichEditControl or RichEditDocumentServer. - - - - - - - A method that will handle the BeforePagePaint event of the RichEditControl or RichEditDocumentServer. - - - - The event source. This parameter identifies the RichEditControl or RichEditDocumentServer object, which raised the event. - - - - A instance which contains event data. - - - - - - - - - Provides data for the BeforePagePaint event of the RichEditControl and RichEditDocumentServer. - - - - - - - Provides access to layout drawing surface. - - - A object which encapsulates the layout drawing surface. - - - - - - - - Determines the type of device to which the document layout is rendered. - - - A enumeration that specifies the type of device. - - - - - - - - Provides access to the current page being rendered. - - - A element. - - - - - - - Gets or sets the painter object which implements methods for drawing layout elements. - - - A class or its descendant. - - - - - - - - Lists conditions for the line numbering to revert to the start value. - - - - - - - Specifies that line numbering for the current section shall continue from the line numbering at the end of the previous section, if any. - - - - - - - - - Specifies that line numbering for the current section shall revert to the start value on a new page. - - - - - - - - - Specifies that line numbering for the current section shall revert to the start value when a new section begins. - - - - - - - - - - Defines line numbers in the left margin or to the left of each column in the document's . - - - - - - - Gets or sets the line number increments to be displayed in the current document. - - - An integer by which the line number increments. - - - - - - - Gets or sets the distance between the line number and the start of the line. - - - A value specifying the line numbering indent, measured in units - - - - - - - Gets or sets when the line numbering should be reset to the line number specified by the value. - - - A enumeration member, specifying the restart type. By default, it is set to . - - - - - - - - Gets or sets the starting value used for the first line. - - - An integer specifying the line number of the first line. - - - - - - - - Defines a hyperlink in the document. - - - - - - - Gets or sets the name of a bookmark in the current document which shall be the target of the hyperlink. - - - A string representing the bookmark's name. - - - - - - - - Gets or sets a URI to navigate to when the hyperlink is activated. - - - A string representing an URI. The default is null. - - - - - - - Gets the document range associated with the hyperlink. - - - A object representing the document range occupied by a hyperlink. - - - - - - - Gets or sets the target window or frame in which to display the web page content when the hyperlink is clicked. - - - A string, representing a predefined name of the target window (frame). By default it is an empty string. - - - - - - - - Gets or sets a text for the tooltip displayed when the mouse hovers over a hyperlink. - - - A string containing the tooltip text. - - - - - - - Gets or sets whether the location referred to by a hyperlink has been recently visited. - - - true if the hyperlink URI has been recently opened in the browser; otherwise, false. - - - - - - - - Defines a bookmark in the document. - - - - - - - Gets the name of a bookmark in the document. - - - A string that is the unique bookmark's name. - - - - - - - - Gets the range that represents the part of a document contained in the bookmark. - - - A object representing the document range contained in the bookmark. - - - - - - - - An interface that defines a collection of objects. - - - - - - - Creates a hyperlink for the document range, starting at the specified position, and extending through the specified length and adds it to the collection. - - - - A object specifying a starting position of a range associated with the hyperlink. - - - - An integer specifying the length of a hyperlink's range. - - - A interface exposing the created hyperlink. - - - - - - - Creates a hyperlink for the specified document range and adds it to the collection. - - - - A object specifying a range associated with the hyperlink. - - - A interface exposing the created hyperlink. - - - - - - - Converts a hyperlink to plain text. - - - - A to convert. - - - - - - - - - An interface that defines a collection of objects. - - - - - - - Creates a bookmark for the specified range with the specified name and adds it to the collection. - - - - A specifying a portion of a document contained within the bookmark. - - - - A string specifying the bookmark name. - - - A object specifying the created bookmark. - - - - - - - Creates a bookmark with the specified name for the range that starts at the specified position and has the specified length and adds it to the collection. - - - - A specifying the starting position for the bookmark. - - - - An integer specifying the length of the range contained in the bookmark. - - - - - A string specifying the bookmark name. - - - A object specifying the created bookmark. - - - - - - - Gets the Bookmark object specified by its name. - - - - A string specifying the bookmark name. - - - A object which represents the bookmark with the specified name. - - - - - - - Removes the specified bookmark from the collection. - - - - A object specifying a bookmark in the document. - - - - - - - - Selects a range associated with the specified bookmark. - - - - A object specifying a bookmark in the document. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender ( a ). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the HyperlinkClickEventArgs class with the specified hyperlink and key modifiers. - - - - A object representing a hyperlink that is clicked. - - - - A value representing modifier flags. - - - - - - - - - Indicates whether the ALT key was pressed. - - - true if an ALT key was pressed; otherwise, false. - - - - - - - Indicates whether the CTRL key was pressed. - - - true if a CTRL key was pressed; otherwise, false. - - - - - - - Gets or sets whether the default action associated with the hyperlink click is required. - - - true if no default action is necessary; otherwise, false. - - - - - - - Gets a clicked hyperlink. - - - A object representing a clicked link. - - - - - - - Gets the modifier flags for a hyperlink click. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed. - - - - A value representing one or more modifier flags. - - - - - - - Indicates whether the SHIFT key was pressed. - - - true if a SHIFT key was pressed; otherwise, false. - - - - - - - - Represents settings which define the appearance and behavior of hyperlinks in the document. - - - - - - - Initializes a new instance of the HyperlinkOptions class with the default settings. - - - - - - - - Gets or sets whether the automatic correction of the hyperlink URI is enabled. - - - true, if the auto correction is enabled; otherwise, false. - - - - - - - Gets or sets the modifier flags required to activate a hyperlink. The flags indicate which combination of CTRL, SHIFT, and ALT keys should be pressed before a link is clicked, to activate it. - - - A value representing one or more modifier flags. - - - - - - - Gets or sets whether the hyperlink should display a tooltip. - - - true to display a tooltip; otherwise, false. - - - - - - - - Layout element that relates to the document's footer. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. - - - A object which is the footer content. - - - - - - - Provides access to a for the Rich Text Editor document's footer which relates to the current layout object. - - - - A enumeration value, that is the type of the footer for which a content is obtained. - - - - A object which is the footer content. - - - - - - - Finalizes editing of the footer content in the document. - - - - A object which is the footer content obtained by the method. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Represents a frame object in the document. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Provides access to the collection of objects. - - - A object that is the paragraph frame box collection. - - - - - - - Provides access to the collection of objects. - - - A object that is the layout row collection. - - - - - - - Provides access to the collection of objects. - - - A object that is the layout table collection. - - - - - - - Gets the type of the LayoutFrame object. - - - One of the enumeration values corresponding to the object. - - - - - - - - Increments the indent level of the paragraph. - - - - - - - Initializes a new instance of the IncrementIndentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncrementIndentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to IncrementIndentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncrementIndentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists the types of form fields. - - - - - - - The form field is a object. - - - - - - - - - Lists types of help text associated with the form field. - - - - - - - One of the AutoText gallery's entries. - - - - - - - - Custom help text. - - - - - - - - - Lists states available for the check box. - - - - - - - The checkbox is checked. - - - - - - - - The checkbox is unchecked. - - - - - - - - The checkbox is undefined. - - - - - - - - - Lists the size modes available for the object. - - - - - - - Automatically determined size. Equal to the default font size. - - - - - - - - The exact size specified by the property. - - - - - - - - - An interface implementing the check box functionality. - - - - - - - Gets or sets whether the checkbox should take its default value (checked). - - - true, to set the checkbox to its default value; otherwise, false. - - - - - - - Gets or sets the checkbox size. - - - A value indicating the check box's size. - - - - - - - Gets or sets the checkbox size mode. - - - One of the enumeration values indicating the check box's size mode. - - - - - - - Gets or sets the checkbox state. - - - One of the enumeration values indicating the checkbox state. - - - - - - - - An interface implementing the form fields functionality. - - - - - - - Gets or sets whether to update the form field after exit. - - - true to update the form field on exit; otherwise, false. - - - - - - - Gets or sets whether the form field is enabled. - - - true, if the form field is enabled; otherwise, false. - - - - - - - Gets or sets the name of the entry macro (runs when the form field is focused) associated with the form field. - - - A string that is the entry macro name. - - - - - - - Gets or sets the name of the exit macro (runs when the form field loses focus) associated with the form field. - - - - A string value that is the exit macro name. - - - - - - - Gets the form field type. - - - One of the enumeration values indicating the type of the form field. - - - - - - - Gets or sets the instructional text shown when focusing the checkbox and pressing F1. - - - A string value that is the help text. - - - - - - - Gets or sets the type of the instructional text shown when focusing the checkbox and pressing F1. - - - One of the enumeration values indicating the help text type. - - - - - - - Gets or sets the name of the bookmark associated with the current object. - - - A string that is the form field's name. - - - - - - - Retrieves the document range occupied by the form field. - - - - A object that is the target document range. - - - - - - - Gets or sets the instructional text shown on the status bar when focusing the checkbox. - - - A string that is the target help text. - - - - - - - Gets or sets the type of the instructional text shown in the status bar when focusing the checkbox. - - - One of the enumeration values indicating the help text type. - - - - - - - - The collection of objects. - - - - - - - Inserts a object at a given document position. - - - - A object that is the position within the document to place the checkbox. - - - A object that is the target checkbox. - - - - - - - - Represents a method that will handle the UnhandledException event of the RichEditControl. - - - - - - - Represents a method that will handle the event. - - - - The event sender ( a ). - - - - A object which contains event data. - - - - - - - - - Contains options used for loading (importing) the plain text document. - - - - - - - Initializes a new instance of the PlainTextDocumentImporterOptions class with the default settings. - - - - - - - - Gets or sets whether the auto-detection of the loaded text encoding is enabled. - - - true to switch the encoding autodetection on; otherwise, false. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the PlainTextDocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets the encoding used to interpret characters in the document. - - - A object providing the conversion between certain encoding and Unicode. - - - - - - - Overrides the corresponding property of the base class to hide it. - - - - - - - - - - - Contains options used for loading (importing) the HTML document. - - - - - - - Initializes a new instance of the HtmlDocumentImporterOptions class with the default settings. - - - - - - - - Gets or sets whether images are loaded synchronously or asynchronously when importing an HTML document. - - - - true to load images asynchronously; otherwise, false. - - - - - - - Gets or sets whether the auto-detection of the charset of the html file is enabled. - - - true to enable the auto-detect option; otherwise, false. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets the encoding used to interpret characters in the document. - - - A object providing the conversion between certain encoding and Unicode. - - - - - - - Gets or sets the DPI value that will be used to scale fonts on high DPI settings. - - - A positive integer that is the DPI setting used to render text. - - - - - - - Specifies whether or not to ignore the "float" setting of HTML elements in the imported document. - - - true to import floating objects as inline elements; otherwise false. - - - - - - - Gets or sets whether the character encoding specified in the META element should be ignored. - - - true to ignore character encoding in the META element; otherwise, false. - - - - - - - Specifies whether or not to replace all white space characters inside the "pre" tag with non-breaking spaces. - - - true to replace all white space characters with non-breaking spaces inside the "pre" tag; otherwise false. - - - - - - - Overrides the corresponding property of the base class to hide it. Has no effect for HTML import. - - - - - - - - - - - Lists document properties used to hold document metadata. - - - - - - - All document properties (built-in and custom). - - - - - - - - Built-in (core) properties contained in the class. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - Custom properties contained in the class. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - Undefined name. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - The property. - - - - - - - - - Base element for parts of a page which relate to document ranges. - - - - - - - Gets columns of the current page. - - - A collection containing columns of the current page. - - - - - - - - Lists root HTML tags available for export. - - - - - - - Specifies the <BODY> tag as the root tag for export. - - - - - - - - Specifies the <HTML> tag as the root tag for export. - - - - - - - - - Represents an object used to export the document content in HTML format. - - - - - - - Initializes a new instance of the HtmlExporter class with the specified Document Model and HTML export options. - - - - A current Document Model. - - - - A instance containing HTML export options. - - - - - - - - - Increments the indent level of a paragraph in a numbered list. - - - - - - - Initializes a new instance of the IncrementNumerationParagraphIndentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncrementNumerationParagraphIndentCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncrementNumerationParagraphIndentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - The border characteristics of a table. - - - - - - - - Gets or sets the color of the border line. - - - A instance specifying the border line color. - - - - - - - Gets or sets the style used to paint a border line. - - - A enumeration member specifying the line style. - - - - - - - Gets or sets the line width. - - - A value that is the line width in points. - - - - - - - - Lists types of paths used in exported documents to specify links to external content. - - - - - - - The exported document contains absolute paths to external content. - - - - - - - - The exported document contains relative paths to external content. - - - - - - - - - Represents settings which define the appearance and behavior of the document fields. - - - - - - - Initializes a new instance of the FieldOptions class with the default settings. - - - - - - - - Gets or sets whether the DOCVARIABLE field value is cleared when it cannot be calculated. - - - True, to clear the value of the DOCVARIABLE field when it either cannot be retrieved from the Document.Variables dictionary or the CalculateDocumentVariable event is not handled; otherwise, false. - - - - - - - Gets or sets the color used to highlight the document fields. - - - A value representing the highlight color. - - - - - - - Gets or sets when the document fields should be highlighted. - - - A enumeration member specifying the condition. - - - - - - - Gets or sets whether to throw exception if a field formatting switch is not recognized. - - - True, to throw exception on an invalid field formatting switch; otherwise, false. - - - - - - - - Specifies whether to refresh the values of document variables when they are to be copied to the Clipboard. - - - true to ensure that the copied values are up to date; otherwise false. - - - - - - - Specifies whether to refresh the values of document variables when the document is to be printed. - - - true to ensure that the printed values are up to date; otherwise false. - - - - - - - Gets or sets whether the method updates fields contained in text boxes. - - - True, to update fields contained in text boxes; otherwise, false. - - - - - - - - Gets or sets whether document fields contained in the pasted range should be updated. - - - true, to update fields in the pasted range; otherwise, false. - - - - - - - Gets or sets whether to update hyperlinks without the result text. - - - true to update hyperlinks; otherwise, false. - - - - - - - Gets or sets whether locked fields can be updated. - - - An enumeration member that specifies what fields can be updated. - - - - - - - Gets or sets whether the current culture's short date and time display settings should be used to format DateTime value for display. - - - true, to use the current culture settings; false to use a predefined fixed format. - - - - - - - - - Defines the interface used for text searching. - - - - - - - Gets the search result. - - - A object representing the text range that matches the search string. - - - - - - - Performs a search. - - - true if the search text is found; otherwise, false. - - - - - - - Performs a text replacement. - - - - A replacement string. - - - - - - - - Restarts the search. - - - - - - - - - Lists options used for searching. - - - - - - - Performs a case sensitive search. Only exact matches are found (e.g. "myString" matches "myString" but not "mystring"). - - - - - - - - - Performs a search regardless of the case of the characters. Finds the occurrence of a string in a text. Strings will match even if the case is different (e.g. "mystring" will match "myString"). - - - - - - - - Search strings will only match if neither an alphabetical character nor a decimal digit occurs on either side of the string. - - - - - - - - - - List search directions. - - - - - - - Search is performed backward, from the end to the start of the range. - - - - - - - - Search is performed forward, from the start to the end of the range. - - - - - - - - - Increases the font size of the selection to the closest larger predefined value. - - - - - - - Initializes a new instance of the IncreaseFontSizeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncreaseFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to IncreaseFontSizeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncreaseFontSizeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Base class for layout elements. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets coordinates of a rectangle which encompasses the layout element. - - - A structure specifying the coordinates of the layout element. - - - - - - - Returns the parent layout element of the type designated by the specified generic type parameter. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - Gets coordinates of the specified layout element relative to its container. - - - - A descendant that is the element whose relative position is obtained. - - - A structure specifying the coordinates of the layout element. - - - - - - - Returns the element which is one step higher in the layout hierarchy. - - - A descendant which is the parent of the current layout element. - - - - - - - Gets the type of the layout element. - - - A enumeration value. - - - - - - - - Enumerates list representations in the resulting RTF file. - - - - - - - Lists are saved as plain text only, no specific RTF autonumber instructions are included. - - - - - - - - Lists are saved as text with autonumber instructions, as the RTF standard defines. - - - - - - - - - Contains options for exporting the document in RTF format. - - - - - - - Initializes a new instance of the RtfDocumentExporterOptions class with the default settings. - - - - - - - - Provides access to options affecting the compatibility of exported files with different RTF editors. - - - A object containing certain options that affect export compatibility. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Enables you to add the '\par' tag to the end of RTF content. - - - An enumeration member. - - - - - - - Gets or sets whether the color theme information is included in the exported RTF file. - - - - True to include color theme information in RTF; otherwise, false. - - - - - - - Gets or sets the way the lists are represented in the exported RTF document. - - - A enumeration member specifying how the lists are exported. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - true, to enclose the content in RTF file in curly braces; otherwise, false. - - - - - - - - Represents the settings that affect the portability of the exported file. - - - - - - - - Initializes a new instance of the RtfDocumentExporterCompatibilityOptions class with the default settings. - - - - - - - - Specifies tags used to represent the BackColor attribute in a resulting RTF document. - - - - A enumeration value. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the RtfDocumentExporterCompatibilityOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets whether inline objects are saved in the RTF file twice - as an object and as metafile content. - - - - true to duplicate objects as metafiles when saving; otherwise, false. Default value is false. - - - - - - - - Enumerates possible ways to represent lists in the resulting HTML document. - - - - - - - Uses HTML tags to mark lists. - - - - - - - - Uses characters to mark lists. - - - - - - - - - Lists possible ways to export style information. - - - - - - - Saves style sheets incorporated in the main document. - - - - - - - - Saves style sheets in a separate CSS file. - - - - - - - - CSS is embedded by placing it as an attribute to an HTML tag. - - - - - - - - CSS is included as a link to an external CSS-file. - - - - - - - - CSS is included in a <STYLE> tag. - - - - - - - - - Represents a collection of fields in the document. - - - - - - - Add a field specified by its code to the field collection. - - - - A representing the position at which the field is inserted. - - - - A string representing the field's code. - - - A object representing the newly created field. - - - - - - - Create a field from the specified range and add it to the field collection. - - - - A representing a range transformed to a field. - - - A object representing the newly created field. - - - - - - - Creates a field from the specified range and adds it to the field collection. - - - - A object specifying a range to be transformed to a field. - - - A object specifying the newly created field. - - - - - - - Adds a field specified by its code to the field collection. - - - - A at which the field is inserted. - - - - A string specifying the field's code. - - - A object specifying the newly created field. - - - - - - - Updates all fields in the collection. - - - - - - - - - Represents a field in the document. - - - - - - - Gets the range containing the field codes. - - - A object representing the range occupied by the field's code. - - - - - - - - Gets or sets whether the field is locked, so that it cannot be updated automatically or by executing UI commands. - - - True, to lock the field; otherwise, false. - - - - - - - Gets the outer field for the nested field. - - - A object. - - - - - - - Gets the document range occupied by the field. - - - A object representing the range containing the field, including the codes and field's result. - - - - - - - - - Gets the range containing the field result. - - - A object representing the range occupied with the field's result. - - - - - - - Gets or sets whether to show the field's codes. - - - true to show the field's codes; otherwise, false. - - - - - - - Updates the result of the field. - - - - - - - - - Defines the provider of the locations for external objects in document export. - - - - - - - - A read-only collection of document images ( objects). - - - - - - - Gets all images (inline and floating pictures) located in the specified document range. - - - - A specifying the range in which to search for images. - - - - A object specifying the read-only collection of images. - - - - - - - - Displays or hide actual data in MERGEFIELD fields. - - - - - - - - Initializes a new instance of the ToggleViewMergedDataCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleViewMergedDataCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleViewMergedDataCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleViewMergedDataCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles field code display on/off. - - - - - - - Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Initializes a new instance of the ToggleFieldCodesCommand class with the specified owner and the specified field. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - A object representing a document field for which to show/hide codes. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFieldCodesCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFieldCodesCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFieldCodesCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the dialog window that allows inserting merged fields from the database into the document. - - - - - - - Initializes a new instance of the ShowInsertMergeFieldFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowInsertMergeFieldFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowInsertMergeFieldFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowInsertMergeFieldFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to display merged data in place of field codes. - - - - - - - Initializes a new instance of the ShowAllFieldResultsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowAllFieldResultsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowAllFieldResultsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowAllFieldResultsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to display all field codes in place of the fields in the document. - - - - - - - - Initializes a new instance of the ShowAllFieldCodesCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowAllFieldCodesCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowAllFieldCodesCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowAllFieldCodesCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Allows setting common parameters for all RichEditControl instances in the application. - - - - - - - Fixes incorrectly displayed rotated images in loaded RTF files. - - - True, to turn the compatibility option on; otherwise, false. - - - - - - - Gets or sets the name of the font which is the default font for Rich Edit controls in the application. - - - A string that is the font name. - - - - - - - Gets or sets the size of the font which is the default font size for RichEdit controls in the application. - - - A value that specifies the font size in points. - - - - - - - Static property that switches off the vertical metrics correction introduced for CJK font support. - - - True, to disable CJK font correction; otherwise, false. - - - - - - - Gets or sets whether to restore the previous document layout calculation. - - - true to enable the legacy layout engine; otherwise, false. -The default value is false. - - - - - - - Enables changing parsing rules for nested fields. - - - - True, to parse and evaluate nested fields in a way similar to MS Word; otherwise, false to use the legacy parser. - - - - - - - A static property that enables you to retain the behavior when the last paragraph cannot be deleted. - - - True, to retain the former behavior and not remove the last paragraph when the last range is deleted; otherwise, false. - - - - - - - - Gets or sets whether to keep importing document hyperlinks when importing document fields is forbidden. - - - true, to import hyperlinks; otherwise, false. - - - - - - - Allows you to use an obsolete PDF export implemented in earlier versions. - - - True, to use PDF export based on the Printing System functionality; otherwise, false. - - - - - - - Gets or sets whether the information about the default font size (12pt) should be written to the RTF document code. - - - true, to enable writing the information about the default RTF font size; otherwise, false. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically a ). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new BeforeExportEventArgs object with the specified settings. - - - - A enumeration value that specifies the format of the document being exported. - - - - - An object that contains export options. - - - - A object that stores a document's custom properties. - - - - - - - - - Provides access to the document's custom properties. - - - A object that stores document's custom properties. - - - - - - - Gets the format of the document being exported or saved. - - - A enumeration value. - - - - - - - Provides access to the exporter options. - - - An interface defining export options. - - - - - - - - Specifies the default mail merge options. - - - - - - - Initializes a new instance of the RichEditMailMergeOptions class with the default settings. - - - - - - - - Specifies the index of a data record displayed by fields in a mail-merge document. - - - - An integer value, specifying the ordinal number of a record in a data source. - - - - - - - Allows you to specify group and decimal separators used in a numeric format switch. - - - - A object. - - - - - - - Specifies the member of a mail-merge document's data source. - - - A value, specifying the data member name. - - - - - - - Specifies the data source of a mail-merge document. - - - A value, specifying the document data source. - - - - - - - Specifies whether or not the last paragraph of the inserted document is kept in the resulting document. - - - true, to retain the last paragraph of the inserted document; otherwise, false. - - - - - - - Specifies whether to display field results or field codes in a mail-merge document. - - - - true, to display actual data; otherwise, false. - - - - - - - - Lists delimiters that start the new merged range. - - - - - - - Enables you to join rows, which result from a mail merge involving a table with merged fields, into a whole table. - - - - - - - - Specifies that the next merged range starts with a new paragraph. - - - - - - - - - Specifies that the next merged range starts with a new section. The section break type is obtained from the previous section break or set to the NextPage by default. For headers and footers, it is the only allowed option. - - - - - - - - - - Defines the mail merge options. - - - - - - - Gets or sets whether all styles contained in the template are copied to the resulting document. - - - true to copy all styles to the merged document; otherwise, false. - - - - - - - Gets or sets a specific data member in a data source that contains several tables or members. - - - A string that identifies a member in the data source. - - - - - - - Gets or sets the data source for the mail merge. - - - An object that represents the data source from which the merged data is retrieved. - - - - - - - Gets or sets the record index from which the merge starts. - - - An integer, specifying the starting record index. - - - - - - - Gets ors sets whether headers (footers) in the merged document have the same content in all sections. - - - - true, to link headers (footers) one to another so that they have the same content; otherwise, false. - - - - - - - Gets or sets the record index at which the merge finishes. - - - An integer, specifying the final record index. - - - - - - - Gets or sets how the merged ranges are delimited in the resulting document. - - - A enumeration value specifying the delimiter. - - - - - - - Sets the behavior of numbered lists when the mail merge operation is performed. - - - One of the enumeration values. - - - - - - - - Base class for inline layout elements. - - - - - - - Gets the type of the box descendant. - - - A enumeration member indicating the type of the box element. - - - - - - - - A method that will handle the CommentInserted event of the RichEditControl. - - - - - - - Represents a method that will handle the and events. - - - - The event sender (typically a RichEditControl). - - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Provides access to the comment to edit its properties and content. - - - A object that is the comment in the document. - - - - - - - Gets the index of a comment in the collection of comments in a document. - - - An integer that is the index in the collection. - - - - - - - - Changes selected text between title case, upper case, and lower case. - - - - - - - Initializes a new instance of the ChangeCaseCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeCaseCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeCaseCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists the values used to specify the drag-and-drop mode of the DragDropMode. - - - - - - - This mode is suitable for mutli-thread applications, when no Drag~ events of the RichEditControl can be raised. - - - - - - - - This mode is suitable for single-thread applications. If this mode is enabled, all Drag~ events of the RichEditControl are correctly raised when objects are dragged and dropped. - - - - - - - - - Combines the page index and position in the page layout. - - - - - - - - Initializes new instance of the PageLayoutPosition class with the specified settings. - - - - An integer that is the index of a page. - - - - A that specifies a position on a page. - - - - - - - - Gets the index of a page. - - - An integer that is the zero-based page index. - - - - - - - Gets the location of the point on a page. - - - A object that is the location of the point on a page. - - - - - - - - Combines the page index and page bounds. - - - - - - - - Gets coordinates of a rectangle which encompasses the page. - - - A structure specifying the coordinates of the layout element. - - - - - - - Gets the index of a page. - - - An integer that is the zero-based page index. - - - - - - - - Deletes all currently visible comments. - - - - - - - Initializes a new instance of the DeleteAllCommentsShownCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteAllCommentsShownCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteAllCommentsShownCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsShownCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a list of visible comments to delete. - - - A object. - - - - - - - - A collection of elements. - - - - - - - - Replaces the current misspelling with an appropriate substitute from a connected dictionary. - - - - - - - Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Initializes a new instance of the ReplaceMisspellingCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - A string that is the suggested word to substitute a misspelled word. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ReplaceMisspellingCommand. - - - A member, identifying the command. - - - - - - - Gets the menu caption associated with the current command. - - - A string representing the text of the menu item. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ReplaceMisspellingCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets a word to substitute for a misspelled word. - - - - A value, specifying the suggested replacement. - - - - - - - - A collection of elements. - - - - - - - - Container for table characteristics used to specify table cell characteristics for table styles. - - - - - - - Gets or sets the property for the specified cells. - - - A value or null if the color is not set or is not the same for the specified cells. - - - - - - - Gets or sets the property of a table cell. - - - A value or null if the padding is not set or is not the same for the specified cells. - - - - - - - Gets or sets the property of a table cell. - - - A value or null if the padding is not set or is not the same for the specified cells. - - - - - - - Gets or sets the property of a table cell. - - - A value or null if the padding is not set or is not the same for the specified cells. - - - - - - - Gets or sets the property of a table cell. - - - A value or null if the padding is not set or is not the same for the specified cells. - - - - - - - Gets or sets whether a text is wrapped in the specified cells. - - - true if text is wrapped in all specified cells; false if text is not wrapped in all specified cells, or null if some cells wrap text and other cells do not. - - - - - - - Resets the table cell properties to the properties specified by the underlying table style or to default properties. - - - - - - - - Resets the table cell properties specified by the mask to the properties of the underlying table style or to default properties. - - - - A enumeration value. - - - - - - - - Provides access to an object that allows you to specify characteristics for cell borders. - - - A object. - - - - - - - Gets or sets the vertical justification of content inside a table cell. - - - A enumeration value if all specified cells have the same alignment; otherwise, null. - - - - - - - - A collection of styles for table cells in a Snap application. - - - - - - - Add a style to the collection of styles in the current document. - - - - A class instance that is a table style. - - - - - - - - Creates a new table cell style. - - - A object that is a table cell style. - - - - - - - Marks the specified style as deleted, so it can no longer be applied. - - - - A to delete. - - - - - - - - Returns a table cell style with the specified name. - - - - A value, specifying the item name. - - - A value. - - - - - - - Restores the table cell style marked as deleted. - - - - A object that is the style to be restored. - - - - - - - - - A single style that can be applied to a cell in a table of a Snap application. - - - - - - - Gets whether the specified style is marked as deleted. - - - true if the style is deleted; otherwise, false. - - - - - - - Gets or sets the name of the style. - - - A string specifying the style name. - - - - - - - Gets or sets the style from which the current style inherits. - - - A object that is the parent style. - - - - - - - - - A collection of objects. - - - - - - - Creates a new with the specified settings. - - - - A for which a comment is being created. - - - - A value that sets the property. - - - A object. - - - - - - - Creates a nested comment. - - - - A value that sets the property. - - - - A object that is the parent comment. - - - A object that is the nested comment - - - - - - - Creates a new with the specified settings. - - - - A value that specifies the start of the for which a comment is being created. - - - - An integer value that specifies the of the range. - - - - A value that sets the property. - - - A object. - - - - - - - Creates a comment for the specified range and assigns the author's name and creation date. - - - - A that specifies the start of the range being commented. - - - - A string that specifies the comment's author. - - - - A object that specifies the comment creation date. - - - A object successfully created. - - - - - - - Creates a nested comment with the specified author's name and creation date. - - - - A value that sets the property. - - - - A object that is the comment creation date. - - - - A object that is the parent comment. - - - A object that is the nested comment. - - - - - - - Creates a comment for the specified range and assigns the comment's author and creation date. - - - - A that specifies the start of the range being commented. - - - - An integer that specifies the number of positions by which a document range extends. - - - - A value that sets the property. - - - - A value that sets the property. -A object that is the comment creation date. - - - - A object successfully created. - - - - - - - Returns a comment with the specified name. - - - - A value, specifying the item name. - - - A value. - - - - - - - Removes the specified comment from the collection. - - - - A object to remove from the collection. - - - - - - - - Deletes a comment specified by its index. - - - - An integer that is the index of a comment in a collection of comments in a document. - - - - - - - - Selects the specified comment in a document. - - - - A object to select in the collection. - - - - - - - - - - A comment in the document - a text note that is attached to a . - - - - - - - Specifies the comment's author. - - - A value, specifying the author of the comment. - - - - - - - Provides access to a comment's content to start editing. - - - - A object which is the content of the comment. - - - - - - - Gets or sets the comment's creation date. - - - A object that is the comment creation date. - - - - - - - Finalizes editing the comment's content. - - - - A object obtained by the method. - - - - - - - - Specifies the comment name. - - - A value, specifying the comment name. - - - - - - - Specifies the parent comment of the current comment. - - - The object that is the parent comment. - - - - - - - Specifies the document range to which the comment relates. - - - A value. - - - - - - - - A collection of elements. - - - - - - - - Ignores the current misspelling. - - - - - - - For internal use. Initializes a new instance of the IgnoreMisspellingCommand class with the specified settings. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Initializes a new instance of the IgnoreMisspellingCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IgnoreMisspellingCommand. - - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IgnoreMisspellingCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Ignores any misspellings found in a document. - - - - - - - Initializes a new instance of the IgnoreAllMisspellingsCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IgnoreAllMisspellingsCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IgnoreAllMisspellingsCommand. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes a repeated word from a document. - - - - - - - For internal use. Initializes a new instance of the DeleteRepeatedWordCommand class with the specified settings. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Initializes a new instance of the DeleteRepeatedWordCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteRepeatedWordCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteRepeatedWordCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Adds a word to the dictionary. - - - - - - - For internal use. Initializes a new instance of the AddWordToDictionaryCommand class with the specified settings. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Initializes a new instance of the AddWordToDictionaryCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the AddWordToDictionaryCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to AddWordToDictionaryCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists the value masks available for paragraph properties. - - - - - - - 0x00000001 - - - - - - - - 0x7FFFFFFF - - - - - - - - 0x00020000 - - - - - - - - 0x00000200 - - - - - - - - 0x00000040 - - - - - - - - 0x00004000 - - - - - - - - 0x00000002 - - - - - - - - 0x00000020 - - - - - - - - 0x00000000 - - - - - - - - 0x00010000 - - - - - - - - 0x00000400 - - - - - - - - 0x00000004 - - - - - - - - 0x00000010 - - - - - - - - 0x00000008 - - - - - - - - 0x00000080 - - - - - - - - 0x00000100 - - - - - - - - - Lists the value masks available for character properties. - - - - - - - 0x7FFFFFFF - - - - - - - - 0x00000040 - - - - - - - - 0x00000100 - - - - - - - - 0x00000004 - - - - - - - - 0x00000001 - - - - - - - - 0x00000002 - - - - - - - - 0x00000080 - - - - - - - - 0x00004000 - - - - - - - - 0x00000008 - - - - - - - - 0x00008000 - - - - - - - - 0x00000000 - - - - - - - - 0x00010000 - - - - - - - - 0x00002000 - - - - - - - - 0x00000010 - - - - - - - - 0x00000200 - - - - - - - - 0x00000020 - - - - - - - - 0x00000800 - - - - - - - - - Defines a collection of document images. - - - - - - - Appends the specified image. - - - - A object specifying the image to append. - - - A object specifying the image appended to the document. - - - - - - - Appends the specified image. - - - - A object specifying the image to append. - - - A object specifying the image appended to the document. - - - - - - - Inserts an image at the specified position in the document. - - - - - A object specifying the position to insert an image. - - - - A object containing information about the image to insert. - - - A object specifying the inline image in the document. - - - - - - - Inserts an image at the specified position in the document. - - - - - A object specifying the position to insert an image. - - - - A object specifying the image to insert. - - - A object specifying the inline image in the document. - - - - - - - - Invokes the Search and Replace form that enables the user to search for specific text and replace it with a specified string. - - - - - - - Initializes a new instance of the ReplaceCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ReplaceCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ReplaceCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ReplaceCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Reverses actions of the previous . - - - - - - - Initializes a new instance of the RedoCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the RedoCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to RedoCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to RedoCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the previous word. - - - - - - - Initializes a new instance of the PreviousWordCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousWordCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousWordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the beginning of the previous paragraph. - - - - - - - Initializes a new instance of the PreviousParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the beginning of the previous page. - - - - - - - Initializes a new instance of the PreviousPageCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousPageCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousPageCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the previous line. - - - - - - - Initializes a new instance of the PreviousLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousLineCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousLineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the previous character. - - - - - - - Initializes a new instance of the PreviousCharacterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousCharacterCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousCharacterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the next word. - - - - - - - Initializes a new instance of the NextWordCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextWordCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextWordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor forward by the number of lines in the current control's window, minus one. - - - - - - - Initializes a new instance of the NextScreenCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextScreenCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextScreenCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the beginning of the next paragraph. - - - - - - - Initializes a new instance of the NextParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the beginning of the next page. - - - - - - - Initializes a new instance of the NextPageCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextPageCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextPageCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the next line. - - - - - - - Initializes a new instance of the NextLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextLineCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextLineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the next character. - - - - - - - Initializes a new instance of the NextCharacterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextCharacterCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextCharacterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Inserts the trademark sign () symbol. - - - - - - - Initializes a new instance of the InsertTrademarkSymbolCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertTrademarkSymbolCommand. - - - A member, identifying the command. - - - - - - - - Inserts the registered trademark (®) symbol. - - - - - - - Initializes a new instance of the InsertRegisteredTrademarkSymbolCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertRegisteredTrademarkSymbolCommand. - - - A member, identifying the command. - - - - - - - - Inserts a paragraph break. - - - - - - - Initializes a new instance of the InsertParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertParagraphCommand. - - - A member, identifying the command. - - - - - - - - Inserts a page break at the current position in the document. - - - - - - - Initializes a new instance of the InsertPageBreakCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertPageBreakCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Inserts a non-breaking space. - - - - - - - Initializes a new instance of the InsertNonBreakingSpaceCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertNonBreakingSpaceCommand. - - - A member, identifying the command. - - - - - - - - Inserts the line break. - - - - - - - Initializes a new instance of the InsertLineBreakCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertLineBreakCommand. - - - A member, identifying the command. - - - - - - - - Inserts the en dash (–) symbol. - - - - - - - Initializes a new instance of the InsertEnDashCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertEnDashCommand. - - - A member, identifying the command. - - - - - - - - Inserts the em dash () symbol. - - - - - - - Initializes a new instance of the InsertEmDashCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertEmDashCommand. - - - A member, identifying the command. - - - - - - - - Inserts the ellipsis () symbol. - - - - - - - Initializes a new instance of the InsertEllipsisCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertEllipsisCommand. - - - A member, identifying the command. - - - - - - - - Inserts the copyright (©) symbol. - - - - - - - Initializes a new instance of the InsertCopyrightSymbolCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertCopyrightSymbolCommand. - - - A member, identifying the command. - - - - - - - - Inserts a column break in the document. - - - - - - - Initializes a new instance of the InsertColumnBreakCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertColumnBreakCommand. - - - A member, identifying the command. - - - - - - - - Increases the font size of the selected text by one point. - - - - - - - - Initializes a new instance of the IncrementFontSizeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncrementFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to IncrementFontSizeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncrementFontSizeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the File Open dialog and loads the selected file into the control. - - - - - - - Initializes a new instance of the LoadDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the LoadDocumentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to LoadDocumentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to LoadDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - - Returns true. - - - - - - - - Extends the selection to the beginning of the line. - - - - - - - Initializes a new instance of the ExtendStartOfLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendStartOfLineCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the previous word. - - - - - - - Initializes a new instance of the ExtendPreviousWordCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousWordCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection up to the previous page. - - - - - - - Initializes a new instance of the ExtendPreviousPageCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousPageCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the previous line. - - - - - - - Initializes a new instance of the ExtendPreviousLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousLineCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the previous character. - - - - - - - Initializes a new instance of the ExtendPreviousCharacterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousCharacterCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the next word. - - - - - - - Initializes a new instance of the ExtendNextWordCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextWordCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the next screen. - - - - - - - Initializes a new instance of the ExtendNextScreenCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextScreenCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection up to the next page. - - - - - - - Initializes a new instance of the ExtendNextPageCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextPageCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection one line down. - - - - - - - Initializes a new instance of the ExtendNextLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextLineCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the next character. - - - - - - - Initializes a new instance of the ExtendNextCharacterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextCharacterCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the end of the current line. - - - - - - - Initializes a new instance of the ExtendEndOfLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendEndOfLineCommand. - - - A member, identifying the command. - - - - - - - - Extends the selection to the end of the document. - - - - - - - Initializes a new instance of the ExtendEndOfDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendEndOfDocumentCommand. - - - A member, identifying the command. - - - - - - - - Deletes the previous word in the text. - - - - - - - - Initializes a new instance of the DeleteWordBackCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteWordBackCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteWordBackCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes the next word in the text. - - - - - - - Initializes a new instance of the DeleteWordCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteWordCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteWordCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes the selected text. - - - - - - - Initializes a new instance of the DeleteCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - Decrements the indent level of a paragraph in a numbered list. - - - - - - - Initializes a new instance of the DecrementNumerationParagraphIndentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecrementNumerationParagraphIndentCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecrementNumerationParagraphIndentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decrements numeration of a paragraph in a numbering list. - - - - - - - Initializes a new instance of the DecrementNumerationFromParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecrementNumerationFromParagraphCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecrementNumerationFromParagraphCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decreases the font size of the selection by one point. - - - - - - - Initializes a new instance of the DecrementFontSizeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecrementFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DecrementFontSizeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecrementFontSizeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decrements the indent level of the paragraph. - - - - - - - Initializes a new instance of the DecrementIndentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecrementIndentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DecrementIndentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecrementIndentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decreases the font size of the selection to the closest smaller predefined value. - - - - - - - Initializes a new instance of the DecreaseFontSizeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecreaseFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DecreaseFontSizeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecreaseFontSizeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Creates an empty field in the document. - - - - - - - Initializes a new instance of the CreateFieldCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CreateFieldCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to CreateFieldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CreateFieldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A collection of objects. - - - - - - - - Base collection for collections of layout elements. - - - - - - - Gets the number of elements in the collection. - - - An integer that is the number of elements. - - - - - - - Returns the first element in the collection of the type designated by the specified generic type parameter. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - Returns an enumerator that iterates through the LayoutElementCollection<T> instance. - - - A for the LayoutElementCollection<T> instance. - - - - - - - Gets the object of the type designated by the specified generic type parameter and specified by its index. - - - - An integer that is the index of the element in a corresponding collection of elements with the specified generic type parameter. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - Returns the last element in the collection of the type designated by the specified generic type parameter. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - - Lists command identifiers. - - - - - - - Instantiates the RichEditCommandId structure with the specified value. - - - - An integer specifying the command id value. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. - - - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - ID - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ChangeSelectionShadingCommand ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - DevExpress.XtraRichEdit.Commands.ChangeCurrentBorderRepositoryItemLineThicknessCommand ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - descendant ID for use in context menu. - - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - ID - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - DeleteTableStyleCommand ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - DragCopyContentCommand ID. - - - - - - - - - DragCopyExternatContentCommand ID. - - - - - - - - - DragMoveContentCommand ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - Determines whether the specified object is equal to the current RichEditCommandId instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current RichEditCommandId instance; otherwise false. - - - - - - - Determines whether the specified instance is equal to the current RichEditCommandId instance. - - - - The RichEditCommandId object to compare with the current object. - - - true if the specified object is equal to the current RichEditCommandId instance; otherwise false. - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. - - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - Identifies a command that serves as the placeholder for command buttons in bar or Ribbon UI. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current RichEditCommandId object. - - - An integer value representing the hash code for the current object. - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - ID. - - - - - - - - - Reserved. Currently not in use. - - - - - - - - - - Reserved. Currently not in use. - - - - - - - - - - Reserved. Currently not in use. - - - - - - - - - - Reserved. Currently not in use. - - - - - - - - - - For internal use. - - - - - - - - - ID. - - - - - - - - - Gets the ID of the RichEditCommandId. - - - A member, identifying the command. - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ModifyTableStyleCommand ID. - - - - - - - - - ID. - - - - - - - - - descendant ID for use in context menu. - - - - - - - - - - NewTableStyleCommand ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - Empty or invalid command ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - For internal use. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - For internal use. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - Reserved for future use. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - and identifiers. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - Converts the numeric value of the ID to its equivalent string representation. - - - The string representation of the value of this instance. - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - ID - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - ID. - - - - - - - - - ID. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Inserts text at the current position, replacing the text to the right of the mouse cursor. - - - - - - - Initializes a new instance of the OvertypeTextCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets the ID of the OvertypeTextCommand. - - - A member, identifying the command. - - - - - - - - Inserts text at the current position in a document. - - - - - - - - Initializes a new instance of the InsertTextCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets or sets the type of the source which has issued the command. - - - A enumeration member that helps identify the command's origin. - - - - - - - Gets the ID of the InsertTextCommand. - - - A member, identifying the command. - - - - - - - Specifies the text to be inserted into a document. - - - A value. - - - - - - - - Toggles the visibility of the reviewing pane that lists the comments available in a document. - - - - - - - Initializes a new instance of the ToggleReviewingPaneCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleReviewingPaneCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleReviewingPaneCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleReviewingPaneCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Overrides the property to hide it. - - - Always true. - - - - - - - - Navigates to the previous comment in a document. - - - - - - - Initializes a new instance of the PreviousCommentCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousCommentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to PreviousCommentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousCommentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Prints the current document using the default printer. The command is executed without user intervention. - - - - - - - - Initializes a new instance of the QuickPrintCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the QuickPrintCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to QuickPrintCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to QuickPrintCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Deletes the currently selected comment from a document. - - - - - - - Initializes a new instance of the DeleteOneCommentCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteOneCommentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteOneCommentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteOneCommentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Print dialog to print the current document. - - - - - - - - Initializes a new instance of the PrintCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PrintCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to PrintCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PrintCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - - Returns true. - - - - - - - - Deletes all comments from a document. - - - - - - - Initializes a new instance of the DeleteAllCommentsCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DeleteAllCommentsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to DeleteAllCommentsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DeleteAllCommentsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the caret to the end of line, and scrolls the document to show the caret position. - - - - - - - Initializes a new instance of the EndOfLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EndOfLineCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EndOfLineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the caret to the end of the document, and scrolls the document to show the caret position. - - - - - - - Initializes a new instance of the EndOfDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the EndOfDocumentCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to EndOfDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the File dialog that prompts for a file name, and saves a document in a file with the specified name and format. - - - - - - - - Initializes a new instance of the SaveDocumentAsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SaveDocumentAsCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SaveDocumentAsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SaveDocumentAsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Saves a document to a file. - - - - - - - Initializes a new instance of the SaveDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SaveDocumentCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SaveDocumentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SaveDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Formats a current paragraph with single line spacing. - - - - - - - Initializes a new instance of the SetSingleParagraphSpacingCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSingleParagraphSpacingCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSingleParagraphSpacingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Formats a current paragraph with one and a half line spacing. - - - - - - - Initializes a new instance of the SetSesquialteralParagraphSpacingCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetSesquialteralParagraphSpacingCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetSesquialteralParagraphSpacingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Formats a current paragraph with double line spacing. - - - - - - - Initializes a new instance of the SetDoubleParagraphSpacingCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetDoubleParagraphSpacingCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetDoubleParagraphSpacingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Tabs dialog that allows you to set the tab stops and their characteristics. - - - - - - - Initializes a new instance of the ShowTabsFormCommand class with the specified owner and settings. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - True to hide the Default Tab Stops combo box on the form; otherwise, false. - - - - - - - - Initializes a new instance of the ShowTabsFormCommand class with the specified command owner, form owner and settings. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - True to hide the Default Tab Stops combo box on the form; otherwise, false. - - - - - - - - Initializes a new instance of the ShowTabsFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowTabsFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the form that owns this form. This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An object exposing the interface representing the form that is the owner of this form. - - - - - - - - Invokes the Paragraph dialog that allows you to set paragraph formatting. - - - - - - - Initializes a new instance of the ShowParagraphFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowParagraphFormCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowParagraphFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowParagraphFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Invokes the Font dialog that allows you to change the font, size and style of selected text. - - - - - - - Initializes a new instance of the ShowFontFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowFontFormCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowFontFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowFontFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Moves the cursor to the start of the document. - - - - - - - - Initializes a new instance of the StartOfDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the StartOfDocumentCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to StartOfDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the cursor to the start of the current line. - - - - - - - Initializes a new instance of the StartOfLineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the StartOfLineCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to StartOfLineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decreases the indent by the size of one tab or inserts the tab. - - - - - - - Initializes a new instance of the ShiftTabKeyCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShiftTabKeyCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShiftTabKeyCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles between the numbered paragraph style and normal text. - - - - - - - Initializes a new instance of the ToggleSimpleNumberingListCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleSimpleNumberingListCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleSimpleNumberingListCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleSimpleNumberingListCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles whitespace characters display on/off. - - - - - - - Initializes a new instance of the ToggleShowWhitespaceCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleShowWhitespaceCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleShowWhitespaceCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleShowWhitespaceCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles right paragraph alignment on and off. - - - - - - - Initializes a new instance of the ToggleParagraphAlignmentRightCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleParagraphAlignmentRightCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleParagraphAlignmentRightCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentRightCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles left paragraph alignment on and off. - - - - - - - Initializes a new instance of the ToggleParagraphAlignmentLeftCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleParagraphAlignmentLeftCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleParagraphAlignmentLeftCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentLeftCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles justified paragraph alignment on and off. - - - - - - - Initializes a new instance of the ToggleParagraphAlignmentJustifyCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleParagraphAlignmentJustifyCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleParagraphAlignmentJustifyCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentJustifyCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles centered paragraph alignment on and off. - - - - - - - Initializes a new instance of the ToggleParagraphAlignmentCenterCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleParagraphAlignmentCenterCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleParagraphAlignmentCenterCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleParagraphAlignmentCenterCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles between normal and hidden text mode of the selection. - - - - - - - Initializes a new instance of the ToggleHiddenTextCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleHiddenTextCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleHiddenTextCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleHiddenTextCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the underline style on the selection. - - - - - - - Initializes a new instance of the ToggleFontUnderlineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontUnderlineCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontUnderlineCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontUnderlineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the superscript style on the selection. - - - - - - - Initializes a new instance of the ToggleFontSuperscriptCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontSuperscriptCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontSuperscriptCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontSuperscriptCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the subscript style on the selection. - - - - - - - Initializes a new instance of the ToggleFontSubscriptCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontSubscriptCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontSubscriptCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontSubscriptCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Increases the indent by the size of one tab or inserts the tab. - - - - - - - Initializes a new instance of the TabKeyCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the TabKeyCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to TabKeyCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the strikeout style on the selection. - - - - - - - Initializes a new instance of the ToggleFontStrikeoutCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontStrikeoutCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontStrikeoutCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontStrikeoutCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the italic style on the selection. - - - - - - - Initializes a new instance of the ToggleFontItalicCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontItalicCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontItalicCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontItalicCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the double underline style on the selection. - - - - - - - - Initializes a new instance of the ToggleFontDoubleUnderlineCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontDoubleUnderlineCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontDoubleUnderlineCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleUnderlineCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the double strikeout style on the selection. - - - - - - - - Initializes a new instance of the ToggleFontDoubleStrikeoutCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontDoubleStrikeoutCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontDoubleStrikeoutCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontDoubleStrikeoutCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles the bold style on the selection. - - - - - - - - Initializes a new instance of the ToggleFontBoldCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFontBoldCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleFontBoldCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFontBoldCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Toggles between the bulleted paragraph and normal text. - - - - - - - - Initializes a new instance of the ToggleBulletedListCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleBulletedListCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleBulletedListCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleBulletedListCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Creates a new, blank document and loads it in the RichEdit control. - - - - - - - Initializes a new instance of the CreateEmptyDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CreateEmptyDocumentCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to CreateEmptyDocumentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CreateEmptyDocumentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Find and Replace form used to search for specific text in the document. - - - - - - - - Initializes a new instance of the FindCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FindCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FindCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FindCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Navigates the layout tree and provides access to individual elements. - - - - - - - Initializes a new instance of the LayoutIterator class for the specified document layout. - - - - A object which provides access to the document layout model. - - - - - - - - Initializes a new instance of the LayoutIterator class to navigate in the specified document range. - - - - A object which provides access to the document layout model. - - - - A that is the document in which the LayoutIterator will navigate. - - - - A object which specifies the starting position and the length of a range in which the LayoutIterator will navigate. - - - - - - - - Initializes a new instance of the LayoutIterator class to navigate in the specified document range. - - - - A object which provides access to the document layout model. - - - - A that is the range in which the LayoutIterator will navigate. - - - - - - - - Obtains a layout element to which the iterator has moved. - - - A object that is the element to which the iterator points. - - - - - - - - Gets whether the iterator has reached the end of the range available for navigation with the current iterator. - - - True, if the end of available range has been reached; otherwise, false. - - - - - - - - Gets whether the document layout tree on which the iterator navigates is valid. - - - True, if the document layout tree used by iterator equals to the document layout tree; otherwise, false. - - - - - - - Gets whether the iterator has reached the start of the range available for navigation with the current iterator. - - - True if the start of available range is reached; otherwise, false. - - - - - - - Navigates to the next layout element in the layout tree. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the next layout element of the specified level in the layout tree. - - - - A enumeration member which specifies the level of the element to which iterator navigates. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. - - - - A enumeration member which specifies the level of the element to which the iterator navigates. - - - - - True, to allow navigation to the next branch; otherwise, false. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the previous layout element of the specified level in the layout tree. - - - - A enumeration member which specifies the level of the element to which iterator navigates. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the previous layout element in the layout tree. - - - True, on a successful navigation; otherwise, false. - - - - - - - Navigates to the next layout element of the specified level in the layout tree and allows staying within the same branch. - - - - A enumeration member which specifies the level of the element to which the iterator navigates. - - - - True, to allow navigation to the previous branch; otherwise, false. - - - True, on a successful navigation; otherwise, false. - - - - - - - Rewinds the iterator to its initial position. - - - - - - - - Sets the iterator to specified initial position. - - - - One of the enumeration values. - - - - - - - - - A command to select the entire document range. - - - - - - - Initializes a new instance of the SelectAllCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SelectAllCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SelectAllCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to scroll a document in a vertical direction by the specified distance in the view, measured in pixels. - - - - - - - Initializes a new instance of the ScrollVerticallyByPixelOffsetCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the scroll distance applied to the current document view. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - Gets or sets the scroll distance applied to the current document view. - - - An integer, representing the scroll distance, measured in pixels. - - - - - - - - A command to scroll a document in a vertical direction by the specified distance, measured in documents. - - - - - - - Initializes a new instance of the ScrollVerticallyByPhysicalOffsetEnsurePageGenerationCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - - A command to scroll a document in a vertical direction by the specified distance, in the document model. - - - - - - - Initializes a new instance of the ScrollVerticallyByPhysicalOffsetCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the scroll distance applied to the current document view. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - Gets or sets the scroll distance of the current document view. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - - A command to scroll a document in a vertical direction by the specified distance, in the document model. - - - - - - - Initializes a new instance of the ScrollVerticallyByLogicalOffsetCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the scroll distance applied to the current document view. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - Gets or sets the scroll distance for the document model. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - - A command to scroll the document in horizontal direction by the specified distance, measured in documents. - - - - - - - Initializes a new instance of the ScrollHorizontallyByPhysicalOffsetCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ScrollHorizontallyByPhysicalOffsetCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the scroll distance of the current document view. - - - An integer, representing the scroll distance, measured in documents. - - - - - - - - A command to cancel changes caused by the previous command. - - - - - - - Initializes a new instance of the UndoCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UndoCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to UndoCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UndoCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to "zoom out " the document to see more of the page at a reduced size. - - - - - - - Initializes a new instance of the ZoomOutCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ZoomOutCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ZoomOutCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ZoomOutCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to get a close-up view of the document. - - - - - - - Initializes a new instance of the ZoomInCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ZoomInCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ZoomInCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ZoomInCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to paste the text from the Clipboard over the selection. - - - - - - - - Initializes a new instance of the PasteSelectionCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets or sets the expected format of the Clipboard data for the paste operation. - - - A member that specifies the expected data format. - - - - - - - Gets the ID of the PasteSelectionCommand. - - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - A command to cut the selected text and place it to the Clipboard. - - - - - - - - Initializes a new instance of the CutSelectionCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CutSelectionCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to CutSelectionCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CutSelectionCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - A command to copy the selected text to the Clipboard. - - - - - - - - Initializes a new instance of the CopySelectionCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets the ID of the CopySelectionCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to CopySelectionCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CopySelectionCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to reset the formatting of the selected text to default. - - - - - - - - Initializes a new instance of the ClearFormattingCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ClearFormattingCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ClearFormattingCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Get the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ClearFormattingCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to change the font typeface of the selected text. - - - - - - - Initializes a new instance of the ChangeFontNameCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFontNameCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFontNameCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to change the font color of the selected text. - - - - - - - Initializes a new instance of the ChangeFontColorCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFontColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeFontColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFontColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to highlight characters in a selected range. - - - - - - - Initializes a new instance of the ChangeFontBackColorCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFontBackColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeFontBackColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFontBackColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Enables you to implement the text highlighting functionality. - - - - - - - This method is called if the text content of the control is modified. - - - - - - - - Reserved for future use. - - - - - - - - - A collection of paragraphs ( objects) in the document. - - - - - - - Gets all paragraphs located in the specified document range. - - - - A specifying the range in which to search for paragraphs. - - - - A object specifying the read-only collection of paragraphs. - - - - - - - Gets a paragraph which contains the specified position. - - - - A for which an encompassed paragraph is obtained. - - - A object. - - - - - - - - Combines border characteristics. - - - - - - - Gets the border color. - - - A that is the color of the border. - - - - - - - Returns the style of the border line. - - - A enumeration member that indicates the line style. - - - - - - - Returns a parameter that characterizes the thickness of a border line. - - - An integer that characterizes the thickness of a border line. - - - - - - - - Specifies whether or not to display comments in a document. - - - - - - - Initializes a new instance of the ViewCommentsCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ViewCommentsCommand. - - - A member that is the command identifier. - - - - - - - Gets the name of the resource image corresponding to ViewCommentsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ViewCommentsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RichEditUnhandledExceptionEventArgs class with the specified exception. - - - - An object representing the exception which caused an event. - - - - - - - - Gets the exception which triggers the UnhandledException event. - - - An object representing an exception which caused the event. - - - - - - - Gets or sets whether the exception should be propagated upwards. - - - true to stop the exception from being propagated; otherwise, false. - - - - - - - - Represents an interface for creating, applying and retrieving a column layout of a section in a document. - - - - - - - Gets the number of columns in the section. - - - An integer, representing the number of columns in the section. - - - - - - - Creates a uniform column layout using the current page settings. - - - - - A object representing a current page. - - - - A Single value specifying the width of an individual column, measured in . - - - - - An value specifying the number of columns on a page. Must be greater than zero. - - - A object representing a collection of columns. - - - - - - - Creates a uniform column layout using the specified settings. - - - - - A Single value specifying the width of an individual column, measured in . - - - - - A Single value specifying the spacing between adjacent columns, measured in . - - - - An value specifying the number of columns on a page. Must be greater than zero. - - - A object representing a collection of columns. - - - - - - - Gets the column layout of the current section. - - - A object representing columns in the current section. - - - - - - - Applies the columns to the section. - - - - A representing the layout to be applied. - - - - - - - - - Represents a collection of columns in the layout. - - - - - - - Initializes a new instance of the SectionColumnCollection class. - - - - - - - - - Represents a repository for the views of the Rich Edit control. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - Provides access to the Draft View of the RichEditControl. - - - - A object representing the Draft view of the control. - - - - - - - Provides access to the Print Layout View of the RichEditControl. - - - - A object representing the Print layout view of the control. - - - - - - - Provides access to the Simple View of the RichEditControl. - - - A object representing the Simple view of the control. - - - - - - - Overrides the base class method to clear the text representation of an object. - - - An empty string. - - - - - - - - Represents a page layout view of the Rich Edit control. - - - - - - - Initializes a new instance of the PrintLayoutView class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. - - - - - - - - Gets or sets whether line numbers, when enabled, are displayed in the PrintLayoutView. - - - true to show line numbers if they are enabled; otherwise, false. - - - - - - - Zooms the document so that the entire page is visible in the control. - - - - - - - - Gets or sets the maximum number of pages in a row at any zoom level. - - - An integer representing a number of pages. - - - - - - - Gets or sets the alignment for displaying several pages in the . - - - A enumeration member. - - - - - - - Gets the RichEditControl View's type. - - - The value. - - - - - - - Accepts the Visitor passed as the argument, as defined in the Visitor pattern. - - - - A Visitor object that implements the interface. - - - - - - - - - Represents a draft view of the Rich Edit control. - - - - - - - Initializes a new instance of the DraftView class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. - - - - - - - - Gets or sets the distance from the text to the control's border in pixels. - - - A object representing the control's padding. - - - - - - - Gets the RichEditControl View's type. - - - The value. - - - - - - - Accepts the Visitor passed as the argument. - - - - A Visitor object that implements the interface. - - - - - - - - - Represents a simple view of the Rich Edit control. - - - - - - - Initializes a new instance of the SimpleView class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the view. - - - - - - - - Gets or sets the distance from the text to the control's border in pixels. - - - A object representing the control's padding. - - - - - - - Gets the RichEditControl View's type. - - - - The value. - - - - - - - Accepts the Visitor passed as the argument as defined in the Visitor pattern. - - - - A Visitor object that implements the interface. - - - - - - - - Gets or sets whether the text is wrapped when a document is displayed in the simple view. - - - true to enable text wrapping; otherwise false. - - - - - - - - Represents a base class for the RichEditControl views. - - - - - - - Specifies whether or not to obtain the font color and background color values from the current skin, if they have not been defined explicitly. - - - true to obtain unspecified font color and background color values from the current skin; otherwise false. - - - - - - - - Gets or sets whether line numbers can be displayed in the view. - - - true to show line numbers if they are enabled; otherwise, false. - - - - - - - Gets or sets the background color of the View. - - - A object representing the background color of the View. - - - - - - - Provides access to the IRichEditControl interface of the view owner. - - - An object exposing the interface. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Gets the cursor coordinates in the current document's view. - - - - A representing the cursor. The units of measurement are documents. - - - - - - - - Obtains the page index and the layout position on the page for the specified point. - - - - A object that is the point in control coordinates. - - - - A object containing the page index and the position on a page. - - - - - - - - Obtains information on the layout of visible pages. - - - - A list of layout information on individual pages. - - - - - - - Gets the range encompassing all pages which are shown in the View. - - - A that is the range containing visible pages. - - - - - - - Gets the position relative to the document and returns the position relative to the control. - - - - - A instance that specifies the layout position on a specific page of the document. - - - - A structure or null. - - - - - - - Overrides the base class method to clear the text representation of an object. - - - An empty string. - - - - - - - Gets the RichEditControl View's type. - - - A enumeration member indicating the type of the View. - - - - - - - A key method for the Visitor pattern that calls the appropriate Visit method of the Visitor. - - - - An object exposing the representing the Visitor of the Visitor pattern. - - - - - - - - Gets or sets the current zoom level used to display the document. - - - The factor by which the contents of the control is zoomed. - - - - - - - - Represents a base class for the classes containing different options used in the RichEditControl. - - - - - - - Occurs when the options are modified. - - - - - - - - Resets all notification options to their default values. - - - - - - - - - Represents the formatting capabilities required for correct export of the document. - - - - - - - Gets or sets whether the bookmarks support is required for correct export of the document. - - - true if the document contains bookmarks; otherwise, false. - - - - - - - Gets or sets whether the non-default character formatting support is required for correct export of the document. - - - true if the document contains non-default character formatting; otherwise, false. - - - - - - - Determines whether the current capabilities are a superset of the specified capabilities. - - - - A object to test. - - - true if the current capabilities contain the specified capabilities; otherwise, false. - - - - - - - - Determines whether the specified object is equal to the current DocumentExportCapabilities instance. - - - - The object to compare with the current object. - - - - true if the specified object is equal to the current DocumentExportCapabilities instance; otherwise false. - - - - - - - Gets or sets whether footers support is required to export the document correctly. - - - - true if the document contains footers; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current DocumentExportCapabilities object. - - - An integer value representing the hash code for the current object. - - - - - - - Gets or sets whether headers support is required to export the document correctly. - - - - true if the document contains headers; otherwise, false. - - - - - - - Gets or sets whether hyperlinks support is required to export the document correctly. - - - - true if the document contains hyperlinks; otherwise, false. - - - - - - - Gets or sets whether the in-line objects support is required for correct export of the document. - - - true if the document contains in-line objects; otherwise, false. - - - - - - - Gets or sets whether the in-line pictures support is required for correct export of the document. - - - true if the document contains in-line images; otherwise, false. - - - - - - - Gets or sets whether the non-default paragraph formatting support is required for correct export of the document. - - - true if the document contains non-default paragraph formatting; otherwise, false. - - - - - - - Gets or sets whether the section partitioning support is required for correct export of the document. - - - true if the formatting contains section partitioning; otherwise, false. - - - - - - - Gets or sets whether the document formatting contains styles. - - - true if the formatting contains styles; otherwise, false. - - - - - - - Converts the numeric value of this instance to its equivalent string representation. - - - The string representation of the value of this instance. - - - - - - - - Layout element that relates to the highlighted text of the document . - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Specifies the view used to show the document within the . - - - - - - - - Specifies that the control is in a draft mode. - - - - - - - - Specifies that the control is in a print layout mode. In this mode, the control displays pages with all formattings applied. - - - - - - - - Specifies that the control is in a simple mode. In this mode, the width of displayed pages depends upon the control's width. Page formatting is not in effect. - - - - - - - - - - A document format. - - - - - - - - Initializes a new instance of the DocumentFormat class with the specified value. - - - - - An integer value specifying the initial value for the document format. - - - - - - - - MS Word 97-2003 binary file format. - - - - - - - - - EPUB® - standard format for electronic books and other digital publications. - - - - - - - - - - Determines whether the specified object is equal to the current DocumentFormat instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current DocumentFormat instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object. - - - - An integer value representing the hash code for the current object. - - - - - - - The HTML format. - - - - - - - - - The MHT format - web page archive format used to save HTML code with resources represented by external links (images etc.), in a single file - - - - - - - - - The OpenDocument text format (.odt, implemented by OpenOffice.org office suite). - - - $ - - - - - - - The OpenXML file format (aka default MS Office 2007 format or .docx) - - - - - - - - - The plain text format. - - - - - - - - - The Rich Text Format (RTF). - - - - - - - - - Returns a human-readable string that represents the DocumentFormat object. - - - A value that represents the DocumentFormat object. - - - - - - - The document's format is undefined. - - - - - - - - - The WordprocessingML format (.xml, implemented in MS Office 2003). - - - $ - - - - - - - - Represents the settings which define file name and file format that are used when saving and loading the document. - - - - - - - Initializes a new instance of the DocumentSaveOptions class with the default settings. - - - - - - - - - - Gets or sets the file name into which the document is saved or from which it is loaded. - - - - A which represents the current file name (including the path and the file extension). - - - - - - - Gets or sets the file format into which the document is saved or from which it is loaded. - - - A member representing the current file format. - - - - - - - Gets or sets the file name used by default for a new document, when saving or loading a document which has not been previously saved. - - - - - A which represents the default file name (including the path and the file extension). - - - - - - - Gets or sets the default file format used for saving a newly created document. - - - - - - A member, representing the default file format. It equals unless specified explicitly. - - - - - - - - Represents paragraph properties. - - - - - - - Gets or sets the paragraph style applied to the current paragraph. - - - A object representing the style. - - - - - - - - Provides access to the page settings of a section. - - - - - - - Gets or sets the page's height. - - - A value specifying the page's height measured in units. - - - - - - - - Gets or sets a value that specifies whether the page's orientation is landscape. - - - - true, if the page's orientation is landscape; false, if the page has the standard portrait orientation. - - - - - - - Gets or sets a value that specifies the page's paper size. - - - One of enumeration values. - - - - - - - - Gets or sets the page's width. - - - A value that specifies the page's width measured in units. - - - - - - - - - Provides access to character properties. - - - - - - - Gets or sets the character style applied to the document range. - - - A object representing the style. - - - - - - - - Provides access to the properties of margins in a . - - - - - - - Gets or sets a value that specifies the bottom margin. - - - A value that specifies the bottom margin measured in units. - - - - - - - Gets or sets a value that specifies the distance between the footer and the bottom of the page. - - - A value that specifies the margin measured in units. - - - - - - - Gets or sets a value that specifies the distance between the header and the top of the page. - - - A value that specifies the margin measured in units. - - - - - - - Gets or sets a value that specifies the left margin. - - - A value that specifies the left margin measured in units. - - - - - - - Gets or sets a value that specifies the right margin. - - - A value that specifies the right margin measured in units. - - - - - - - Gets or sets a value that specifies the top margin. - - - A value that specifies the top margin measured in units. - - - - - - - - Defines a document range. - - - - - - - Starts modifying the document obtained via the document's range (e.g. via selection). - - - A instance allowing you to safely modify the document. - - - - - - - Gets whether the current document range contains a specified position. - - - - A representing a position to test for inclusion. - - - true if the specified position is contained within the range; otherwise, false. - - - - - - - Gets the end position of the DocumentRange. - - - A object representing the end of the text range. - - - - - - - Finalizes modifications of the document obtained via the document's range (e.g. via selection). - - - - A instance obtained via the previously called method. - - - - - - - - Gets the length of a document range in characters. - - - An integer, representing the number of character positions in a range. - - - - - - - - Gets the start position of the DocumentRange. - - - A object representing the start of the text range. - - - - - - - - An interface that defines a collection of objects. - - - - - - - - An interface that defines a collection of objects. - - - - - - - Apply the numbering list format specified by the object to the paragraphs in the specified range. - - - - - A specifying the range for which the encompassing paragraphs are obtained. - - - - - A object that holds list format attributes. - - - - - An integer that is the list level applied to the paragraphs specified by the document range. - - - - - - - - Apply the numbering list format specified by the object to the specified paragraph. - - - - - A object that is the paragraph added to the list. - - - - A in the document whose attributes should be applied to the paragraph. - - - - - An integer that is the list level applied to the paragraph. - - - - - - - - Apply the numbering list format specified by the object to the specified paragraph. - - - - - A object that is the paragraph added to the list. - - - - An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph. - - - - - An integer that is the list level applied to the paragraph. - - - - - - - - Appends a new Paragraph to the document. - - - A object that is the newly added paragraph. - - - - - - - Inserts a new Paragraph at a specified position. - - - - - A object that specifies a position to insert a new paragraph. - - - - A object representing the newly inserted paragraph. A newly inserted paragraph is a paragraph which follows the position specified in the method. - - - - - - - Inserts a new paragraph into the document at a specified position using the specified options. - - - - - A object that specifies a position to insert a new paragraph. - - - - - An enumeration value, specifying how destination formatting is applied to inserted content. - - - A object representing the newly inserted paragraph. - - - - - - - Removes the numbering or bullet from the specified paragraph. - - - - A paragraph to modify. - - - - - - - - Remove the numbering or bullet from all paragraphs intersecting the specified range. - - - - A object that is the range in the document. - - - - - - - - - A position within a document. - - - - - - - Starts modifying the document obtained via the document's position (e.g. via the caret position). - - - A instance allowing you to safely modify the document. - - - - - - - Finalizes modifications performed for the document obtained via the document's position (e.g. via the caret position). - - - - A instance obtained via the previously called method. - - - - - - - - Determines whether the specified object is equal to the current DocumentPosition instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current DocumentPosition instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current DocumentPosition object. - - - - An integer value representing the hash code for the current object. - - - - - - - Returns an integer representation of the DocumentPosition object. - - - An integer value. - - - - - - - Converts the numeric value of this instance to its equivalent string representation. - - - The string representation of the value of this instance. - - - - - - - - Layout element that relates to the underlined text. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns a parameter that identifies the relative height of the underline painting. - - - An integer that identified the relative thickness of the underline. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the striked text. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the highlighted range which visualizes the value. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the Range Permission start and end visual indicators. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - - Layout element that relates to the highlighted text. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the color of the highlight applied to the layout element. - - - A System.Drawing.Color object that is the highlight color. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the visualization of the hidden text in the document. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the start and end visual indicators. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - - Layout element that relates to the start and end visual indicators. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - A enumeration member. - - - - - - - - Extends the selection to the start of the document. - - - - - - - Initializes a new instance of the ExtendStartOfDocumentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendStartOfDocumentCommand. - - - A member, identifying the command. - - - - - - - - A structure that combines characteristics of borders for the layout table or cell. - - - - - - - Provides access to an object that specifies the bottom border of a table cell. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object that specifies the left border of a table cell. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object that specifies the right border of a table cell. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object that specifies the bottom border of a table cell. - - - A object that specifies characteristics of the table border. - - - - - - - - Layout element that relates to a page body - a page without headers, footers, comments and floating objects. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to the main document for which layout is calculated. - - - A object that is the main document. - - - - - - - Returns the collection of the floating objects which are positioned in the background of the current layout page area. - - - A object that is the background floating objects collection. - - - - - - - Returns the collection of floating objects related to the current layout page area. - - - A object that is the floating objects collection. - - - - - - - Returns the collection of floating objects which are positioned in the foreground of the current layout page area. - - - A object that is the foreground floating objects collection. - - - - - - - Returns the collection of frames located in the current layout page area. - - - A object that is the collection of frames. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Combines start and length of the document range. Used in Layout API. - - - - - - - Initializes a new instance of the FixedRange class with the specified start and length. - - - - An integer that is the start position of the range. - - - - An integer that is number of positions contained in the range. - - - - - - - - Gets whether the current document range contains a specified range. - - - - A that is a range to test for inclusion. - - - true if the specified range is contained within the range; otherwise, false. - - - - - - - Gets whether the current document range contains a specified position. - - - - An integer that is a position to test for inclusion. - - - true if the specified position is contained within the range; otherwise, false. - - - - - - - Determines whether the specified object is equal to the current FixedRange instance. - - - - The object to compare with the current object. - - - true if the specified object is equal to the current FixedRange instance; otherwise false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current FixedRange object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets whether the current and the specified ranges intersect. - - - - A object that specifies the range to check for intersection. - - - True if ranges intersect; otherwise, false. - - - - - - - Returns the range length. - - - An integer that is the number of positions the range contains. - - - - - - - Returns the start position of the range. - - - An integer that is the start position of the range. - - - - - - - Returns a message containing range start and length. - - - A string containing range start and length delimited with comma. - - - - - - - - A collection of selections in the document. - - - - - - - Adds a range to the collection of selections. - - - - A to add. - - - - - - - - Adds listed ranges to the collection of selections. - - - - A list of document ranges. - - - - - - - - Removes all items from the collection. - - - - - - - - Returns the number of selections in a collection. - - - An integer that is the number of items in a collection. - - - - - - - Returns an enumerator that iterates through the SelectionCollection instance. - - - A for the SelectionCollection instance. - - - - - - - Gets the selection specified by its index. - - - - An integer that is the index in the collection. - - - A object that is the selected range in the collection. - - - - - - - Deletes a selection specified by its index. - - - - An integer that is the zero-based index of a selection to delete. - - - - - - - - Unselects a specified range. - - - - A to unselect. - - - - - - - - - Base class for layout element that relates to the floating object. - - - - - - - Provides access to the layout element which relates to the anchoring range of the shape (floating object). - - - A object. - - - - - - - Gets coordinates of a rectangle which encompasses the floating object's content. - - - A structure specifying the bounds of the floating object's content. - - - - - - - Returns an array of points which are the vertices of a rectangle encompassing the floating object content. - - - A array identifying a rectangle. - - - - - - - Returns an array of points which are the vertices of a rectangle encompassing the floating object. - - - A array identifying a rectangle. - - - - - - - Returns a object that relates to the current element. - - - A object in the logical document model. - - - - - - - Gets the geometric transform for a element. - - - A System.Drawing.2D.Matrix object representing the geometric transform. - - - - - - - Returns the value of a shape which relates to the current layout element. - - - A value that is the number of degrees the shape is rotated around the z-axis. - - - - - - - - - A method that will handle the event. - - - - - - - A method that will handle the event. - - - - The event source. This parameter identifies the object, which raised the event. - - - - A instance which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class with the specified page index. - - - - - An integer that is the index of the page that fires the event. - - - - - - - - Gets an index of the page that raised the event. - - - An integer that is the page index. - - - - - - - - A method that will handle the event. - - - - - - - A method that will handle the event. - - - - The event source. This parameter identifies the object, which raised the event. - - - - A instance which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the DocumentLayoutInvalidatedEventArgs class with the specified page index. - - - - An integer that is the page index. - - - - - - - - Returns an index of a page from which the document layout recalculation starts. - - - An integer that is the page index. - - - - - - - - Lists modes for layout calculation. - - - - - - - Calculates layout asynchronously. - - - - - - - - Does not allow asynchronous layout calculation. - - - - - - - - - Layout element that relates to a floating object - Text Box. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to the text box content. - - - A object that is the text box content. - - - - - - - Gets the geometric transform for a element. - - - A System.Drawing.2D.Matrix object representing the geometric transform. - - - - - - - Provides access to the paragraph frames located in the text box. - - - A object that is a collection of the text box paragraph frames. - - - - - - - Returns a range which the text box content occupies. - - - A object that is the text box content range. - - - - - - - Gets lines of the document contained in the current text box. - - - A containing lines of the text box document. - - - - - - - Gets tables contained within the text box. - - - A containing tables which are in the text box content. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to a object. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets cells of the current table row. - - - A containing cell of the current row in a table. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to a object. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to the structure which specifies cell borders. - - - A structure that defines cell borders. - - - - - - - Gets nested tables contained in the current table cell. - - - A containing tables nested in the current table cell. - - - - - - - Gets lines within a table cell. - - - A containing lines ( objects) in the current table cell. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to a object. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to the structure which specifies table borders. - - - A structure that defines table borders. - - - - - - - Gets rows of the current table. - - - A containing rows of the current table. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to a mark in the numbered list. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the text box which relates to a separator used in the current numbered list box. - - - A which relates to separator symbols used to display a number in the numbered list. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Layout element that relates to the inline picture. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns a object that relates to the current element. - - - A object that is the image in the logical document model. - - - - - - - - Layout element that relates to the anchoring the of the floating object. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns a floating object that is anchored to the current anchor box element. - - - A anchored to the current anchor box element. - - - - - - - - Lists types of layout elements in a document. - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to a single character. - - - - - - - - The type of layout element of the CheckBox class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the column break formatting mark. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the LayoutCommentsArea class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Relates to the custom run which provides an inherent method for its visualization. - - - - - - - - The type of layout element of the class specific to the layout created by the SnapControl of the Snap application. Encapsulates data and information required for data retrieval. - - - - - - - - The type of layout element of the LayoutDrawingBox class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the hyphen. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the line break formatting mark. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the page break formatting mark. - - - - - - - - The type of layout element of the class related to the page number. - - - - - - - - The type of layout element of the class related to the text paragraph frame. - - - - - - - - The type of layout element of the class related to the paragraph formatting mark. - - - - - - - - The type of layout element of the class related to the text run. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the section break formatting mark. - - - - - - - - The type of layout element of the class related to the space. - - - - - - - - The type of layout element of the class related to the visual symbols used for special purposes, such as curly braces indicating the Field Codes. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class related to the tab space. - - - - - - - - The type of layout element of the class. - - - - - - - - The type of layout element of the class. - - - - - - - - - Defines the basic functionality that should be implemented by visitors that traverse the document layout tree. - - - - - - - Dispatches the specified layout element to a special method of the Visitor class. - - - - A descendant that is the element for which a specialized method is called. - - - - - - - - - Provides access to the Layout API. - - - - - - - - Starts modifying the document obtained via a layout element. - - - - - A object that is the layout element which has a related . - - - A instance allowing you to safely modify the document. - - - - - - - Disposes of the DocumentLayout object. - - - - - - - - Fires after the document layout is calculated. - - - - - - - - Fires after any document modification which makes the current layout outdated. - - - - - - - - Finalizes modifications of the document obtained via the layout element. - - - - A instance obtained via the previously called method. - - - - - - - - Gets the layout element of the specified type which relates to the specified position in the document model. - - - - A object that specifies the position in the document model. - - - - A enumeration that specifies the type of the requested layout element. - - - A class descendant if the specified layout type can be related to a document position; otherwise, an exception is thrown. - - - - - - - Returns the layout element of the type designated by the specified generic type parameter which relates to the specified position in the document model. - - - - A object that specifies the position in the document model. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - Obtains a number of pages for which layout has been already calculated. - - - An integer that is the number of pages in the document layout. - - - - - - - Gets the page of the document layout by the specified index. - - - - An integer that is the index of a requested page. - - - A object that is the page of the document layout. - - - - - - - Calculates page layout asynchronously for the specified page. - - - - An integer that is the index of the page for which to calculate layout. - - - - A that is the action to run when page formatting completes. - - - A that is an asynchronous operation being performed. - - - - - - - Calculates the page layout asynchronously for the specified page and allows task cancellation through the use of a cancellation token. - - - - - An integer that is the index of the page for which to calculate layout. - - - - A that is the action to run when page formatting completes. - - - - A cancellation token that should be used to cancel formatting. - - - A that is an asynchronous operation being performed. - - - - - - - Get a number of pages in the document. - - - The Int32 value that is the page count. - - - - - - - Obtains the index of the page containing the specified layout element. - - - - - A descendant that is the layout element being queried for the parent page. - - - An integer that is the page index. - - - - - - - Gets the plain text contained in the range to which the layout element relates. - - - - - A descendant. - - - A string that is the text contained in the corresponding range. - - - - - - - Indicates whether the document layout is ready and up-to-date. - - - true, if the document layout is calculated completely; otherwise, false. - - - - - - - Fires after a page layout is recalculated. - - - - - - - - Splits the object into elements contained in the object instance. - - - - The element that will be split. - - - A object containing elements extracted from the object. - - - - - - - - - A collection of shapes ( objects) in the document. - - - - - - - Gets all shapes located in the specified document range. - - - - A specifying the range in which to search for shapes. - - - - A object specifying the read-only collection of shapes. - - - - - - - - A collection of elements. - - - - - - - - Lists underline styles. - - - - - - - Specifies a dash-dot-dotted underline. - - - - - - - - Specifies a dash-dotted underline. - - - - - - - - Specifies a dashed underline. - - - - - - - - Specifies a dotted underline. - - - - - - - - Specifies a double underline. - - - - - - - - Specifies a double wave underline. - - - - - - - - Specifies a heavy wave underline. - - - - - - - - Specifies a long-dashed underline. - - - - - - - - Indicates that the text is not underlined. - - - - - - - - Specifies a single underline. - - - - - - - - Specifies a thick dash-dot-dotted underline. - - - - - - - - Specifies a thick dash-dotted underline. - - - - - - - - Specifies a thick dashed underline. - - - - - - - - Specifies a thick dotted underline. - - - - - - - - Specifies a thick long-dashed underline. - - - - - - - - Specifies a thick single underline. - - - - - - - - Specifies an underline that is a single line below all non-space characters. Other characters are not underlined. - - - - - - - - Specifies a wave underline. - - - - - - - - - Specifies the way to determine the spacing between lines in a paragraph - - - - - - - The line spacing can be greater than or equal to, but never less than, the specified value. - - - - - - - - - This option is twice that of single line spacing. - - - - - - - - This option sets fixed line spacing, specified by the property. - - - - - - - - This option sets line spacing that can be expressed in numbers greater than 1. For example, setting line spacing to 1.15 will increase the space by 15 percent, and setting line spacing to 3 increases the space by 300 percent (triple spacing). The multiplication value is specified by the property. - - - - - - - - - This option is one-and-one-half times that of single line spacing. - - - - - - - - This option accommodates the largest font in that line, plus a small amount of extra space. The amount of extra space varies depending on the font that is used. - - - - - - - - - Lists strikeout styles. - - - - - - - Specifies the double strikeout. - - - - - - - - Indicates that the text strikeout is disabled. - - - - - - - - Specifies the single strikeout. - - - - - - - - - Specifies the indent for the first line in a paragraph. - - - - - - - - The first line of a paragraph is indented to the left, by the value specified by the property. - - - - - - - - - The first line of a paragraph is indented to the right by the value specified by the property. - - - - - - - - - The first line of a paragraph doesn't have any indent. - - - - - - - - - Specifies text alignment within a paragraph. - - - - - - - Text is aligned to the center of the paragraph. - - - - - - - - Text is justified to the entire width of the paragraph. - - - - - - - - Text is aligned to the left of the paragraph. - - - - - - - - - - Text is aligned to the right of the paragraph. - - - - - - - - - An interface that defines a section within a document. - - - - - - - - Starts editing the document's footer of the specified type. - - - - A enumeration value, representing the type of the footer open for editing. - - - A instance representing the footer being edited. - - - - - - - Starts editing the primary footer for the current section. - - - A instance that is the footer being edited. - - - - - - - - Starts editing the document's header of the specified type. - - - - A enumeration value, representing the type of the header open for editing. - - - A instance representing the header being edited. - - - - - - - Starts editing the primary header for the current section. - - - A instance that is the header being edited. - - - - - - - - Provides access to the interface used for operations with columns in the document. - - - - An object providing the interface. - - - - - - - Gets or sets whether the header and footer areas of the first page can be different from other pages in the section. - - - true to enable different settings for the first page; otherwise, false. - - - - - - - Finalizes editing of the section's footer. - - - - A instance, representing the footer opened for editing. - - - - - - - - Finalizes editing of the section's header. - - - - A instance, representing the header open for editing. - - - - - - - - Gets or sets the paper tray to use for the first page of a section. - - - An integer that is the code that identifies a specific printer tray to be used to print the first of this section of the document. - - - - - - - - Gets whether a section has a footer of the specified type. - - - - A enumeration value specifying the footer type. - - - true if the section has a footer of the specified type; otherwise, false. - - - - - - - Gets whether a section has a header of the specified type. - - - - A enumeration value specifying the header type. - - - true, if the section has a header of the specified type; otherwise, false. - - - - - - - Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. - - - - - A enumeration member specifying the type of the footer. - - - true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. - - - - - - - Indicates whether the footer of the specified type for the current section is linked to the footer of the next section, so they have the same content. - - - - true, if the footer of the specified type is linked to the footer of the next section; otherwise, false. - - - - - - - Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. - - - true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. - - - - - - - Indicates whether the footer of the specified type for the current section is linked to the footer of the previous section so that they have the same content. - - - - A enumeration member specifying the type of the footer. - - - true if the footer of the specified type is linked to the footer of the previous section; otherwise, false. - - - - - - - Indicates whether the header of the specified type for the current section is linked to the header of the next section, so they have the same content. - - - - - A enumeration member specifying the type of the header. - - - true, if the header of the specified type is linked to the header of the next section; otherwise, false. - - - - - - - Indicates whether the Odd header of the current section is linked to the header of the next section, so they have the same content. - - - - true, if the Odd header is linked to the header of the next section; otherwise, false. - - - - - - - Indicates whether the Odd header of the current section is linked to the header of the previous section so that they have the same content. - - - true if the Odd header is linked to the header of the previous section; otherwise, false. - - - - - - - Indicates whether the header of the specified type for the current section is linked to the header of the previous section so that they have the same content. - - - - A enumeration member specifying the type of the header. - - - true if the header of the specified type is linked to the header of the previous section; otherwise, false. - - - - - - - Provides access to the object containing line numbering parameters for the current section. - - - A class instance representing parameters specific to line numbering. - - - - - - - Establishes a link to the next section's footer so that they have the same content. - - - - A enumeration member specifying the type of the header. - - - - - - - - Establishes a link to the next section's footer so that they have the same content. - - - - - - - - Establishes a link to the previous section's footer so that they have the same content. - - - - A enumeration member specifying the type of the header. - - - - - - - - Establishes a link to the previous section's footer so that they have the same content. - - - - - - - - Establishes a link to the next section's header so that they have the same content. - - - - A enumeration member specifying the type of the header. - - - - - - - - Establishes a link to the next section's header so that they have the same content. - - - - - - - - Establishes a link to the previous section's header so that they have the same content. - - - - - - - - Establishes a link to the previous section's header of the specified type so that they have the same content. - - - - A enumeration member specifying the type of the header. - - - - - - - - Provides access to an object used to specify or retrieve the section's margin settings. - - - An object exposing the interface used to control the section's margin settings. - - - - - - - Gets or sets the paper tray to use for all pages except the first page of a section. - - - An integer that is the code that identifies a specific printer tray to be used to print all pages except the first page of this section of the document. - - - - - - - - Provides access to an object used to specify or retrieve the section's page settings. - - - - An object exposing the interface used to control the section's page settings. - - - - - - - Provides access to an object specifying page numbering options for the current section. - - - A instance containing page numbering options. - - - - - - - Provides access to a collection of paragraphs for the current section. - - - A object containing all paragraphs in the current section. - - - - - - - Gets or sets the type of a section break. - - - A enumeration value specifying where the next section starts. - - - - - - - Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. - - - - A enumeration member specifying the type of the footer for which the link is being broken. - - - - - - - - Breaks the link of the current section's footer to the footer of the next section so that it can hold different content. - - - - - - - - Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. - - - - - - - - Breaks the link of the current section's footer to the footer of the previous section so that it can hold different content. - - - - A enumeration member specifying the type of the footer for which the link is being broken. - - - - - - - - Breaks the link of the current section's header to the header of the next section so that it can hold different content. - - - - A enumeration member specifying the type of the header for which the link is being broken. - - - - - - - - Breaks the link of the current section's header to the header of the next section so that it can hold different content. - - - - - - - - Breaks the link of the current section's header to the header of the previous section so that it can hold different content. - - - - A enumeration member specifying the type of the header for which the link is being broken. - - - - - - - - Breaks the link of the current section's header to the header of the previous section so that it can hold different content. - - - - - - - - - Represents a single paragraph in a document. - - - - - - - - Gets or sets text alignment within a paragraph. - - - - A enumeration value. - - - - - - - Gets or sets the background color of the paragraph. - - - A value representing the background color. - - - - - - - Starts modifying tab stops in a paragraph. - - - - true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. - - - A object containing information about tab stops. - - - - - - - Gets or sets whether to suppress addition of additional space (contextual spacing) between paragraphs of the same style. - - - true to remove extra spacing between paragraphs, otherwise, false. - - - - - - - Finalizes modifications of tab stops for the current paragraph. - - - - A collection containing information about tab stops. - - - - - - - - Determines whether the specified object is equal to the current Paragraph instance. - - - - An object to compare with the current object. - - - - true if the specified object is equal to the current Paragraph instance; otherwise false. - - - - - - - Gets or sets a value specifying the indent for the first line in a paragraph. - - - - A value specifying the indent for the first line, measured in units. - - - - - - - - Gets or sets a value specifying whether and how the first line in a paragraph is indented. - - - - A enumeration value, which specifies the first line's indent. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current Paragraph object. - - - - An integer value representing the hash code for the current object. - - - - - - - Gets the index number of a paragraph in a document. - - - An integer representing the index number. - - - - - - - Indicates whether the current paragraph is in a bulleted or a numbered list. - - - true if the paragraph is included in a numbering list; otherwise, false. - - - - - - - Gets or sets whether to prevent all page breaks that interrupt a paragraph. - - - true to keep paragraph lines together; otherwise, false. - - - - - - - Gets or sets the left indent for the specified paragraph. - - - - A value representing the left indent, measured in . - - - - - - - Gets or sets a line spacing value. - - - - A value representing line spacing, measured in units. - - - - - - - - - Gets or sets the multiplier which is used to calculate the line spacing value. - - - A value representing the line spacing multiplier. - - - - - - - Gets or sets a value which determines the spacing between lines in a paragraph. - - - A enumeration value representing the line spacing type. - - - - - - - Gets or sets the index of a list applied to the paragraph. - - - An integer that is the index of a list to which the paragraph belongs. - - - - - - - Gets or sets the list level applied to the current paragraph in the numbering list. - - - An integer that is the list level of the current paragraph. - - - - - - - Gets or sets the outline level of a paragraph. - - - An integer specifying the level number, or null to indicate a mix of values. - - - - - - - - Gets or sets whether a page break is inserted automatically before specified paragraph. - - - true if a page break is inserted automatically before paragraph; otherwise, false or null, for a mixture of true and false. - - - - - - - Gets the document range occupied by the current paragraph. - - - A interface. - - - - - - - Resets the paragraph formatting to its base style. - - - - - - - - Gets or sets the right indent for the specified paragraph. - - - A value representing the right indent, measured in . - - - - - - - Gets or sets the spacing after the current paragraph. - - - A value representing the spacing after the paragraph, measured in units. - - - - - - - - Gets or sets the spacing before the current paragraph. - - - A value representing the spacing before the paragraph, measured in units. - - - - - - - - Gets or sets the paragraph style applied to the current paragraph. - - - A object representing the style. - - - - - - - Gets or sets a value indicating whether a paragraph can be hyphenated. - - - - true to suppress hyphenation; false to enable hyphenation. - - - - - - - Gets or sets whether line numbers are displayed for the current paragraph. - - - true if line numbers are hidden; otherwise, false. - - - - - - - - An interface that exposes the specific functionality of the document. - - - - - - - - Provides access to a collection of abstract numbering lists in the document. - - - An collection containing abstract definitions for numbering lists. - - - - - - - Appends a new empty section. - - - A object that is the section in the document to which a new section is appended. - - - - - - - Fires when the DOCVARIABLE field is updated. - - - - - - - - Gets or sets the position of the caret within the document. - - - A object, representing the current caret position. - - - - - - - Enables you to operate on selections in documents other than the main document, such as headers and footers. - - - - A object that is the document that is different from the currently active document. - - - - - - - - - Provides access to a collection of character styles in the current document. - - - A collection containing character styles. - - - - - - - Provides access to the document compatibility settings. - - - A object that holds the document compatibility options. - - - - - - - Occurs when the document content was changed. - - - - - - - - Copies the currently selected text to the Clipboard. - - - - - - - - Copies the specified range of text to the Clipboard. - - - - A object specifying the and positions of the text to copy. - - - - - - - - Enables customizing the mail merge options. - - - - A instance, specifying the mail merge options. - - - - - - - Provides access to a collection of the document's custom properties. - - - A object that stores document's custom properties. - - - - - - - Removes the currently selected text and copies it to the Clipboard. - - - - - - - - Removes the specified range of text and copies it to the Clipboard. - - - - - A object specifying the and positions of the text to cut. - - - - - - - - Provides access to default character formatting for the current document. - - - A interface that enables you to specify character properties. - - - - - - - Provides access to default paragraph formatting for the current document. - - - A interface that enables you to specify paragraph properties. - - - - - - - Provides access to the default properties for document tables. - - - - A interface specifying table properties. - - - - - - - Gets or sets the default value of a tab stop width. - - - A object that is the default tab stop width measured in units specified by the property. - - - - - - - Gets or sets whether the document has different odd and even pages. - - - true if odd and even pages are different; otherwise, false. - - - - - - - Provides access to the collection of document's core properties. - - - A object that stores the document's core properties. - - - - - - - Returns the list of the document's authors. - - - A collection of values, specifying the document authors. - - - - - - - Gets the section encompassing the specified position. - - - - - A instance representing the position in the document. - - - A object representing a section containing the position. - - - - - - - Gets or sets the document content as HTML text. - - - A string containing text of the document in HTML format. - - - - - - - Inserts a new section into the document's collection at a specified position. - - - - - A object that specifies a position to insert a new section. - - - - A object that is the section in the document located before the newly inserted section. - - - - - - - Gets whether document protection is enabled. - - - true if document protection is enabled; otherwise, false. - - - - - - - Indicates whether the document is empty, i.e. contains only default content. - - - true if the document contains only default content; otherwise, false. - - - - - - - Loads a document from the stream in the specified format. External content for HTML format is retrieved using the specified source (base) URI. - - - - The stream from which to load the document. - - - - One of the enumeration members, indicating the document format. - - - - A string representing the document URI. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the specified file. The file format is determined by its content. - - - - A string specifying the file to load (including the full path). - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a file, specifying the document format. - - - - A string specifying the file to load (including the full path). - - - - One of the enumeration members, indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the file in the specified format. External content for HTML format is retrieved using the specified source (base) URI. - - - - A string specifying the file to load (including the full path). - - - - One of the enumeration members, indicating the document format. - - - - A string representing the document URI. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from the stream. - - - - A object that is the stream used to load a document. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a stream, specifying the document format. - - - - The stream from which to load a document. - - - - One of the enumeration members indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Merges the current document and sends the result to the specified stream in a specified format. - - - - A object representing the output stream. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document using the specified options and sends the result to the specified stream in a specified format. - - - - A interface exposing options for the current merge. - - - - A object representing the output stream. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document using the specified options and sends the result to the specified file in a specified format. - - - - A interface exposing options for the current merge. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document and sends the result to the specified . - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document using the specified options, and sends the result to the specified . - - - - A interface exposing options for the current merge. - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document and sends the result to the specified file in a specified format. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges all columns with indexes greater than 63 into a single column for all tables in a document. - - - true, if at least one table has been modified; otherwise, false. - - - - - - - Gets or sets the document content as MHT text. - - - A string containing text of the document in MHT format. - - - - - - - Occurs when the document content has been modified since it was last saved. - - - - - - - - - - Provides access to a collection of definitions for numbering lists instantiated in the document. - - - A collection of definitions for lists which are present in the document. - - - - - - - Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. - - - An array of bytes representing the OpenDocument Text (.odt) format. - - - - - - - Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. - - - An array of bytes representing the document in Docx format. - - - - - - - Provides access to a collection of paragraph styles in the current document. - - - A collection containing paragraph styles. - - - - - - - Insert a text from the Clipboard into the current . - - - - - - - - - Inserts the contents of the Clipboard in the specified format at the caret position. - - - - A enumeration member, specifying the format of the inserted text. - - - - - - - - - Protects a document with a given password. - - - - A string that specifies a password for the document. If an empty string is specified, the document can be unprotected without a password. - - - - - - - - Enforces document protection and sets the specified password. - - - - A password string. - - - - One of the enumeration values. - - - - - - - - Gets the protection type for the document. - - - One of the enumeration values. - - - - - - - Obtains information on the formatting capabilities required to export the current document correctly. - - - A object, representing information on the formatting capabilities required to correctly format the current document. - - - - - - - - Gets or sets the formatted text content of the document. - - - A string, containing the document's content in rich text format. - - - - - - - Saves the document to a file, specifying the document's format. - - - - A string value specifying the path to a file into which to save the control's document. - - - - - One of the enumeration values. - - - - - - - - - - Saves the document to a stream, specifying the document's format. - - - - The stream into which to save the document. - - - - One of enumeration values. - - - - - - - - - Provides access to a collection of sections. - - - - A interface defining a list of sections. - - - - - - - Gets or sets the selected range in the document. - - - A object, representing the and positions of the selected text. - - - - - - - - Provides access to a collection of selections in the document. - - - A object containing ranges selected in the document. - - - - - - - Provides access to a collection of styles defined for tables in the document. - - - A object containing table styles. - - - - - - - Gets or sets the document's text (plain text). - - - A string value that specifies the text of the document. - - - - - - - Gets or sets a unit of measure used within the document. - - - One of the enumeration values. - - - - - - - Removes document protection. - - - - - - - - Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed. - - - An enumeration value. - - - - - - - Provides access to the collection of document variables. - - - A object containing document variables. - - - - - - - Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. - - - A string of text in WordML format. - - - - - - - - A collection of tables ( objects) in the document. - - - - - - - Gets all tables located in the specified document range. - - - - A specifying the range in which to search for tables. - - - - A object specifying the read-only collection of tables. - - - - - - - Gets the table cell encompassing the specified position. - - - - A that is the position in the document. - - - A object that is the table cell containing the specified position. - - - - - - - - A collection of objects in the document. - - - - - - - Gets all hyperlinks located in the specified document range. - - - - A specifying the range in which to search for hyperlinks. - - - - A object specifying the read-only collection of hyperlinks. - - - - - - - - A collection of objects in the document. - - - - - - - Gets all custom marks located in the specified document range. - - - - A specifying the range in which to search for custom marks. - - - - A object specifying the read-only collection of custom marks. - - - - - - - Obtains a custom mark by its visual info available in the event handler. - - - - A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfo object. A collection of such objects is accessible using the property. - - - A object that is the target custom mark. - - - - - - - - A collection of comments ( objects) in the document. - - - - - - - Gets all comments located in the specified document range. - - - - A specifying the range in which to search for comments. - - - - A object specifying the read-only collection of comments. - - - - - - - - A collection of objects in the document. - - - - - - - Gets all bookmarks located in the specified document range. - - - - A specifying the range in which to search for bookmarks. - - - - A object specifying the read-only collection of bookmarks. - - - - - - - - Lists the value masks available for table cell properties. - - - - - - - Specifies all table properties. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0x200 - - - - - - - - 0x400 - - - - - - - - - - - - - - - - - - - - - - - - - Lists the value masks available for table cell properties. - - - - - - - Specifies all table cell properties. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 0x40000 - - - - - - - - - - - - - - - - 0x80000 - - - - - - - - - - - - - - - - - A command that toggles all field codes in the document on or off. - - - - - - - Initializes a new instance of the ToggleAllFieldsCommand class with the specified owner. - - - - An object exposing the interface (RichEditControl) specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleAllFieldsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image assigned to the command. - - - An empty string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleAllFieldsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Provides options used to retrieve information about the layout element located under the hit point. - - - - - - - Gets the type of the layout element located under the test point. - - - An object indicating the layout element. - - - - - - - Provides the hit information about the element that is positioned next to the current hit element. - - - - A object containing information about the next element. - - - - - - - Reverses the order of the elements in the hit test result. - - - - An original object. - - - A new object that is the hit test result with a reversed order of elements. - - - - - - - - - Extends selection to the previous screen. - - - - - - - Initializes a new instance of the ExtendPreviousScreenCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousScreenCommand. - - - A member, identifying the command. - - - - - - - - A collection of elements. - - - - - - - - Document element that is a text box accessed by the DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gives the iterator access to the content of the object. - - - - true, if the iterator should visit only visible text; otherwise, false. - - - A object that is the iterator. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Lists conditions for highlighting the fields in the document. - - - - - - - Document fields are always highlighted. - - - - - - - - Default highlight mode. - - - - - - - - Document fields are not visually recognized. - - - - - - - - - Extends selection to the previous paragraph. - - - - - - - Initializes a new instance of the ExtendPreviousParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendPreviousParagraphCommand. - - - A member, identifying the command. - - - - - - - - Contains options for exporting the document in HTML format. - - - - - - - Initializes a new instance of the HtmlDocumentExporterOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the HtmlDocumentExporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets how the style sheets properties are exported. - - - A enumeration value specifying the export type. - - - - - - - Specifies whether or not the formatting is exported in HTML style sheet. - - - true, to export default character properties of the document; otherwise, false. - - - - - - - - Specifies whether images are embedded in an HTML document. - - - - true to embed images in a page; otherwise, false. - - - - - - - Gets or sets the character encoding used in an exported document. - - - - A class representing the character encoding. - - - - - - - Gets or sets the string used to construct the name of the endnote reference in an exported document. - - - - A string used as a endnote name prefix. - - - - - - - Gets or sets the format string that specifies how the endnote number is transformed into a string to construct the name of the endnote reference in exported document. - - - A format string to specify the text representation of an endnote number. - - - - - - - - Gets or sets how the current image size is preserved in the resulting HTML output. - - - An enumeration value. - - - - - - - Gets or sets whether to disable writing font settings into <li> tags when exporting a document to the HTML format. - - - true, to allow writing font style settings into <li> tags; otherwise, false. - - - - - - - Gets or sets the root tag of the HTML document to start the export. - - - An enumeration value specifying the HTML document tag. - - - - - - - Gets or sets the measurement unit to specify font size when exporting to HTML. - - - A enumeration member specifying the unit for the font size. - - - - - - - Gets or sets the string used to construct the name of the footnote reference in an exported document. - - - A string used as a footnote name prefix. - - - - - - - Gets or sets the format string that specifies how the footnote number is transformed into a string to construct the name of the footnote reference in exported document. - - - A format string to specify the text representation of a footnote number. - - - - - - - Gets or sets how the lists are represented in the resulting document. - - - A enumeration value specifying how the lists are exported. - - - - - - - Gets or sets whether to ignore the paragraph's hanging indent value when exporting the numbering and bulleted lists to HTML as plain text. - - - true, to ignore the hanging parameter; otherwise, false. - - - - - - - Gets or sets whether paragraphs with different values are exported as text enclosed in the <P> tag. - - - - true, to export paragraphs using <P> tags, disregarding their outline level; otherwise, false. - - - - - - - Fixes incorrect export of images in metafile formats. - - - True, to export an image in its original size; otherwise, false. - - - - - - - - Gets or sets whether the setting is exported in HTML. - - - True, to export line spacing setting; otherwise, false. - - - - - - - Gets or sets the graphics resolution used to save images when a document is exported in HTML format. - - - An integer that specifies image resolution. By default, it equals 96 dpi or the current System.Drawing.Graphics.DpiX value. - - - - - - - - Gets or sets a character or a string used to replace a tab symbol when exporting a document in HTML format. - - - A string replacement for the tab symbol. - - - - - - - Gets or sets whether Table of Contents entries are underlined in a document exported to HTML format. - - - - true, to set the underline attribute for the TOC entry font; otherwise, false. - - - - - - - Specifies how the links to external content are saved in the exported document. - - - A enumeration member specifying an absolute or relative path. - - - - - - - Gets or sets whether missing fonts are substituted. - - - True to substitute fonts missing in the system; otherwise, false. - - - - - - - Gets or sets whether the exported HTML conforms with HTML5 specification. - - - True, to use HTML5 syntax; otherwise, false. - - - - - - - - A document element that indicates a table cell border accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Provides access to properties for document table cell borders. - - - A object that provides access to the current table cell border properties. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Defines the template used for creating abstract numbering lists in a document. - - - - - - - Creates a new abstract list based on a template. - - - An object that is the abstract list with specified properties. - - - - - - - - Lists values specifying the visibility of comments. - - - - - - - Comment visibility is determined automatically. - - - - - - - - Comments are always hidden. - - - - - - - - Comments are always visible. - - - - - - - - - Contains options for displaying the comments in a document. - - - - - - - - Initializes a new instance of the CommentOptions class with the default settings. - - - - - - - - Gets or sets the default comment's author. - - - - A string that specifies the comment's author. - - - - - - - Unlocks the CommentOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets or sets the background color of the text to which a comment is attached. - - - A structure specifying the highlight color. - - - - - - - Unlocks the CommentOptions object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets whether commented document ranges are highlighted. - - - True, to highlight ranges which have comments associated with them; otherwise, false. - - - - - - - Applies default coloring scheme to comment colors. - - - - - - - - Gets or sets whether to show comments by all reviewers. - - - true, to show comments by all reviewers; otherwise, false. - - - - - - - Specifies the visibility mode of a document comment. - - - A enumeration value. - - - - - - - Provides access to a collection of reviewer names whose comments are visible. - - - An collection of names. - - - - - - - - Contains options affecting certain copy-paste scenarios. - - - - - - - Initializes a new instance of the CopyPasteOptions class with the default settings. - - - - - - - - Gets or sets options specifying how formatting is applied to pasted content. - - - An enumeration member indicating how formatting is applied to the formatted text inserted into a document. - - - - - - - Gets or sets whether to retain section settings of a blank document after appending RTF content. - - - true, to keep section settings of a target blank document; otherwise, false. - - - - - - - Specifies how to apply formatting to the pasted RTF text which has no defined styles. - - - A enumeration member that specifies the default behavior when pasting formatted text. - - - - - - - Gets or sets how to set tab stops in the inserted paragraph. - - - An enumeration member that specifies whose tab arrangement should be used for the inserted paragraph. - - - - - - - - Contains options that specify how the spell checker should process text in any range of the document. - - - - - - - Initializes a new instance of the SpellCheckerOptions class with the default settings. - - - - - - - - Gets or sets whether the spell checker should ignore language settings for document ranges and determine the language automatically. - - - true, to allow spell checker to automatically determine the language of any document range; otherwise, false. - - - - - - - Specifies whether the spell check stops and the list of misspelled words is cleared when the number of found misspellings exceeds a predefined limit. - - - - true, to clear the list of the found misspelled words; otherwise, false. - - - - - - - Gets or sets whether the spell checker should ignore "no-proof" settings for text ranges in a document. - - - true, to ignore "no-proof" settings; otherwise, false. - - - - - - - - Gets or sets the number of misspelled words at which spell check is resumed after it has been stopped due to the high number of misspellings. - - - - An integer value that is the lower error limit. - - - - - - - Gets or sets the number of errors at which the spell check stops. - - - - An integer value that is the upper error limit. - - - - - - - - - Lists the hit test's accuracy level. - - - - - - - - - Identifies the type of the visual elements located exactly under the test point. - - - - - - - - Identifies the type of the visual elements located near the test point. - - - - - - - - - Lists values that specify how the shape is surrounded by the text. - - - - - - - The text is displayed over the shape. - - - - - - - - - The text is displayed behind the shape. - - - - - - - - - - - The text wraps around the rectangular borders of the shape. - - - - - - - - - - The text wraps tightly around the shape and can fill in the transparent background space inside the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document. - - - - - - - - The text wraps tightly around the shape. This enumeration value exists for compatibility only. Rich Text Editor interprets it as Square while rendering the document. - - - - - - - - - The text is displayed above and below the shape and does not wrap around the sides. - - - - - - - - - - - - Lists values used to specify table style options influencing a table appearance. - - - - - - - Specifies that special formatting is applied to the first column of the table. - - - - - - - - Specifies that special formatting is applied to the first row of the table. - - - - - - - - Specifies that special formatting is applied to the last column of the table. - - - - - - - - Specifies that special formatting is applied to the last row of the table. - - - - - - - - Specifies that column banding formatting is not applied to the table. - - - - - - - - - Specifies that row banding formatting is not applied to the table. - - - - - - - - - Specifies that row and column banding formatting is applied to the table, but special formatting is not applied to the first row, last row, first column and last column. - - - - - - - - - Lists subdocument types. - - - - - - - A comment. - - - - - - - - An endnote. - - - - - - - - A footer. - - - - - - - - A footnote. - - - - - - - - A header. - - - - - - - - The main document body. - - - - - - - - A text box. - - - - - - - - - A collection of elements. - - - - - - - - A collection of elements. - - - - - - - - A document element that is the section's end accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Represents the base class for options used for loading (importing) the document in different formats. - - - - - - - Copies the appropriate properties of the specified object into the current instance of the DocumentImporterOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets the base URI for the external content of the document. - - - - A string representing a base URI used for constructing an actual URI. - - - - - - - Provides access to options that specify whether a certain document field is updated during import. - - - A object containing update options for various fields. - - - - - - - - A collection of elements. - - - - - - - - Adjusts the document zoom factor to fit the entire page width into the application window's dimensions. - - - - - - - Initializes a new instance of the FitWidthCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FitWidthCommand. - - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FitWidthCommand. - - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A document element that indicates the start of the range permission accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the name of a group of users for which the editing permission is set. - - - A object that is the group's name. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - Gets the name of a user for which the editing permission is set. - - - A object that is the user's name. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically a ). - - - - A object that contains event data. - - - - - - - - - An individual column in the layout. - - - - - - - Initializes a new instance of the SectionColumn class with the specified width and spacing. - - - - A Single value representing the column width measured in units. - - - - A Single value representing the distance between columns measured in units. - - - - - - - - - Initializes a new instance of the SectionColumn class with the default settings. - - - - - - - - Gets or sets the amount of space between adjacent columns. - - - A Single value measured in units specified via the property. - - - - - - - Gets or sets the width of individual column. - - - A Single value measured in units specified via the property. - - - - - - - - A document element that indicates the end of the range permission accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the name of a group of users for whom the editing permission is set. - - - - A object that is the user group name. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - Gets the name of a user for whom the editing permission is set. - - - - A object that is the user's name. - - - - - - - - Lists the values specifying the user interface of the Print Preview form. - - - - - - - - The Print Preview form utilizes the Bars user interface. - - - - - - - - The Print Preview form utilizes the Ribbon user interface. - - - - - - - - - - A document element that is the floating picture accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - Gets the URI of a picture. - - - A string that is the URI of the picture. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FloatingInlineObjectLayoutOptionsFormShowingEventArgs class with the specified settings. - - - - A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. - - - - - - - - Contains data for the form controller. - - - A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object. - - - - - - - - Displays the Print Preview window for the current document. - - - - - - - Initializes a new instance of the PrintPreviewCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PrintPreviewCommand. - - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to PrintPreviewCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PrintPreviewCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Extends the selection to the next paragraph. - - - - - - - Initializes a new instance of the ExtendNextParagraphCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ExtendNextParagraphCommand. - - - A member, identifying the command. - - - - - - - - A collection of elements. - - - - - - - - Lists the values specifying the mode for inserting a page break into a document. - - - - - - - - The page break is inserted next to the specified position in the current line. - - - - - - - - A page break is inserted in the new line. - - - - - - - - - Specifies whether or not the current table style is applied to the odd/even banded columns of a selected table. - - - - - - - Initializes a new instance of the ToggleBandedColumnsCommand class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleBandedColumnsCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleBandedColumnsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A document element that indicates the paragraph's start accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets access to the document paragraph properties. - - - A object that provides access to the current document paragraph properties. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A collection of elements. - - - - - - - - Layout element that relates to the floating picture in the document. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns an image contained in the floating picture object. - - - An object that is the image contained in the floating picture. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Enables the overtype feature. - - - - - - - Initializes a new instance of the ToggleOvertypeCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleOvertypeCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleOvertypeCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Displays the Reviewing Pane that lists all document comments. - - - - - - - Initializes a new instance of the ShowReviewingPaneCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowReviewingPaneCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowReviewingPaneCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowReviewingPaneCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Starts the next page at the current position. - - - - - - - Initializes a new instance of the InsertPageBreakCommand2 class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets the ID of the InsertPageBreakCommand2. - - - - - A member, identifying the command. - - - - - - - - Doubles the font size of the selected text. - - - - - - - Initializes a new instance of the ChangeDoubleFontSizeCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeDoubleFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeDoubleFontSizeCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A command to capitalize each word in the selected sentence. - - - - - - - Initializes a new instance of the CapitalizeEachWordCaseCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CapitalizeEachWordCaseCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CapitalizeEachWordCaseCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - For internal use. - - - - - - - Initializes a new instance of the CollapseOrExpandFormulaBarCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the CollapseOrExpandFormulaBarCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to CollapseOrExpandFormulaBarCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Language Form to select the language of spell checking. - - - - - - - Initializes a new instance of the ShowLanguageFormCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowLanguageFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowLanguageFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowLanguageFormCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - Specifies whether or not to check spelling or grammar in a document. - - - - - - - Initializes a new instance of the ChangeNoProofCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeNoProofCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeNoProofCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Changes the language of spell checking. - - - - - - - Initializes a new instance of the ChangeLanguageCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Creates an object representing the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeLanguageCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeLanguageCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Table of Contents dialog window. - - - - - - - Initializes a new instance of the ShowTOCFormCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowTOCFormCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowTOCFormCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Contains custom separators used in numeric format switches of the document fields. - - - - - - - Initializes a new instance of the MailMergeCustomSeparators class with the specified settings. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the MailMergeCustomSeparators class with the default settings. - - - - - - - - Copies all settings from the object passed as the parameter to the current object. - - - - A MailMergeCustomSeparators object whose settings are assigned to the current object. - - - - - - - - Removes all custom separators. - - - - - - - - Gets or sets a symbol displayed in the field result instead of a decimal separator specified in the numeric format switch. - - - A string which will be displayed as a decimal separator. - - - - - - - Gets or sets a symbol displayed in the field result instead of a group separator specified in the numeric format switch. - - - A string which will be displayed as a group separator. - - - - - - - Indicates whether none of the custom separators are specified. - - - true, if custom separators are not specified; otherwise, false. - - - - - - - Gets or sets a symbol used as a decimal separator in the numeric format switch of a document field. - - - A string which will be recognized as a decimal separator. - - - - - - - Gets or sets a symbol used as a group separator in the numeric format switch of a document field. - - - A string which will be recognized as a group separator. - - - - - - - - A document element that is the inline picture accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the size of an inline picture. - - - A object that is the picture's size. - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - Gets the URI of an inline picture. - - - A String specifying the image source URI. - - - - - - - - A collection of elements. - - - - - - - - Base interface for all paragraph properties accessed by the . - - - - - - - Gets the text alignment within the current paragraph. - - - One of the enumeration values indicating the text alignment. - - - - - - - Gets the background color of the current paragraph. - - - A value representing the background color. - - - - - - - Gets the indent for the first line in the current paragraph. - - - An Int value indicating the indent for the first line, measured in units. - - - - - - - Gets whether and how the first line in the current paragraph is indented. - - - One of the enumeration values indicating the first line's indent. - - - - - - - Gets whether to prevent all page breaks that interrupt the current paragraph. - - - true, the paragraph lines are kept together; otherwise, false. - - - - - - - Gets whether a break may occur between the current paragraph and the next paragraph. - - - true, if there is no break between this paragraph and the next paragraph; otherwise, false. - - - - - - - Gets the left indent for the current paragraph. - - - An Int value indicating the left indent, measured in units. - - - - - - - - Gets the line spacing value of the current paragraph. - - - A value representing line spacing, measured in units. - - - - - - - Gets the spacing between lines in the current paragraph. - - - A enumeration value representing the line spacing type. - - - - - - - Gets list level applied to the numbering list in the current paragraph. - - - An integer that is the list level of the current paragraph. - - - - - - - Gets the index of the list applied to the current paragraph style. - - - An integer that is the index of a list to which the paragraph formatted with the current style belongs. - - - - - - - Gets the outline level of the current paragraph. - - - An Int value that is the level number. - - - - - - - Gets the right indent for the current paragraph. - - - An Int value indicating the right indent, measured in units. - - - - - - - - Gets the spacing after the current paragraph. - - - An Int value representing the spacing after the paragraph, measured in units. - - - - - - - Gets the spacing before the current paragraph. - - - An Int value indicating the spacing before the paragraph, measured in units. - - - - - - - - Contains options that specify whether a certain field should be updated when importing a document containing this field. - - - - - - - Initializes a new instance of the UpdateFieldOptions class with the default settings. - - - - - - - - Copies the appropriate properties of the specified object into the current instance of the UpdateFieldOptions class. - - - - A class instance, representing the source object for copying. - - - - - - - - Gets or sets whether the import of a document containing the DATE field updates this field. - - - true, to update the field; otherwise, false. - - - - - - - Gets or sets whether import of a document containing the TIME field updates this field. - - - - true, to update the field; otherwise, false. - - - - - - - - A document element that is the hyperlink's end accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A document element that is the hyperlink's end accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A collection of elements. - - - - - - - - Updates a Table of Figures to reflect the changes made to figure captions. - - - - - - - Initializes a new instance of the UpdateTableOfFiguresCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UpdateTableOfFiguresCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UpdateTableOfFiguresCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Changes the style and text formatting options of the selected table. - - - - - - - Initializes a new instance of the ChangeTableStyleCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the ChangeTableStyleCommand. - - - A member, identifying the command. - - - - - - - Updates the command state and applies restrictions. - - - - An interface defining the state of a command. - - - - - - - - - Base class for hyperlink start and end elements. - - - - - - - Gets the name of a bookmark which will be the target of the DocumentHyperlink object. - - - A object that is the bookmark's name. - - - - - - - Gets a URI to navigate to when the hyperlink is activated. - - - A object that is a URI. - - - - - - - Gets the target window or frame in which to display the web page content when the hyperlink is clicked. - - - A string, representing a predefined name of the target window (frame). - - - - - - - Gets a text for the tooltip displayed when the mouse hovers over a hyperlink. - - - A object that is the tooltip text. - - - - - - - Gets whether the location referred to by a DocumentHyperlink object has been recently visited. - - - true, if the hyperlink URI has been recently opened in the browser; otherwise, false. - - - - - - - - A collection of elements. - - - - - - - - Obsolete. Use the class instead. - - - - - - - Initializes a new instance of the ChangeFontSizeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFontSizeCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFontSizeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A document element that indicates the end of the field result range accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A base class that provides necessary functionality for custom localizers of the WinForms Rich Text Editor control. - - - - - - - Initializes a new instance of the XtraRichEditLocalizer class with the default settings. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - Returns a localized string for the given string identifier. - - - - A enumeration value identifying the string to localize. - - - A corresponding to the specified identifier. - - - - - - - - A default localizer to translate resources for WinForms Rich Editor UI. - - - - - - - Initializes a new instance of the RichEditExtensionsResLocalizer class with default settings. - - - - - - - - - A base class that provides necessary functionality for custom localizers of captions used in RichEditControl UI. - - - - - - - Initializes a new instance of the RichEditExtensionsLocalizer class with default settings. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - Returns a localized string for the given string identifier. - - - - A enumeration value identifying the string to localize. - - - A corresponding to the specified identifier. - - - - - - - - A document element that indicates the start of the field code range accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - Layout element that relates to the in the document. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to a for the Rich Text Editor document's comment which relates to the current layout object. - - - A object which is the content of the comment. - - - - - - - Gets coordinates of a rectangle which encompasses the comment's content. - - - A structure specifying the bounds of the comment's content. - - - - - - - Finalizes editing of the comment's content in the document. - - - - A object which is the content of the comment obtained by the method. - - - - - - - - Returns a object that relates to the current element. - - - A object that is the comment in the logical document model. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - A document element that indicates the end of the field code range accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - - A collection of elements. - - - - - - - - Base class for all document elements accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the position of a document element within a document. - - - A object that is the element's position. - - - - - - - Gets the type of a document element. - - - One of the enumeration values that corresponds to the specified element. - - - - - - - - Defines the parameters of the Table Style dialog window that are eligible to be changed. - - - - - - - Initializes a new instance of the TableStyleFormControllerParameters class with the specified settings. - - - - An object implementing the interface. - - - - A DevExpress.XtraRichEdit.Model.TableStyle object. - - - - - - - - - A collection of elements. - - - - - - - - Lists conventions used for exporting the background color to RTF format. - - - - - - - - Exports background color using both \chcbpat and \highlight tags (both tags will have the same color value). - - - - - - - - Exports the background color as the \chcbpatN tag, where N is the fill color, specified as an index into the document's color table. - - - - - - - - - Exports Highlight and Shading characteristics of the background color separately - as the \highlightN the \chcbpatN tag where N is the fill color, specified as an index into the document's color table. - - - - - - - - Exports the background color as the \highlightN tag where N specifies the color. - - - - - - - - - - - A document element that indicates the end of the commented range accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a element. - - - One of the enumeration values that corresponds to the DocumentCommentEnd object. - - - - - - - - List types of the behavior of numbered lists when the mail merge operation is performed. - - - - - - - Restart a numbered list for each record. - - - - - - - - Restart the numbered list for each record, but ignore lists that are created by applying paragraph styles with numbering (e.g., "Chapter 1", "Chapter 2", etc.). - - - - - - - - - Continue the list numbering unless otherwise specified in the list settings (e.g, when a specific numbered list is manually restarted). - - - - - - - - - - Specifies how the is printed via the . - - - - - - - A RichTextBox is printed using the page width specified by the of a link's . - - - - - - - - - A RichTextBox is printed using the width specified via the property. - - - - - - - - A RichTextBox is printed using the Width property value of the RichTextBox control. - - - - - - - - - Specifies whether or not the current table style is applied to the last column of a selected table. - - - - - - - Initializes a new instance of the ToggleLastColumnCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleLastColumnCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleLastColumnCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists modes that specify the compatibility of the document being exported with different Microsoft Word versions. - - - - - - - The resulting document is compatible with Microsoft Word® 2003. - - - - - - - - The resulting document is compatible with Microsoft Word® 2007. - - - - - - - - The resulting document is compatible with Microsoft Word® 2010. - - - - - - - - The resulting document is compatible with Microsoft Word® 2013. - - - - - - - - Compatibility mode is not specified. - - - - - - - - - A method that will handle the event. - - - - - - - Represents a method that will handle the TableStyleFormShowing event. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TableStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. - - - - - - - - Gets the information required for initializing the Table Style Dialog dialog controls. - - - - A DevExpress.XtraRichEdit.Forms.TableStyleFormControllerParameters object containing information to be displayed in the form. - - - - - - - - A collection of objects. - - - - - - - - Enables you to specify application-wide settings to ensure compatibility with previous versions of rich text editors. - - - - - - - Gets or sets whether a line that ends with a hyphenated word is allowed to be the last line in a page or column. - - - True, if a line that ends with a hyphenated word is allowed to be the last line in a page or column; otherwise, false. - - - - - - - Gets or sets whether to insert a page break between the floating table and the following content. - - - - true, to place the floating table and the following text on the same page; otherwise, false. - - - - - - - Specifies the document compatibility with different Microsoft Word versions. - - - One of the enumeration values identifying the compatibility mode. - - - - - - - Specifies whether the rows in the multi-row table header should be differentiated when applying the conditional formatting. - - - true, to apply the conditional formatting to every row separately in the multi-row header; otherwise, false. - - - - - - - - Specifies whether to swap the mirrored paragraph indents. - - - true, to interchange the paragraph indents if they are considered as mirrored; otherwise, false. - - - - - - - Specifies whether to enable the OpenType font features (ligatures, contextual alternates, stylistic sets, number spacing, and number formatting). - - - true, to enable OpenType font features; otherwise, false. - - - - - - - Specifies whether the font size and the justification determined by the document table style should be overridden. - - - true, to override the table style's font size and justification parameters; otherwise, false. - - - - - - - Gets or sets whether the line containing a hyphenated word which ends a page or column is displayed on the following page or column. - - - True, if the line containing such a hyphenated word is displayed on the following page or column; otherwise, false. - - - - - - - - A collection of elements. - - - - - - - - Base class for bookmark start and end elements. - - - - - - - Gets the name of a bookmark. - - - A object that is the bookmark's name. - - - - - - - - Allows detecting the format of the document contained in the stream. - - - - - - - - Determines the format of the document contained in the stream. - - - - - A object that is the stream containing the document. - - - A enumeration value specifying the document format. - - - - - - - - A command to move the cursor backwards and erase the character in that space. - - - - - - - Initializes a new instance of the BackSpaceKeyCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the BackSpaceKeyCommand. - - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to BackSpaceKeyCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - The base for classes that provide functionality for two-state list options. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Forces the application user interface to ignore the current applicability of a command, and trigger its execution despite the risks. - - - - An object implementing the interface that defines the current status of a command in the overall context of the application user interface. - - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleListCommandBase. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Anticipates a command's execution, by assigning a new status to the command in the context of its current applicability to the application user interface. - - - - - An object implementing the interface that defines the current status of a command in the overall context of the application user interface. - - - - - - - - - Defines the parameters of the Page Setup dialog window that are eligible to be changed. - - - - - - - Initializes a new instance of the PageSetupFormControllerParameters class with the specified settings. - - - - A Rich Edit control. - - - - A DevExpress.XtraRichEdit.Forms.PageSetupInfo object containing information used to fill in editors of the Page Setup dialog. - - - - - - - - Gets or sets the initial tab page of the Page Setup dialog. - - - A DevExpress.XtraRichEdit.Forms.PageSetupFormInitialTabPage enumeration value that specifies the tab page of the Page Setup dialog. - - - - - - - Provides access to the information contained in the dialog editors. - - - A DevExpress.XtraRichEdit.Forms.PageSetupInfo object that is the container for values of the dialog editors. - - - - - - - - Specifies whether or not the current table style is applied to the last row of a selected table. - - - - - - - Initializes a new instance of the ToggleLastRowCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleLastRowCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleLastRowCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A line on a page. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to a collection of layout boxes for the current row. - - - A collection containing descendants. - - - - - - - Gets box elements which are not of the type, contained in the current line. - - - A object that is a container for extended boxes. - - - - - - - Returns a numbered list mark of the current line. - - - A object that is a numbered list mark of the current line. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - - - - - - - A method that will handle the RichEditControl.SpellingErrorLimitExceeded event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the RichEditControl.SpellingErrorLimitExceeded event. - - - - - - - Initializes a new instance of the SpellingErrorLimitExceededEventArgs class with the default settings. - - - - - - - - Gets or sets whether to clear the list of found errors. - - - - True, to clear the list of errors and remove underline highlighting; otherwise, false. - - - - - - - Gets or sets whether the property value should be used instead of the option. - - - True, to use the property value; otherwise, false. - - - - - - - - Specifies whether or not the current table style is applied to the first column of a selected table. - - - - - - - Initializes a new instance of the ToggleFirstColumnCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFirstColumnCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFirstColumnCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Specifies whether or not the current table style is applied to the odd/even banded rows of a selected table. - - - - - - - Initializes a new instance of the ToggleBandedRowsCommand class with the specified owner. - - - - An object implementing the interface. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleBandedRowsCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleBandedRowsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Specifies whether or not the current table style is applied to the first row of a selected table. - - - - - - - - Initializes a new instance of the ToggleFirstRowCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleFirstRowCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleFirstRowCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Modify Style dialog window to customize the style and text formatting options of the selected table. - - - - - - - Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner and style. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - A interface that provides access to style characteristics. - - - - - - - - Initializes a new instance of the ShowTableStyleFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. Usually, the RichEditControl instance. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowTableStyleFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the name of the resource image assigned to the command. - - - An empty string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowTableStyleFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the style whose parameters are displayed in the form. - - - An object that provides the interface to get access to the style parameters. - - - - - - - - Base class for a mark in the numbered list. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns the index of a list to which the current numbered list mark relates. - - - A integer that corresponds to the characteristic. - - - - - - - Returns the value that corresponds to the current layout element. - - - An integer that is the value. - - - - - - - Returns the text displayed by the numbered list mark. - - - A string displayed in the layout element. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Interface of a rich text engine providing the essential Rich Editor functionality. - - - - - - - Occurs after the document is successfully exported. - - - - - - - - Occurs before the document is saved (exported to a certain format). - - - - - - - - Occurs before a document is loaded (imported from an external source). - - - - - - - - Fires when the DOCVARIABLE field is updated. - - - - - - - - Occurs when the document content was changed. - - - - - - - - Creates an object for specifying the options used in mail merge operations. - - - A class instance containing options used for mail merge. - - - - - - - Creates a new blank document. - - - - true to raise the event before creating a new document; otherwise false. - - - true to create a new document; otherwise false. - - - - - - - Occurs after one of the has changed. - - - - - - - - Provides access to a interface, representing the document contained in the server. - - - A interface that provides access to a loaded document. - - - - - - - - Occurs when a document that has not yet been saved is about to be closed. - - - - - - - - Occurs after a document is loaded. - - - - - - - - Occurs after one of the has changed. - - - - - - - - Gets the current dpi value for the X-coordinate. - - - A Single dpi value. - - - - - - - Gets the current dpi value for the Y-coordinate. - - - - A Single dpi value. - - - - - - - Occurs when a new document is created. - - - - - - - - Gets service of the specified type. - - - A service object of the specified type or null for reference types and zero for numeric value types if a service is not available. - - - - - - - Gets or sets the content as HTML text. - - - A string containing text in HTML format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Occurs before a document is loaded. Handle this event to set initial document settings. - - - - - - - - For internal use. Gets a value indicating whether the control has been disposed of. - - - true if the control has been disposed of; otherwise, false. - - - - - - - Gets or sets a unit of measure used for a document model layout. - - - One of the enumeration values. - - - - - - - Loads a document from a stream, specifying the document format. - - - - The stream from which to load a document. - - - - One of the enumeration members indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Loads a document from a stream, specifying the document format. - - - - The stream from which to load a document. - - - - One of the enumeration members, indicating the document format. - - - true, if the document is successfully loaded; otherwise, false. - - - - - - - Merges the current document using the specified options, and sends the result to the specified . - - - - A interface exposing options for the current merge. - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document using the specified options and sends the result to the specified stream in a specified format. - - - - A interface exposing options for the current merge. - - - - A object that is the output stream. - - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document and sends the result to the specified stream in a specified format. - - - - A object that is the output stream. - - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document and sends the result to the specified file in a specified format. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Merges the current document using the specified options and sends the result to the specified RichEditDocumentServer instance. - - - - A interface exposing options for the current merge. - - - - An object implementing the IRichEditDocumentServer interface, such as the or the instance. - - - - - - - - Merges the current document and sends the result to the specified RichEditDocumentServer instance. - - - - An object implementing the IRichEditDocumentServer interface, such as the or the instance. - - - - - - - - Merges the current document and sends the result to the specified . - - - - An object exposing the interface to which the merged document is sent. - - - - - - - - Merges the current document using the specified options and sends the result to the specified file in a specified format. - - - - A interface exposing options for the current merge. - - - - A name of the file to which the merged document is saved. - - - - A enumeration member specifying the destination format. - - - - - - - - Fires when mail merge is completed. - - - - - - - - Fires after each data record is merged with the document in the mail merge process. - - - - - - - - Fires before each data record is merged with the document in the mail merge process. - - - - - - - - Fires before mail merge starts. - - - - - - - - Gets or sets the document content as MHT text. - - - A string containing text in MHT format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets a value that indicates that the document contents is modified since it was last saved. - - - - true if the control's contents were modified since it was last saved; otherwise, false. - - - - - - - Occurs when the value of the property is changed. - - - - - - - - Gets or sets the document content as an array of bytes in Open Office Text (.odt) format. - - - An array of bytes containing data in the OpenDocument Text (.odt) format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Gets or sets the document content as an array of bytes in Office Open XML (Docx) format. - - - An array of bytes representing the document in Docx format. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Provides access to the variety of options which can be specified for the RichEditDocumentServer. - - - A object containing various RichEdit options. - - - - - - - Performs a service substitution. - - - - A service of the specified type that will replace the former service. - - - Previously registered service of the specified type, or null (Nothing in Visual Basic) if the service does not exist. - - - - - - - Gets or sets the formatted text content of the document. - - - A string, containing the document's content in rich text format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - Saves the document to a stream, specifying the document's format. - - - - The stream to output the document to. - - - - One of the enumeration values. - - - - - - - - Fires in response to changing a selection in the document. - - - - - - - - Gets or sets the plain text content of the document. - - - A string, containing the document's unformatted text. - - - - - - - Gets or sets a unit of measure used within the RichEditDocumentServer. - - - One of the enumeration values. - - - - - - - Fires after the Unit property is changed. - - - - - - - - Fires before the Unit property is changed. - - - - - - - - Gets or sets the document content as the text in WordProcessingML (Microsoft Office Word 2003 XML) format. - - - A string of text in WordML format. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - An interface implementing the text properties accessed by the . - - - - - - - Gets the name of a style applied to characters in the current object. - - - A object that is the style name. - - - - - - - - Layout element that relates to a line number. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns a line to which the current line number element belongs. - - - A element to which the current belongs. - - - - - - - Returns the text displayed by the line number. - - - A string displayed by the line number. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Lists types of document elements accessed by . - - - - - - - All document elements. - - - - - - - - The end of a bookmark. - - - - - - - - The beginning of a bookmark. - - - - - - - - - A checkbox. - - - - - - - - The end of a commented range. - - - - - - - - The beginning of a commented range. - - - - - - - - The end of a field code range. - - - - - - - - The beginning of a field code range. - - - - - - - - The end of a field result range. - - - - - - - - The end of a hyperlink. - - - - - - - - The beginning of a hyperlink. - - - - - - - - An inline picture. - - - - - - - - The end of a paragraph. - - - - - - - - The beginning of a paragraph. - - - - - - - - A floating picture. - - - - - - - - The end of a range permission. - - - - - - - - The beginning of a range permission. - - - - - - - - The end of a section. - - - - - - - - The beginning of a section. - - - - - - - - A floating object (a picture or a text box). - - - - - - - - The border of a table cell. - - - - - - - - A group of characters with the same format. - - - - - - - - A text box. - - - - - - - - - Base interface for all document elements. - - - - - - - Accepts a visitor. - - - - A visitor to visit document elements. - - - - - - - - Gets the starting position of the element. - - - An integer that is the document position. - - - - - - - Gets the type of the document element. - - - A enumeration value indicating the type of the element. - - - - - - - - Lists how the control is resized to fit its contents. - - - - - - - The control is resized in horizontal and vertical directions. - - - - - - - - The control is resized in horizontal direction. - - - - - - - - The control does not change its dimensions. - - - - - - - - The control is resized in vertical direction. - - - - - - - - - A collection of objects in the document. - - - - - - - Gets all fields located in the specified document range. - - - - A specifying the range in which to search for fields. - - - - A object specifying the read-only collection of fields. - - - - - - - - The base for the class. - - - - - - - Releases all resources used by RichTextBrickBase. - - - - - - - - For internal use. - - - An integer value. - - - - - - - For internal use. - - - A value. - - - - - - - - A visual brick containing rich text. - - - - - - - For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner. - - - - - An object implementing the interface. - - - - - - - - Initializes a new instance of the RichTextBrick class with the default settings. - - - - - - - - For internal use. - - - A object. - - - - - - - For internal use. - - - A value. - - - - - - - For internal use. - - - A structure. - - - - - - - For internal use. Supports the serialization of the RichTextBrick class. - - - A Boolean value. - - - - - - - Creates a new RichTextBrick instance, which is a copy of the current instance. - - - A new RichTextBrick instance, which is a copy of the current instance. - - - - - - - 100000 - - - - - - - - - For internal use. - - - Always true. - - - - - - - Specifies the RTF content of the RichTextBrick. - - - A value. - - - - - - - - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - Abstract numbering definition that defines the appearance and behavior of numbered paragraphs in a document. - - - - - - - - Gets the zero-based index of the abstract numbering list in the document. - - - An integer value. - - - - - - - - A collection of elements. - - - - - - - - Applies the Heading 6 built-in style to the text so it is shown at the sixth level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading6LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading6LevelCommand. - - - A member, identifying the command. - - - - - - - - Represents character groups matched by the pattern. - - - - - - - - Applies the Heading 4 built-in style to the text so it is shown at the fourth level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading4LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading4LevelCommand. - - - A member, identifying the command. - - - - - - - - Layout elements related to text runs in a line. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Returns the text displayed in the current element. - - - A string that is the text displayed in the layout element. - - - - - - - - Applies the Heading 3 built-in style to the text so it is shown at the third level of the Table of Contents. - - - - - - - - Initializes a new instance of the SetParagraphHeading3LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading3LevelCommand. - - - A member, identifying the command. - - - - - - - - A collection of elements. - - - - - - - - Applies the Heading 2 built-in style to the text so it is shown at the second level of the Table of Contents. - - - - - - - Initializes a new instance of the SetParagraphHeading2LevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the SetParagraphHeading2LevelCommand. - - - A member, identifying the command. - - - - - - - - Provides settings for individual symbols in a document. - - - - - - - - Initializes a new instance of the SymbolProperties class with the default settings. - - - - - - - - Initializes a new instance of the SymbolProperties class with the specified settings. - - - - A structure. - - - - A value, specifying the font name. - - - - - - - - Determines whether or not the specified object is equal to the current SymbolProperties instance. - - - - - The object to compare with the current object. - - - true if the specified object is equal to the current SymbolProperties instance; otherwise false. - - - - - - - Specifies the font name. - - - A value, specifying the font name. - - - - - - - Serves as the default hash function. - - - An integer value, specifying the hash code for the current object. - - - - - - - Occurs every time any of the SymbolProperties class properties has changed its value. - - - - - - - - Specifies the Unicode character. - - - A structure, specifying a character as a UTF-16 code int. - - - - - - - - Toggles CheckAsYouType mode for a spell checker - on/off. - - - - - - - Initializes a new instance of the ToggleSpellCheckAsYouTypeCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the ). - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleSpellCheckAsYouTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleSpellCheckAsYouTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleSpellCheckAsYouTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A collection of elements. - - - - - - - - A document element that indicates the section start accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Provides access to the document section properties. - - - A object that provides access to current document section properties. - - - - - - - Gets the type of a object. - - - A enumeration object that corresponds to the object. - - - - - - - - Invokes the Table Options dialog window. - - - - - - - Initializes a new instance of the ShowTableOptionsFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowTableOptionsFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowTableOptionsFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowTableOptionsFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Layout element that relates to the document's header. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to a for the Rich Text Editor document's header which relates to the current layout object. - - - A object which is the header content. - - - - - - - Provides access to a for the Rich Text Editor document's header which relates to the current layout object. - - - - A enumeration value, that is the type of the header for which a content is obtained. - - - - A object which is the header content. - - - - - - - Finalizes editing of the header content in the document. - - - - A object which is the header content obtained by the method. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - For internal use. Inserts a character into a document. - - - - - - - - Initializes a new instance of the InsertSymbolCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - Gets the ID of the InsertSymbolCommand. - - - A member, identifying the command. - - - - - - - Specifies the properties of an inserted symbol. - - - A object. - - - - - - - - Contains settings which specify parameters affecting search in a document. - - - - - - - Initializes a new instance of the DocumentSearchOptions class with the default settings. - - - - - - - - Gets or sets the maximum length of a string that can be obtained in a regular expression search. - - - An integer specifying the maximum number of characters in a string. Default is 128. - - - - - - - - A collection of shapes in a document. - - - - - - - Inserts a picture as a floating object. - - - - A object that is the position in a paragraph to which a floating object will be anchored. - - - - - A object specifying the image to insert. - - - A interface exposing properties and methods of a newly created floating object containing the specified picture. - - - - - - - Inserts a picture as a floating object. - - - - A object that is the position in a paragraph to which a floating object will be anchored. - - - - - - - A object specifying the image to insert. - - - A interface exposing properties and methods of a newly created floating object containing the specified picture. - - - - - - - Inserts a floating text box. - - - - A object that is the position in a paragraph to which a floating object will be anchored. - - - - A interface exposing properties and methods of the newly created floating text box. - - - - - - - - Gets the shape with the specified name. - - - - A string specifying the shape's name. - - - A element of the collection or null (Nothing in Visual Basic) if the element is not found. - - - - - - - - Encapsulates the layout drawing surface. - - - - - - - - Converts an object's measurement units to the specified ones. - - - - The point whose coordinates will be converted to the specified measurement unit. - - - - - Specifies measurement units for conversion. - - - The point whose coordinates have been converted to the specified measurement units. - - - - - - - - Converts an object's measurement units to the specified ones. - - - - The Int32 value that will be converted to the specified measurement unit. - - - - Specifies measurement units for conversion. - - - - The Int32 value that is original integer value converted to the specified measurement unit. - - - - - - - Converts an object's measurement units to the specified ones. - - - - A Rectangle structure that will be measured in the specified unit. - - - - Specifies measurement units for structure parameters. - - - A Rectangle structure that is the original rectangle, converted to specific document layout units. - - - - - - - Draws a custom ellipse. - - - - The descendant that sets the outline color and thickness. - - - - Sets the shape's location and size. - - - - Specifies measurement units for shape parameters. - - - - - - - - Draws a custom ellipse. - - - - - descendant that sets the outline color and thickness. - - - - Sets the shape's location and size. - - - - - - - - Draws a custom image. - - - - - The object that will be placed at the selected position. - - - - - Sets the location and size of the image. - - - - Specifies the image position within the stated bounds. - - - - - - - - - Draws a custom image. - - - - The descendant that will be placed at the selected position. - - - - - Sets the image's location and size. - - - - Specifies the object position within the stated bounds. - - - - - Specifies the measurement for the image parameters. - - - - - - - - - Draws a custom image. - - - - - The descendnant that will be placed at the selected position. - - - - - Sets the coordinates to locate the object. - - - - Specifies the measurement for image parameters. - - - - - - - - - Draws a custom image. - - - - The descendant that will be drawn. - - - - - Sets the coordinates to place the object. - - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the coordinates to locate the object. - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the coordinates to locate the object. - - - - Sets the measurement for the image parameters. - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the image's location and size. - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the image's location and size. - - - - Sets the object position within the stated bounds. - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the image's location and size. - - - - Sets the object position within the stated bounds. - - - - Specifies the measurement for the image parameters. - - - - - - - - Draws a custom image. - - - - The descendant that will be placed at the selected position. - - - - Sets the image's location and size. - - - - Specifies the measurement for the image parameters. - - - - - - - - Draws a custom image. - - - - The descendant that will be placed at the selected position. - - - - Sets the image's location and size. - - - - - - - - Draws a custom image. - - - - A object that is an image that will be placed at the selected position. - - - - Sets the image's location and size. - - - - Sets the measurement for the image parameters. - - - - - - - - Draws a custom line. - - - - - The descendant that sets the line's color and thickness. - - - - Sets the line's start point x-coordinate. - - - - Sets the line's start point y-coordinate. - - - - Sets the x-position of the line's end point - - - - Sets the y-position of the line's end point - - - - Specifies measurement units for the line parameters - - - - - - - - Draws a custom line. - - - - - The descendant that sets the line's color and thickness. - - - - Sets the line's start point coordinates. - - - - Sets the line's end point coordinates. - - - - Specifies measurement units for line parameters - - - - - - - - Draws a custom line. - - - - The descendant that sets the line's color and thickness. - - - - Sets the line's start point coordinates. - - - - Sets the line's end point coordinates. - - - - - - - - Draws a custom line. - - - - The descendant that sets the line's color and thickness. - - - - Sets the x-coordinate of the line's start point. - - - - Sets the y-coordinate of the line's start point. - - - - Sets the x-coordinate of the line's end point - - - - Sets the y-coordinate of the line's end point - - - - - - - - Draws a custom set of lines. - - - - The descendant that sets the lines' color and thickness. - - - - The array of points locating the lines. - - - - - Specifies measurement units for line parameters. - - - - - - - - - Draws a custom set of lines. - - - - The descendant that sets the lines' color and thickness. - - - - The array of points locating the lines. - - - - - - - - - Draws a custom rectangle. - - - - The descendant that sets the border color and thickness. - - - - Sets the rectangle's location and size. - - - - Specifies measurement units for shape parameters. - - - - - - - - Draws a custom rectangle. - - - - The descendant that sets the outline color and thickness. - - - - Sets the rectangle's location and size. - - - - - - - - Draws a custom rectangle. - - - - The descendant that sets the outline color and thickness. - - - - Sets the x-coordinate of the shape's upper-left corner. - - - - Sets the y-coordinate of the shape's upper-left corner. - - - - Sets the shape's width. - - - - Sets the shape's height. - - - - - - - - Draws a custom rectangle. - - - - descendant that sets the outline color and thickness. - - - - Sets the x-coordinate of the shape's upper-left corner. - - - - Sets the y-coordinate of the shape's upper-left corner. - - - - Sets the shape's width. - - - - Sets the shape's height. - - - - Specifies measurement units for shape parameters. - - - - - - - - Places a custom string at the selected position. - - - - - A custom string that will be placed at the selected position. - - - - - Sets font parameters for the custom string. - - - - The object that sets the color and thickness of the string characters. - - - - - Sets the string's location and size. - - - - - - - - Places a custom string. - - - - A custom string to be drawn. - - - - - - Sets the custom string's font parameters. - - - - The object that sets the color and thickness of the string characters. - - - - - Sets the string's start point coordinates. - - - - - - - - Draws a custom string. - - - - A custom string to be drawn. - - - - - - Sets the string's font parameters. - - - - The descendant that sets the string characters' color and thickness. - - - - Gets the location and size of the string. - - - - Specifies measurement units for the string parameters. - - - - - - - - Draws a custom string. - - - - A custom string to be drawn. - - - - - Sets the string's font parameters. - - - - The descendant that sets the string characters' color and thickness. - - - - Sets the string's start point coordinates. - - - - Specifies measurement units for string parameters. - - - - - - - - Draws a filled custom ellipse. - - - - The descendant that sets the shape color and thickness. - - - - Sets the location and size of the shape. - - - - - - - - Draws a filled custom ellipse. - - - - - The descendant that sets the ellipse's color and thickness. - - - - Sets the shape's location and size. - - - - Specifies measurement units for shape parameters. - - - - - - - - Draws a filled custom rectangle. - - - - The descendant that sets the shape's color and thickness. - - - - - Sets the shape's location and size. - - - - - - - - Draws a filled custom rectangle. - - - - The descendant that sets the rectangle's fill color. - - - - - Gets the shape's location and size. - - - - Specifies measurement units for the shape parameters. - - - - - - - - - - Adds a caption (numbered label) to a table. - - - - - - - Initializes a new instance of the InsertTablesCaptionCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertTablesCaptionCommand. - - - A member, identifying the command. - - - - - - - - Allows you to select the reviewers whose comments shall be displayed in a document. - - - - - - - - Initializes a new instance of the ReviewersCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ReviewersCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ReviewersCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ReviewersCommand. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists modes characterizing how the formatting of the destination document is applied to the text being pasted. - - - - - - - Does not apply formatting of the destination document to the pasted text. - - - - - - - - Applies the style characteristics of the surrounding text to the pasted text except for formatting specified in RTF of the text being pasted. - - - - - - - - - Sets the background color of the page. - - - - - - - Initializes a new instance of the ChangePageColorCommand class with the specified owner. - - - - An object exposing the DevExpress.XtraRichEdit.IRichEditControl interface specifying the owner of the command (usually the RichEditControl). - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ChangePageColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangePageColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangePageColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Floating Object Layout Dialog. - - - - - - - Initializes a new instance of the ShowFloatingObjectLayoutOptionsFormCommand class with the specified owner. - - - - An object exposing the interface specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowFloatingObjectLayoutOptionsFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowFloatingObjectLayoutOptionsFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowFloatingObjectLayoutOptionsFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Text box within a object. Contains the text document and the properties that control the size and alignment of the text box. - - - - - - - Provides access to content of the text box. - - - A interface exposing the text box content. - - - - - - - Gets or sets the rule for determining the height of the text box. - - - A enumeration member specifying how the text box size is determined. - - - - - - - Gets or sets the distance between the bottom of the text and the bottom edge of the shape that contains the text. - - - A value that specifies the distance in current units of measurement (). - - - - - - - Gets or sets the distance between the left edge of the text and the left edge of the shape that contains the text. - - - A value that specifies the distance in current units of measurement (). - - - - - - - Gets or sets the distance between the right edge of the text and the right edge of the shape that contains the text. - - - A value that specifies the distance in current units of measurement (). - - - - - - - Gets or sets the distance between the top of the text and the top edge of the shape that contains the text. - - - A value that specifies the distance in current units of measurement (). - - - - - - - - Contains formatting information for the shape's border. - - - - - - - Gets or sets the color of the shape's border. - - - A object specifying the line color. - - - - - - - Gets or sets the thickness of the specified line in points. - - - A value that is the line thickness in points. - - - - - - - - Fill formatting for a shape. - - - - - - - Gets or sets the fill color. - - - - A color object specifying the fill color. - - - - - - - - - An object that can be placed above and below the text layer of the document, as well as within the document, with text surrounding it. - - - - - - - - Gets fill formatting properties for the specified shape. - - - A object that contains fill formatting properties. - - - - - - - Gets or sets how the shape is positioned horizontally. - - - A enumeration member that specifies the shape's horizontal position. - - - - - - - - Gets line formatting properties for the specified shape. - - - A object that contains line formatting properties. - - - - - - - - - Gets or sets whether you can change the height and width of a shape independently when you resize it. - - - true if the specified shape retains its original proportions when you resize it; otherwise, false. - - - - - - - Gets or sets the distance between the document text and the bottom border of the shape. - - - A value that is the distance in units of measurement specified by the property. - - - - - - - Gets or sets the distance between the document text and the left border of the shape. - - - A value that is the distance in units of measurement specified by the property. - - - - - - - Gets or sets the distance between the document text and the right border of the shape. - - - A value that is the distance in units of measurement specified by the property. - - - - - - - Gets or sets the distance between the document text and the top border of the shape. - - - A value that is the distance in units of measurement specified by the property. - - - - - - - Gets or sets the name of a shape. The name can be used to reference a particular shape in code. - - - A string that is the shape's name. - - - - - - - Gets or sets the shape position relative to a certain element of the document layout . - - - - A object specifying the offset of the shape measured in units specified by the property. - - - - - - - Gets the original size of a shape, i.e. the size before scaling. - - - A structure specifying the size of a shape. - - - - - - - Gets a picture residing in the floating object. - - - An object that is the image in a shape object that is the floating picture; if a shape object is a text box, null (Nothing in Visual Basic) is returned. - - - - - - - Gets or sets the URI of a picture represented by a floating object. - - - A string that is the URI of the picture. A floating picture can have no URI or the shape can actually be a text box. In this case, an empty string is returned. - - - - - - - - Gets the anchoring range for the specified shape. - - - A object that is the anchoring range for the specified shape. - - - - - - - Gets or sets an item to what the horizontal position of a shape is relative. - - - A enumeration member. - - - - - - - Gets or sets an item to what the vertical position of a shape is relative. - - - A enumeration member. - - - - - - - Gets or sets the number of degrees the shape is rotated around the z-axis. - - - A value that is the number of degrees. - - - - - - - Gets or sets the x-axis scale factor. - - - A positive value that is the scale factor. Default is 1. - - - - - - - Gets or sets the y-axis scale factor. - - - A positive value that is the scale factor. Default is 1. - - - - - - - Gets or sets the size of a shape. - - - A structure specifying the width and height of a shape. - - - - - - - Provides access to text box content. - - - A interface that exposes the content of a text box. - - - - - - - Gets or sets how the shape is surrounded by the text. - - - A enumeration member. - - - - - - - Gets or sets how the shape is positioned vertically. - - - 'A enumeration member that specifies the shape's vertical position. - - - - - - - - Gets or sets the position of the shape in the z-order. - - - An integer that represents a shape position in the z-order. - - - - - - - - Specifies interpretation of the rule used to determine the height of a text box. - - - - - - - Sets the height to fit entire text. - - - - - - - - Sets the height to an exact value specified by the property. - - - - - - - - - Specifies the type of vertical alignment to apply. - - - - - - - The shape is aligned to the bottom relative to its . - - - - - - - - The shape is centered relative to its . - - - - - - - - Not in use. - - - - - - - - The exact position is specified by the property. - - - - - - - - Not in use. - - - - - - - - The shape is top aligned relative to its . - - - - - - - - - Specifies to what the vertical position of a shape is relative. - - - - - - - Relative to bottom margin. - - - - - - - - Not in use. - - - - - - - - Relative to line. - - - - - - - - Relative to margin. - - - - - - - - Not in use. - - - - - - - - Not in use. - - - - - - - - Not in use. - - - - - - - - Relative to top margin. - - - - - - - - - Specifies to what the horizontal position of a shape is relative. - - - - - - - Relative to character. - - - - - - - - Relative to column. - - - - - - - - Not in use. - - - - - - - - Relative to left margin. - - - - - - - - Relative to margin. - - - - - - - - Not in use. - - - - - - - - Relative to page. - - - - - - - - Relative to right margin. - - - - - - - - - Specifies the horizontal alignment of a shape. - - - - - - - The shape is centered relative to its . - - - - - - - - Not in use. - - - - - - - - The shape is left-aligned relative to its . - - - - - - - - The shape is positioned explicitly via the property relative to its . - - - - - - - - Not in use. - - - - - - - - The shape is right-aligned relative to its . - - - - - - - - - Creates a field in a document. - - - - - - - Initializes a new instance of the InsertFieldCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets or sets the field code for the field that the command inserts. - - - A string that is the field code. - - - - - - - - Creates a table of tables on the base of table captions. - - - - - - - Initializes a new instance of the InsertTableOfTablesCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertTableOfTablesCommand. - - - A member, identifying the command. - - - - - - - - A collection of elements. - - - - - - - - References a method that will handle the , and events. - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the , and events. - - - - - - - Initializes a new instance of the RichEditInvalidFormatExceptionEventArgs class with the specified exception. - - - - An object representing the exception which caused an event. - - - - - - - - Gets the exception which triggers the InvalidFormatException event. - - - An object representing an exception which caused the event. - - - - - - - - Represents a method that will handle the event. - - - - - - - A method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RichEditClipboardSetDataExceptionEventArgs class with the specified exception. - - - - An object representing the exception which caused an event. - - - - - - - - Gets the exception which triggers the event. - - - An object representing an exception which caused the event. - - - - - - - - Navigates to the next comment in a document. - - - - - - - Initializes a new instance of the NextCommentCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NextCommentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to NextCommentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NextCommentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - References a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - An object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the EditStyleFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Style Editor dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TableOptionsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Table Options dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - Base interface for layout elements. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets coordinates of a rectangle which encompasses the layout element. - - - A structure specifying the coordinates of the layout element. - - - - - - - Returns the parent layout element of the type designated by the specified generic type parameter. - - - The layout element of the type designated by the specified generic type parameter. - - - - - - - Gets coordinates of the specified layout element relative to its container. - - - - A descendant that is the element whose relative position is obtained. - - - A structure specifying the coordinates of the layout element. - - - - - - - Returns the element which is one step higher in the layout hierarchy. - - - A descendant which is the parent of the current layout element. - - - - - - - Gets the type of layout element located under the test point. - - - One of the enumeration values indicating the element type. - - - - - - - - Defines an image in the document. - - - - - - - Provides access to the source image displayed as an inline object in the document. - - - An object specifying the image incorporated in the document. - - - - - - - Gets the original size of the image. - - - The object representing the original size of the image, measured in current units. - - - - - - - Gets the range to which the inline image belongs. - - - A object specifying the image location in the document. - - - - - - - Specifies the X-scaling factor of the inline image. - - - A float value, specifying the scaling factor for the X-axis. - - - - - - - Specifies the Y-scaling factor of the inline image. - - - A float value, specifying the scaling factor for the Y-axis. - - - - - - - Specifies the size of the inline image. - - - A object representing the image size in current units of measurement. - - - - - - - Gets or sets the original location from where the image has been inserted. - - - A string specifying the image source URI. - - - - - - - - Represents a collection of character styles. - - - - - - - Add a style to the collection of styles in the current document. - - - - A class instance representing a character style. - - - - - - - - Creates a new character style. - - - A object representing a character style. - - - - - - - Marks the specified style as deleted, so it can no longer be applied. - - - - A to delete. - - - - - - - - Gets the Character Style object specified by its name. - - - - A string specifying the style name. - - - A object which represents the style with the specified name. - - - - - - - Restores the character style marked as deleted. - - - - A object that is the character style to be restored. - - - - - - - - - Contains settings which specify parameters affecting how the document is printed. - - - - - - - Initializes a new instance of the PrintingOptions class. - - - - - - - - Gets or sets whether DOCVARIABLE fields are automatically updated before a document is printed. - - - true, to update fields before a document is printed; otherwise, false. - - - - - - - Makes the resulting document layout identical to the original document when exporting a rich text document to PDF. - - - - true, to preserve the original document layout when exporting it to PDF; otherwise false. - - - - - - - Gets or sets whether to print the background of the document's margin containing comment balloons. - - - True, to print the background of the document's margin; otherwise, false. - - - - - - - Gets or sets whether to print the background color of the comment balloons. - - - True, to print the comment balloon background; otherwise, false. - - - - - - - Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. - - - true, to print the page background; otherwise, false. - - - - - - - Gets or sets whether the page background is printed in printouts or exported in graphic formats such as PDF. - - - true to print the page background; otherwise, false. - - - - - - - Specifies the user interface of the Print Preview form. - - - A enumeration value. - - - - - - - Gets or sets whether fields are automatically updated before a document is printed. - - - true, to update fields before a document is printed; otherwise, false. - - - - - - - - Defines parameters required to connect to an external data source. - - - - - - - Gets or sets a specific data member in a data source which contains several tables or members. - - - A string that identifies a member in the data source, such as the table name. - - - - - - - Gets or sets the data source object used to connect to data. - - - An object that is the data source from which data is retrieved. - - - - - - - - - Adds a new comment at the current position in a document. - - - - - - - - Initializes a new instance of the NewCommentCommand class with the specified owner. - - - - An object implementing the interface, specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the NewCommentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to NewCommentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to NewCommentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A collection of objects. - - - - - - - - Invokes the Borders and Shading dialog. - - - - - - - Initializes a new instance of the ShowBorderShadingFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowBorderShadingFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowBorderShadingFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowBorderShadingFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Represents an object that provides an image for a document. - - - - - - - Creates an image source object from the specified file. - - - - A string that contains the name of the file from which to create the image. - - - A object representing the image in the document. - - - - - - - Creates an image source object from the specified image. - - - - An object. - - - A object representing the image in the document. - - - - - - - Creates an image source object from the specified data stream. - - - - A containing image data. - - - A object representing the image in the document. - - - - - - - Creates an image source object from the specified URI string. - - - - A string of characters identifying the resource in the Internet that can be interpreted as an image. - - - - An object providing the IUriStreamService interface which allows obtaining a data stream for a specified URI. - - - - A object representing the image in the document. - - - - - - - - Contains settings which affect the layout of the Draft view. - - - - - - - Initializes a new instance of the DraftViewLayoutOptions class with the default settings. - - - - - - - - Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. - - - true to not use autofit; otherwise, false. - - - - - - - Gets or sets how to apply horizontal table indents. - - - true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. - - - - - - - - Contains settings which affect the layout of the Simple view. - - - - - - - Initializes a new instance of the SimpleViewLayoutOptions class with the default settings. - - - - - - - - Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. - - - true to not use autofit; otherwise, false. - - - - - - - Gets or sets how horizontal table indents are applied. - - - - true, if the table's left border is aligned to the view margin; false, if the edge of the text inside the top left cell is aligned to the view margin. - - - - - - - - - Contains settings which affect the layout of the PrintLayout view. - - - - - - - Initializes a new instance of the PrintLayoutViewLayoutOptions class with the default settings. - - - - - - - - Gets or sets whether to retain the settings of a table that is extended past the margins of a document instead of using autofit to make the table fit within the margins. - - - true to not use autofit; otherwise, false. - - - - - - - Gets or sets how to apply horizontal table indents. - - - true, if the table's left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin. - - - - - - - - - Invokes the Page Setup dialog at the Paper tab. - - - - - - - Initializes a new instance of the ShowPagePaperSetupFormCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowPagePaperSetupFormCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowPagePaperSetupFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Page Setup dialog at the Margins tab. - - - - - - - Initializes a new instance of the ShowPageMarginsSetupFormCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ShowPageMarginsSetupFormCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowPageMarginsSetupFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the top right section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectTopRightAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectTopRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectTopRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the top left section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectTopLeftAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectTopLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectTopLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the top center section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectTopCenterAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectTopCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectTopCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies a style that places text above and below the image, but does not allow any text to appear beside the picture. - - - - - - - Initializes a new instance of the SetFloatingObjectTopAndBottomTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectTopAndBottomTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTopAndBottomTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image. - - - - - - - Initializes a new instance of the SetFloatingObjectTightTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectTightTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectTightTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectTightTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies a style that tightly wraps the text around the graphic in an irregular shape that bounds the actual image and fills any blank spaces found within the graphic with text. - - - - - - - Initializes a new instance of the SetFloatingObjectThroughTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectThroughTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectThroughTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectThroughTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Applies a style that wraps the text around all sides of a square that bounds the floating object. - - - - - - - Initializes a new instance of the SetFloatingObjectSquareTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectSquareTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectSquareTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectSquareTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the middle right section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectMiddleRightAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectMiddleRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectMiddleRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the middle left section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectMiddleLeftAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectMiddleLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the middle center section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectMiddleCenterAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectMiddleCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectMiddleCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Places the selected object in its own layer in front of the text. - - - - - - - - Initializes a new instance of the SetFloatingObjectInFrontOfTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectInFrontOfTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectInFrontOfTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the bottom right section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectBottomRightAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectBottomRightAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectBottomRightAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomRightAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the bottom left section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectBottomLeftAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectBottomLeftAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectBottomLeftAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomLeftAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Positions the selected floating object at the bottom center section of the page. - - - - - - - Initializes a new instance of the SetFloatingObjectBottomCenterAlignmentCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectBottomCenterAlignmentCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectBottomCenterAlignmentCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBottomCenterAlignmentCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Places the selected object in its own layer behind the text. - - - - - - - - Initializes a new instance of the SetFloatingObjectBehindTextWrapTypeCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the SetFloatingObjectBehindTextWrapTypeCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to SetFloatingObjectBehindTextWrapTypeCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to SetFloatingObjectBehindTextWrapTypeCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object behind the text or any other floating object. - - - - - - - Initializes a new instance of the FloatingObjectSendToBackCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectSendToBackCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectSendToBackCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendToBackCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object behind the text layer. - - - - - - - Initializes a new instance of the FloatingObjectSendBehindTextCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectSendBehindTextCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectSendBehindTextCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBehindTextCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object behind the text or another object, one layer at a time. - - - - - - - - Initializes a new instance of the FloatingObjectSendBackwardCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectSendBackwardCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectSendBackwardCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectSendBackwardCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object in front of the text layer and any other floating objects. - - - - - - - Initializes a new instance of the FloatingObjectBringToFrontCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectBringToFrontCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectBringToFrontCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringToFrontCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object in front of the text layer. - - - - - - - Initializes a new instance of the FloatingObjectBringInFrontOfTextCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectBringInFrontOfTextCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectBringInFrontOfTextCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringInFrontOfTextCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Moves the selected floating object in front of text or another object, one layer at a time. - - - - - - - - Initializes a new instance of the FloatingObjectBringForwardCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the FloatingObjectBringForwardCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to FloatingObjectBringForwardCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to FloatingObjectBringForwardCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Specifies the width of the outline of the selected floating object. - - - - - - - - Initializes a new instance of the ChangeFloatingObjectOutlineWidthCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object specifying the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFloatingObjectOutlineWidthCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineWidthCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Specifies the color for the outline of the selected floating object. - - - - - - - Initializes a new instance of the ChangeFloatingObjectOutlineColorCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object specifying the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFloatingObjectOutlineColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeFloatingObjectOutlineColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectOutlineColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Changes the fill color of a selected floating object. - - - - - - - Initializes a new instance of the ChangeFloatingObjectFillColorCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object specifying the user interface state for the command. - - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ChangeFloatingObjectFillColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeFloatingObjectFillColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeFloatingObjectFillColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Changes the background color of the current paragraph. - - - - - - - - Initializes a new instance of the ChangeParagraphBackColorCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Creates an object representing the user interface state for the command. - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ChangeParagraphBackColorCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ChangeParagraphBackColorCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeParagraphBackColorCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A page of the document layout. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Provides access to the collection of layouts related to the floating objects located behind the text. - - - A collection of elements. - - - - - - - Gets the comments area of the current page. - - - A object that is the comments area. - - - - - - - Returns floating objects located in the current page. - - - A containing floating objects of the current page. - - - - - - - Gets the footer of the current page. - - - A object that is the page footer. - - - - - - - Provides access to the collection of layouts related to the floating objects located in front of the text. - - - A collection of elements. - - - - - - - Provides access to the frames located in the document. - - - A object that is a collection of frames. - - - - - - - - Gets the header of the current page. - - - A object that is the page header. - - - - - - - Gets the index of the current page in the document layout. - - - An integer that is he page index. - - - - - - - Obtains a range that corresponds to the main page area of the current page. - - - A value that is the range of the main page area. - - - - - - - Gets page areas of the current page. - - - A containing page areas. - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Inserts a floating object - text box. - - - - - - - Initializes a new instance of the InsertTextBoxCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertTextBoxCommand. - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - - Inserts a picture from a file. The picture becomes a floating object. - - - - - - - - Initializes a new instance of the InsertFloatingObjectPictureCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertFloatingObjectPictureCommand. - - - A member, identifying the command. - - - - - - - - Adds a caption (numbered label) to a figure. - - - - - - - Initializes a new instance of the InsertFiguresCaptionCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertFiguresCaptionCommand. - - - A member, identifying the command. - - - - - - - - A command used to scale a rectangular object within a document, such as frame or picture, by setting the X and Y axis scaling percentages. - - - - - - - Initializes a new instance of the ChangeRectangularObjectScaleCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ChangeRectangularObjectScaleCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the ratio of the projected X-size to the current X-size, as a percent. - - - An integer that is the scaling factor expressed as a percentage. - - - - - - - Gets or sets the ratio of the projected Y-size to the current Y-size, as a percent. - - - An integer that is the scaling factor expressed as a percentage. - - - - - - - - Invokes the Modify Style dialog that allows you to edit the document style. - - - - - - - Initializes a new instance of the ShowEditStyleFormCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowEditStyleFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowEditStyleFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowEditStyleFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - This command is currently unavailable. - - - - - - - Initializes a new instance of the InsertSectionBreakContinuousCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertSectionBreakContinuousCommand. - - - A member, identifying the command. - - - - - - - - Adds a caption (numbered label) to an equation. - - - - - - - Initializes a new instance of the InsertEquationsCaptionCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertEquationsCaptionCommand. - - - A member, identifying the command. - - - - - - - - Layout element that relates to the highlighted range to which a comment is assigned. - - - - - - - Dispatches to the Visit method that is specific to the current . - - - - A implementation that is the instance of the visitor class defined in the Visitor pattern. - - - - - - - - Gets the type of layout element. - - - The enumeration member. - - - - - - - - Prompts for the file location, and inserts a picture from a file. - - - - - - - - Initializes a new instance of the InsertPictureCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets the ID of the InsertPictureCommand. - - - - A member, identifying the command. - - - - - - - Gets the Key Tip for the command. - - - A value that is the key tip associated with the command. - - - - - - - Updates the command state and applies restrictions. - - - - An interface, defining the state of a command. - - - - - - - - - Lists options which specify how the image height and width are preserved in an exported HTML file. - - - - - - - - Always specify an image size identical to the size of an image in the document layout. - - - - - - - - - Default behavior. - - - - - - - - - Scrolls the document to the specified page. - - - - - - - Initializes a new instance of the ScrollToPageCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ScrollToPageCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets or sets the index of a page to which scrolling is performed. - - - - An integer that is the number of a page. - - - - - - - - A command to scale the inline picture, by setting the X and Y axis scaling percentages. - - - - - - - Initializes a new instance of the ChangeInlinePictureScaleCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - - A collection of numbering definition instances. - - - - - - - Creates and adds a new numbering list to the collection, which is based on an abstract numbering list specified by its index. - - - - - An integer that is the index of the abstract numbering list in the document. - - - - A interface specifying the numbering list in the document. - - - - - - - Adds a numbering list to the collection. - - - - A interface specifying the numbering list in the document. - - - - - - - - Creates a new numbering list which is based on the abstract numbering list specified by its index. - - - - - An integer that is the index of the abstract numbering list in the document. - - - - A interface specifying the numbering list. - - - - - - - - Interface derived from the to include methods for specifying tab stops within a paragraph. - - - - - - - Starts modifying tab stops in a paragraph. - - - - true to get tab stops set for the current paragraph only, disregarding style; otherwise, if set to false, merges tab stops which are set for the paragraph style and for the individual paragraph. - - - A object containing information about tab stops. - - - - - - - Finalizes modifications of tab stops for the current paragraph. - - - - A collection containing information about tab stops. - - - - - - - - - Specifies the numbering format used for a group of automatically numbered objects, such as pages. - - - - - - - - Specifies that the sequence shall consist of full-width hiragana characters in the traditional a-i-u-e-o order. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of hiragana characters in the traditional a-i-u-e-o order. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of ascending Abjad numerals. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of characters in the Arabic alphabet. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of bullet characters. - - - - - - - - - Specifies that the sequence shall consist of cardinal text of the current language. -Example: one, two, three. -The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . - - - - - - - - Specifies that the sequence shall consist of characters as defined in the Chicago Manual of Style. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of ascending numbers from the Chinese counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Chinese counting thousand system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Chinese simplified legal format. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean Chosung format. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of decimal numbering. -Example: 1, 2, 3, ... , 9, 10, 11 - - - - - - - - Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. -Once the specified sequence reaches 21, the numbers may be replaced with non-enclosed equivalents. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of decimal numbering enclosed in a circle, using the enclosed alphanumeric glyph character. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of decimal numbering followed by a period, using the enclosed alphanumeric glyph character. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of decimal numbering enclosed in parentheses. - - - - - - - - For internal use. - - - - - - - Specifies that the sequence shall consist of double-byte Arabic numbering. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of an alternative set of double-byte Arabic numbering, if one exists in the current font. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of single-byte Arabic numbering. -Example: 1, 2, 3 - - - - - - - - Specifies that the sequence shall consist of Arabic numbering with a zero added to numbers one through nine. -Example: 01, 02, 03, ..., 09, 10 - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean Ganada format. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of Hebrew numerals. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of the Hebrew alphabet. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of hexadecimal numbering. -Example: 1, 2, 3, ... , 9, A, B - - - - - - - - Specifies that the sequence shall consist of Hindi consonants. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Hindi counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of Hindi numbers. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of Hindi vowels. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numerical ideographs enclosed in a circle, using the appropriate character. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of traditional sequential numerical legal ideographs. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of traditional sequential numerical ideographs. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of sequential zodiac ideographs. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of traditional sequential zodiac ideographs. - -Currently not supported. - - - - - - - - - Specifies that the sequence shall consist of the iroha. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of the full-width forms of the iroha. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Japanese counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Japanese digital ten thousand counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Japanese legal counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean digital counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Korean legal numbering system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of the letters of the Latin alphabet in lower case. -Example: a, b, c - - - - - - - - Specifies that the sequence shall consist of lowercase roman numerals. -Example: i, ii, iii - - - - - - - - Specifies the default numbering sequence (specifies that the sequence consists of decimal numbering). - - - - - - - - - Specifies that the sequence shall consist of Arabic numbering surrounded by dash characters. -Example: - 1 -, - 2 -, - 3 - - - - - - - - - - Specifies that the sequence shall consist of ordinals of the current language. -Example: 1st, 2nd, 3rd. -The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . - - - - - - - - Specifies that the sequence shall consist of ordinal text of the current language. -Example: first, second, third. -The following languages are currently supported: English, French, German, Italian, Russian, Swedish and Turkish . - - - - - - - - Specifies that the sequence shall consist of the letters of the Russian alphabet in lower case. -Example: а, б, в - - - - - - - - Specifies that the sequence shall consist of the letters of the Russian alphabet in upper case. -Example: А, Б, В - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Taiwanese counting thousand system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Taiwanese digital counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of sequential numbers from the Thai counting system. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of Thai letters. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of Thai numerals. - -Currently not supported. - - - - - - - - Specifies that the sequence shall consist of the letters of the Latin alphabet in upper case. -Example: A, B, C - - - - - - - - Specifies that the sequence shall consist of uppercase roman numerals. -Example: I, II, III - - - - - - - - Specifies that the sequence shall consist of Vietnamese numerals. - -Currently not supported. - - - - - - - - - Defines the numbering format which shall be used for automatically numbered pages and an initial number that is the number of the first page. - - - - - - - Gets or sets whether the numbering should be continued from the previous section or should start from the beginning. - - - True, to continue numbering; otherwise, false. - - - - - - - Gets or sets an initial number from which the numbering starts. - - - An Int value that is the first page number. - - - - - - - Gets or sets the format used to display page numbers. - - - - A enumeration member specifying how the page number is displayed. - - - - - - - - Gets or sets the initial number from which the numbering starts. - - - An integer that is the number of the first page. - - - - - - - - Lists measurement units allowed to specify font size. - - - - - - - - Font size specified in pixels. - - - - - - - - Font size specified in points. - - - - - - - - - Base interface for numbering lists. - - - - - - - Gets or sets the numbering list identifier. - - - An integer that is the numbering list identifier. - - - - - - - Provides access to a collection of numbering definitions for different levels. - - - A DevExpress.XtraRichEdit.API.Native.ReadOnlyListLevelCollection<T> collection of level definitions. - - - - - - - Get or sets the type of a numbering list. - - - A enumeration member specifying the type of a list. - - - - - - - - Container for table characteristics used to specify default table properties and table style characteristics. - - - - - - - Gets or sets the table property. - - - A value or null if not set. - - - - - - - Gets or sets the table property. - - - A value or null if not set. - - - - - - - Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. - - - - A enumeration value. - - - - - - - - Resets the table properties to the properties specified by the underlying table style or to default properties. - - - - - - - - Gets or sets the table property. - - - A value or null if not set. - - - - - - - Gets or sets the table property. - - - A enumeration value or null, if not set. - - - - - - - Gets or sets the table property. - - - A value or null, if not set. - - - - - - - Provides access to the TableBorders interface exposing table border properties. - - - - A interface providing access to table border properties. - - - - - - - - Gets or sets the table property. - - - A value or null, if not set. - - - - - - - Gets or sets the table property. - - - A enumeration value or null, if not set. - - - - - - - Gets or sets the table property. - - - A value or null, if not set. - - - - - - - - A TableStyle objects collection that contains the table styles in a document. - - - - - - - - Add a style to the collection of styles in the current document. - - - - A class instance that is a table style. - - - - - - - - Creates a new table style. - - - A object that is a table style. - - - - - - - Marks the specified style as deleted, so it can no longer be applied. - - - - A to delete. - - - - - - - - Gets the Table Style object specified by its name. - - - - A string specifying the style name. - - - A object which is the style with the specified name. - - - - - - - - Restores a table style marked as deleted. - - - - A object to be restored. - - - - - - - - - A single style that can be applied to a table. - - - - - - - - Provides access to the container object that holds conditional styles and enables you to retrieve or create them. - - - An object implementing the interface. - - - - - - - Gets whether the specified style is marked as deleted. - - - true if the style is deleted; otherwise, false. - - - - - - - Gets or sets the name of the style. - - - A string specifying the style name. - - - - - - - Gets or sets the style from which the current style inherits. - - - A object that is the parent style. - - - - - - - - - Increases the number of the paragraph outline level. - - - - - - - - Initializes a new instance of the IncrementParagraphOutlineLevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the IncrementParagraphOutlineLevelCommand. - - - A member that specifies the command identifier. - - - - - - - Gets a string resource identifier of a menu caption corresponding to IncrementParagraphOutlineLevelCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Decreases the number of the paragraph outline level. - - - - - - - - Initializes a new instance of the DecrementParagraphOutlineLevelCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the DecrementParagraphOutlineLevelCommand. - - - A member that specifies the command identifier. - - - - - - - Gets a string resource identifier of a menu caption corresponding to DecrementParagraphOutlineLevelCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A delegate intended to invoke its method for each row in a table. - - - - - - - - Executes the delegate with the specified parameters. - - - - A object that is the row for which the delegate is executed. - - - - An integer that is the index of a row in a table. - - - - - - - - - A delegate intended to invoke its method for each cell in a table. - - - - - - - - Executes the delegate with the specified parameters. - - - - A object that is the cell for which the delegate is executed. - - - - An integer that is the index of a row to which the cell belongs. - - - - An integer that is the index of a column to which the cell belongs. - - - - - - - - - Specifies how RichEditControl interprets the specified width (length). - - - - - - - Automatically determined width. - - - - - - - - Width in fiftieths of a percent. - - - - - - - - - Width in units of measurements that are currently in effect for the document. - - - - - - - - Not set. - - - - - - - - - Lists alignments allowed for the table row. - - - - - - - Justified. - - - - - - - - Align center. - - - - - - - - Distribute all characters equally. - - - - - - - - Align left. - - - - - - - - Align to the list tab. - - - - - - - - - Align right. - - - - - - - - - Lists algorithms which shall be used to lay out the contents of a table within the document. - - - - - - - The table is displayed using the autofit layout algorithm. - - - - - - - - - The table is displayed using a fixed layout algorithm. - - - - - - - - - Lists the meaning of the height specified for the container object. - - - - - - - The minimum height will be the specified height. The height can be increased, if needed, to accommodate the content. - - - - - - - - The height increases automatically to accommodate the content. - - - - - - - - The exact height as specified. If the text cannot fit the height, it will appear truncated. - - - - - - - - - Base class for the . Provides basic level definitions. - - - - - - - Gets or sets whether any list numbers from previous levels should be converted to decimal numbers. - - - true if any list numbers from previous levels should be converted to decimal numbers; false if they should be left in the format specified by their own level's definition. - - - - - - - - Gets or sets the number format string for this level. - - - A string value that specifies how the level number is displayed. - - - - - - - Gets or sets the style of numbering for the current list level. - - - A DevExpress.XtraRichEdit.API.Native.NumberingFormat enumeration member specifying the numbering style. - - - - - - - Gets or sets the list level that must appear before the specified list level restarts numbering. - - - An integer specifying the level index. - - - - - - - Gets or sets the character inserted after the number for a numbered list item. - - - A that is the trailing character for the list level. - - - - - - - Gets or sets the starting number for the specified list level. - - - An integer that starts numbering for this level. - - - - - - - Disables resizing of a picture inserted as a bullet. - - - true to disable bullet picture resizing; otherwise, false. - - - - - - - Disables numbering restart for the specified level. - - - true to disable numbering restart; otherwise, false. - - - - - - - - Creates a table of figures on the base of figure captions. - - - - - - - Initializes a new instance of the InsertTableOfFiguresCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertTableOfFiguresCommand. - - - A member, identifying the command. - - - - - - - - Creates a table of equations on the base of equation captions. - - - - - - - Initializes a new instance of the InsertTableOfEquationsCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets the ID of the InsertTableOfEquationsCommand. - - - A member, identifying the command. - - - - - - - - The numbering level of the numbering definition instance. - - - - - - - Gets whether the current level is indicated with bullets instead of numbers. - - - true to use bullets for the current list level; otherwise, false. - - - - - - - Provides access to character formatting specified for the current list level. - - - A object that contains character formatting. - - - - - - - Provides access to paragraph characteristics specified for the current list level. - - - A object that contains paragraph formatting. - - - - - - - Gets or sets the style of paragraph applied to the current level. - - - A interface specifying the paragraph style in the document. - - - - - - - - - A numbering definition instance referenced by paragraphs in a document that comprises a numbering list. - - - - - - - Provides access to the parent abstract numbering list. - - - An interface specifying the abstract numbering list in the document. - - - - - - - Gets the index of the parent abstract numbering list. - - - - An integer that is the index of the in the document. - - - - - - - - Gets the zero-based index of the numbering list in the document. - - - An integer value. - - - - - - - Provides access to the level characteristics for the current numbering list. - - - - A DevExpress.XtraRichEdit.API.Native.ListLevelCollection<T> containing objects. - - - - - - - - A collection of abstract numbering definitions. - - - - - - - Creates a new abstract numbering list and adds it to the collection. - - - An interface specifying base list format options. - - - - - - - Adds the specified list to the collection. - - - - - An interface specifying base list format options. - - - - - - - - Provides access to a bulleted list template of a document. - - - A object. - - - - - - - Creates a new abstract numbering list. - - - An interface specifying base list format options. - - - - - - - Provides access to a multi level list template of a document. - - - A object. - - - - - - - Provides access to a numbered list template of a document. - - - A object. - - - - - - - - Lists AutoFit layout algorithm types. - - - - - - - Table columns are automatically resized to fit the content. - - - - - - - - - Table is resized to fit within the page margins. - - - - - - - - Columns have a fixed width, so the AutoFit feature is not used. - - - - - - - - - - Automatically widens table columns to accommodate cell content. - - - - - - - - Initializes a new instance of the ToggleTableAutoFitContentsCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleTableAutoFitContentsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ToggleTableAutoFitContentsCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleTableAutoFitContentsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Invokes the Columns dialog. - - - - - - - Initializes a new instance of the ShowColumnsSetupFormCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Creates an object specifying the user interface state for the command. - - - - An interface, providing information on the UI state. - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Executes the command specifying the UI state explicitly. - - - - An object which implements the interface. - - - - - - - - Gets the ID of the ShowColumnsSetupFormCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to ShowColumnsSetupFormCommand. - - - A value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ShowColumnsSetupFormCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets whether the focus should be set to the command owner after a command is executed. - - - Returns true. - - - - - - - - Toggles line numbering for the paragraph in which the caret is located. - - - - - - - Initializes a new instance of the ToggleParagraphSuppressLineNumbersCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the ToggleParagraphSuppressLineNumbersCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to ToggleParagraphSuppressLineNumbersCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Lists possible types of a numbering list. - - - - - - - Bulleted list. - - - - - - - - Mixed numeric and outlined list. - - - - - - - - Simple numeric list. - - - - - - - - - A document element that is the paragraph's end accessed by DocumentIterator. - - - - - - - Accepts a visitor. - - - - A object that is the visitor. - - - - - - - - Gets the type of a object. - - - A enumeration value that corresponds to the object. - - - - - - - - A collection of TableRow objects that is the table rows in a table. - - - - - - - - Appends a new row to the specified collection of table rows. - - - A interface specifying the appended row. - - - - - - - Gets the first row in a collection. - - - A interface specifying the first row. - - - - - - - Inserts a new row after the row specified by its index. - - - - An integer that is the index of a row after which a new row is inserted. - - - A interface specifying a newly inserted row. - - - - - - - Inserts a new row before the row specified by its index. - - - - An integer that is the zero-based index of a row before which a new row is inserted. - - - A interface specifying a newly inserted row. - - - - - - - Gets the last row in a collection. - - - A interface specifying the last row. - - - - - - - Deletes a row specified by its index. - - - - An integer that is the zero-based index of a row to delete. - - - - - - - - - Represents a row in a table. - - - - - - - Provides access to a collection of cells within the current row. - - - A collection containing cells in a current row. - - - - - - - Deletes the current row. - - - - - - - - Gets the first cell in a row. - - - A interface specifying the first cell in a row. - - - - - - - Gets the number of columns which shall be left after the last cell of this table row. - - - An integer that is the remaining number of columns. - - - - - - - - Gets the number of columns which must be skipped before the first cell. - - - An integer that is the number of columns which must be skipped. - - - - - - - - Gets or sets the height of the current row. - - - A that is the row height in units of measurement that are in effect, or 0 (zero) if the is set to . - - - - - - - Gets or sets the type of a rule used to determine the height of a cell. - - - A enumeration member specifying how the height is determined. - - - - - - - Gets the zero-based index of the row in a table. - - - - An integer that is the successive number of the row in a table. - - - - - - - Indicates whether the current row is the first row in a table. - - - true if the current row is the first row; otherwise, false. - - - - - - - Indicates whether the current row is the last row in a table. - - - true if the current row is the last row; otherwise, false. - - - - - - - Gets a cell at the specified column in the current row. - - - - An integer that is the zero-based index of a column. - - - A that is the cell at the specified column. - - - - - - - Gets the last cell in a row. - - - A interface specifying the last cell in a row. - - - - - - - Gets the nesting level of the table containing a current row. - - - An integer that indicates how deep the table that contains a current row is inserted into others. - - - - - - - Gets the next row in a table. - - - A that is the next row in a table, or null if the current row is the last row in a table. - - - - - - - Gets the previous row in a table. - - - A that is the previous row in a table, or null if the current row is the first row in a table. - - - - - - - Gets the document range occupied by the current row. - - - - A occupied by a row. - - - - - - - Provides access to the parent table. - - - A interface that is the table containing the current cell. - - - - - - - Gets or sets the alignment of a particular row in a table. - - - A enumeration value that specifies how the row is aligned in a document. - - - - - - - - A collection of Table objects in a document. - - - - - - - Adds a new blank table to the document. - - - - A specifying a position at which to create a table. - - - - An integer specifying the number of rows in a table. - - - - An integer specifying the number of columns in a table. - - - - An enumeration member specifying how the table (and cell) width is calculated. - - - - Specifying the column width. - - - A interface specifying a newly created table. - - - - - - - Adds a new blank table to the document. - - - - A specifying a position at which to create a table. - - - - An integer specifying the number of rows in a table. - - - - An integer specifying the number of columns in a table. - - - - An enumeration member specifying how the table (and cell) width is calculated. - - - A interface specifying a newly created table. - - - - - - - Adds a new blank table to the document. - - - - A specifying a position at which to create a table. - - - - An integer specifying the number of rows in a table. - - - - An integer specifying the number of columns in a table. - - - A interface specifying a newly created table. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - A interface specifying the newly created table. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - - An enumeration value specifying how the column widths are calculated. - - - A interface specifying the newly created table. - - - - - - - Inserts a blank table with the specified number of rows and columns at the specified position. - - - - A at which a table is inserted. - - - - An integer specifying the number of rows in a new table. - - - - An integer specifying the number of columns in a new table. - - - - An enumeration value specifying how the column widths are calculated. - - - - An integer specifying the column width if the autoFitBehavior parameter is set to . - - - A interface specifying the newly created table. - - - - - - - Gets the first table in the document. - - - A interface specifying the document table. - - - - - - - Returns an index of a table in a collection. - - - - A interface specifying the document table. - - - An integer that is the index of an item in a collection. - - - - - - - Gets the last table in the document. - - - A interface specifying the document table. - - - - - - - Removes the table from the collection of tables in a document. - - - - A interface specifying the document table. - - - - - - - - Removes the table with the specified index from the collection of tables in a document. - - - - An integer specifying the table index. - - - - - - - - - A collection of TableCell objects in a table row. - - - - - - - Adds a new column to the right of the last column in a table. - - - A interface specifying the newly added cell. - - - - - - - Gets the first cell in a collection. - - - A interface specifying the first cell in a collection. - - - - - - - Inserts a new cell after the cell specified by its column number. - - - - An integer, that is the column number (index in a row) of a cell after which a new cell is inserted. - - - A interface specifying the newly inserted cell. - - - - - - - Inserts a new cell before the cell specified by its column number. - - - - An integer that is the column number (index in a row) of a cell before which a new cell is inserted. - - - A interface specifying the newly inserted cell. - - - - - - - Gets the last cell in a collection. - - - A interface specifying the last cell in a collection. - - - - - - - Deletes a cell specified by its index. - - - - An integer that is the index of a cell in a row. - - - - - - - - - Contains characteristics for cell borders. - - - - - - - Provides access to an object specifying line properties associated with the bottom border of a cell. - - - A object that specifies characteristics of the cell border. - - - - - - - Provides access to an object specifying line properties associated with the left border of a cell. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the right border of a cell. - - - A object that specifies characteristics of the cell border. - - - - - - - Provides access to an object specifying line properties associated with the top border of a cell. - - - A object that specifies characteristics of the cell border. - - - - - - - - The border characteristics of a cell. - - - - - - - - Gets or sets the color of the border line. - - - A instance specifying the border line color. - - - - - - - Gets or sets the style used to paint a border line. - - - A enumeration member specifying the line style. - - - - - - - Gets or sets the line width. - - - A value that is the line width in points. - - - - - - - - Represents a single table cell. - - - - - - - Gets or sets the color of the cell background. - - - A that is the color of the background. - - - - - - - Provides access to a TableCellBorders interface that describes all the borders for the specified cell. - - - A interface specifying all the cell borders. - - - - - - - Gets or sets the amount of space below the contents of a single cell in a table. - - - A value that is the distance in units of measurements that are currently in effect for the document (specified by the property). - - - - - - - Gets the number of columns that the cell spans. - - - An integer that is the number of columns. - - - - - - - Gets the document range that corresponds to the table cell. - - - A that is the range in the document which comprises the current cell. - - - - - - - Deletes a cell and shifts the next cell to the left. - - - - - - - - Gets or sets the height of a table cell. - - - A value that is the height in points. - - - - - - - Gets or sets the type of a rule used to determine the height of a cell. - - - A enumeration member specifying how the height is determined. - - - - - - - Gets the zero-based index of the cell in a row. - - - - An integer that is the number of the table column that contains the specified cell. - - - - - - - Gets or sets the amount of space to the left of the contents of a single cell in a table. - - - A value that is the distance in units of measurements that are currently in effect for the document (specified by the property). - - - - - - - Gets the nesting level of the table containing a current cell. - - - An integer that indicates how deep the table that contains a current cell is inserted into others. - - - - - - - Gets the next cell in a row. - - - A that is the next cell in a row, or null if the current cell is the last cell in a row. - - - - - - - Gets or sets the numerical value of the preferred width. - - - A value specifying the cell width. - - - - - - - Gets or sets how the width of a cell is determined if Preferred Width is specified. - - - A enumeration value specifying how the is interpreted. - - - - - - - Gets the previous cell in a row. - - - A that is the previous cell in a row, or null if the current cell is the first cell in a row. - - - - - - - Gets a document range occupying by the current cell. - - - A occupied by a cell. - - - - - - - Gets or sets the amount of space to the right of the contents of a single cell in a table. - - - A value that is the distance in units of measurements that are currently in effect for the document (specified by the property). - - - - - - - - Gets the row to which the current cell belongs. - - - A interface that provides access to the table row. - - - - - - - Splits a single table cell into multiple cells. - - - - The number of rows that the cell is to be split into. - - - - The number of columns that the cell is to be split into. - - - - - - - - Gets or sets the style applied to a cell in a table of a Snap application. - - - - A interface which defines a style of table cells in a Snap application. - - - - - - - - Provides access to the parent table. - - - A interface that is the table containing the current cell. - - - - - - - Gets or sets the amount of space above the contents of a single cell in a table. - - - A value that is the distance in units of measurements that are currently in effect for the document (specified by the property). - - - - - - - Gets or sets the vertical justification of content inside a table cell. - - - A enumeration value. - - - - - - - Obtains the vertical merge state of the current cell (whether the cell is merged vertically) and its relative position in a merged object. - - - - A enumeration member that specifies the state of the cell regarding the vertical merge. - - - - - - - Gets or sets whether the text is wrapped to multiple lines and the cell height is increased to fit the content so that the cell width remains the same. - - - - true to wrap the text; otherwise, false. - - - - - - - - Contains characteristics for table borders. - - - - - - - Provides access to an object specifying line properties associated with the bottom borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the inner horizontal borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the inner vertical borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the left borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the right borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - Provides access to an object specifying line properties associated with the top borders in a table. - - - A object that specifies characteristics of the table border. - - - - - - - - Represents a single table. - - - - - - - Locks the Table object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Provides access to the TableBorders interface exposing borders assigned to a table. - - - A interface providing access to table borders. - - - - - - - Gets or sets the space between the bottom border of a table cell and cell contents for all cells in a table. - - - A value specifying the cell bottom margin in measurement units that are currently in effect. - - - - - - - Provides access to a cell in a table. - - - - The zero-based table row index. An integer between 0 and the number of rows in the table. - - - - The zero-based table column index. An integer between 0 and the number of columns in the table. - - - A object that is the cell in a table. - - - - - - - Unlocks the Table object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the first (uppermost) row of the table. - - - An object with the interface that is the topmost row. - - - - - - - - Performs the specified action on each cell in the table. - - - - The delegate to perform on each cell in a table. - - - - - - - - Enables you to specify a delegate which will be executed for each row of a table. - - - - A delegate. - - - - - - - - Gets or sets the amount of indentation for a table. - - - A value specifying the amount of space to indent a table in measurement units that are currently in effect. - - - - - - - Indicates whether a document containing this table can be successfully opened in Microsoft Word. - - - true, if Microsoft Word can open a document containing this table correctly; otherwise, false. - - - - - - - Gets a table cell by its row and column index. - - - - An integer specifying the row number. Row numbers are zero-based. - - - - An integer specifying the column number that is the index of a cell within the row. Zero-based. - - - An object with the interface that is the table cell. - - - - - - - Gets the last row in a table. - - - An object with the interface, specifying a row in a table. - - - - - - - - Gets or sets the space between the left border of a table cell and cell contents for all cells in a table. - - - A value specifying the cell left margin in measurement units that are currently in effect. - - - - - - - Merges all columns with indexes greater than 63 into a single column. - - - - true, if the table has been modified (i.e., several columns have been merged); otherwise, false. - - - - - - - Merges the cells in the specified range into a single cell. - - - - A that marks one end of the merged range. - - - - A that marks the opposite end of the merged range. - - - - - - - - - Gets the nesting level of the current table. - - - An integer that indicates how deep the table is inserted into others. - - - - - - - Gets the cell containing the nested table. - - - An object with the interface that is the containing cell. - - - - - - - Gets or sets the numerical value of the preferred width. - - - A value specifying the table width. - - - - - - - Gets or sets how the width of a table is determined if Preferred Width is specified. - - - A enumeration value specifying how the is interpreted. - - - - - - - Gets a document range occupied by a table. - - - A occupied by a table. - - - - - - - Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. - - - - A enumeration value. - - - - - - - - Resets table properties to values specified by the underlying style or to the default style values. - - - - - - - - Gets or sets the space between the right border of a table cell and cell contents for all cells in a table. - - - A value specifying the cell right margin in measurement units that are currently in effect. - - - - - - - Provides access to a collection of table rows. - - - A interface that enables you to operate with table rows. - - - - - - - Specifies the preferred width for the table in specified units. - - - - - A float value that is the preferred width of a table. - - - - A enumeration value that specifies how the preferred width should be interpreted. - - - - - - - - Gets or sets the style applied to the table. - - - A interface specifying a style specific to tables in a document. - - - - - - - - Gets or sets the alignment of a table as a whole within the document. - - - A enumeration value that specifies how the table is aligned in a document. - - - - - - - - Gets or sets the color of an empty space between cells. - - - A that is the color of the background. - - - - - - - Gets or sets the amount of space in between the cells of a table. - - - A value specifying the amount of space in measurement units that are currently in effect. - - - - - - - Gets or sets the algorithm which shall be used to lay out the contents of the current table within the document. - - - A enumeration value. - - - - - - - Gets or sets the table style options that modify the table appearance. - - - - The enumeration values which specify table style options that change the table appearance. - - - - - - - - Gets or sets the space between the top border of a table cell and cell contents for all cells in a table. - - - A value specifying the cell top margin in measurement units that are currently in effect. - - - - - - - Checks whether the current table instance is valid and usable. - - - - - - - - - Lists possible vertical alignments for cell content. - - - - - - - The content is aligned to the bottom of a cell. - - - - - - - - The content is centered across the height of a cell. - - - - - - - - The content is aligned to the top of a cell. - - - - - - - - - List line styles used for table borders. - - - - - - - A series of alternating thin and thick strokes, resembling a barber pole. - - - - - - - - - Dashes. - - - - - - - - A dash followed by a small gap. - - - - - - - - A dash followed by a dot. - - - - - - - - A dash followed by two dots. - - - - - - - - Dots. - - - - - - - - Double solid lines. - - - - - - - - Double wavy solid lines. - - - - - - - - The border appears to be inset. - - - - - - - - No border. - - - - - - - - No border. - - - - - - - - The border appears to be outset. - - - - - - - - A single solid line. - - - - - - - - Single line. - - - - - - - - An internal single thick solid line surrounded by a single thin solid line with a large gap between them. - - - - - - - - An internal single thick solid line surrounded by a single thin solid line with a medium gap between them. - - - - - - - - An internal single thick solid line surrounded by a single thin solid line with a small gap between them. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line with a large gap between them. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line with a medium gap between them. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line with a small gap between them. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a large gap between all lines. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a medium gap between all lines. - - - - - - - - An internal single thin solid line surrounded by a single thick solid line surrounded by a single thin solid line with a small gap between all lines. - - - - - - - - A line border consisting of three staged gradient lines around the cell, getting darker towards the cell. - - - - - - - - - A line border consisting of three staged gradient lines around the cell, getting darker away from the cell. - - - - - - - - - Triple line. - - - - - - - - Wavy line. - - - - - - - - - Lists the types of a section break. - - - - - - - - A new section starts on the next column on the page. Currently this type of section break is not supported. - - - - - - - - - A new section starts on the following paragraph of the same page. Currently this type of section break is not supported. - - - - - - - - A new section begins on the next even-numbered page. If the section break falls on an even-numbered page, the next odd-numbered page is left blank. - - - - - - - - A page is broken at the section break. The new section starts on the next page. - - - - - - - - A new section begins on the next odd-numbered page. If the section break falls on an odd-numbered page, the next even-numbered page is left blank. - - - - - - - - - Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. - - - - - - - Initializes a new instance of the ShowFormEventArgs class with the default settings. - - - - - - - - Gets or sets the return value of a dialog box. - - - A enumeration value that specifies the value that is returned by the dialog box. - - - - - - - Gets or sets whether an event was handled. If it was handled, the default actions are not required. - - - - true if it was handled and the default dialog doesn't need to be shown; otherwise, false. - - - - - - - Gets or sets a parent of the form being shown. - - - An object. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TabsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Tabs dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TablePropertiesFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Table Properties dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the SymbolFormShowingEventArgs class with the specified view model. - - - - A object. This value is assigned to the property. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the SplitTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Split Cells dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the SearchFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Obtains what tab of the Find and Replace dialog (Find or Replace) is active. - - - enumeration value. - - - - - - - Gets the information for initializing the Find and Replace dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RangeEditingPermissionsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Editing Permissions dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PasteSpecialFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Paste Special dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Instances of the ParagraphFormShowingEventArgs class are automatically created, initialized and passed to the corresponding event handlers. - - - - - - - - - - - - - - - - Gets the information for initializing the Paragraph dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - Parameter required for one of the ParagraphForm constructors. - - - - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PageSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Page Setup dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the NumberingListFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Bullets and Numbering dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LineNumberingFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Line Numbers dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the InsertTableFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Insert Table dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the InsertTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Insert Cells dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the InsertMergeFieldFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Insert Merge Field dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the HyperlinkFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Edit Hyperlink dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - A method that will handle the HeaderFooterEditing event. - - - - - - - - A method that will handle the and the events. - - - - - The event sender (typically a ). - - - - A object that contains event data. - - - - - - - - - Provides data for the StartHeaderFooterEditing and the FinishHeaderFooterEditing events. - - - - - - - Initializes a new instance of the HeaderFooterEditingEventArgs class with the default settings. - - - - - - - - - Serves as the base for classes which provide data for the events which occur before the RichEditControl dialogs are shown. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FontFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Font dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the DocumentProtectionQueryPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Unprotect Document dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the DocumentProtectionQueryNewPasswordFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Start Enforcing Protection dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the DeleteTableCellsFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Delete Cells dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - References a method that will handle the event. - - - - - - - - A method that will handle the event. - - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ColumnsSetupFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Columns dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - A method that will handle the CalculateDocumentVariable event. - - - - - - - - A method that will handle the CalculateDocumentVariable event of the RichEditControl. - - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the CalculateDocumentVariable event. - - - - - - - Provides access to a collection of arguments within the DOCVARIABLE field. - - - An instance containing DOCVARIABLE field arguments. - - - - - - - Gets or sets a locked attribute to the field for which the event occurs. - - - True, if the property of the field that triggers an event, is true; otherwise, false. - - - - - - - Gets or sets whether the default action is required. - - - - true if no default action is necessary; otherwise, false. - - - - - - - Gets or sets whether the last paragraph of the inserted document is kept in the resulting document. - - - true to retain the last paragraph of the inserted document; otherwise, false. - - - - - - - Gets or sets whether to insert an additional hidden paragraph so that the inserted content is not formatted with the DOCVARIABLE field's paragraph formatting. - - - True, to insert a hidden paragraph before the DOCVARIABLE field's content; otherwise, false. - - - - - - - Gets or sets the value of the DOCVARIABLE field that fired the event. - - - An object that is inserted into a document in place of the DOCVARIABLE field. - - - - - - - Gets the name of the document variable to which the DOCVARIABLE field refers. - - - A string that is the name of the document variable in the DOCVARIABLE field. - - - - - - - - References a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the , which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BookmarkFormShowingEventArgs class with the specified information for initializing the dialog controls. - - - - A object containing information to be displayed in the form. - - - - - - - - Gets the information for initializing the Bookmark dialog controls. - - - A object containing information to be displayed in the form. - - - - - - - - A collection of Argument objects. Results from parsing a document field. - - - - - - - Initializes a new instance of the ArgumentCollection class with the default settings. - - - - - - - - - An argument within the document field. - - - - - - - - Gets the length of an argument text range in the DOCVARIABLE field. - - - An integer, specifying the length of a text range representing the argument in the DOCVARIABLE field. - - - - - - - Gets the document position where the argument text range starts. - - - - An integer, specifying the starting document position of a text range, that is the argument in the DOCVARIABLE field. - - - - - - - - Gets the value of an argument in the DOCVARIABLE field. - - - A string, specifying the argument in the DOCVARIABLE field. - - - - - - - - Provides hit testing for the RichEditControl. - - - - - - - - Initializes a new instance of the HitTestManager class with the default settings. - - - - A object where the hit testing is performed. - - - - - - - - - Returns specific document elements located under the test point. - - - - - A object indicating the page to be searched. - - - - The object that is the test point. - - - - One of the enumeration values specifying the search accuracy. - - - A object containing information about the determined element. - - - - - - - Returns specific document elements located under the test point. - - - - - A object indicating the page area to be searched. - - - - A object that is the test point. - - - - One of the enumeration values specifying the search accuracy. - - - A object containing information about the determined element. - - - - - - - - Moves the cursor backward by the number of lines in the current control's window, minus one. - - - - - - - Initializes a new instance of the PreviousScreenCommand class with the specified owner. - - - - An object implementing the DevExpress.XtraRichEdit.IRichEditControl interface, specifying the command owner. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the PreviousScreenCommand. - - - A member, identifying the command. - - - - - - - Gets a string resource identifier of a menu caption corresponding to PreviousScreenCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - Updates all fields in the selected range. - - - - - - - Initializes a new instance of the UpdateFieldsCommand class with the specified owner. - - - - An object exposing the interface specifying the owner of the command. - - - - - - - - Gets a string resource identifier of a command description. - - - An XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - Gets the ID of the UpdateFieldsCommand. - - - A member, identifying the command. - - - - - - - Gets the name of the resource image corresponding to . - - - A string value, specifying the name of an image contained in resources. - - - - - - - Gets a string resource identifier of a menu caption corresponding to UpdateFieldsCommand. - - - A XtraRichEditStringId enumeration value, identifying the resource string. - - - - - - - - A method that will handle the MailMergeStarted event. - - - - - - - - A method that will handle the MailMergeStarted event of the RichEditControl. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the MailMergeStarted event. - - - - - - - Gets a merged document. - - - A interface providing access to a merged document. - - - - - - - - Specifies the text displayed by the progress indicator while the document is being rendered. - - - A value. - - - - - - - - A method that will handle the MailMergeRecordStarted event. - - - - - - - - A method that will handle the MailMergeRecordStarted event of the RichEditControl. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the MailMergeRecordStarted event. - - - - - - - Gets a merged document. - - - A interface providing access to a merged document. - - - - - - - - Gets a template document before a record is merged. - - - A interface providing access to an interim document. - - - - - - - - Gets an index of a record currently merged. - - - An integer that is the data record index. - - - - - - - - A method that will handle the MailMergeRecordFinished event. - - - - - - - - A method that will handle the MailMergeRecordFinished event of the RichEditControl. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the MailMergeRecordFinished event. - - - - - - - Gets a merged document. - - - A interface providing access to a merged document. - - - - - - - - Gets a template document after a record is merged. - - - A interface providing access to an interim document. - - - - - - - - Gets an index of a record currently merged. - - - An integer that is the data record index. - - - - - - - - A method that will handle the MailMergeFinished event. - - - - - - - - A method that will handle the MailMergeFinished event of the RichEditControl. - - - - The event source. This parameter identifies the RichEditControl, which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the MailMergeFinished event. - - - - - - - Gets a merged document. - - - A interface providing access to a merged document. - - - - - - - - - A collection of document variables. - - - - - - - Adds a new document variable to the collection. - - - - A string that is the name of the new document variable. - - - - An object that is the value of the document variable. - - - - - - - - Removes all document variables from the current document. - - - - - - - - Gets the number of variables in the document. - - - An integer that is the number of document variables in the collection. - - - - - - - Calculates the value of the specified document variable. - - - - - A string that is the document variable name. - - - - An object that holds arguments used to calculate the document variable value. - - - - An object associated with the document variable or calculated in the corresponding event. - - - - - - - Calls the method with an empty argument collection. - - - - - A string that is the document variable name. - - - An object associated with the document variable or calculated in the corresponding event. - - - - - - - Gets the collection of the document variable names. - - - A collection of variable names. - - - - - - - Removes the variable with the specified name from the document. - - - - A string that is the name of the variable to remove. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.dll deleted file mode 100644 index 00d7aa4..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.xml deleted file mode 100644 index ac144cd..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Sparkline.v18.1.Core.xml +++ /dev/null @@ -1,878 +0,0 @@ - - - - DevExpress.Sparkline.v18.1.Core - - - - - - Interface implementing the Visitor pattern. - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - An object for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - An object for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - An object for which the operation is performed. - - - - - - - - Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern. - - - - An object for which the operation is performed. - - - - - - - - - The Bar sparkline view. - - - - - - - Initializes a new instance of the BarSparklineView class with the default settings. - - - - - - - - Copies all the settings from the BarSparklineView object passed as the parameter. - - - - - A BarSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0). - - - true, to highlight points with negative values; otherwise, false. - - - - - - - Gets the type of the sparkline view. - - - Always . - - - - - - - Invokes the Visit method of the specified visitor for the current BarSparklineView object. - - - - An object implementing the interface. - - - - - - - - - The Line sparkline view. - - - - - - - Initializes a new instance of the LineSparklineView class with the default settings. - - - - - - - - - - - - - - - - - - - - - - - - Gets the actual color of a sparkline marker. - - - A value that is the actual marker color. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Copies all the settings from the LineSparklineView object passed as the parameter. - - - - - A LineSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets whether anti-aliasing (smoothing) is applied to the line view. - - - True to apply anti-aliasing to the line view; False to disable anti-aliasing. - - - - - - - Gets or sets the size of an end point's marker. - - - An integer value specifying the marker size, in pixels. - - - - - - - Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0). - - - true, to highlight points with negative values; otherwise, false. - - - - - - - Specifies the width of a line in a LineSparklineView. - - - - An integer value specifying the line width (in pixels). - - - - - - - - Gets or sets the color to draw line markers. - - - A that defines the color to draw line markers. - - - - - - - Gets or sets the size of markers for data points in a line sparkline. - - - An integer value specifying the marker size, in pixels. - - - - - - - Gets or sets the marker size of a data point that has the maximum value among all data points. - - - - An integer value specifying the marker size, in pixels. - - - - - - - - Gets or sets the marker size of a data point that has the minimum value among all data points. - - - - An integer value specifying the marker size, in pixels. - - - - - - - - - Gets or sets the marker size of all data points that have negative values (less than 0). - - - An integer value specifying the marker size, in pixels. - - - - - - - - - - - - - - - Sets size for all markers of a sparkline. - - - - An integer value specifying the new size for sparkline markers (in pixels). - - - - - - - - Gets or sets a value specifying the visibility of point markers on a sparkline. - - - true to show markers for each data point; false to hide them. - - - - - - - Gets or sets the size of a start point's marker. - - - An integer value specifying the marker size, in pixels. - - - - - - - - Gets the type of the sparkline view. - - - Always . - - - - - - - Invokes the Visit method of the specified visitor for the current LineSparklineView object. - - - - An object implementing the interface. - - - - - - - - - Lists the values used to specify the available view types of a sparkline. - - - - - - - - Sparkline data points are represented as area. - - - - - - - - Sparkline data points are represented as bars. - - - - - - - - Sparkline data points are represented as a line. - - - - - - - - Sparkline data points are represented as win and loss squares. - - - - - - - - - Represents a range to be used in DevExpress Sparkline controls. - - - - - - - Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits. - - - - - A value, specifying the minimum limit. This value is assigned to the property. - - - - A value, specifying the maximum limit. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SparklineRange class with the default settings. - - - - - - - - Gets or sets a value indicating whether or not range limits should be calculated automatically. - - - true to calculate range limits automatically; false to use the and property values. - - - - - - - - Gets or sets a value specifying the first limit of the range. - - - A value that specifies the first limit. - - - - - - - Gets or sets a value specifying the second limit of the range. - - - A value that specifies the second limit. - - - - - - - This event is hidden, because it is not appropriate for the SparklineRange class. - - - - - - - - Returns the textual representation of the SparklineRange. - - - A value which is the textual representation of the SparklineRange. - - - - - - - - The base class for sparkline views. - - - - - - - Gets the actual color of a sparkline. - - - A value that is the actual sparkline color. - - - - - - - Gets the actual color of a sparkline end point. - - - A value that is the actual point color. - - - - - - - Gets the actual color of a sparkline maximum point. - - - A value that is the actual point color. - - - - - - - Gets the actual color of a sparkline minimum point. - - - A value that is the actual point color. - - - - - - - Gets the actual color of sparkline negative points. - - - A value that is the actual point color. - - - - - - - Gets the actual color of a sparkline start point. - - - A value that is the actual point color. - - - - - - - Copies all the settings from the SparklineViewBase object passed as the parameter. - - - - - A SparklineViewBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets or sets the color to draw a sparkline. - - - A that defines the color to draw a sparkline. - - - - - - - Creates a sparkline view of the specified type. - - - - A enumeration value specifying the type of view to create. - - - A class descendant. - - - - - - - Gets or sets the color to draw the end point of a sparkline. - - - A that defines the color to draw the end point. - - - - - - - Gets or sets a value specifying whether or not to highlight the end point of a sparkline. - - - true, to highlight the end point; otherwise, false. - - - - - - - Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points. - - - - true, to highlight a point with the maximum value; otherwise, false. - - - - - - - - Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points. - - - - true, to highlight a point with the minimum value; otherwise, false. - - - - - - - - Gets or sets a value specifying whether or not to highlight the start point of a sparkline. - - - true, to highlight the start point; otherwise, false. - - - - - - - Gets or sets the color to draw a sparkline point that has the highest value among all data points. - - - - A that defines the color to draw a data point with the maximum value. - - - - - - - - Gets or sets the color to draw a sparkline point that has the lowest value among all data points. - - - - - A that defines the color to draw a data point with the minimum value. - - - - - - - - Gets or sets the color to draw sparkline points that have negative values (less than 0). - - - A that defines the color to draw data points with negative values. - - - - - - - Occurs when any property of the SparklineViewBase object has changed its value. - - - - - - - - Gets or sets the color to draw the start point of a sparkline. - - - A that defines the color to draw the start point. - - - - - - - Returns a human-readable string that represents the SparklineViewBase object. - - - A value that represents the SparklineViewBase object. - - - - - - - Gets the type of the sparkline view. - - - A enumeration value specifying the view type. - - - - - - - Invokes the Visit method of the specified visitor for the current SparklineViewBase object. - - - - An object implementing the interface. - - - - - - - - - The WinLoss sparkline view. - - - - - - - Initializes a new instance of the WinLossSparklineView class with the default settings. - - - - - - - - Gets the type of the sparkline view. - - - Always . - - - - - - - Invokes the Visit method of the specified visitor for the current WinLossSparklineView object. - - - - An object implementing the interface. - - - - - - - - - The base for Bar and WinLoss sparkline views. - - - - - - - Copies all the settings from the BarSparklineViewBase object passed as the parameter. - - - - - A BarSparklineViewBase object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Specifies the distance between two bars of a bar sparkline. - - - An integer value (in pixels). - - - - - - - - The Area sparkline view. - - - - - - - Initializes a new instance of the AreaSparklineView class with the default settings. - - - - - - - - Specifies the opacity (0-255) of the area sparkline. - - - - A value from 0 (transparent) to 255 (opaque). - - - - - - - Copies all the settings from the AreaSparklineView object passed as the parameter. - - - - - A AreaSparklineView object (which is the descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a will be thrown. - - - - - - - - Gets the type of the sparkline view. - - - Always . - - - - - - - Invokes the Visit method of the specified visitor for the current AreaSparklineView object. - - - - An object implementing the interface. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.dll deleted file mode 100644 index 62beef5..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.xml deleted file mode 100644 index 4587ad7..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.Utils.v18.1.xml +++ /dev/null @@ -1,26742 +0,0 @@ - - - - DevExpress.Utils.v18.1 - - - - - - Contains options that specify how text is rendered. - - - - - - - Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. - - - - - A value that specifies the horizontal alignment of text. This value is assigned to the property. - - - - - A value that specifies the vertical alignment of text. This value is assigned to the property. - - - - - A value that specifies word wrapping mode. This value is assigned to the property. - - - - - A value that specifies text trimming mode. This value is assigned to the property. - - - - - - - - Initializes a new instance of the TextOptions class with the specified owner, the text settings are set to default values. - - - - - An object which becomes the owner of the current object. - - - - - - - - Initializes a new instance of the TextOptions class with the specified alignments, word wrapping and text trimming options. - - - - - A value that specifies the horizontal alignment of text. This value is assigned to the property. - - - - A value that specifies the vertical alignment of text. This value is assigned to the property. - - - - - A value that specifies word wrapping mode. This value is assigned to the property. - - - - A value that specifies text trimming mode. This value is assigned to the property. - - - - A enumeration value that specifies the hotkey prefix for the text. This value is assigned to the property. - - - - - - - - Copies settings from the specified object to the current TextOptions object. - - - - A TextOptions object whose settings are copied to the current object. - - - - - - - - Gets an object that specifies the default text options. - - - - A object that specifies the default text options. - - - - - - - - Gets an object whose settings force text to be centered. - - - - A TextOptions object with its settings set to the corresponding values. - - - - - - - - Gets an object whose settings allow text to wrap. - - - A TextOptions object with its settings set to the corresponding values. - - - - - - - - Gets an object whose settings prevent text from wrapping. - - - - A TextOptions object with its settings set to the corresponding values. - - - - - - - - Gets an object whose settings force text to be centered and prevent it from wrapping. - - - - A TextOptions object with its settings set to the corresponding values. - - - - - - - - Gets an object that contains the default formatting settings. - - - A object containing the default formatting settings. - - - - - - - Specifies how the default string format referred to by the property is constructed. - - - - - - - - Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the object. - - - - A object whose properties are set to match the appropriate values. - - - - - - - - Returns a object whose settings reflect the alignment, word wrapping and text trimming options of the specified TextOptions object. - - - - - A TextOptions object whose settings are used to initialize the corresponding settings of the object that is to be returned. - - - A object whose properties are set to match the appropriate values. - - - - - - - - Returns a StringFormatInfo object whose settings reflect the alignment, word wrapping and text trimming options of the object. - - - - A TextOptions object whose settings are used to initialize the corresponding settings of the StringFormatInfo object that is to be returned. - - - A StringFormatInfo object whose properties are set to match the appropriate values. - - - - - - - Returns a StringFormatInfo object whose settings reflect the alignment, word wrapping and text trimming options of the object. - - - A StringFormatInfo object whose properties are set to match the appropriate values. - - - - - - - Gets or sets the horizontal alignment of text. - - - A value that specifies the text horizontal alignment. - - - - - - - Converts the specified value to a corresponding value. - - - - - A value that is to be converted. - - - A value that corresponds to the specified value. - - - - - - - Gets or sets the hotkey prefix for the text. - - - A enumeration value which represents the hotkey prefix for the text. - - - - - - - Tests whether two objects have the same property values. - - - - The TextOptions object to which the current object is compared. - - - true if the current object has the same property values as the specified object; otherwise, false. - - - - - - - Resets all the text settings to their default values. - - - - - - - - - Gets or sets whether the text is directed from right to left. - - - true, if the text is directed from right to left; otherwise, false. - - - - - - - Sets the property without the property changed notifications. - - - - A enumeration value which represents the hotkey prefix for the text. - - - - - - - - Returns the text representation of the current object. - - - The text representation of the current object. - - - - - - - Gets or sets text trimming mode. - - - A value that specifies text trimming mode. - - - - - - - For internal use. Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Gets or sets the vertical alignment of text. - - - A value that specifies the text vertical alignment. - - - - - - - Converts the specified value to a corresponding value. - - - - A value that is to be converted. - - - A value that corresponds to the specified value. - - - - - - - Gets or sets text wrapping mode. - - - A value that specifies text wrapping mode. - - - - - - - - Provides properties that affect all adorner guides owned by this Adorner UI Manager. - - - - - - - Initializes a new instance of the GuideProperties class with the default settings. - - - - - - - - Gets or sets whether any guide owned by this Adorner UI Manager can display flyout panels. - - - true, to enable flyout panels for all guides; otherwise, false. - - - - - - - Gets or sets the background flyout panel color for any guide owned by this Adorner UI Manager. - - - A Color applied to the flyout panel background. - - - - - - - - Gets or sets the flyout panel border color for any guide owned by this Adorner UI Manager. - - - - - - - - - Gets or sets the flyout panel relative position for any guide owned by this Adorner UI Manager. - - - - - - - - - Gets or sets the flyout panel opacity for any guide owned by this Adorner UI Manager. - - - - - - - - - Gets or sets a keyboard shortcut that can be pressed at runtime to display guides. - - - A enumerator value that is the keyboard shortcut that invokes guides. - - - - - - - - Contains properties that affect invidual adorner guides only. - - - - - - - Initializes a new instance of the GuideDefaultProperties class with the specified settings. - - - - A object that stores global guide settings. These settings will be inherited by the newly created GuideDefaultProperties object. - - - - - - - - Returns the current flyout backcolor for this guide. - - - A Color that is the current flyout backcolor for the current guide. - - - - - - - Returns the current flyout border color for this guide. - - - A Color that is the current flyout border color for the current guide. - - - - - - - Returns the current flyout location for this guide. - - - A enumeration value that is the current flyout location for the current guide. - - - - - - - Returns the current flyout opacity for this guide. - - - A Double value that is the current flyout opacity for the current guide. - - - - - - - Gets or sets whether or not this guide should display its flyout panel. - - - A enumerator value that specifies whether or not this guide should display its flyout panel. - - - - - - - Gets or sets the flyout backcolor for the current guide. - - - A Color applied to a flyout background of the current guide. - - - - - - - Gets or sets the color applied to flyout borders of the current guide. - - - A Color applied to flyout borders of this guide. - - - - - - - Gets or sets the flyout position relative to the current guide. - - - A enumerator value that specifies the flyout position relative to the current guide. - - - - - - - Gets or sets the flyout opacity for this guide. - - - A value that is the flyout opacity for this guide. - - - - - - - Returns whether or not this guide will show its flyout panel when selected. - - - true, if this guide will show its flyout panel when selected; otherwise, false. - - - - - - - - A child Adorner UI Manager element that highlights specific form regions. Provides a built-in flyout panel for displaying additional information and/or actions related to the highlighted region. - - - - - - - - Initializes a new instance of the Guide class with the default settings. - - - - - - - - Provides access to a group of s that store appearance settings for this Guide. - - - A object that stores guide appearance settings. - - - - - - - Provides access to the object that stores settings for this Guide. - - - A object that stores guide settings. - - - - - - - - Provides three property groups that store the appearance settings for all possible validation states of a target control, related to the object. - - - - - - - - Initializes a new instance of the ValidationHintAppearances class with the default settings. - - - - - - - - Provides access to appearance settings used by a when its target control is in the indeterminate state. - - - - An that stores appearance settings. - - - - - - - Provides access to appearance settings used by a when its target control is in the invalid state. - - - - An that stores appearance settings. - - - - - - - Provides access to appearance settings used by a when its target control is in the valid state. - - - - An that stores appearance settings. - - - - - - - - Provides access to base validation hint properties. Objects of this type affect individual validation hints only. - - - - - - - Initializes a new instance of the ValidationHintBaseDefaultProperties class with the specified settings. - - - - A object that stores base validation hint settings. These settings will be inherited by the newly created ValidationHintBaseDefaultProperties object. - - - - - - - - Returns which regions will be painted with this hint's background color. - - - - A enumeration value. - - - - - - - Returns the current text-to-border indent for this . - - - An Int32 value that is the distance between a border and a hint of this object. - - - - - - - Returns the current hint position for this object. - - - A enumerator value that specifies the current hint position for this object. - - - - - - - Returns the current hint padding for this object. - - - A Padding structure applied to a hint of this object. - - - - - - - Returns the icon currently displayed by this object's hint. - - - An Image currently displayed by this object's hint. - - - - - - - Returns the image-to-text indent for this object's hint. - - - An Int32 value that is the image-to-text indent for this object's hint. - - - - - - - Returns the predefined icon displayed within this object's hint. - - - A enumerator value that specifies which predefined icon is displayed within this object's hint. - - - - - - - Returns the unified resource identifier (URI) that specifies the image displayed by this object. - - - A String value that is the URI of the displayed image. - - - - - - - Returns the text currently displayed by this object's hint. - - - A String value that is the text currently displayed by this object's hint. - - - - - - - Gets or sets whether or not HTML tags in this object's hint text should be used to format this text string. - - - A enumerator value that specifies whether or not this should recognize HTML tags in its hint text. - - - - - - - Gets or sets the indent between a border and a hint of this object. - - - A object that specifies the indent between a border and a hint of this object. - - - - - - - Returns whether or not this object can format its hint text using HTML tags. - - - true, if the object can format its hint text using HTML tags; otherwise, false. - - - - - - - Returns whether or not this object should display a border around its target UI element. - - - true, if this object should display a border; otherwise, false. - - - - - - - Returns whether or not this object should display a hint next to its target UI element. - - - true, if this object should display a hint; otherwise, false. - - - - - - - Returns whether or not this object can currently display a glyph within its hint. - - - true, if this object can currently display a glyph within its hint; otherwise, false. - - - - - - - Gets or sets the position of this object's hint relative to its target UI element. - - - - A enumeration value that specifies the relative hint position. - - - - - - - Gets or sets the padding for this object's hint. - - - A Padding structure that is the padding for this object's hint. - - - - - - - Gets or sets the image displayed within this object's hint. - - - An Image object displayed within this object's hint. - - - - - - - Gets or sets the distance between text and image within a hint, displayed by this object. - - - An Int32 value that is the distance between text and image within a hint, displayed by this object. - - - - - - - Gets or sets one of the predefined images to be displayed within the object's hint. - - - - A ValidationHintIconType enumeration value that specifies one of predefined images to be displayed within the object's hint. - - - - - - - Gets or sets the image displayed within this object's hint. The required image will be taken from the DevExpress Image Gallery. - - - A String value that specifies the image displayed within this object's hint. - - - - - - - Gets or sets what object's regions should be painted using this object's background color. - - - A object that specifies what object's regions should be painted using this object's background color. - - - - - - - Gets or sets whether or not this object should draw a border around its target UI element. - - - A DefaultBoolean enumeration value that specifies whether or not this object should draw a border around its target UI element. - - - - - - - Gets or sets whether or not this object should display a hint next to its target UI element. - - - A DefaultBoolearn enumerator value that specifies whether or not this object should display a hint next to its target UI element. - - - - - - - Gets or sets whether or not this should display a glyph within its hint. - - - A enumerator value that specifies whether or not this should display a glyph within its hint. - - - - - - - Gets or sets a text string displayed within this object's hint. - - - A String displayed within this object's hint. - - - - - - - - Provides access to base validation hint properties. Objects of this type affect all validation hints owned by an Adorner UI Manager. - - - - - - - Initializes a new instance of the ValidationHintBaseProperties class with the default settings. - - - - - - - - Gets or sets whether or not any owned by this manager should recognize HTML tags in its hint text. - - - true, if objects should recognize HTML tags in their hint texts; otherwise, false. - - - - - - - Gets or sets the indent between the object's border and hint. This setting is common to all s owned by this manager. - - - An Int32 value that is the indent between the object's border and hint. - - - - - - - Gets or sets the relative hint position for any object owned by this Adorner UI Manager. - - - A enumeration value that specifies the relative hint position for any object owned by this Adorner UI Manager. - - - - - - - Gets or sets the padding. This setting affects all validation hints owned by this Adorner UI Manager. - - - A Padding structure applied to all hints owned by this manager. - - - - - - - Gets or sets the icon. This icon will be displayed for all validation hints owned by the Adorner UI Manager. - - - An Image displayed by any validation hint owned by this manager. - - - - - - - Gets or sets the indent between text and icon within a object's hint. This setting is applied to all child validation hints for the current Adorner UI Manager. - - - An Int32 value that is the default distance between hint text and image. - - - - - - - Gets or sets one of predefined icons to be displayed within object hints. This setting affects all validation hints owned by this Adorner UI Manager. - - - - A enumerator value that specifies a default validation hint icon. - - - - - - - Gets or sets the image displayed within a hint of any object owned by this manager. The required image will be taken from the DevExpress Image Gallery. - - - A String value that specifies the image displayed within a hint of any object owned by this manager. - - - - - - - Gets or sets elements that will be colorized using the background color. This setting is applied to all objects owned by this manager. - - - A enumerator value that specifies elements that will be colorized using the background color. - - - - - - - Gets or sets whether or not any object owned by this Adorner UI Manager should display borders around its target UI element. - - - true, if validation hints should display borders; otherwise, false. - - - - - - - Gets or sets whether or not any object owned by this Adorner UI Manager should display hints next to its target UI element. - - - true, if validation hints should display hints; otherwise, false. - - - - - - - Gets or sets whether or not a should display a glyph within its hint. This setting is applied to all validation hints owned by this manager. - - - true, if a should display a glyph within its hint; otherwise, false. - - - - - - - Gets or sets the default text. - - - A String value that is the default validation hint text. - - - - - - - - An object that stores global validation hint properties for all three control validation states. - - - - - - - Initializes a new instance of the ValidationHintProperties class with the default settings. - - - - - - - - Provides access to settings that will be in effect only when the parent is in the indeterminate state. - - - - A object that stores settings for the indeterminate object state. - - - - - - - - Provides access to settings that will be in effect only when the parent is in the invalid state. - - - - A object that stores settings for the invalid object state. - - - - - - - - Gets or sets this object's current state. - - - A enumerator value that specifies this object's current state. - - - - - - - Provides access to settings that will be in effect only when the parent is in the valid state. - - - - A object that stores settings for the valid object state. - - - - - - - - - An object used by an Adorner UI Manager component to apply visual effects to controls based on these controls' validation states. - - - - - - - Initializes a new instance of the ValidationHint class with the default settings. - - - - - - - - Provides access to appearance settings for the current validation hint. - - - A object that stores appearance settings for this hint. - - - - - - - Provides access to base validation hint properties. - - - A object that stores properties applied to this ValidationHint. - - - - - - - - Provides flags that can be passed to the and properties to set hint locations relative to their parent objects. - - - - - - - - The hint will be displayed below the target UI element. - - - - - - - - A default location. This value is equal to . - - - - - - - - The hint will be displayed to the target UI element's left. - - - - - - - - The hint will be displayed to the target UI element's right. - - - - - - - - The hint will be displayed above the target UI element. - - - - - - - - - This enumeration's values can be passed to the and properties to choose a predefined image for individual or all objects. - - - - - - - An application icon. - - - - - - - - An error icon. - - - - - - - - An information icon. - - - - - - - - A will not display any icon. - - - - - - - - A question icon. - - - - - - - - A warning icon. - - - - - - - - - Provides flags that can be passed to the and properties to specify the flyout panel position relative to it's parent adorner guides. - - - - - - - - The flyout panel is displayed below its parent guide. - - - - - - - - A default setting equal to the value. - - - - - - - - The flyout panel is displayed to the left of its parent guide. - - - - - - - - The flyout panel is displayed to the right of its parent guide. - - - - - - - - The flyout panel is displayed above its parent guide. - - - - - - - - - Contains view and behavior options for a . - - - - - - - Initializes a new instance of the FlyoutPanelOptions class. - - - - - - - - Gets or sets the position at which the is displayed relative to its owner (). - - - The position at which the FlyoutPanel is displayed relative to its owner. - - - - - - - Gets or sets the animation effect used to display and hide the . - - - The animation effect used to display and hide the FlyoutPanel. - - - - - - - Gets or sets whether the is automatically closed when the owner control is hidden. - - - true, if the is automatically closed when the owner control is hidden; otherwise, false. - - - - - - - Gets or sets whether the is hidden on clicking outside the panel's bounds. - - - true, if the is hidden on clicking outside the panel's bounds; otherwise, false. - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - The default value for the property. - - - - - - - - - Gets or sets the panel's horizontal indent from the owner's top left or top right corner when the property is set to TopLeft or TopRight. - - - The panel's horizontal indent from a corner, in pixels. - - - - - - - Gets or sets the display position of the when the property is set to Manual. The position is relative to the owner's top left corner. - - - The display position of the FlyoutPanel when the AnchorType property is set to Manual, in pixels. - - - - - - - Gets or sets the panel's vertical indent from the owner's top left or top right corner when the property is set to TopLeft or TopRight. - - - The panel's vertical indent from a corner, in pixels. - - - - - - - - Provides members that specify the appearance and behavior of the current . - - - - - - - - Initializes a new instance of the BadgeDefaultProperties class and inherits its property values from the parent object. - - - - A BadgeProperties object whose property values are copied to the newly created BadgeDefaultProperties object. - - - - - - - - Gets the current image displayed by this badge. - - - An Image, currently displayed by this badge. - - - - - - - Returns the current stretch margins applied to this 's image. - - - A Padding structure that is the current image stretch margins of this badge. - - - - - - - - Returns the current alignment relative to its target element. - - - A enumerator value that specifies the current alignment relative to its target element. - - - - - - - Returns the current offset. - - - A Point structure that is the current offset. - - - - - - - Returns the paint style currently applied to this badge. - - - A enumerator value that is the paint style currently applied to this badge. - - - - - - - Returns the text currently displayed in this badge. - - - A String value that is the currently displayed badge text. - - - - - - - Returns margins currently applied to this 's text. - - - A Padding structure that specifies margins currently applied to this 's text. - - - - - - - Gets whether or not this badge will be trimmed if it goes beyond its target element's parent. - - - - true, if the badge should be trimmed; otherwise, false. - - - - - - - Gets or sets whether or not the glyph skinning feature is applied to this badge. - - - A DefaultBoolean enumerator value that specifies whether or not the glyph skinning feature is applied to this badge. - - - - - - - Gets or sets whether or not this badge recognizes HTML tags in its text. - - - A enumerator value that specifies whether or not this badge recognizes HTML tags in its text. - - - - - - - Gets or sets whether or not this badge should display its image. - - - A enumerator value that specifies whether or not this badge should display its image. - - - - - - - Returns whether or not this badge can recognize HTML tags in its caption string. - - - true if this badge can recognize HTML tags in its caption string; otherwise, false. - - - - - - - Gets whether or not this image can be stretched. - - - - true, if this 's image can be stretched; otherwise, false. - - - - - - - Gets whether or not an image, assigned to this will be displayed. - - - true, if an image, assigned to this will be displayed; otherwise, false. - - - - - - - Gets or sets an image, used by this . - - - An Image displayed within this badge. - - - - - - - Gets or sets the image region that can be stretched. - - - A Padding structure that is the image stretch region. - - - - - - - Gets whether or not this badge should colorize its glyph. - - - true, if this badge should colorize its glyph; otherwise, false. - - - - - - - Gets or sets the relative position for this . - - - A ContentAlignment enumerator value that specifies the relative position for this . - - - - - - - Gets or sets this badge's offset from its relative position. - - - A Point structure that specifies this badge's offset from its relative position. - - - - - - - Gets or sets the paint style applied to this badge. - - - A enumerator value that specifies the paint style currently applied to this badge. - - - - - - - Gets or sets whether or not this should stretch its image to fit the text block. - - - A DefaultBoolean enumerator value that specifies whether or not this should stretch its image to fit the text block. - - - - - - - Gets or sets the text string, displayed by this . - - - A String value that is the text. - - - - - - - Gets or sets margins for this 's text. - - - A Padding structure that specifies margins for this 's text. - - - - - - - Gets or sets whether or not this should be trimmed to match its target element's parent. - - - A DefaultBoolean enumerator value that specifies whether or not this badge should be trimmed to match its target element's parent. - - - - - - - - Represents a menu item that can be checked and unchecked. - - - - - - - Initializes a new instance of the DXMenuCheckItem class with the specified caption. - - - - A string that specifies the menu item's caption. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuCheckItem class with the specified caption, image, check state and event handler. - - - - A string that specifies the menu item's caption. This value is assigned to the property. - - - - A Boolean value that specifies the menu item's check state. This value is assigned to the property. - - - - An image that is displayed within the menu item. This value is assigned to the property. - - - - An event handler that will be invoked when the check state is toggled. This value is assigned to the event. - - - - - - - - Initializes a new instance of the DXMenuCheckItem class with the specified caption and check state. - - - - A string that specifies the menu item's caption. This value is assigned to the property. - - - - A Boolean value that specifies the menu item's check state. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuCheckItem class with default settings. - - - - - - - - Gets or sets a value indicating whether the menu item is checked. - - - true if the menu item is checked; otherwise, false. - - - - - - - Occurs when the menu item's check state is toggled. - - - - - - - - - Releases all the resources used by the current object. - - - - - - - - - A panel with one-pixel borders that supports panel snapping and the overlay resize feature. - - - - - - - Initializes a new instance of the SidePanel class with the default settings. - - - - - - - - Gets or sets whether or not end-users can resize this SidePanel by dragging its border. - - - true, if end-users can resize this SidePanel by dragging its border; otherwise, false. - - - - - - - Gets or sets whether or not borders of this SidePanel are allowed to snap to borders of other panels at runtime. - - - true, if borders of this panel can snap to other panels' borders; otherwise, false. - - - - - - - Provides access to this panel's appearance settings. - - - A object that stores appearance settings applied to this SidePanel. - - - - - - - - Gets or sets this panel's background color. - - - A Color that is this panel's background color. - - - - - - - Gets or sets the SidePanel border thickness. - - - An Int32 value that specifies the SidePanel border thickness. - - - - - - - Returns the rectangle structure that specifies the position and size of this SidePanel. - - - A structure that stores this SidePanel's position and size. - - - - - - - Gets or sets the parent container side to which this SidePanel is docked. - - - A enumeration value that specifies the parent container side to which this SidePanel is docked. - - - - - - - Gets or sets the fore color of this SidePanel and its child controls. - - - A Color that is the fore color of this SidePanel and its child controls. - - - - - - - Gets or sets the actual SidePanel border thickness scaled according to the current DPI settings. - - - An Int32 value that specifies the SidePanel border thickness. - - - - - - - Provides access to Look and Feel settings of this SidePanel. - - - A object that stores look&feel settings of this SidePanel. - - - - - - - Occurs when a mouse pointer enters the overlay resize zone of this panel. - - - - - - - - Gets or sets the width of a SidePanel's overlay resize zone. - - - An Int32 value that specifies the width of a SidePanel's overlay resize zone. - - - - - - - Resets this panel's property to its default value. - - - - - - - - Gets or sets the distance from the border of this SidePanel to the border of another panel, starting from which the panel snapping feature activates. - - - - An Int32 value that is the distance between panel borders, starting from which the panel snapping feature activates. - - - - - - - - The collection of objects to be used within DevExpress controls. -The ImageCollection is also used as a part of the component. - - - - - - - - Initializes a new instance of the ImageCollection class. - - - - - - - - Initializes a new instance of the ImageCollection class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the ImageCollection class with the specified settings. - - - - true to permit image modification; otherwise, false. - - - - - - - - - Appends the specified image to the collection. - - - - The image to add to the collection. - - - - - - - - Appends the specified image to the specified list. - - - - An object that represents the collection of images. - - - - The image to add to the specified collection. - - - - - - - - Adds an image with the specified name to the collection. - - - - An Image to be added to the collection. - - - - A string that specifies the image's name. You can then retrieve images by name via the property. - - - - - - - - - Adds the images from the specified horizontal image strip to the collection. - - - - The image(s) to add to the collection. - - - - - - - - Adds the images from the specified vertical image strip to the collection. - - - - The image(s) to add to the collection. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Notifies the image collection that initialization is starting. - - - - - - - - Fires after the image collection has been changed. - - - - - - - - Removes all images from the collection. - - - - - - - - - - - - - - - - - - Draws the specified image in the specified state and at the specified location. - - - - A object. - - - - An object that represents the source of the images. - - - - A zero-based integer that specifies the index of the image within the images. - - - - A structure that specifies the drawing area. - - - - true to draw the image in the enabled state; otherwise, false. - - - - - - - - Draws the specified image at the specified location. - - - - A object that specifies the storage for the most used pens, fonts and brushes. - - - - An object that represents the source of the images. - - - - - A zero-based integer that specifies the index of the image within the images. - - - - A structure that specifies the drawing area. - - - - - - - - - Draws the image. - - - - A object that provides storage for pens, fonts and brushes used when painting. - - - - - An object that represents the image source. - - - - An integer value that identifies the image within the collection. - - - - A structure that specifies the bounding rectangle of the image. - - - - true to draw an image in enabled state; otherwise, false. - - - - - - - - Draws the image. - - - - A object that provides storage for pens, fonts and brushes used when painting. - - - - - The to draw. - - - - An object that represents the image source. This parameter is in effect if the image parameter is null. - - - - An integer value that identifies the image within the collection. This parameter is in effect if the image parameter is null. - - - - A structure that specifies the bounding rectangle of the image. - - - - true, to draw an image in enabled state; otherwise, false. - - - - - - - - Draws the specified image using the specified paint settings. - - - - Provides the paint surface and storage of the recently used pens, fonts and brushes. - - - - The to draw. - - - - An object that represents the source of images. This parameter is in effect if the image parameter is null. - - - - - An integer value that identifies the image within the collection. This parameter is in effect if the image parameter is null. - - - - A structure that specifies the drawing area. - - - - - Contains information about how image colors are manipulated during rendering. - - - - - - - - Draws the specified image using the specified paint settings. - - - - Provides the paint surface and storage of the recently used pens, fonts and brushes. - - - - An object that represents the source of images. - - - - - An integer value that identifies the image within the collection. - - - - A structure that specifies the drawing area. - - - - - Contains information about how image colors are manipulated during rendering. - - - - - - - - Draws the specified image using the specified paint settings. - - - - A object that provides storage for pens, fonts and brushes used when painting. - - - - An object that represents the image source. - - - - An integer value that identifies the image within the collection. - - - - A structure that specifies the bounding rectangle of the image. - - - - true, to draw an image in enabled state; otherwise, false. - - - - An ISvgPaletteProvider object specifying colors used to paint vector images. - - - - - - - - Draws the specified image using the specified paint settings. - - - - A object that provides storage for pens, fonts and brushes used when painting. - - - - An object that represents the image source. - - - - An integer value that identifies the image within the collection. - - - - A structure that specifies the bounding rectangle of the image. - - - - An ISvgPaletteProvider object specifying colors used to paint vector images. - - - - - - - - Draws the specified image using the specified paint settings. - - - - Provides the paint surface and storage of the recently used pens, fonts and brushes. - - - - An object that represents the image source. - - - - An integer value that identifies the image within the collection. - - - - A structure that specifies the bounding rectangle of the image. - - - - Contains information about how image colors are manipulated during rendering. - - - - An ISvgPaletteProvider object specifying colors used to paint vector images. - - - - - - - - Notifies the image collection that initialization is complete. - - - - - - - - - Saves the contents of the current collection to a file. - - - - A string that specifies the name of the file to which the contents of the image collection is saved. - - - - - - - - Returns the image at the specified position within the specified image list. - - - - An object that represents the source of images. - - - - A zero-based integer that specifies the index of the image within the images. - - - An descendant that represents the image at the specified position within the specified image list. null (Nothing in Visual Basic) if the image isn't found. - - - - - - - Returns an image from the specified ImageList or ImageCollection. - - - - An ImageList or ImageCollection that stores an image to be returned. - - - - A string value that is the key/name of the image to be returned. - - - An image with the specified key/name stored in an ImageList/ImageCollection. - - - - - - - Returns the image at the specified position within the specified image list. - - - - An object that represents the source of images. - - - - A zero-based integer that specifies the index of the image within the images. - - - - An ISvgPaletteProvider object specifying colors used to paint vector images. - - - - A vector image size. - - - An descendant that represents the image at the specified position within the specified image list. null (Nothing in Visual Basic) if the image isn't found. - - - - - - - Returns the number of images within the specified source of images. - - - - An object that represents the source of images. - - - An integer value that specifies the number of images within the specified image source. - - - - - - - Returns the size of the image at the specified position in the image list. - - - - An object that represents the source of images. - - - - - The index of the required image in the images list. - - - A value that specifies the size of a specific image. - - - - - - - Returns the size of the images in the specified image list. - - - - An object that represents the source of the images. - - - - A structure that specifies the height and width of the images in the specified list. if images is null (Nothing in Visual Basic) or isn't a source of images. - - - - - - - - Gets the size of the specified image or of an image in the image list addressed by a specific index. - - - - - An image whose size is returned. - - - - - An object that represents the source of images. This parameter is in effect if the image parameter is set to null. - - - - - The index of the required image in the images list. - - - A value that specifies the size of a specific image. - - - - - - - - When the option is enabled, the GetImageSize event allows you to customize the size of images returned by the . This event is fired on finishing an object initialization. - - - - - - - - Returns the image stored in the specified file. - - - - A string that specifies the full path to the file. - - - A object that represents the image stored in the specified file; null if the image cannot be loaded. - - - - - - - Provides access to the collection of images. - - - A object that represents the collection of images. - - - - - - - Gets or sets the size of images in the image collection. -For the , this property specifies the size of images fetched from an image strip (at design time or via the and methods). - - - A structure which specifies the height and width of the images in the list. - - - - - - - Gets or sets the handle to the associated with the current image collection. - - - - A handle to the for the current image collection. null (Nothing in Visual Basic) if the current image collection is empty. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - Inserts an image from project resources. - - - - An image to be inserted. - - - - The name of the image to be inserted. - - - - The type of the class where the image to be inserted is defined. - - - - An integer value that specifies the position at which the image needs to be inserted in the image collection. - - - - - - - - Inserts an image from project resources. - - - - An image to be inserted. - - - - The name of the image to be inserted. - - - - The type of the class where the image to be inserted is defined. - - - - An integer value that specifies the position at which the image needs to be inserted in the image collection. - - - - The name of the class where the image to be inserted is defined. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets the value that specifies that when requesting an image from the ImageCollection, another DPI-specific image corresponding to the requested image is returned instead. - - - The DefaultBoolean.True value if a requested image is replaced with a DPI-specific image; DefaultBoolean.False or DefaultBoolean.Default if this feature is disabled. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - The . - - - - An object that represents the image source. - - - - An integer value that specifies the position of the image within the collection. - - - The Boolean value. - - - - - - - - - - - - - - - - - - Determines whether the image exists at the specified position within the specified source of images. - - - - An object that represents the source of images. - - - - A zero-based integer that specifies the index of the image within the images. - - - true if the image exists at the specified position within the specified source of images; otherwise, false. - - - - - - - Returns whether the specified collection contains DPI-specific images. - - - - An image collection to check for DPI-specific images. - - - - An integer value specifying a zero-based index to check whether an image with this index exists in the specified collection. - - - true, if the specified collection contains DPI-specific images; otherwise, false. - - - - - - - - - - - - - - - - - - Returns whether an image with the specified index exists in the specified collection. - - - - An object that represents the source of images. - - - - The index of the required image in the images list. - - - true, if an image exists; otherwise, false. - - - - - - - Registers specific external image-containing assemblies within your application. - - - - A String array that contains names of the assemblies that should be registered. - - - - - - - - Provides access to external image-containing assemblies, registered by this ImageCollection. - - - A object that stores registered assemblies. - - - - - - - When requesting an image from the ImageCollection, the ResolveImage event fires when the project resources do not contain a DPI-specific image that matches the requested image and allows you to provide this DPI-specific image manually. This event is in effect when the option is enabled and the requested image was loaded into the ImageCollection from the project resources. - - - - - - - - - - - - - - - - - - - - - - Gets or sets the color to treat as transparent. - - - The which represents the color that is not rendered when the image is drawn. - - - - - - - - Contains tooltip information. - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and title. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A string that specifies a tooltip's title. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, icon type and delay flag. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. - - - - A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title, icon type and delay flag. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A string that specifies a tooltip's title. This value is assigned to the property. - - - - A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. - - - - A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text, title and icon type. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A string that specifies a tooltip's title. This value is assigned to the property. - - - - A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with default settings. - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier, tooltip text and icon type. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ToolTipControlInfo class with the specified settings. - - - - An object used as an identifier of the currently processed visual element. This value is assigned to the property. - - - - A string that specifies a tooltip's text. This value is assigned to the property. - - - - A string that specifies a tooltip's title. This value is assigned to the property. - - - - A Boolean value that specifies whether a tooltip needs to be displayed immediately or after a delay. This value is assigned to the property. - - - - A value that specifies the kind of predefined icon to display in a tooltip. This value is assigned to the - - - - A value that specifies whether HTML formatting is supported in tooltips. This value is assigned to the property - - - - - - - - Gets or sets whether HTML formatting is supported in tooltips. - - - A value that specifies whether HTML formatting is supported in tooltips. - - - - - - - Gets or sets whether the tooltip should be forcibly shown for the same visual element via the method. - - - A enumeration value that specifies whether the tooptip should be forcibly shown for the same visual element. - - - - - - - Gets or sets whether the shown tooltip hides when an end-user moves the mouse. - - - A Boolean value specifying whether the shown tooltip hides when an end-user moves the mouse. - - - - - - - Gets or sets the kind of predefined icon to display in a tooltip. - - - A value specifying the kind of predefined icon to display. - - - - - - - Gets or sets whether a tooltip will be displayed immediately or after a delay. - - - A Boolean value that specifies whether a tooltip will be displayed immediately after an event handler call. - - - - - - - Gets or sets the interval that must pass before a tooltip is displayed. - - - An integer value that specifies the delay, in milliseconds. - - - - - - - Removes the '0x0' character from the and strings. - - - - - - - - Gets or sets an object which uniquely identifies the currently processed element. - - - An object which uniquely identifies the currently processed element. - - - - - - - Gets or sets the bounds of the object for which a tooltip is displayed. - - - The bounds of the object for which a tooltip is displayed. - - - - - - - Gets or sets a that will be displayed if the property is set to SuperTip - - - A object that has been assigned to this property. The default value is null. - - - - - - - - Gets or sets the tooltip's text. - - - A string that specifies the tooltip's text. - - - - - - - Gets or sets the tooltip's title. - - - A string that specifies the tooltip's title. - - - - - - - Gets or sets whether the tooltip is anchored relative to the mouse pointer or the owning control. - - - A value that specifies whether the tooltip is anchored relative to the mouse pointer or the owning control. - - - - - - - Gets or sets the image to display within the current tooltip. - - - An object that specifies the image to display within the current tooltip. - - - - - - - Gets or sets the space, in pixels, between the tooltip and the associated visual element. - - - An integer value specifying the space, in pixels, between the tooltip and the associated visual element. The default is 16. - - - - - - - Gets or sets the tooltip location. - - - A enumeration value. - - - - - - - Gets or sets the tooltip's position in screen coordinates. - - - A structure that specifies the tooltip's position, in pixels, relative to the top left corner of the screen. - - - - - - - Gets or sets the type of tooltip to be displayed. - - - - A value that specifies the type of tooltip to be displayed. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the ToolTip Controller which fires this event. - - - - A object that contains event data. - - - - - - - - - Contains methods to operate on objects. - - - - - - - Hides the current popup control. - - - - - - - - Displays the current popup control using a menu manager. - - - - An IDXMenuManager object that displays a popup control in a specific manner. - - - - A parent control for the current popup control. - - - - A position where a popup control will be displayed. - - - - - - - - Gets whether the current popup control is visible. - - - true if the current popup control is visible; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ToolTipControllerGetActiveObjectInfoEventArgs class with the specified settings. - - - - The control for which a tooltip controller's event is fired. This value is assigned to the property. - - - - The element of the control (or the type of the element) for which the tooltip is displayed. This value is assigned to the property. - - - - An object which uniquely identifies the current element for which the tooltip is displayed. This value is assigned to the property. - - - - A structure that specifies the position of the mouse cursor relative to the control's upper left corner. This value is assigned to the property. - - - - - - - - Gets the position of the mouse cursor relative to the control's upper left corner. - - - - A structure that specifies the position of the mouse cursor relative to the control's upper left corner. - - - - - - - Gets or sets an object which uniquely identifies the visual element at the current position. - - - A object which identifies the visual element at the current position. - - - - - - - - Contains values that specify how a is displayed. - - - - - - - A menu is displayed as a regular popup menu. - - - - - - - - A menu is displayed as a . - - - - - - - - A menu is displayed as a popup bar. - - - - - - - - - Specifies how an image can be aligned within another object. - - - - - - - An image is vertically aligned at the bottom, and horizontally aligned at the center. - - - - - - - - An image is vertically aligned at the bottom, and horizontally aligned on the left. - - - - - - - - An image is vertically aligned at the bottom, and horizontally aligned on the right. - - - - - - - - The default layout. - - - - - - - - An image is horizontally and vertically aligned at the center. - - - - - - - - An image is vertically aligned at the center, and horizontally aligned on the left. - - - - - - - - - An image is vertically aligned at the center, and horizontally aligned on the right. - - - - - - - - An image is displayed as is, if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. - - - - - - - - - An image is stretched to fill the available client area. - - - - - - - - An image is stretched horizontally. - - - - - - - - An image is stretched vertically. - - - - - - - - An image is vertically aligned at the top, and horizontally aligned at the center. - - - - - - - - An image is vertically aligned at the top, and horizontally aligned on the left. - - - - - - - - An image is vertically aligned at the top, and horizontally aligned on the right. - - - - - - - - Zooms an image proportionally so that it's displayed within the client area in its entirety. - - - - - - - - Zooms an image proportionally, making its smaller side (width or height) to be displayed entirely. The image is centered, so the larger side (height or width) will not be displayed in its entirety. - - - - - - - - - Represents the base class for panels. - - - - - - - Initializes a new instance of the XtraPanel class. - - - - - - - - Gets or sets a value indicating whether the container enables the user to scroll to any control placed outside its visible boundaries. - - - - true if the auto-scrolling feature is enabled; otherwise, false. - - - - - - - Gets or sets whether the panel is automatically resized according to the value of the property. - - - true if the panel's auto-resizing feature is enabled; otherwise, false. - - - - - - - Fires when the value of the property is changed. - - - - - - - - Indicates the automatic sizing behavior of the panel. - - - A value. - - - - - - - Gets or sets the panel's border style. - - - A value that specifies the panel's border style. - - - - - - - Retrieves the size of a rectangular area into which the panel can be fitted. - - - - A custom-sized area for the panel. - - - - A Size value that specifies a rectangle into which the panel can be fit. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - Resets the property to its default value. - - - - - - - - Gets whether the property should be serialized. - - - true if the property should be serialized; otherwise, false. - - - - - - - Gets or sets a value indicating whether the user can focus this control using the TAB key. - - - - - true if the user can focus this control using the TAB key; otherwise, false. - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - - - This member is not supported by the XtraPanel class. - - - - - - - - - Allows you to delimit controls within the layout. - - - - - - - Initializes a new instance of the SeparatorControl class. - - - - - - - - Gets or sets whether the control client area size is automatically calculated based on the separating line thickness and paddings. - - - true, if the control client area size is automatically calculated based on the separating line thickness and paddings; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Invalidates the entire surface of the control and causes the control to be redrawn. - - - - - - - - Gets or sets the alignment of the separating line within the control client area. - - - A enumeration value that specifies the alignment of the separating line within the control client area. - - - - - - - Gets or sets the color of the separating line. - - - A structure that specifies the color of the separating line. - - - - - - - Gets or sets the orientation of the separating line. - - - A enumeration value that specifies the orientation of the separating line. - - - - - - - Gets or sets the dash style of the separating line. This property is in effect when the control is painted using any paint theme, except skins. - - - - A enumeration value that specifies the dash style of the separating line. - - - - - - - Gets or sets the width, in pixels, of the separating line. This property is in effect when the control is painted using any paint theme, except skins. - - - An integer value that specifies the width, in pixels, of the separating line. - - - - - - - Provides access to settings controlling the look and feel of the control. - - - A object whose properties specify the look and feel of the control. - - - - - - - Gets or sets the amount of space around the separating line. - - - A structure that specifies the amount of space around the separating line. - - - - - - - Sets the property to Color.Empty. - - - - - - - - Sets the property to the default value. - - - - - - - - Sets the property to the default value. - - - - - - - - Returns whether the property should be serialized. - - - true, if the property should be serialized; otherwise, false. - - - - - - - Returns whether the property should be serialized. - - - true, if the property should be serialized; otherwise, false. - - - - - - - Returns whether the property should be serialized. - - - true, if the property should be serialized; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - - Provides members that enumerate scroll bar UI modes. - - - - - - - Specifies the same UI mode as the Desktop value. - - - - - - - - Scroll bars that are optimized for desktop applications. In this mode, scroll bars contain scroll buttons. The auto-hide functionality is not supported. - - - - - - - - - - - - Scroll bars that are optimized for touch-aware applications. - -In this mode, the scroll bar thumb supports the auto-hide functionality. It automatically appears when an end-user flicks the scrollable content (or the mouse cursor moves over the control), and disappears if the control is not scrolled (or the mouse cursor does not move) for some time. The scroll bar buttons are never displayed. - - - - - - - - - - - - Provides values that specify whether Data Grid and Tree List columns should display Excel-style or classic filter menus. - - - - - - - Grid and TreeList columns display classic drop-down filter menus. - - - - - - - - Equivalent to the setting. - - - - - - - - Grid and TreeList columns display Excel-style filter menus. - - - - - - - - - Lists the available scroll bar visibility modes. - - - - - - - The scroll bar is hidden. - - - - - - - - The scroll bar is visible. - - - - - - - - - The component that provides a transparent adorner layer for highlighting certain UI elements and/or displaying notifications for these elements. - - - - - - - Initializes a new instance of the AdornerUIManager class with the default settings. - - - - - - - - Initializes a new instance of the AdornerUIManager class with the specified settings. - - - - An IContainer object that owns this newly created AdornerUIManager. - - - - - - - - Gets or sets whether or not end-users can cycle through selectable adorner elements (e.g., guides) by pressing arrow keys. - - - true, if end-users can use arrow keys to cycle through selectable adorner elements; otherwise, false. - - - - - - - Gets or sets whether or not end-users can cycle through selectable adorner elements (e.g., guides) by pressing Tab. - - - true, if end-users can use the Tab key to cycle through selectable adorner elements; otherwise, false. - - - - - - - Provides access to appearance settings common to all elements within this AdornerUIManager. - - - An AppearanceObject that stores appearance settings common to all elements within this AdornerUIManager. - - - - - - - Provides access to properties that affect all elements within this AdornerUIManager. - - - A object that stores properties common to all elements within this AdornerUIManager. - - - - - - - Locks the current AdornerUIManager and allows you to modify the control without immediately reflecting their changes. - - - - - - - - Unlocks the AdornerUIManager object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Allows you to paint any manually. - - - - - - - - Allows you to paint objects manually. - - - - - - - - Allows you to paint objects manually. - - - - - - - - Provides zero-based indexed access to s of any type owned by this AdornerUIManager. - - - An object that stores all child objects for this AdornerUIManager. - - - - - - - Unlocks the AdornerUIManager and forces it to repaint itself. - - - - - - - - Provides access to four sets of appearance settings common to all objects owned by this manager. - - - A collection that stores sets of appearance settings, applied to guides in their corresponding visual states. - - - - - - - Provides access to behavior settings common to all objects owned by this manager. - - - A collection that stores behavior settings, applied to all guides owned by this manager. - - - - - - - Hides all s owned by this AdornerUIManager. - - - - - - - - Invalidates the region occupied by this AdornerUIManager. - - - - - - - - Gets whether or not this AdornerUIManager has been locked for updating. - - - true, if this AdornerUIManager has been locked for updating; otherwise, false. - - - - - - - Gets or sets the control that owns this AdornerUIManager. - - - A ContainerControl that owns this AdornerUIManager. - - - - - - - Occurs when a is activated and allows you to populate a flyout panel associated with this guide. - - - - - - - - - - - - - - - - Returns the currently selected adorner element. - - - A currently selected . - - - - - - - Occurs when a currently selected AdornerUIManager element changes. - - - - - - - - Selects the specific AdornerUIManager element. - - - - An to be selected. - - - true, if the specific element was successfully selected; otherwise, false. - - - - - - - Activates the item within the collection that follows the currently selected item. - - - - - - - - Activates the item within the collection that precedes the currently selected item. - - - - - - - - Forces the AdornerUIManager to display all its child s whose visibility is currently set to true. - - - - - - - - Gets or sets whether or not adorner guides should be displayed. - - - A enumerator value that specifies whether or not adorner guides should be displayed. - - - - - - - Updates the region occupied by this AdornerUIManager. - - - - - - - - Provides access to three sets of appearance settings, applied to child objects in corresponding validation states. - - - A collection that stores appearance setting for valid, invalid and indeterminate hint states. - - - - - - - Provides access to behavior settings common to all objects owned by this manager. - - - A collection that stores behavior settings, applied to all hints owned by this manager. - - - - - - - - Provides members that specify the appearance and behavior of all s within this adorner manager. - - - - - - - Initializes a new instance of the BadgeProperties class with the default settings. - - - - - - - - Gets or sets whether or not all badges within this should colorize their images using background colors. - - - true, if all badges within this should colorize their images using background colors; otherwise, false. - - - - - - - Gets or sets whether or not any badge owned by this manager should use HTML tags to format its caption string. - - - true, if any badge owned by this manager should use HTML tags to format its caption string; otherwise, false. - - - - - - - Gets or sets whether or not badges within this should display their icons. - - - true, if badges within this should display their icons; otherwise, false. - - - - - - - Gets or sets the default image, displayed by all badges within this . - - - An Image object that is the default image, displayed by all badges within this . - - - - - - - Gets or sets the image region that can be stretched. - - - A Padding structure that is the image region that can be stretched. - - - - - - - Gets or sets the relative position, based on which all s within this are aligned. - - - - A ConenteAlignment enumerator value that specifies the relative position shared by all badges. - - - - - - - Gets or sets the offset, common to all s within this . - - - A Point structure that is the offset, common to all s within this . - - - - - - - Gets or sets the paint style common to all badges owned by this manager. - - - A enumerator value that specifies the paint style common to all badges owned by this manager. - - - - - - - Gets or sets whether all badges should stretch their images according to the displayed text. - - - true, if all badges should stretch their images according to the displayed text; otherwise, false. - - - - - - - Gets or sets the default text, displayed by all s within this . - - - A String value that is the default text, displayed by all s within this . - - - - - - - Gets or sets the global text margin, common to all s within this . - - - A Padding structure that is the global text margin, common to all s within this . - - - - - - - Gets or sets whether or not the should trim any that is bigger than its target element's parent. - - - true, to trim badges; otherwise, false. - - - - - - - - - A simple element within the . - - - - - - - Initializes a new instance of the Badge class with the default settings. - - - - - - - - Provides access to the appearance settings that affect this Badge. - - - An object that stores Badge appearance settings. - - - - - - - Provides access to advanced Badge settings. - - - A object that stores advanced badge settings. - - - - - - - - Stores elements of the type. - - - - - - - Initializes a new instance of the AdornerElementCollection class with the default settings. - - - - - - - - Adds a specific to the current AdornerElementCollection. - - - - An AdornerElement to be added to this AdornerElementCollection. - - - - - - - - Adds multiple s to this AdornerElementCollection. - - - - An IEnumerable structure containing s to be added. - - - - - - - - Fires when the AdornerElementCollection is modified. - - - - - - - - Checks whether or not this AdornerElementCollection contains the target . - - - - The to be checked. - - - true, if this AdornerElementCollection contains the target ; otherwise, false. - - - - - - - Copies all s from this AdornerElementCollection to a target one-dimensional array, starting from the specific index of the target array. - - - - An AdornerElement[] array to which all AdornerElementCollection items should be copied. - - - - An Int32 value that is the index of the host array, starting from which copied elements should be arranged. - - - - - - - - Gets all elements of the specific type that are stored within this AdornerElementCollection. - - - A typed elements array. - - - - - - - Gets all s related to the target UI element. - - - - An Object that is the source UI element, whose related adorner elements should be returned. - - - - An AdornerElements array. - - - - - - - Gets s of the specific type that are related to the target UI element. - - - - An Object that is the source UI element, whose related adorner elements should be returned. - - - A one-dimensional array containing elements of the specific type. - - - - - - - Returns the object that iterates through the current AdornerElementCollection. - - - An IEnumerator object that iterates through this AdornerElementCollection. - - - - - - - Gets the current position of the target element within this AdornerElementCollection. - - - - An whose index is to be obtained. - - - An Int32 value that is the current position of the target element within this AdornerElementCollection. - - - - - - - Gets or sets whether or not this AdornerElementCollection can be modified. - - - true, if this AdornerElementCollection is in read-only mode; otherwise, false. - - - - - - - Gets the located at the target position within this AdornerElementCollection. - - - - An Int32 value that is the element position within the AdornerElementCollection. - - - An located at the target position within this AdornerElementCollection. - - - - - - - Removes the target from this AdornerElementCollection. - - - - An AdornerElement to be removed. - - - true, if the element was successfully removed; otherwise, false. - - - - - - - - The base class for all adorner elements (e.g., s). - - - - - - - Initializes a new instance of the AdornerElement class with the default settings. - - - - - - - - Provides access to multiple sets of appearance settings, applied in different AdornerElement visual states. - - - An object that stores sets of appearance settings, applied in different AdornerElement visual states. - - - - - - - Copies all settings from the target AdornerElement to this AdornerElement. - - - - An AdornerElement object whose settings are to be copied to this AdornerElement. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this AdornerElement. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AdornerElement. - - - - - - - Binds the specific parameterized command to this AdornerElement. - - - - An Object that is the command to be bound to this AdornerElement. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AdornerElement. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this AdornerElement. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AdornerElement. - - - - - - - Occurs when end-users clicks this AdornerElement. - - - - - - - - Duplicates this AdornerElement. - - - An Object that is this AdornerElement object's copy. - - - - - - - Gets whether the AdornerElement is being disposed of. - - - true, if the AdornerElement is being disposed of; otherwise, false. - - - - - - - Provides access to a set of AdornerElement properties. - - - An object that stores settings for this AdornerElement. - - - - - - - Gets or sets the tab index for this AdornerElement. - - - An Int32 value that is the tab index for this AdornerElement. - - - - - - - Gets or sets any object associated with this AdornerElement. - - - An Object that is the tag for this AdornerElement. - - - - - - - Gets or sets the UI element to which this AdornerElement is bound. - - - An Object related to this AdornerElement. - - - - - - - - - - - - - - - Gets or sets whether or not this AdornerElement is visible. - - - true, if this AdornerElement is visible; otherwise, false. - - - - - - - - A context item that allows an end-user to rate the content using the grading scale. - - - - - - - Initializes a new instance of the RatingContextButton class. - - - - - - - - Gets or sets the glyph representing checked points. - - - An Image that specifies the glyph representing checked points. - - - - - - - Gets or sets whether the rating can be specified with precision up to integers, integers and half-integers, or decimals. - - - - A enumeration value that specifies the rating precision. - - - - - - - Returns the Image object specifying the checked point glyph actually assigned. - - - - - An ISkinProvider object. - - - The Image object specifying the checked point glyph actually assigned. - - - - - - - Gets whether or not this RatingContextButton has a checked point glyph assigned. - - - true, if this RatingContextButton has a checked point glyph assigned; otherwise, false. - - - - - - - Provides access to all properties related to the RatingContextButton grading scale glyphs. - - - A object that stores all icon-related settings. - - - - - - - Gets or sets the number of points in the grading scale. - - - An integer value that specifies the number of points in the grading scale. - - - - - - - Gets or sets the rating specified by the current item. - - - A decimal value that specifies the content rating. - - - - - - - - A context button displaying a check box that can be checked by an end-user. - - - - - - - - Initializes a new instance of the CheckContextButton class. - - - - - - - - Binds the specific parameterized command to this CheckContextButton. - - - - An Object that is the command to be bound to this CheckContextButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this CheckContextButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this CheckContextButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckContextButton. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the current button is in the checked state. - - - - true, if the current button is in the checked state; otherwise, false. - - - - - - - - Gets or sets the glyph displayed by the current button in the checked state when it is not hovered over with the mouse pointer. - - - An Image object that specifies the glyph displayed by the current button. - - - - - - - Returns the Image object specifying the checked state glyph actually assigned. - - - - An ISkinProvider object. - - - The Image object specifying the hovered state glyph actually assigned. - - - - - - - Returns the Image object specifying the hovered checked state glyph actually assigned. - - - - - An ISkinProvider object. - - - The Image object specifying the hovered checked state glyph actually assigned. - - - - - - - Gets whether or not this CheckContextButton has a checked state glyph assigned. - - - true, if this CheckContextButton has a checked state glyph assigned; otherwise, false. - - - - - - - Gets whether or not this CheckContextButton has a hovered checked state glyph assigned. - - - true, if this CheckContextButton has a hovered checked state glyph assigned; otherwise, false. - - - - - - - Gets or sets the glyph displayed by the current button in the checked state when it is hovered over with the mouse cursor. - - - - An Image object that specifies the glyph displayed by the current button. - - - - - - - Provides access to all properties related to the CheckContextButton icon. - - - A object that stores all icon-related settings. - - - - - - - - A regular context button that can be clicked. - - - - - - - Initializes a new instance of the ContextButton class. - - - - - - - - Returns the Image object specifying the pressed state glyph actually assigned. - - - - - An ISkinProvider object. - - - The Image object specifying the pressed state glyph actually assigned. - - - - - - - Gets whether or not this ContextButton has a pressed state glyph assigned. - - - true, if this ContextButton has a pressed state glyph assigned; otherwise, false. - - - - - - - Provides access to all properties that allow you to assign and customize glyphs for this ContextButton. - - - A object that stores all properties that allow you to assign and customize glyphs for this ContextButton. - - - - - - - Gets or sets the glyph displayed by the current item in the normal (not hovered) state. - - - An Image object that specifies the glyph displayed by the current item in the normal state. - - - - - - - - The base class for the context buttons. - - - - - - - Initializes a new instance of the ContextItem class. - - - - - - - - Gets or sets the current item's alignment relative to the owner control. This property is obsolete, use instead. - - - - A ContextItemAlignment enumeration value that specifies the current item's alignment relative to the owner control. - - - - - - - Provides access to options that specify the panel in which the item is displayed, and its position in the panel. - - - A object that specifies the panel in which the item is displayed, and its position in the panel. - - - - - - - Gets or sets whether the current item's glyph is painted using the foreground color. - - - A enumeration value that specifies whether the current item's glyph is painted using the foreground color. - - - - - - - Gets or sets the alignment of the current item relative to the anchor element. - - - An AnchorAlignment enumeration value that specifies the alignment of the current item relative to the anchor element. - - - - - - - Gets or sets an item (anchor element) relative to which the current item is aligned. - - - A relative to which the current item is aligned. - - - - - - - Gets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. - - - A object which represents a globally unique identifier (GUID) of the item, relative to which the current item is aligned. - - - - - - - Gets or sets the indent between the current item and the anchor element. - - - An integer value that specifies the indent, in pixels, between the current item and the anchor element. - - - - - - - Gets or sets the translation of the current item from the anchor element. - - - A Point structure by which the current item is translated. - - - - - - - Gets or sets the type of the animation used to show and hide the current item. - - - A ContextAnimationType enumeration value that specifies the type of the animation used to show and hide the current item. - - - - - - - Provides access to the settings used to paint the current item in the hovered state. - - - An object that provides the settings used to paint the current item. - - - - - - - Provides access to the appearance settings used to paint the current item in the normal (not hovered) state. - - - An object that provides the appearance settings used to paint the current item. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Locks the ContextItem object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Unlocks the ContextItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Fires when the current item is clicked. - - - - - - - - Creates a new ContextItem object that is a copy of the current instance. - - - A new ContextItem object that is a copy of the current instance. - - - - - - - Gets the collection to which the current item belongs. - - - A ContextItemCollection object that represents the collection to which the current item belongs. - - - - - - - Allows the hint for the current item to be customized. This event is only raised for objects. - - - - - - - - - Gets or sets whether the current item can respond to end-user interaction. - - - true, if the current item can respond to end-user interaction; otherwise, false. - - - - - - - Unlocks the ContextItem object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the Image object specifying the glyph actually assigned. - - - - - An ISkinProvider object. - - - The Image object specifying the glyph actually assigned. - - - - - - - Returns the Image object specifying the hovered state glyph actually assigned. - - - - - An ISkinProvider object. - - - The Image object specifying the hovered state glyph actually assigned. - - - - - - - Gets or sets the glyph displayed by the current item in the normal (not hovered) state. - - - An Image object that specifies the glyph displayed by the current item in the normal state. - - - - - - - Gets whether or not this ContextItem has a glyph assigned. - - - true if this ContextItem has a glyph assigned; otherwise, false. - - - - - - - Gets whether or not this ContextItem has a hovered state glyph assigned. - - - true, if this ContextItem has a hovered state glyph assigned; otherwise, false. - - - - - - - Gets or sets the glyph displayed by the current item in the hovered state. - - - An Image object that specifies the glyph displayed by the current item in the hovered state. - - - - - - - Gets or sets the current item's unique identifier. - - - A object which represents a globally unique identifier (GUID). - - - - - - - Provides access to all properties that allow you to assign and customize a glyph for this ContextItem. - - - A object that stores all properties that allow you to assign and customize a glyph for this ContextItem. - - - - - - - Gets or sets the current item's name. - - - A string value that specifies the current item's name. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Raises the event. - - - - A MouseEventArgs object. - - - - A ContextItemViewInfo object. - - - - - - - - Removes the object assigned to the current context item. - - - - - - - - Gets or sets whether hints can be displayed for the current item. - - - true, if hints can be displayed for the current item; otherwise, false. - - - - - - - Gets or sets the current item's size. - - - A structure that specifies the current item's height and width. - - - - - - - Gets or sets a for the current context item. - - - A object associated with the current context item. - - - - - - - Gets or sets custom data associated with the current item. - - - Custom data associated with the current item. - - - - - - - Gets or sets the text of the hint for the current item. - - - A String value that specifies the text of the hint for the current item. - - - - - - - Gets or sets the type of icon displayed in the hint for the current item. - - - A enumeration value that specifies the type of icon displayed in the hint for the current item. - - - - - - - Gets or sets the title of the hint for the current item. - - - A String value that specifies the title of the hint for the current item. - - - - - - - Gets or sets the item visibility. - - - A ContextItemVisibility enumeration value that specifies the item visibility. - - - - - - - - Manages layouts of all DevExpress controls in the application as one global workspace. Workspaces can be saved and restored to (from) a local storage or stream. - - - - - - - Initializes a new instance of the WorkspaceManager class with the default settings. - - - - - - - - Occurs after a workspace was applied. - - - - - - - - Gets or sets whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. - - - A DefaultBoolean enumerator value that specifies whether or not changing workspaces within this WorkspaceManager should be followed by animation effects. - - - - - - - Locates a workspace with the target name within the collection and applies it to the application. - - - - A String value that is the workspace name within the collection. - - - - - - - - Occurs immediately after the method is called. - - - - - - - - Captures the current form layout and places it to the collection under the specific name. - - - - A String value that is the name of the captured workspaces. - - - - true, if the workspace should include the layout of child controls hosted within controls on the current form (user control); otherwise, false. - - - - - - - - Gets or sets whether this WorkspaceManager should automatically close streams opened when loading workspaces. - - - A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when loading workspaces. - - - - - - - Gets or sets whether this WorkspaceManager should automatically close streams opened when saving workspaces. - - - A DefaultBoolean enumerator value that specifies whether this WorkspaceManager should automatically close streams opened when saving workspaces. - - - - - - - Gets a WorkspaceManager stored within the target control. - - - - A Control from which a WorkspaceManager is extracted. - - - A WorkspaceManager stored within the target control. - - - - - - - Returns a workspace with a specific name from the collection. - - - - A String value that is the name of a workspace to be obtained. - - - An IWorkspace object that is the workspace with the target name. - - - - - - - Returns a workspace with a specific index from the collection. - - - - An Int32 value that is the index of a workspace to be obtained. - - - An IWorkspace object that is the workspace with the target index. - - - - - - - Loads a workspace from the target local file and places it in the collection under the specific name. - - - - - A String value that is the name under which the loaded workspace is kept in the collection. - - - - An Object that is the location of the file that stores a workspace. - - - true, if the workspace was successfully loaded; otherwise, false. - - - - - - - Loads a workspace from the target stream and places it in the collection under the specific name. - - - - A String value that is the name of the loaded workspace within the collection. - - - - A Stream that contains the required workspace. - - - true, if the workspace was successfully loaded; otherwise, false. - - - - - - - Loads a workspace from the target stream and places this workspace in the collection under the specific name. - - - - A String value that is the name this workspace will have in the collection. - - - - A Stream that contains the desired workspace. - - - - true, if the workspace name written in a stream has a priority over the name parameter of this method; otherwise, false. - - - true if the workspace was successfully loaded; otherwise, false. - - - - - - - Loads a workspace from the target file and places this workspace in the collection under the specific name. - - - - A String value that is the name this workspace will have in the collection. - - - - A String value that is the path to a local storage file, which contains the required workspace. - - - - true, if the workspace name written in a file has a priority over the name parameter of this method; otherwise, false. - - - true, if the workspace was successfully loaded; otherwise, false. - - - - - - - Occurs whenever a property is about to be restored from a workspace. - - - - - - - - Occurs whenever a property is about to be written into a workspace. - - - - - - - - Provides access to the recently used workspaces collection. - - - A List object containing the recently used workspaces collection. - - - - - - - - Removes a workspace with the target name from the collection. - - - - A String value that is the name under which the workspace is stored within the collection. - - - - - - - - Renames the target workspace. - - - - A String value that is the name under which the workspace is currently stored in the collection. - - - - A String value that is the new name for the workspace. - - - - - - - - Retrieves the stored layout version of the root control from a stream. - - - - - A root control (see the property) whose layout is to be loaded. - - - - A Stream that keeps the control layout. - - - - - - - - Retrieves the stored layout version of the root control from a file. - - - - - A root control (see the property) whose layout is to be loaded. - - - - A String value that is the path to a file that stores the control layout. - - - - - - - - Saves the layout of one specific control to a target stream. - - - - - A Control whose layout is to be saved. - - - - A Stream that should keep the control layout. - - - - - - - - Saves the layout of one specific control to a target local storage location. - - - - - A Control whose layout is to be saved. - - - - A String value that is the path to a file that should keep the layout of a control. - - - - - - - - Saves the target workspace from the collection to a local file. - - - - A String value that is the workspace name in the collection. - - - - An Object that is the path to which the target workspace should be saved. - - - - If no workspace with this name is currently present at the target location, the true value specifies that a new file should be created. Otherwise, the existing workspace will be overwritten. - -The false value restricts the SaveWorkspace method to create new workspace-containing files. - - - - - true, if saving was successful; otherwise, false. - - - - - - - - Saves the required workspace from the collection to a target stream. - - - - A String value that is the workspace name in the collection. - - - - A Stream object to which the target workspace should be saved. - - - - true if a new stream should be created if no currently existing stream with such name was found; otherwise, false. - - - true, if the workspace was successfully saved; otherwise, false. - - - - - - - Allows you to exclude a specific control from the global application workspace. - - - - A Component that is the target control. - - - - false to force the WorkspaceManager to ignore the target control; otherwise, true. - - - - - - - - Gets or sets a control whose layout is managed by this WorkspaceManager. - - - A Control whose layout is managed by this WorkspaceManager. - - - - - - - Gets or sets the transition animation that follows applying workspaces. - - - An ITransitionAnimator object that is the transition animation with its parameters. - - - - - - - Occurs whenever a new workspace was added to the collection. - - - - - - - - Occurs whenever the collection of the current Workspace Manager component changes. - - - - - - - - Fires when a workspace was removed from the collection. - - - - - - - - Provides access to all currently active workspaces. - - - A List structure that stores all currently active workspaces. - - - - - - - Occurs after the method was called. - - - - - - - - - Contains values used to set the property. - - - - - - - The same as False. - - - - - - - - Touch UI mode is disabled. - - - - - - - - Touch UI mode is enabled. - - - - - - - - - Provides data for events that maintain the Asynchronous Image Load feature. - - - - - - - - Initializes a new instance of the ThumbnailImageEventArgs class with the specified settings. - - - - The index of the currently processed item among other items. This value is used to initialize the property. - - - - An object that performs image load. - - - - An object that stores detailed information about the item. - - - - - - - - Creates a thumbnail image that will be assigned to an item that supports the asynchronous image load feature. - - - - - An Image that will be transformed to the thumbnail image. - - - An Image created by this method. - - - - - - - Creates a thumbnail image of the specific size. This image will be later assigned to an item that supports the asynchronous image load feature. - - - - - An Image that will be transformed to the thumbnail image. - - - - A Size structure that is the size of the thumbnail image. - - - - An Image created by this method. - - - - - - - Gets the index of the currently processed item among other items in the source (the item's index in the bound data source for data-aware controls, e.g., ). - - - An Int32 value that specifies the index of the currently processed item among other items in the source. - - - - - - - Stores the desired size of thumbnail images, generated using the method. - - - - A Size structure that is the desired size of thumbnail images, generated using the method. - - - - - - - - Resets the image cache and causes all items that are not currently visible to reload their images when displayed again. - - - - - - - - Gets or sets the image that will be assigned to an item that fired this event. - - - An Image that will be assigned to an item that fired this event. - - - - - - - - Contains properties for objects. - - - - - - - Provides access to the current object's appearance settings. - - - An AppearanceObject that stores the current IButton object's appearance settings. - - - - - - - Locks the by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Unlocks the object and its elements without immediate visual update. - - - - - - - - Gets or sets the current object's caption. - - - A String value that is the current IButton object's caption. - - - - - - - Gets or sets if the current is checked. - - - A Boolean value specifying whether the current IButton is checked. - - - - - - - Gets or sets whether the current object is enabled. - - - true if the current object is enabled; otherwise, false. - - - - - - - Unlocks an causing immediate visual update of the object and all its elements. - - - - - - - - Gets or sets a collection of glyphs for the current object. - - - An Object that is the glyphs collection for the current IButton object. - - - - - - - - Gets or sets a group index for the current object. - - - An Int32 value that is the group index for the current IButton object. The default value is -1. - - - - - - - Gets or sets the current object's icon. - - - An Image object that is the current IButton object's icon. - - - - - - - Gets or sets an collection member used as the current object's glyph. - - - An Int32 value that points to an collection member used as the current object's glyph. - - - - - - - Gets or sets the current object's icon location relative to its . - - - An ImageLocation enumerator value specifying the current IButton object's icon location relative to its . - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this . - - - A object that stores all properties that allow you to assign and customize an icon for this . - - - - - - - Gets a collection of images that can be used as the current object's icon. - - - The Object that is the source of images assigned to the parent dock panel's property. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the button. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A string value that specifies the uniform resource identifier of the image to be displayed in the button. - - - - - - - Gets whether the current is locked for any visual update. - - - true if the current is locked for any visual update; otherwise, false. - - - - - - - Gets or sets the current object's type. - - - A ButtonStyle enumerator value that specifies the current IButton object's type. - - - - - - - Gets or sets a super tool-tip for the current . - - - A object associated with the current . - - - - - - - Gets or sets the current object's tag. - - - An Object that is the current IButton object's tag. - - - - - - - Gets or sets a tool-tip for the current . - - - A String value that is the current 's tool-tip. - - - - - - - Gets or sets whether the current object's is visible. - - - true if the current object's is visible; otherwise, false. - - - - - - - Gets or sets whether the current object's icon is visible. - - - true if the current object's icon is visible; otherwise, false. - - - - - - - Gets or sets whether the current object is visible. - - - true if the current object is visible; otherwise, false. - - - - - - - Gets or sets the current object's relative position. - - - An Int32 value specifying the current IButton object's relative position. - - - - - - - - An object that stores individual validation hint properties for all three control validation states. - - - - - - - Initializes a new instance of the ValidationHintDefaultProperties class with the specified settings. - - - - A ValidationHintProperties object whose settings should be inherited by the newly created ValidationHintDefaultProperties object. - - - - - - - - Returns the current validation state of this object. - - - A enumerator value that returns the current validation state. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Provides access to the behavior settings applied when its target UI element is not yet validated. - - - - A object that stores behavior settings applied when the target UI element that is yet to be validated. - - - - - - - Provides access to the behavior settings applied when its target UI element fails validation. - - - A object that stores behavior settings applied when the target UI element fails validation. - - - - - - - Gets or sets the current validation state of this . - - - A ValidationHintState enumerator value that is the current validation state of this . - - - - - - - Provides access to the behavior settings applied when its target UI element successfully passes validation. - - - A object that stores behavior settings applied when the target UI element passes validation. - - - - - - - - Provides appearance and behavior settings common to all DevExpress controls. - - - - - - - Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. This is a static property. - - - true, if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false. - - - - - - - Gets or sets whether or not Data Grid and TreeList automatic filtering rows should display buttons that allow end-users to change the filtering condition. - - - A DefaultBoolean value that specifies whether or not DataGrid and TreeList automatic filtering rows should display buttons that allow end-users to change the filtering condition. - - - - - - - Gets or sets whether a control is scaled according to its scale factor (which is dependent on the monitor DPI setting). This is a static property. - - - Default or True if control auto-scaling is enabled; False if this mode is disabled. - - - - - - - Gets or sets whether or not automatically generated UI elements (e.g., Grid context menu items) should display vector icons. - - - DefaultBoolean.True if UI elements should display vector icons; DefaultBoolean.False to display raster icons instead. - - - - - - - Gets or sets whether or not DevExpress Skins can be scaled on high-DPI devices. - - - true, if DevExpress Skins can be scaled on high-DPI devices; otherwise, false. - - - - - - - Gets whether the form title bar skinning feature is enabled. This is a static property. - - - true, if the form title bar skinning feature is enabled; otherwise, false. - - - - - - - Gets or sets whether animation on hovering objects is enabled. This is a static property. - - - - - A value that specifies whether animation on hovering objects is enabled. - - - - - - - - Gets or sets whether the window bounce (panning feedback) is enabled when an end-user tries to pan (scroll with the finger) beyond a control's pannable area. This is a static property. - - - Default or True if the window panning feedback is enabled; False if this visual effect is disabled. - - - - - - - Gets or sets whether smooth pixel-based scrolling is enabled for controls. This is a static property. - - - - A DefaultBoolean value that specifies whether smooth pixel-based scrolling is enabled for controls. - - - - - - - - Gets or sets whether or not all s used within this app should use the Windows 7 Aero effect. - - - A enumerator value that specifies whether or not all s used within this app should use the Windows 7 Aero effect. - - - - - - - Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. This is a static property. - - - A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. - - - - - - - Gets or sets whether DevExpress controls animate end-user operations (expand/collapse, tab switch, sorting, etc.). This is a static (shared in VB) property. - - - An enumeration value that specifies whether DevExpress controls use animation effects. The default is .Default. - - - - - - - This method is called by DevExpress demos to apply specific settings. This is a static method. - - - - - - - - Allows you to restore default filtering conditions for all Data Grid auto-filter rows to their 16.2 versions. - - - A enumerator value. - - - - - - - Gets or sets the default display mode of column filter dropdowns in all s, s and s in the current application. - - - - A value that specifies the default display mode of column filter dropdowns in all GridControls and TreeLists in the current application. - - - - - - - Gets or sets whether or not customization forms can stick to each other, parent forms or screen edges. - - - A SnapMode enumerator value that specifies whether or not dock panels can stick to each other, parent forms or screen edges. - - - - - - - Indicates whether HTML text formatting is enabled for controls by default. This is a static property. - - - true, if HTML text formatting is enabled for controls by default; otherwise, false. - - - - - - - Gets or sets the default font for DevExpress controls (except menus and toolbars). This is a static property. - - - A object which is the default font for controls. The default value is the Tahoma font. - - - - - - - Gets the default object which is used for painting controls. This is a static property. - - - A object. - - - - - - - Gets and sets the default font used to display text on menus, toolbars and popup menus (except Ribbon elements). This is a static property. - - - A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. - - - - - - - Gets or sets the default text font for printing. This is a static property. - - - A System.Drawing.Font object that defines the default text font for printing. - - - - - - - Modifies default values of various properties according to the selected DevExpress installation version. - - - A enumeration value that specifies according to which DevExpress installation version properties should have their default values. - - - - - - - - - - - - - - - Disables the title bar skinning feature for DevExpress forms and message boxes. - - - - - - - - Disables the title bar skinning feature for MDI child DevExpress forms. - - - - - - - - - - - - - - - - Gets or sets whether the scroll bar thumb restores its previous position or keeps the terminal position when it is dragged beyond a control. This is a static property. - - - A DragScrollThumbBeyondControlMode enumeration value that specifies whether the scroll bar thumb restores its previous position or keeps the terminal position when dragged beyond a control. - - - - - - - Gets or sets the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. This property is in effect in the RestoreThumbPosition mode. This is a static property. - - - An integer value that specifies the threshold, in pixels, beyond which the previous scroll bar thumb position is restored. The default value is 50 pixels. - - - - - - - Enables the title bar skinning feature for DevExpress forms and message boxes. - - - - - - - - Enables the title bar skinning feature for DevExpress forms and message boxes, if the application is running under Microsoft Windows XP. - - - - - - - - Enables the title bar skinning feature for MDI child DevExpress forms. - - - - - - - - Gets or sets the style of dashed lines to paint focus rectangles. This is a static property. - - - A DXDashStyle enumeration value that specifies the style of dashed lines to paint focus rectangles. - - - - - - - Gets or sets the behavior specifying fonts used by DevExpress and standard .Net controls. This is a static property. Setting this property modifies the property. - - - A enumeration value that specifies the behavior specifying fonts used by DevExpress and standard .Net controls. - - - - - - - Enables the mixed use of the DevExpress text rendering library and System.Windows.Forms.TextRenderer class functionality. - - - - - - - - Turns the DirectX Hardware Acceleration on. - - - - - - - - Enables the use of the System.Drawing.Graphics class for text rendering. - - - - - - - - Allows you to trace all outdated APIs that are not recommended for use with DirectX-rendered and Per-Monitor DPI-aware applications. - - - - - A enumerator value that specifies how the application responds to this inadvisable API. - - - - - An optional object that allows you to implement a custom trace behavior. - - - - - - - - Enables the use of the System.Windows.Forms.TextRenderer class for rendering text. - - - - - - - - Gets the actual value of the auto-scaling setting for controls. This is a static property. - - - The actual value of the auto-scaling setting for controls. - - - - - - - Returns the actual value of the property. - - - true, if generated UI elements should receive vector icons; otherwise, false. - - - - - - - Returns whether animation on hovering objects is enabled. This is a static method. - - - - - An object that provides information on the current skin. - - - true, if animation on hovering objects is enabled; otherwise, false. - - - - - - - - For internal use. - - - - - - - - - - - Returns a Boolean value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. - - - - A RightToLeft enumeration value that specifies the default behavior that is used if the property equals Default. - - - true, if DevExpress controls are aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Returns a Boolean value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. - - - - A Control object. - - - true, if the specified control is actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Returns a Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. This is a static method. - - - - A Control object. - - - A Boolean value that indicates whether right-to-left mirror placement is turned on for the specified control or form. - - - - - - - Returns a Boolean value that indicates whether right-to-left mirror placement is turned on. The method parameter allows the default behavior to be specified. This is a static method. - - - - A default Boolean value that is returned if the property equals Default. - - - A Boolean value that indicates whether right-to-left mirror placement is turned on. - - - - - - - For internal use. - - - - - - - - - - - - - - Returns a RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. The method parameter allows the default behavior to be specified. This is a static method. - - - - A default System.Windows.Forms.RightToLeft enumeration value that is returned if the property equals Default. - - - A System.Windows.Forms.RightToLeft enumeration value that specifies whether DevExpress controls are aligned to support locales using right-to-left fonts. - - - - - - - Returns a RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. This is a static method. - - - - A Control object. - - - A System.Windows.Forms.RightToLeft enumeration value that indicates whether the specified control is actually aligned to support locales using right-to-left fonts. - - - - - - - For internal use. - - - - - - - - Gets or sets edit value update mode for s which display inplace editors in bars (see Bar Manager) and Ribbon controls. -This property is supported for a limited set of inplace editors. See the Remarks section for more information. - - - An enumerator value that specifies the edit value update mode for inplace editors. - - - - - - - Gets whether smooth pixel-based scrolling is enabled for controls. -This is a static property. - - - true, if smooth pixel-based scrolling is enabled for controls; otherwise, false. - - - - - - - - Loads appearance settings from the configuration file and updates the corresponding properties accordingly. - - - - - - - - Gets or sets the animation effects that follow expanding and collapsing popup menus. - - - A enumerator value that specifies animation effects that follow expanding and collapsing popup menus. - - - - - - - Gets or sets whether the DevExpess controls' built-in context menus are displayed in the classic rectangular or radial style. This is a static property. - - - A PopupMenuStyle enumeration value that specifies the style in which built-in context menus are displayed. - - - - - - - Specifies the shadow style applied to all popup menus in this application. - - - - A enumerator value that specifies the shadow style applied to all popup menus in this application. - - - - - - - - Gets or sets the culture settings used by date-time (canendar, scheduler, etc.) controls for month names, day abbreviations, and the first day of week. - - - A enumeration value, such as CurrentCulture and CurrentUICulture, that specifies the culture used by date-time controls. - - - - - - - Gets or sets whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. This is a static property. - - - A enumeration value that specifies whether visual elements of DevExpress controls are aligned to support locales using right-to-left fonts. - - - - - - - Gets or sets whether right-to-left mirror placement is turned on. - - - A value that specifies whether right-to-left mirror placement is turned on. - - - - - - - Gets or sets the UI mode in which scroll bars are displayed. This is a static property. - - - A enumeration value that specifies the UI mode in which scroll bars are displayed. - - - - - - - Sets the current process as dots per inch (dpi) aware. - - - - - - - - Gets or sets whether a control's scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content. This is a static property. - - - true, if scroll bars appear on screen when an end-user moves the mouse pointer over the scrollable content; otherwise, false. - - - - - - - - Gets or sets whether the mouse wheel scrolls the control that is currently hovered over with the mouse pointer or the control that is currently focused. This property is in effect for controls that reside within an or . This is a static property. - - - true, if the mouse wheel scrolls the control that is currently hovered with the mouse pointer; false, if the focused control is scrolled with the mouse wheel, regardless of the mouse cursor position. -The default is true. - - - - - - - Gets or sets the rendering quality of vector images. - - - A enumeration value that specifies the rendering quality, such as HighSpeed or HighQuality, of vector images. Default equals HighQuality. - - - - - - - Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. This is a static property. - - - - The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. - - - - - - - Gets or sets whether touch UI mode is enabled, in which controls automatically increase their size and the distance between some of their elements. This is a static property. - - - - A value that specifies if touch UI mode is enabled. - - - - - - - Specifies whether WinForms data-aware controls should use the advanced Filter Editor Control that features a single-tab interface and enhanced text criteria builder. - - - A DefaultBoolean enumerator value that specifies whether or not WinForms data-aware controls should use the advanced Filter Editor Control. - - - - - - - - A regular tooltip item in a that displays text and/or an image. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Initializes a new instance of the ToolTipItem class. - - - - - - - - Gets or sets whether HTML formatting is allowed for the item's text (). - - - A value that specifies whether HTML formatting is allowed in the tooltip. - - - - - - - Gets the default property value. - - - An integer value that is the default property value. - - - - - - - Releases all unmanaged resources used by the ToolTipItem. - - - - - - - - Gets or sets the font used to paint the item's text. - - - The font used to display the 's text (specified in the property). - - - - - - - Gets or sets the icon displayed in the ToolTipItem object. - - - An System.Drawing.Icon that is displayed in the ToolTipItem object. - - - - - - - Gets or sets the image displayed in the ToolTipItem object. - - - A System.Drawing.Image that is displayed in the tool tip. - - - - - - - Gets or sets the image or icon alignment. - - - The image or icon alignment. - - - - - - - Gets or sets the zero-based index of an image in a collection to be displayed in a ToolTipItem object. - - - - The zero-based index of an image in an collection to be displayed in a ToolTipItem object. - - - - - - - Provides access to properties that allow you to assign and customize an image for this tooltip item. - - - A object that stores properties that allow you to assign and customize an image for this tooltip item. - - - - - - - Gets or sets the source of images that can be displayed in a ToolTipItem object. - - - The source of images that can be displayed in a ToolTipItem object. - - - - - - - Gets or sets a space that visually detaches an image and text displayed in a ToolTipItem. - - - The distance between an image and text displayed in a ToolTipItem, in pixels - - - - - - - Gets whether the ToolTipItem is empty. - - - true, if ToolTipItem content (text, image and icon) is empty; otherwise, false - - - - - - - Gets or sets the indent from the left edge of a ToolTipItem. - - - - The indent from the left edge of a ToolTipItem, in pixels. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether the object (the ToolTipItem owner) allows using HTML tags. - - - - true, if the object (the ToolTipItem owner) allows using HTML tags.; otherwise, false. - - - - - - - - Gets or sets the tooltip item text. - - - - Specifies the text in a ToolTipItem. - - - - - - - - Allows you to implement animated transitions between control states. - - - - - - - Initializes a new instance of the TransitionManager class with the default settings. - - - - - - - - Initializes a new instance of the TransitionManager class with the specified settings. - - - - A container for the TransitionManager being created. - - - - - - - - Serves as a notification event that an animated transition between a control's states is complete. - - - - - - - - - Allows you to perform custom actions before a transition between control states starts, or allows you to cancel the transition. - - - - - - - - Allows you to customize an animated state transition. - - - - - - - - Finalizes the current animated state transition. - - - - - - - - Gets or sets the number of animation frames. - - - The number of animation frames. - - - - - - - Gets or sets the time between animation frames, in special units. - - - The time between animation frames. - - - - - - - Gets whether the TransitionManager is being disposed of. - - - true, if the TransitionManager is being disposed of; otherwise, false. - - - - - - - Gets whether an animated transition between the start and end control states is in progress. - - - true, if the animated transition between the states is in progress; otherwise, false. - - - - - - - Gets or sets whether the wait/load indicator is displayed during animation. - - - - true, if the wait/load indicator is displayed during the animation; otherwise, false. - - - - - - - Starts an animated state transition for the specified control. - - - - The control for which to start the animated state transition. - - - - - - - - Shows the wait indicator of the specified type over the specified control. - - - - A Control over which to show the wait indicator. - - - - A WaitingAnimatorType enumeration value that specifies the type of indicator to show. - - - - - - - - - Shows the wait indicator over the specified control using the specified properties. - - - - A Control over which to show the wait indicator. - - - - A IWaitingIndicatorProperties object that comprises the wait indicator properties. - - - - - - - - Hides the wait indicator. - - - - - - - - Provides access to the collection of control state transitions. - - - The collection of control state transitions. - - - - - - - - Stores vector images added by you and provides these images to DevExpress controls. - - - - - - - Initializes a new instance of the SvgImageCollection class with the specified settings. - - - - An IContainer that specifies an object that owns this SvgImageCollection. - - - - - - - - Initializes a new instance of the SvgImageCollection class with the default settings. - - - - - - - - Adds an image from project resources to this SvgImageCollection. - - - - A String value that specifies the image name. - - - - A String value that specifies the property name in a static project resource class. - - - - A Type that matches the project resource's class type. - - - - - - - - Adds an image to this SvgImageCollection. - - - - A String value that specifies the image name. - - - - A String value that is the Image URI. - - - - - - - - Adds an image to this SvgImageCollection and changes its name. - - - - A String value that specifies the image name. - - - - An SvgImage object that specifies the image to be added. - - - - - - - - Adds an image to this SvgImageCollection. - - - - An SvgImage object that specifies the image to be added. - - - - - - - - Adds multiple vector images to this SvgImageCollection. - - - - An IEnumerable object that contains multiple vector images to be added. - - - - - - - - - - - - - - - Removes all images from this SvgImageCollection. - - - - - - - - Returns whether or not this SvgImageCollection contains the specific image. - - - - An SvgImage object that is the image to be checked. - - - true, if this SvgImageCollection contains the image you check; otherwise, false. - - - - - - - Determines whether the sequence contains the specified element. - - - - The value to locate in the sequence. - - - true, if the sequence contains an element that has the specified value; otherwise, false. - - - - - - - Copies all SvgImageCollection image to the specific array. - - - - An SvgImage array to which the target SvgImageCollection should copy all its images. - - - - An Int32 value that specifies the copied images' starting position within the array. - - - - - - - - Returns the number of vector icons stored in this SvgImageCollection. - - - An Int32 value that is the number of vector icons. - - - - - - - - - - - - - - - Generates a new SvgImageCollection instance filled with images from a project assembly. - - - - A String value that specifies the path to assembly images within a project. - - - - An Assembly that contains the target embedded resource images. - - - A object that contains images from a project assembly. - - - - - - - Returns a regular raster image produced from a source vector image. - - - - A String value that is the vector image name within the SvgImageCollection. - - - - An ISvgPaletteProvider object that specifies a palette according to which the produced raster image should be colorized. - - - - A Size structure that is the produced image' size. - - - An Image that is the raster image produced from a vector image. - - - - - - - Returns a regular raster image produced from a source vector image. - - - - A String value that is the vector image name within the SvgImageCollection. - - - - A Size structure that is the produced image' size. - - - An Image that is the raster image produced from a vector image. - - - - - - - Returns a regular raster image produced from a source vector image. - - - - An Index of a source vector image within this SvgImageCollection. - - - - An ISvgPaletteProvider object that specifies a palette according to which the produced raster image should be colorized. - - - - A Size structure that is the produced image' size. - - - An Image that is the raster image produced from a vector image. - - - - - - - Returns a regular raster image produced from a source vector image. - - - - An Index of a source vector image within this SvgImageCollection. - - - - A Size structure that is the produced image' size. - - - An Image that is the raster image produced from a vector image. - - - - - - - Returns the SvgImageInfo objects for all images owned by this SvgImageCollection. - - - A object that stores information for all the SvgImageCollection images. - - - - - - - - Gets or sets the default image size. If you do not manually set a control's ImageOptions.SvgImageSize setting, an SvgImageCollection vector icon assigned to this control will have this default size. - - - A Size that is the default image size. - - - - - - - Returns the index of the specific image. - - - - - An SvgImage whose index is to be obtained. - - - An Int32 value that is the specific image's index. - - - - - - - Adds a vector image to this SvgImageCollection and places it to the specific position. - - - - An Int32 value that is the position of a new image in this SvgImageCollection. - - - - An SvgImage added to this SvgImageCollection. - - - - - - - - Adds a vector image from a DevExpress Image Gallery to this SvgImageCollection, places this image to the specific position and renames it. - - - - An Int32 value that is the position of a new image in this SvgImageCollection. - - - - A String value that is the image name in this SvgImageCollection. - - - - A String value that specifies the path to the required image. - - - - - - - - Adds a new vector image to this SvgImageCollection and places it to the specific position. - - - - An Int32 value that specifies the index of a newly added image in this SvgImageCollection. - - - - A String value that specifies the name of a newly added image in this SvgImageCollection. - - - - A String value that specifies the property name in a static project resource class. - - - - A Type that matches the project resource's class type. - - - - - - - - Inserts a specific image to this SvgImageCollection and renames it. - - - - An Int32 value that is the added image's position inside this SvgImageCollection. - - - - A String value that is the added image's name. - - - - An SvgImage that is the image to be added. - - - - - - - - Returns the SvgImageCollection image located at the specific position. - - - - An Int32 value that is the returned image's position inside this SvgImageCollection. - - - An SvgImage located at the specific position. - - - - - - - Returns the SvgImageCollection image with the specific name. - - - - A String value that is the image name. - - - An SvgImage that has the target name. - - - - - - - Returns names for all images kept in this SvgImageCollection. - - - An IEnumerable object that stores all image names. - - - - - - - Removes the specific image from this SvgImageCollection. - - - - An SvgImage to be removed from this SvgImageCollection. - - - true, if the image was successfully removed; otherwise, false. - - - - - - - Removes an image with the specific name from this SvgImageCollection. - - - - A String value that is the name of an image that needs to be removed. - - - - - - - - Removes an image with the specific index from this SvgImageCollection. - - - - An Int32 value that is the index of an image that needs to be removed. - - - - - - - - - - - - - - - - Renames the target SvgImageCollection image. - - - - An SvgImage that is the image to be renamed. - - - - A String value that is the new image name. - - - - - - - - Renames the target SvgImageCollection image. - - - - An Int32 value that specifies the position of an image that needs to be renamed. - - - - A String value that is the new image name. - - - - - - - - - Contains miscellaneous settings applied to a 's built-in button panel. - - - - - - - Initializes a new instance of the FlyoutPanelButtonOptions class with the specified settings. - - - - A that owns the current FlyoutPanelButtonOptions. - - - - - - - - Gets or sets whether button glyphs are painted based on the 's foreground color. - - - - true, if button glyphs are painted based on the 's foreground color; otherwise, false. - - - - - - - - Provides access to appearance settings used to paint the 's buttons in different visual states. - - - A DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance object that stores appearance settings. - - - - - - - Gets or sets the alignment of buttons within the button panel. - - - A System.Drawing.ContentAlignment enumeration value that specifies the alignment of buttons within the button panel. - - - - - - - Gets or sets the built-in button panel's height. - - - A value specifying the button panel's height, in pixels. - - - - - - - Gets or sets the location of the built-in button panel in the . - - - A FlyoutPanelButtonPanelLocation enumeration value specifying the location of the built-in button panel in the . - - - - - - - Provides access to the collection of buttons displayed in the 's built-in button panel. - - - A BaseButtonCollection object representing a button collection. - - - - - - - Gets or sets the source of images that can be displayed within buttons. - - - A that is an image collection providing images for buttons. - - - - - - - Gets or sets the amount of space around the button panel. - - - A System.Windows.Forms.Padding structure that specifies the amount of space around the button panel. - - - - - - - - Resets settings applied to the built-in button panel to the default values. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Tests whether the FlyoutPanelButtonOptions object should be persisted. - - - true, if the object should be persisted; otherwise, false. - - - - - - - Gets or sets whether the built-in button panel is displayed in the . - - - true, if the built-in button panel is displayed; otherwise, false. - - - - - - - - Storage that serves as an external icon source for DevExpress controls. Automatically replaces default images with their larger counterparts at higher DPI settings. - - - - - - - - Initializes a new instance of the DPIAwareImageCollection class with the default settings. - - - - - - - - Initializes a new instance of the DPIAwareImageCollection class with the specified settings. - - - - An IContainer descendant that owns this newly created DPIAwareImageCollection object. - - - - - - - - Copies all available property settings from the target DPIAwareImageCollection to this DPIAwareImageCollection. - - - - A DPIAwareImageCollection object whose settings should be copied to this DPIAwareImageCollection. - - - - - - - - Begins the DPIAwareImageCollection initialization. - - - - - - - - Occurs whenever the DPIAwareImageCollection changes its image set and allows you to respond to these changes. - - - - - - - - Finishes the DPIAwareImageCollection initialization. - - - - - - - - Returns the image stored within this DPIAwareImageCollection. - - - - A String value that specifies the image name. - - - An Image stored within this DPIAwareImageCollection. - - - - - - - Returns the image stored within this DPIAwareImageCollection. - - - - An Int32 value that specifies the returned image's position within this DPIAwareImageCollection. - - - An Image stored within this DPIAwareImageCollection. - - - - - - - Provides access to default DPIAwareImageCollection images. - - - A collection that stores default DPIAwareImageCollection images. - - - - - - - Gets or sets the image size that should be retrieved at the default 96 DPI setting. - - - - A Size structure that specifies the default image size. - - - - - - - - - - - - - - - Gets or sets the color to treat as transparent. - - - A Color object that specifies a color, which is not drawn when the image is rendered. - - - - - - - - Provides methods to manipulate an application taskbar button, Jump List and thumbnail preview. - - - - - - - Initializes a new instance of the TaskbarAssistant class. - - - - - - - - Assigns the specified parent control to the current TaskbarAssistant component. - - - - A Control to be assigned the current TaskbarAssistant component. - - - - - - - - Locks the TaskbarAssistant object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Gets the default TaskbarAssistant component. - - - The default TaskbarAssistant component. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Unlocks the TaskbarAssistant object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets the name of the assembly that contains icons (in resources) for Jump List tasks. - - - A string value that specifies the name of the assembly that contains icons (in resources) for Jump List tasks. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Provides access to the collection of custom categories in the Jump List. - - - The collection of custom categories in the Jump List. - - - - - - - Gets or sets the position of the Frequent or Recent category in the Jump List. - - - The position of the Frequent or Recent category in the Jump List. - - - - - - - Gets or sets which category (Recent or Frequent) is enabled in the Jump List. - - - A value that specifies which category (Recent or Frequent) is enabled in the Jump List. - - - - - - - Provides access to the collection of items within the standard Tasks category in the Jump List. - - - The collection of items within the standard Tasks category in the Jump List. - - - - - - - The maximum number of thumbnail buttons in the live thumbnail preview. This field is equal to 7. - - - - - - - - - - Gets or sets a small overlay icon displayed over the application icon. - - - A small overlay icon displayed over the application icon. - - - - - - - Gets or sets the Control to which the current TaskbarAssistant is bound. - - - A System.Windows.Forms.Control object to which the current TaskbarAssistant is bound. - - - - - - - Gets or sets the current value of a progress indicator within an application's taskbar button. - - - The current value of a progress indicator within an application's taskbar button. - - - - - - - - Gets or sets the maximum value of a progress indicator within an application's taskbar button. - - - - The maximum value of a progress indicator within an application's taskbar button. - - - - - - - - - Gets or sets the type of progress indicator within the taskbar button. - - - A value that specifies the type of progress indicator within the taskbar button. - - - - - - - Updates the application taskbar button. - - - - - - - - Provides access to the collection of buttons displayed in the toolbar in the live thumbnail preview. - - - A collection of toolbar buttons in the live thumbnail preview. - - - - - - - Gets or sets the region of the application window that is used as a thumbnail in the live thumbnail preview. - - - The region of the application window that is used as a thumbnail in the live thumbnail preview. - - - - - - - Gets or sets whether a single instance of the Jump List is used for all instances of the current application. - - - true, if a single instance of the Jump List is used for all instances of the current application; false if every application instance uses its own Jump List instance. - - - - - - - - Enumerates paint styles for tooltips. - - - - - - - The style of regular tooltips is automatically determined by the Windows OS and currently selected Windows theme. -In Windows Vista and Windows 7, if no classic Windows theme is applied, tooltips are painted using the style. -In other cases, tooltips are painted using the style. - - - - - - - - Regular tooltips are painted as those in Windows 7 (this style is in effect when a program runs under Windows Vista or Windows 7, provided that no classic Windows theme is applied). - - - - - - - - - - - - Regular tooltips are painted as those in Windows XP. - - - - - - - - - - - - Lists the values used to specify the visibility of page borders. - - - - - - - Both standard borders and selection borders are painted around pages. - - - - - - - - Only standard page borders are painted. - - - - - - - - Borders are not painted around pages at all. - - - - - - - - - A base class for context buttons. - - - - - - - Initializes a new instance of the ContextButtonBase class with the default settings. - - - - - - - - Gets or sets whether the current button's caption is formatted using HTML tags. - - - A enumeration value that specifies whether the current button's caption is formatted using HTML tags. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and binds it to this ContextButtonBase. - - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this ContextButtonBase. - - - - - - - Binds the specific parameterized command to this ContextButtonBase. - - - - An Object that is the command to be bound to this ContextButtonBase. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this ContextButtonBase. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and binds it to this ContextButtonBase. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this ContextButtonBase. - - - - - - - Gets or sets the current button's caption. - - - A string value that specifies the current button's caption. - - - - - - - Gets or sets the button height. - - - An integer value that specifies the button height. - - - - - - - Fires when a hyperlink in the button caption is clicked. - - - - - - - - Gets or sets the color of the hyperlink text in the current button's caption. - - - A Color object that specifies the color of the hyperlink text in the current button's caption. - - - - - - - Gets or sets the maximum height of the current button. - - - An integer value that specifies the maximum height of the current button. - - - - - - - Gets or sets the maximum width of the current button. - - - An integer value that specifies the maximum width of the current button. - - - - - - - Gets or sets the amount of space around the current button. - - - A Padding structure that specifies the amount of space around the current button. - - - - - - - Gets or sets the button width. - - - An integer value that specifies the button width. - - - - - - - - Represents the collection of objects. - - - - - - - Initializes a new instance of the ThumbnailButtonCollection class. - - - - - - - - Disposes the current object and releases all the allocated resources. - - - - - - - - - - Provides data for the event. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Gets the window handle that the is bound to. - - - The window handle that the is bound to. - - - - - - - Gets the that raised the event. - - - The that raised the event. - - - - - - - - - This interface supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Represents the separator that separates tasks in the . - - - - - - - Initializes a new instance of the JumpListItemSeparator class. - - - - - - - - Converts an object to its string representation. - - - This method returns "Separator". - - - - - - - - Represents a task in a Jump List. - - - - - - - Initializes a new instance of the JumpListItemTask class. - - - - - - - - Initializes a new instance of the JumpListItemTask class with the specified settings. - - - - A string value that is used to initialize the property. - - - - - - - - Gets or sets the arguments for a command file specified in the property. - - - The arguments for a command file specified in the property. - - - - - - - Binds the specific parameterized command to this JumpListItemTask. - - - - An Object that is the command to be bound to this JumpListItemTask. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this JumpListItemTask. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this JumpListItemTask. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this JumpListItemTask. - - - - - - - Gets or sets a caption of the JumpListItemTask. - - - A caption of the JumpListItemTask. - - - - - - - Fires when a task has been clicked. - - - - - - - - Creates a new object that is a copy of the current JumpListItemTask. - - - A new object that is a copy of the current JumpListItemTask. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the task description shown in the tooltip. - - - A String value that specifies the task description shown in the tooltip. - - - - - - - Gets or sets the index of an icon contained in the image source specified by the property or in the resources of the assembly. - - - The index of an icon that is contained in the assembly resources. - - - - - - - Gets or sets the path to an assembly or an image that is used to specify the icon for the current task. - - - A string value that specifies the path to an assembly or an image that is used to specify the icon for the current task. - - - - - - - Gets or sets a path to a destination folder or a file that is launched by the JumpListItemTask. - - - A path to a destination folder or a file that is launched by the JumpListItemTask. - - - - - - - Raises the event. - - - - - - - - Gets or sets whether the program starts minimized, maximized, or normally. - - - The WindowShowCommand enumeration value that specifies whether the program starts minimized, maximized, or normally. The default value is WindowShowCommand.Normal. - - - - - - - Gets or sets the current directory for a process launched with a click on the current task. - - - The current directory for a process that is launched with a click on the JumpListItemTask. - - - - - - - - Represents a custom category in a Jump List. - - - - - - - Initializes a new instance of the JumpListCategory class. - - - - - - - - Initializes a new instance of the JumpListCategory class with the specified settings. - - - - A string value that is used to initialize the property. - - - - - - - - Gets or sets a caption of the JumpListCategory. - - - A caption of the JumpListCategory. - - - - - - - Gets or sets a collection of tasks in the JumpListCategory. - - - A collection of tasks in the JumpListCategory. - - - - - - - - Represents the collection of objects. - - - - - - - Initializes a new instance of the JumpListCategoryCollection class. - - - - - - - - Releases all resources used by elements of the JumpListCategoryCollection. - - - - - - - - - The base for classes that provide the Print Preview functionality in Windows Forms applications. - - - - - - - Initializes a new instance of the DocumentViewerBase class with default settings. - - - - - - - - Specifies whether or not the auto-zoom mode is enabled for the print preview. - - - true, if the auto-zoom mode is enabled; otherwise, false. - - - - - - - Specifies the background color of a . - - - A structure, specifying the background color of the Document Viewer. - - - - - - - This property is overridden and never used. To customize the 's background image, use custom skins. - - - - - - - - - - Hides the event of the base class. - - - - - - - - This property is overridden and never used. To customize the 's background image and its layout, use custom skins. - - - - - - - - - - Hides the event of the base class. - - - - - - - - Specifies the border style of the . - - - One of the enumeration values, representing the border style. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - Specifies the document assigned to the . - - - An object implementing the interface. (Typically, this is a object.) - - - - - - - Occurs when a receives a document change notification. - - - - - - - - For internal use. - - - - - - - - - - Specifies whether or not the current document is empty. - - - true if the document is empty; otherwise false. - - - - - - - Specifies the foreground color of the . - - - A structure, specifying the foreground color of the Document Viewer. - - - - - - - For internal use. - - - - - - - - - - Gets or sets a value indicating whether or not to use the metric system for measurements in the print preview. - - - true, to use the metric system for measurements made in the document's preview; otherwise, false. The default value is set to the System.Globalization.RegionInfo.CurrentRegion.IsMetric property value. - - - - - - - Provides access to the settings that control the 's look and feel. - - - A object that specifies the Document Viewer's look and feel. - - - - - - - For internal use. - - - - - - - - - - Gets the maximum number of columns for multi-page reports displayed within the . - - - An integer value, specifying the maximum number of columns in a multi-page report. - - - - - - - - Gets the maximum number of rows for a multi-page report displayed within the . - - - An integer value, specifying the maximum number of rows in a multi-page report. - - - - - - - - Gets the maximum zoom factor of a report page within the . - - - A value, specifying the maximum zoom factor of a report page within the Document Viewer. - - - - - - - Gets the minimum zoom factor of a report page within the . - - - A value, specifying the minimum zoom factor of a report page within the Document Viewer. - - - - - - - Specifies the color used to draw borders around all pages in the . - - - A structure that specifies the color of page borders. - - - - - - - Specifies whether or not borders should be painted around all and selected document pages in the . - - - A enumeration value, that specifies the visibility of page borders. - - - - - - - Specifies the width of the borders around all pages in the . - - - An integer value, specifying the width of the page borders. - - - - - - - For internal use. - - - - - - - - - - Sets the property to . - - - - - - - - Sets the property to . - - - - - - - - Scrolls one page down. - - - - - - - - Scrolls one page up. - - - - - - - - Obtains the currently selected report page. - - - An object implementing the interface, corresponding to the currently selected report page. (Typically, this is a object.) - - - - - - - Specifies the color of borders around the currently selected page in the . - - - A structure, specifying the border color of the selected page. - - - - - - - Specifies the width of the borders around the currently selected page in the . - - - An integer value, specifying the width of the selected page's borders. - - - - - - - Occurs when the selected page within the print preview is changed. - - - - - - - - Specifies the index of a currently selected page in the . - - - An integer value, specifying the index of the currently selected page. - - - - - - - Moves selection to the first page of a document in the . - - - - - - - - Moves selection to the last page of a document in the . - - - - - - - - Moves selection to the next page of a document in the . - - - - - - - - Moves selection to the previous page of a document in the . - - - - - - - - Sets the cursor kind to be used within the . - - - - A object, specifying the cursor kind. - - - - - - - - Sets the input focus to the current instance of . - - - - - - - - Determines the number of columns and rows used to display pages of a multipage report within a Print Preview. - - - - A enumeration value. - - - - - - - - Determines the number of columns and rows used to display pages of a multipage report within a Print Preview. - - - - The number of columns. It will not exceed the property value. - - - - The number of rows. It will not exceed the property value. - - - - - - - - Shows the specified page in the Document Viewer. - - - - An object implementing the interface. (Typically, this is a object.) - - - - - - - - Specifies whether or not the shows page margin lines. - - - true to show page margin lines; otherwise false. - - - - - - - Specifies whether or not to display hints in the . - - - true to display hints; otherwise false. - - - - - - - Specifies whether or not the current document is empty or null. - - - A value. - - - - - - - Specifies the background color of all tooltips in the . - - - A structure, specifying the background color of the tooltips. - - - - - - - Specifies the font of all tooltips in the . - - - A structure, specifying the text settings that include the font face, size, and style attributes. - - - - - - - Specifies the foreground color of all tooltips in the . - - - A structure, specifying the foreground color of the tooltips. - - - - - - - For internal use. Redraws the current page view in the . - - - - - - - - Redraws the control's scroll bars. - - - - - - - - For internal use. - - - An integer value. - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - - - - - - - - For internal use. - - - An integer value. - - - - - - - Allows you to show the currently displayed page in full. - - - - - - - - Specifies the current zoom factor of a document page in the . - - - A value, specifying the current zoom factor of a document page. - - - - - - - Occurs after the document current zoom factor has changed. - - - - - - - - Zooms in on the page currently displayed in the . - - - - - - - - Zooms out the page currently displayed in the . - - - - - - - - - Defines the set of values that specify the position of the Frequent/Recent category in the Jump List. - - - - - - - The Frequent/Recent category is displayed at the bottom of the Jump List. - - - - - - - - The Frequent/Recent category is displayed at the top of the Jump List. - - - - - - - - - Represents the collection of items in a Jump List category. - - - - - - - Initializes a new instance of the JumpListCategoryItemCollection class. - - - - - - - - Releases all resources used by elements of the JumpListCategoryItemCollection. - - - - - - - - - Contains values that specify the type of progress indicator to be displayed within taskbar buttons. - - - - - - - The same as the Normal mode, but the progress bar turns red to indicate that an error has occurred. - - - - - - - - - - - An indeterminate marquee-style progress indicator, which cycles repeatedly along the length of the taskbar button. - - - - - - - - - - - Stops displaying progress and returns the button to its regular state. - - - - - - - - The determinate progress indicator that grows in size from left to right. Advance the progress value with the property. - - - - - - - - - - - The same as the Normal mode, but the progress turns yellow to indicate that progress is currently stopped. - - - - - - - - - - - - A button within the live thumbnail preview window. - - - - - - - Initializes a new instance of the ThumbnailButton class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Fires when the button is clicked. - - - - - - - - Gets or sets whether a click on this button automatically closes the live thumbnail preview. - - - true, if the live thumbnail preview is automatically closed on clicking the button; otherwise, false. - - - - - - - Gets or sets whether the button is enabled. - - - true, if the button is enabled; otherwise, false. - - - - - - - Gets or sets the image displayed within the button. - - - The image displayed within the button. - - - - - - - Gets or sets whether the button's pressed state is visually indicated. - - - true, if the button's pressed state is visually indicated; otherwise, false. - - - - - - - Gets or sets the button's tooltip. - - - The button's tooltip. - - - - - - - Gets or sets whether the button is visible. - - - true, if the button is visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Enumerates animation modes. - - - - - - - A fade animation effect. - - - - - - - - A slide-in animation effect. - - - - - - - - - Contains values that specify the position at which a is displayed relative to its owner. - - - - - - - The panel, when displayed, is stretched along the owner's bottom edge. - - - - - - - - The panel is displayed at the center of the owner. The display size is specified by the panel's Size property. - - - - - - - - The panel, when displayed, is stretched along the owner's left edge. - - - - - - - - The panel is displayed at the position specified by the property. - - - - - - - - The panel, when displayed, is stretched along the owner's right edge. - - - - - - - - The panel, when displayed, is stretched along the owner's top edge. - - - - - - - - The panel is displayed at the owner's top left corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. -Use the and properties to shift the display position inward from the top left corner. - - - - - - - - - The panel is displayed at the owner's top right corner in the original size specified by the Size property. When using the animation effect, the panel slides from top to bottom. -Use the and properties to shift the display position inward from the top right corner. - - - - - - - - - - Defines the set of values that specify whether the Frequent category or Recent category is displayed in the Jump List, or none of them are displayed. - - - - - - - - The Frequent Category is displayed in the Jump List. This category contains the list of files that are frequently opened with the current application. - - - - - - - - - Neither Frequent nor Recent category is displayed in the Jump List. - - - - - - - - The Recent Category is displayed in the Jump List. This category contains the list of files that are recently opened with the current application. - - - - - - - - - - The floating panel that is displayed and hidden using an animation effect. See Flyout Panel. - - - - - - - - Initializes a new instance of the FlyoutPanel class. - - - - - - - - This property is not supported by the FlyoutPanel class. - - - - - - - - - - Gets or sets the speed of the animation used to show and hide the FlyoutPanel. - - - An integer value specifying the rate of the animation used to show and hide the FlyoutPanel. - - - - - - - Fires when a check button within the button panel of this FlyoutPanel is checked. - - - - - - - - Occurs when a button in the FlyoutPanel's built-in button panel is clicked. - - - - - - - - Fires when a check button within the button panel of this FlyoutPanel is unchecked. - - - - - - - - This property is not supported by the FlyoutPanel class. -Use the property to specify the position at which the panel is displayed. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns a color for the glyph skinning feature. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A BaseButtonInfo object. - - - A System.Drawing.Color structure. - - - - - - - Fires after the panel has been hidden. - - - - - - - - This method is not supported by the FlyoutPanel class. Use the method instead. - - - - - - - - Hides the current FlyoutPanel displayed as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - - - - - Hides the current FlyoutPanel displayed as a beak form immediately or using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - true, if the beak form should be hidden immediately; otherwise, false. - - - - - - - - Hides the FlyoutPanel using an animation effect specified by the property. - - - - - - - - Hides the FlyoutPanel immediately or using an animation effect specified by the property. - - - - true, to hide the panel immediately; false to hide the panel using an animation effect. - - - - - - - - Fires when a panel is about to be hidden. - - - - - - - - Gets whether the current FlyoutPanel is displayed. - - - true, if the current FlyoutPanel is displayed; otherwise, false. - - - - - - - Gets or sets the minimum size of the FlyoutPanel. - - - A object that specifies the minimum size of the FlyoutPanel. - - - - - - - Contains the FlyoutPanel's view and behavior options. - - - The FlyoutPanel's view and behavior options. - - - - - - - Provides access to the settings applied to the current FlyoutPanel displayed as a beak form. - - - A BeakPanelOptions object representing the settings applied to the current FlyoutPanel displayed as a beak form. - - - - - - - Provides access to the set of options applied to the built-in button panel. - - - A object representing a set of options applied to the built-in button panel. - - - - - - - Gets or sets the FlyoutPanel's owner, relative to which the panel is displayed. - - - The FlyoutPanel's owner, relative to which the panel is displayed. - - - - - - - Gets or sets the form that owns this FlyoutPanel. - - - A Form that owns this FlyoutPanel. - - - - - - - This method is not supported by the FlyoutPanel class. Use the method instead. - - - - - - - - Displays the current FlyoutPanel as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - - - - - Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. - - - - - - - - Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately. - - - - A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - - - - - Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately. - - - - A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - A Control that owns the current FlyoutPanel. - - - - - - - - Displays the current FlyoutPanel as a beak form immediately or using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - - - - - Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately. - - - - A System.Drawing.Point structure that specifies the location on the screen where the beak form should be displayed. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - A Control that owns the current FlyoutPanel. - - - - A System.Drawing.Point structure by which the location specified with the loc parameter should be translated. - - - - - - - - Displays the current FlyoutPanel as a beak form at the specified position with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately. - - - - A System.Drawing.Point structure that specifies the location on the screen where the beak form should be displayed. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - A Control that owns the current FlyoutPanel. - - - - A System.Drawing.Point structure by which the location specified with the loc parameter should be translated. - - - - An IFlyoutPanelPopupController implementation that specifies the beak form behavior. For instance, whether to automatically close the opened beak form on a mouse move depending on the mouse coordinates relative to the form location. - - - - - - - - Displays the current FlyoutPanel as a beak form relative to the specified rectangle with the specified offset using an animation effect specified by the OptionsBeakForm.AnimationType property or immediately. - - - - - A structure that specifies an area on the screen relative to which a beak form should be displayed. - - - - A object that specifies the location on the screen where a beak form should be displayed if the rect parameter is Rectangle.Empty. - - - - true, if the beak form should be displayed immediately; otherwise, false. - - - - A Control that owns the current FlyoutPanel. - - - - A System.Drawing.Point structure by which the location specified with the loc parameter should be translated. - - - - An IFlyoutPanelPopupController implementation that specifies the beak form behavior. For instance, whether to automatically close the opened beak form on a mouse move depending on the mouse coordinates relative to the form location. - - - - - - - - - - Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - - A structure that specifies an area on the screen relative to which a beak form should be displayed. - - - - A object that specifies the location on the screen where a beak form should be displayed if the rect parameter is Rectangle.Empty. - - - - - - - - Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property. - - - - - A structure that specifies an area on the screen relative to which a beak form should be displayed. - - - - - - - - Fires when the panel is about to be displayed. - - - - - - - - Fires after the panel has been displayed. - - - - - - - - Displays the panel at the position specified by the property using an animation effect specified by the property. - - - - - - - - Displays the panel at the position specified by the property immediately or using an animation effect specified by the property. - - - - true, if the panel is displayed immediately (without an animation); otherwise, false. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by buttons in the button panel. - - - A object which controls the appearance and behavior of tooltips displayed by buttons in the button panel. - - - - - - - This property is not supported by the FlyoutPanel class. Use the and methods to control the panel visibility. - - - - - - - - - - - Defines an interface a control that can be implemented to provide layout information to a Layout Control. - - - - - - - - The control that implements this interface must fire the Changed event when specific settings that affect the layout information have been changed, and the Layout Control must update the layout as a result. - - - - - - - - - When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control. - - - true if a text label should be visible by default when the control is added to a Layout Control; otherwise, false. - - - - - - - When implemented by a control, specifies its default maximum size which is in effect when the control is displayed within a Layout Control. - - - A structure that specifies the control's default maximum size. - - - - - - - When implemented by a control, specifies its default minimum size which is in effect when the control is displayed within a Layout Control. - - - A structure that specifies the control's default minimum size. - - - - - - - - Contains values that specify how an element is displayed relative to a text label within a group control. - - - - - - - Displays an element after a text label. - - - - - - - - Displays an element before a text label. - - - - - - - - Specifies the default position of an element relative to a text label. -Currently, the Default option is equivalent to the BeforeText option. - - - - - - - - - Contains values that specify the direction of an expand button's arrow. - - - - - - - Indicates the normal direction of an expand/collapse button's arrow. - - - - - - - - Indicates the inverted direction of an expand/collapse button's arrow. - - - - - - - - - Represents the base class for controls which support the DevExpress look and feel mechanism. - - - - - - - - Initializes a new instance of the SimpleControl class with default settings. - - - - - - - - Gets or sets the style used to draw the control's border. - - - A enumeration member specifying the border style of the control. - - - - - - - Gets an object containing the control's look and feel settings. - - - A object containing the control's look and feel settings. - - - - - - - - Manages skins for DevExpress controls. - - - - - - - Initializes a new instance of the SkinManager class. - - - - - - - - Gets or sets whether dragging-and-dropping columns/fields is indicated using arrow indicators. - - - - true if dragging-and-dropping columns is indicated using arrow indicators; otherwise, false. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether the form title bar skinning feature is enabled. - - - true if the form title bar skinning feature is enabled; otherwise, false. - - - - - - - Gets whether the form title bar skinning feature is enabled for MDI child windows. - - - true if the form title bar skinning feature for MDI child windows is enabled; otherwise, false. - - - - - - - Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects. - - - A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the default skin manager. - - - A SkinManager object that represents the default skin manager. - - - - - - - Gets the name of the default skin, which is used by controls by default. - - - A string that specifies the name of the default skin. - - - - - - - Disables the title bar skinning feature for DevExpress forms and message boxes. - - - - - - - - - Disables the title bar skinning feature for MDI child DevExpress forms. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Enables the title bar skinning feature for DevExpress forms and message boxes. - - - - - - - - Enables the title bar skinning feature for DevExpress forms and message boxes, if the application is running under Microsoft Windows XP. - - - - - - - - Enables the title bar skinning feature for MDI child DevExpress forms. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Returns a list of the currently available skins. - - - A list of the currently available skins. - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - Returns a skin element with the specified name of a control in the specified product displayed using the specified skin provider. - - - - A DevExpress.Skins.SkinProductId enumeration value that specifies the product in which the required element is contained. - - - - - An object implementing the DevExpress.Skins.ISkinProvider interface that is used for painting controls. - - - - A String value that specifies the name of the required element. - - - A DevExpress.Skins.SkinElement object that represents a skin element of a control. - - - - - - - This method returns the specified skin name, if it's valid. If the skin name is invalid, the default skin's name is returned. - - - - A string that specifies the skin name to test. - - - A string that specifies the valid skin name. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the current SkinManager is opened in the Skin Editor. - - - true if the current SkinManager is opened in the Skin Editor; otherwise, false. - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Registers the specified skin for runtime use. This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Sets the current process as dots per inch (dpi) aware. - - - - - - - - Gets the collection of skins that are currently available for use in DevExpress controls. - - - A collection that stores available skins. - - - - - - - - Represents the base class for most controls and editors available in the DevExpress Editors Library, along with their descendants. - - - - - - - - Initializes a new instance of the ControlBase class with default settings. - - - - - - - - Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. - - - - A Control whose size should be removed from the cache. - - - - - - - - - Clears the value of the size of a rectangular area, into which the specified control can fit, from the program cache. - - - - - A object. - - - - - - - - Returns the value of the control's CanProcessMnemonic property, if this property exists. - - - - The control whose CanProcessMnemonic property value is returned. - - - The value of the control's CanProcessMnemonic property. true if the property doesn't exist. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns the ValidationCancelled property value of a control, if this property exists. - - - - A that represents the control whose ValidationCancelled property value is returned. - - - - true if the validation is cancelled; otherwise, false. - - - - - - - - Returns the parent container of the specified control that canceled validation. - - - - The control whose ancestor canceled validation. - - - The parent container control that canceled validation. - - - - - - - Gets whether the ControlBase's visual elements are actually aligned to support locales using right-to-left fonts. - - - true, if ControlBase's visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - Resets the control's ValidationCancelled property. This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - A control. - - - - - - - - - The skinnable panel with built-in auto-scroll functionality. - - - - - - - Initializes a new instance of the class. - - - - - - - - - Gets or sets if end-users can scroll the XtraScrollableControl by dragging its content. - - - true, if end-users can scroll the XtraScrollableControl by dragging its content; otherwise, false. - - - - - - - Gets or sets whether the XtraScrollableControl's view is automatically scrolled to completely display the active control if it is invisible, or partly visible. - - - - - true to automatically scroll the view to completely display the active control if it is invisible, or partly visible; otherwise, false. - - - - - - - - - Gets the control's appearance settings. - - - An object that contains appearance settings used to paint the control. - - - - - - - Gets or sets whether the XtraScrollableControl enables the user to scroll to any controls placed outside its visible boundaries. - - - - true to enable auto-scrolling; otherwise, false. - - - - - - - - Gets or sets the size of the auto-scroll margin. - - - - A object that represents the height and width of the auto-scroll margin, in pixels. - - - - - - - - Gets or sets the minimum size of the auto-scroll. - - - - A object that represents the minimum height and width of the area through which a user can scroll, in pixels. - - - - - - - - Gets or sets the location of the auto-scroll position. - - - A structure that represents the auto-scroll position, in pixels. - - - - - - - Gets or sets the control's background color. - - - A value that specifies the control's background color. - - - - - - - Gets the rectangle that represents the XtraScrollableControl's view area. - - - A object that represents the control's view area. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the event fires when using the mouse wheel. - - - true if the event fires when using the mouse wheel; otherwise, false. - - - - - - - Gets or sets the control's foreground color. - - - A value that specifies the control's foreground color. - - - - - - - Gets the horizontal scrollbar's settings. - - - A object that represents the horizontal scrollbar. - - - - - - - Gets or sets whether the scroll direction is inverted when scrolling on touch devices via the pan gesture. - - - true, if the scroll direction is inverted; otherwise, false. - - - - - - - Provides access to the Look And Feel and Skinning settings of this XtraScrollableControl object. - - - - A object that stores look-and-feel settings. - - - - - - - Resets the property back to its default value. - - - - - - - - Fires when the control's view is scrolled. - - - - - - - - Gets or sets the distance the XtraScrollableControl's view is scrolled when the user clicks one of the scroll buttons. - - - - - An integer value that specifies the distance, in pixels, the control's view is scrolled when the user clicks one of the scroll buttons. - - - - - - - - - Scrolls the XtraScrollableControl's view to display the specified control. - - - - A descendant that represents the control which is invisible, or partly visible, within the XtraScrollableControl. - - - - - - - - - Specifies the size of the auto-scroll margin. - - - - An integer value that specifies the width of the auto-scroll margin, in pixels. - - - - An integer value that specifies the height of the auto-scroll margin, in pixels. - - - - - - - - Gets or sets the text associated with the control. - - - A string value that specifies the text associated with the control. - - - - - - - Gets the vertical scrollbar's settings. - - - A object that represents the vertical scrollbar. - - - - - - - - Enumerates tooltip types that are supported by controls. - - - - - - - The default tooltip type. The actual tooltip type is determined by a control. - - - - - - - - A regular tooltip that consists of the title and contents regions. - - - - - - - - A that supports multiple text and image regions. - - - - - - - - - Represents a tooltip that supports multiple text and image regions. - - - - - - - Initializes a new instance of the SuperToolTip class with the default settings. - - - - - - - - Initializes a new instance of the SuperToolTip class with the specified settings. - - - - A SerializationInfo object. - - - - A StreamingContext object. - - - - - - - - Gets or sets whether HTML formatting is allowed in the current SuperToolTip object. - - - A value that specifies whether HTML formatting is allowed in the tooltip. - - - - - - - This property is not supported by the SuperToolTip class. - - - - - - - - - - Copies the settings and contents of the specified tooltip to the current object. - - - - A source object. - - - - - - - - Returns a copy of the current object. - - - A SuperToolTip object which is a copy of the current tooltip. - - - - - - - The default distance between items. This constant specifies the default value for the property. - - - - - - - - - Specifies the distance between tooltip items. - - - An integer which specifies the distance between tooltip items. - - - - - - - Gets or sets whether the tooltip's width is fixed or automatically adjusted to fit the tooltip's contents entirely. - - - true if the tooltip's width is fixed; false if the tooltip is automatically resized to fit its contents entirely. - - - - - - - Gets whether the SuperToolTip is empty. - - - true if the SuperToolTip doesn't contain any information to display; otherwise, false. - - - - - - - Gets the collection of items which constitute the SuperToolTip object. - - - A which contains items displayed by the SuperToolTip object. - - - - - - - This property is not supported by this class. - - - A object. - - - - - - - Specifies the tooltip window's maximum width, in pixels. - - - An integer value that specifies the tooltip window's maximum width. - - - - - - - Gets whether HTML formatting in a SuperToolTip is allowed by the ToolTipController object that displays the current SuperToolTip object. - - - true if HTML formatting is allowed by the ToolTipController object that displays the current SuperToolTip object; otherwise, false. - - - - - - - Gets or sets padding within the SuperToolTip. - - - - A object that specifies the tooltip's internal spacing characteristics. - - - - - - - Gets or sets whether tooltip's visual elements are aligned to support locales using right-to-left fonts. - - - true, if tooltip's visual elements are aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Creates tooltip items based on the specified setup information. - - - - A object which contains initialization information. - - - - - - - - Gets the textual representation of the current SuperToolTip. - - - A string which specifies the tooltip's textual representation. - - - - - - - - Enumerates border effects for forms and dialogs. - - - - - - - The default border adorning effect, applied as follows: - -For the , a shadow is displayed in the "McSkin" skin. No adorning effect is applied in other skins. - - -For the , a shadow is displayed in the following skins: "Office 2013", "Office 2013 Dark Gray", "Office 2013 Light Gray", and "McSkin". No adorning effect is applied in other skins. - - - - - - - - - A glow effect. The default colors can be changed via the and properties. - - - - - - - - No adorning effect. - - - - - - - - Displays a shadow around the form. - - - - - - - - - Contains values that specify how progress is indicated on progress bar controls. - - - - - - - A control repeatedly scrolls the block from one edge to another. - - - - - - - - - The same, as the option. - - - - - - - - A control scrolls the block from one edge to another, by moving the block back when it reaches any control's edge. - - - - - - - - - - A base class for popup menus in DevExpress .NET controls. - - - - - - - - Initializes a new instance of the DXPopupMenu class with default settings. - - - - - - - - Initializes a new instance of the DXPopupMenu class with the specified handler for the event. - - - - An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. - - - - - - - - Gets or sets the menu's alignment relative to the mouse cursor. - - - The ContentAlignment value that is the alignment of the menu relative to the mouse cursor. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires after the menu has been closed. - - - - - - - - - - - - - - - - Fires a specific event that typically occurs after the menu has disappeared. - - - - - - - - Returns whether the menu items are actually aligned to support locales using right-to-left fonts. - - - true, if menu items are actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Hides the current popup menu. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the menu is aligned to support locales using right-to-left fonts. - - - true, if the menu is aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Fires whenever a user clicks any item that belongs to this DXPopupMenu. - - - - - - - - Specifies the maximum menu depth for all DXPopupMenu descendants in this solution. Menus with a nesting level that exceeds this value will be unable to expand certain sub-menu items. - - - An Int32 value that is the maximum menu depth for all DXPopupMenu descendants in this solution. - - - - - - - Gets or sets how the current menu is displayed (as a menu, floating bar or ). - - - A MenuViewType value - - - - - - - Gets or sets whether items in this DXPopupMenu can be displayed in multiple columns. - - - - A enumerator value that specifies whether or not items in this DXPopupMenu can be displayed in multiple columns. - - - - - - - - Provides access to the set of properties that manage multi-column item layout in this DXPopupMenu. - - - - A object that stores properties which manage multi-column item layout in this DXPopupMenu. - - - - - - - - Gets or sets the object that created the current popup menu. For internal use. - - - An object that created the current popup menu. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Gets or sets whether this DXPopupMenu items should display their hints. - - - true, if these DXPopupMenu items should display their hints; otherwise, false. - - - - - - - - Displays the DXPopupMenu at specific coordinates. - - - - A Control that is the parent control for this DXPopupMenu. - - - - A Point structure that specifies the menu location. - - - - - - - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Specifies a submenu. - - - - - - - - Initializes a new instance of the DXSubMenuItem class with the specified caption. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXSubMenuItem class with default settings. - - - - - - - - Initializes a new instance of the DXSubMenuItem class with the specified caption and the handler for the event. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - A handler for the event. - - - - - - - - Allows you to dynamically provide sub-items for the current DXSubMenuItem object. - - - - - - - - Invokes the event handler assigned to the event. - - - - - - - - Gets a collection of items displayed when the current submenu is expanded. - - - A object which contains menu items displayed when the submenu is expanded. - - - - - - - - Represents a regular menu item. - - - - - - - Initializes a new instance of the DXMenuItem class with default settings. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified caption, image and Click event handler - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. - - - - An image that is displayed within the menu item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified caption and Click event handler - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified caption. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified settings. - - - - A string used to initialize the item's property. - - - - A handler for the event. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified settings. - - - - A string used to initialize the item's property. - - - - A handler for the event. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified settings. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. - - - - An image that is displayed within the menu item. This value is assigned to the property. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - An Image used to initialize the property. - - - - A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified caption, display priority and Click event handler. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - An event handler that will be invoked when the menu item is clicked or selected. This value is assigned to the event. - - - - A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. - - - - - - - - Initializes a new instance of the DXMenuItem class with the specified caption and display priority. - - - - A string that specifies the text displayed by the menu item. This value is assigned to the property. - - - - A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . This value is assigned to the property. - - - - - - - - Gets or sets whether the current DXMenuItem icon should be painted in the DXMenuItem's foreground color. - - - - true, if the current DXMenuItem icon should be painted in the DXMenuItem's foreground color; otherwise, false. - - - - - - - - Provides access to the appearance settings used to paint the DXMenuItem in the normal state. - - - An object that contains the appearance settings. - - - - - - - Provides access to the appearance settings used to paint the DXMenuItem in the disbled state. - - - An object that contains the appearance settings. - - - - - - - Provides access to the appearance settings used to paint the DXMenuItem in the hovered state. - - - An object that contains the appearance settings. - - - - - - - Gets or sets whether the current menu item starts a group. - - - true if the menu item starts a group; otherwise, false. - - - - - - - Binds the specific parameterized command to this DXMenuItem. - - - - An Object that is the command to be bound to this DXMenuItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this DXMenuItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this DXMenuItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this DXMenuItem. - - - - - - - Specifies the text displayed within the menu item. - - - A string that specifies the text displayed within the menu item. - - - - - - - Occurs when the menu item's functionality needs to be invoked. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets the menu item collection which owns the current menu item. - - - A collection which owns the current menu item. - - - - - - - Releases all the resources used by the current object. - - - - - - - - Gets or sets whether the menu item is enabled. - - - true if the menu item is enabled; otherwise, false. - - - - - - - Invokes the event handler assigned to the event. - - - - - - - - Returns the actual raster image displayed by this DXMenuItem. - - - - An ISvgPaletteProvider that colorizes SVG icons depending on the currently applied DevExpress skin. - - - An Image displayed by this DXMenuItem. - - - - - - - Returns whether the current menu item is actually aligned to support locales using right-to-left fonts. - - - true, if the current item is actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Returns whether or not this DXMenuItem has an image assigned. - - - true, if this DXMenuItem has an image assigned; otherwise, false. - - - - - - - Gets or sets an image displayed within the menu item, - - - A object that specifies the image displayed within the menu item. - - - - - - - Gets or sets an image representing the menu item in the disabled state. - - - An Image object representing the menu item in the disabled state. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this DXMenuItem. - - - An object that stores image-related options. - - - - - - - Gets or sets whether the menu item is aligned to support locales using right-to-left fonts. - - - true, if the menu item is aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Gets or sets a large image for the current menu item. - - - An Image object that is a large image for the current menu item. - - - - - - - Gets or sets a large image displayed in the current menu item when it is in the disabled state. - - - An Image object that is a large image displayed in the current menu item when it is in the disabled state. - - - - - - - Gets or sets the object that owns this DXMenuItem. - - - An object that owns this DXMenuItem. - - - - - - - Gets or sets the display priority for the current item in a . - - - A DXMenuItemPriority enumeration value that specifies the display priority for the current item in a . - - - - - - - Gets or sets a shortcut displayed within the menu item - - - A value that specifies a shortcut. - - - - - - - Gets or sets whether the ampersand ('&') character, when it is found in the item's , acts as a shortcut prefix, or it is displayed as is. - - - true if the ampersand ('&') character, when it is found in the item's , acts as a shortcut prefix; false if the ampersand ('&') is displayed as is. - - - - - - - Gets or sets a super tip for this DXMenuItem. - - - A object assigned to this DXMenuItem. - - - - - - - Gets or sets the vector image that is this DXMenuItem icon. - - - An SvgImage object that is the vector image assigned to this DXMenuItem. - - - - - - - Gets or sets the data associated with the menu item. - - - An object that contains the information which is associated with the menu item. - - - - - - - Gets or sets whether the menu item is visible. - - - true if the menu item is visible; otherwise, false. - - - - - - - - Manages tooltips for all DevExpress controls. - - - - - - - Initializes a new instance of the DefaultToolTipController class. - - - - - - - - Initializes a new instance of the DefaultToolTipController class with the specified container. - - - - An object that implements the interface. - - - - - - - - Returns the object which represents the Default ToolTipController. - - - A object which represents the Default ToolTipController. - - - - - - - Returns whether HTML formatting is enabled in tooltips for the specified control. - - - - A control for which this tooltip setting is to be obtained. - - - A value that specifies whether HTML formatting is supported in tooltips for the specified control. - - - - - - - Gets a object associated with the specified control. - - - - A control whose SuperToolTip object is to be obtained. - - - - A object associated with the control. - - - - - - - Gets a regular tooltip's title displayed within the specified control. - - - - - A control whose tooltip's title is to be obtained. - - - - A string representing a regular tooltip's title for the control. - - - - - - - - Gets a regular tooltip for the specified control. - - - - A control whose tooltip should be obtained. - - - - A string representing a regular tooltip for the control. - - - - - - - - Gets the type of the icon displayed within the specified control's regular tooltip. - - - - - A control whose tooltip's icon type is to be obtained. - - - - - A value representing the icon type displayed within the specified control's regular tooltip. - - - - - - - - - - Sets whether HTML formatting is enabled in tooltips for the specified control. - - - - A control for which the tooltip information is to be changed. - - - - - A value that specifies whether HTML formatting is enabled in tooltips for the specified control. - - - - - - - - Associates a object with the specified control. - - - - A control for which to set the tooltip. - - - - - A object to associate with the control. - - - - - - - - Sets a regular tooltip's title for the specified control. - - - - A control for which to set a regular tooltip's title. - - - - - A string representing a regular tooltip's title. - - - - - - - - - Sets a regular tooltip for the specified control. - - - - A control for which to set the tooltip. - - - - - A string representing a regular tooltip. - - - - - - - - - Sets the type of the icon displayed within the specified control's regular tooltip. - - - - - A control for which the icon type is set. - - - - - - A value representing the type of the icon that should be displayed within the specified control's regular tooltip. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the Images class with the specified owner. - - - - An object that represents the image collection which owns this object. - - - - - - - - Initializes a new instance of the Images class with the specified settings. - - - - An object representing the Images object's owner. - - - - true to permit image modification; otherwise, false. - - - - - - - - - Appends the specified image to the current collection of images. - - - - - A object to append to the collection. - - - - An integer value indicating the position at which the new element was inserted. -1 if the specified image is null (Nothing in Visual Basic) or empty. - - - - - - - Adds an image with the specified name to the collection. - - - - An image to add to the collection. - - - - A string that specifies the name of the image, - - - An integer value that specifies the position at which the image has been added. - - - - - - - Adds images from the specified horizontal image strip to the collection. - - - - - The image(s) to add to the collection. - - - - - - - - Adds images from the specified vertical image strip to the collection. - - - - - The image(s) to add to the collection. - - - - - - - - Adds an array of images to the current collection. - - - - An array of images to be added to the collection. - - - - - - - - Adds images from the specified list to the current collection. - - - - A IList object that contains images to be added to the collection. - - - - - - - - Clears the current collection. - - - - - - - - Gets whether the collection contains the specified element. - - - - An object to locate in the collection. - - - A Boolean value that specifies whether the collection contains the specified element. - - - - - - - Copies the collection to a compatible one-dimensional Array, starting at the specified index of the target array. - - - - The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing. - - - - - The zero-based index in the array in which copying begins. - - - - - - - - - Gets the number of items in the collection. - - - An integer value that specifies the number of items in the collection. - - - - - - - Returns an enumerator for the collection. - - - An IEnumerator for the collection. - - - - - - - Returns an image from the image collection at the specified position within the specified height and width. - - - - - A object which resolution settings will be applied to the resulting image. - - - - - An integer value that specifies the width of the resulting image. - - - - An integer value that specifies the height of the resulting image. - - - - An integer value that specifies the vertical position of the resulting image in the images collection. - - - - - An integer value that specifies the horizontal position of the resulting image in the images collection. - - - - A object which represents an image at the specified position of the specified size. - - - - - - - - Searches for the specified Object and returns the zero-based index of the first occurrence within the collection. - - - - The zero-based index of the first occurrence of value within the collection, if found; otherwise, -1. - - - The Object to locate in the collection. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An InnerImagesList object. - - - - - - - Inserts an image into the collection at the specified position. - - - - An integer value specifying the zero-based position at which the specified image is inserted. - - - - An image to insert into the collection. - - - - - - - - Inserts an image with the assigned name into the collection at the specified position. - - - - An integer value specifying the zero-based position at which the specified image is inserted. - - - - An image to insert into the collection. - - - - A string that specifies the name to be associated with the image. - - - - - - - - Inserts an image from project resources. - - - - An image to be inserted. - - - - The name of the image to be inserted. - - - - The type of the class where the image to be inserted is defined. - - - - An integer value that specifies the position at which the image needs to be inserted in the image collection. - - - An integer value that specifies the index of the inserted image in the image collection. - - - - - - - Inserts an image from project resources. - - - - An image to be inserted. - - - - The name of the image to be inserted. - - - - The type of the class where the image to be inserted is defined. - - - - An integer value that specifies the position at which the image needs to be inserted in the image collection. - - - - The name of the class where the image to be inserted is defined. - - - An integer value that specifies the index of the inserted image in the image collection. - - - - - - - Inserts an image from the target assembly. - - - - A String value that is the name of the source assembly that stores the required image. - - - - A String value that is the image name. - - - - A String value that is the path to the source assembly. - - - - An Int32 value that is the position within the Images collection at which the target image should be placed. - - - An Int32 value that is the index of the successfully inserted image. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - Gets a value indicating whether the collection has a fixed size. - - - false. - - - - - - - Gets a value indicating whether the collection is read-only. - - - false. - - - - - - - Gets a value indicating whether access to the collection is synchronized (thread safe). - - - true. - - - - - - - Provides indexed access to individual items in the collection. - - - - A zero-based integer specifying the desired item's position within the collection. If it's negative or exceeds the last available index, an exception is raised. - - - A object which represents the image at the specified position. - - - - - - - - Provides access to the images in the collection by their names. - - - - A string that specifies the name of the image to locate in the collection. - - - An image with the specified name. - - - - - - - Gets the collection of names assigned to the images in the current collection. - - - A StringCollection of names assigned to the images in the current collection. - - - - - - - Removes the specified image from the collection. - - - - An image to remove from the collection. - - - - - - - - Removes an image at the specified position from the collection. - - - - A zero-based index of the required image. - - - - - - - - Removes an image with the specified name from the collection. - - - - A string that specifies the name of the required image. - - - - - - - - Assigns a name to the image located at the specified position within the collection. - - - - An integer value that specifies the zero-based index of the required image. - - - - A string that specifies the name to be assigned to the image. - - - - - - - - Gets an object that can be used to synchronize access to the collection. - - - The current object. - - - - - - - Copies the elements of the Images to a new array of objects. - - - An array of objects containing the copies of the elements of the Images. - - - - - - - - Contains values that specify how a specific element is positioned relative to another element. - - - - - - - - An element is located at the bottom edge of another element. - - - - - - - - The same as the option. - - - - - - - - An element is located at the left edge of another element. - - - - - - - - An element is located at the right edge of another element. - - - - - - - - An element is located at the top edge of another element. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the tooltip controller which raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ToolTipControllerCustomDrawEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object which provides the information required to paint a tooltip. This value is assigned to the property. - - - - A structure which specifies the tooltip's boundaries. This value is assigned to the property. - - - - - - - - Gets the bounding rectangle of the painted tooltip. - - - A structure which specifies the tooltip's boundaries. - - - - - - - Gets an object which specifies the storage for the most used pens, fonts and brushes - - - A object which specifies the storage for the most used pens, fonts and brushes. - - - - - - - Gets or sets whether an event was handled, if it was handled the default actions are not required. - - - true if default painting isn't required; otherwise, false. - - - - - - - Gets an object which provides the information required to paint a tooltip. - - - A object which provides the information required to paint a tooltip. - - - - - - - - Contains values that specify how an in-place editor is activated for a cell in a container control. - - - - - - - If a cell is focused and not being edited, an in-place editor is opened on a click (the mouse button is pressed and then released). Clicking a non-focused cell focuses the cell first, and a subsequent click activates the in-place editor (if not prohibited). - - - - - - - - Specifies the default behavior. - -For the Grid Control, the Default value is equivalent to: - - -- - in multiple cell selection mode (see ) -- - in multiple row selection mode if the built-in Check column is enabled (see ) -- - in other cases. - - - -For the PivotGrid control, this option acts as the option. - - - - - - - - - A cell's in-place editor is activated when the left mouse button is pressed. - - - - - - - - If a cell is focused and not being edited, an in-place editor is opened on pressing the mouse button. Clicking a non-focused cell focuses the cell first, and a subsequent mouse-down event activates the in-place editor (if not prohibited). - - - - - - - - A cell's in-place editor is activated when a mouse button is released from a click within the cell. - - - - - - - - - Provides values that indicate different ways to interpret an ampersand character (&) in item captions. - - - - - - - - A default control behavior. - - - - - - - - The ampersand character (&) is hidden, the next character is not underlined. - - - - - - - - - - - - The ampersand character (&) is shown, the next character is not underlined. - - - - - - - - - - - - The ampersand character (&) is hidden, the next character is underlined. - - - - - - - - - - - - - Base class for the popup (context) menu of Office-inspired controls. - - - - - - - Initializes a new instance of the CommandPopupMenu<T> class with default settings. - - - - - - - - Initializes a new instance of the CommandPopupMenu<T> class with the specified caption and the handler for the event. - - - - An event handler that will be invoked when the menu is about to be displayed. This value is assigned to the event. - - - - - - - - Find a menu item specified by its Id and disable it. - - - - - An object serving as a menu identifier. - - - - - - - - - Find a menu item specified by its Id and disable it. - - - - - An object serving as a menu identifier. - - - - - true to search nested menus recursively; otherwise, false. - - - - - - - - Find a menu item specified by its Id and enable it. - - - - An object serving as a menu identifier. - - - - - - - - - Find a menu item specified by its Id and enable it. - - - - An object serving as a menu identifier. - - - - - true to search nested menus recursively; otherwise, false. - - - - - - - - Searches for a menu item specified by its ID within a specified menu object. - - - - A object that is the menu from which a search starts. - - - - An integer that is the position of the menu item within the menu object. - - - - - true, to search nested menus recursively; otherwise, false. - - - A object if the menu with a specified identifier is found; otherwise null (or Nothing in Visual Basic) - - - - - - - Gets or sets menu identifier. - - - An object serving as a menu identifier. - - - - - - - Moves a menu item with a check mark to a specified position. - - - - An object serving as a menu identifier. - - - - An integer that is the position of a menu item within the menu object. - - - - - - - - Moves a menu item to a specified position. - - - - An object serving as a menu identifier. - - - - - An integer that is the position of a menu item within the menu object. - - - - - - - - Moves a menu item to a specified position. - - - - A object that is the menu item. - - - - An integer that is the position of a menu item within the menu object. - - - - - - - - Moves a submenu item to a specified position. - - - - An object serving as a menu identifier. - - - - An integer that is the position of a menu item within the menu object. - - - - - - - - Find a menu item specified by its Id and remove it. - - - - - An object serving as a menu identifier. - - - - - true, to search nested menus recursively; otherwise, false. - - - - - - - - Find a menu item specified by its Id and remove it. - - - - - An object serving as a menu identifier. - - - - - - - - - - The user control that supports look and feel and skinning technology. Provides centralized control over the look and feel settings of the DevExpress controls placed on it. - - - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the appearance settings used to paint the user control. - - - An object which contains the user control's appearance settings. - - - - - - - Gets or sets the user control's background color. - - - A structure which specifies the user control's background color. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets font settings applied to the control. - - - A object that contains font settings. - - - - - - - Gets or sets the control's foreground color. - - - A Color structure that specifies the control's foreground color. - - - - - - - Contains settings that specify the look and feel of the current XtraUserControl and all DevExpress controls placed on it. - - - An object that provides look-and-feel settings. - - - - - - - Resets the property back to its default value. - - - - - - - - Sets the property to Color.Empty. - - - - - - - - Gets or sets the site of the XtraUserControl. - - - The ISite associated with the XtraUserControl, if any. - - - - - - - - A form that supports title bar and border skinning. Provides centralized control over the look and feel settings of the DevExpress controls placed on it. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - - - - - - - - - Gets or sets the color of the glow adorning effect applied to the form's borders when the form is active. - - - The color of the glow adorning effect applied to the form's borders when the form is active. - - - - - - - Gets or sets whether the form's title bar and borders are painted using the current skin. This member supports the internal infrastructure and is not intended to be used directly from your code. - - - true if the form's title bar and borders are painted using the current skin; otherwise, false. - - - - - - - Gets or sets whether an MDI bar is allowed for this form. This property is in effect for a parent MDI form, when the title bar skinning feature is enabled. - - - true if the MDI bar is allowed; otherwise, false. - - - - - - - Gets the appearance settings used to paint the form. - - - An object which contains the form's appearance settings. - - - - - - - Gets or sets the background color of the form's client region. - - - A structure which specifies the background color of the form's client region. - - - - - - - Specifies the background image for the form. - - - A object that represents the background image. - - - - - - - Gets or sets the background image layout as defined in the enumeration. - - - A value that specifies the background image layout. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An ImageLayout value. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An Image object. - - - - - - - Returns whether or not the target XtraForm exists but is not yet displayed. - - - - - An to be checked. - - - true, if the target form exists but is not yet shown; otherwise, false. - - - - - - - - Gets or sets whether the form's Close button (x) is visible. This property is in effect when the Form Title Bar Skinning feature is enabled. - - - true if the form's Close button (x) is visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Gets or sets the form's font. - - - A object which specifies the form's font. - - - - - - - Gets or sets the foreground color of the form's client region. - - - A structure which specifies the foreground color of the form's client region. - - - - - - - Gets or sets the form's border adornment effect. - - - The form's border adornment effect. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets a collection of images to be inserted into the form's caption using HTML tags. This property is in effect when the Form Title Bar Skinning feature is enabled. - - - A object that stores a collection of images. - - - - - - - Allows you to specify the form's caption and format it using HTML tags. The property is in effect when the Form Title Bar Skinning feature is applied. - - - A string that specifies the form's caption, formatted using HTML tags. - - - - - - - Gets or sets the color of the glow adorning effect applied to the form's borders when the form is not active. - - - The color of the glow adorning effect applied to the form's borders when the form is not active. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Contains settings that specify the look and feel of the current form and all DevExpress controls placed on the form. - - - A object that stores look&feel settings for this XtraForm. - - - - - - - Gets or sets the maximum allowed client size for a form. - - - - A value. - - - - - - - Gets or sets the form's maximum size. - - - A Size structure that specifies the form's maximum size. - - - - - - - Gets or sets the composite format string used to format the merged MDI parent and child captions. - - - A string value that represents the composite format string used to format the merged MDI parent and child captions. - - - - - - - Gets or sets the minimum allowed client size for a form. - - - A value. - - - - - - - Gets or sets the form's minimum size. - - - A Size structure that specifies the form's minimum size. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Resets the property back to its default value. - - - - - - - - Resets the property back to its default value. - - - - - - - - Resumes the usual layout logic, optionally forcing an immediate layout of pending layout requests. - - - - - true to execute pending layout requests; otherwise, false. - - - - - - - - Resumes the usual layout logic. - - - - - - - - Resumes painting the form whose painting had been suspended. - - - - - - - - - Shows the form as a modal dialog box with the specified owner. - - - - Any object implementing that represents the top-level window that will own the modal dialog box. - - - - One of the values. - - - - - - - Gets or sets whether the caption of the currently active multiple-document interface (MDI) child is merged with the MDI parent caption, and shown in the form's title bar. - - - true, if the MDI child caption is merged with the MDI parent caption; otherwise, false. - - - - - - - Gets or sets the site of the XtraForm. - - - The ISite associated with the XtraForm, if any. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Temporarily suspends the layout logic for the control. - - - - - - - - - Suspends painting the form. - - - - - - - - - Gets or sets the form's caption. - - - - A string that specifies the form's caption. - - - - - - - Gets or sets the text displayed within a tab corresponding to the current form. This property is in effect when the current form represents an MDI child within an container. - - - A string value. - - - - - - - - Allows end-users to resize controls that are docked to the splitter's edges. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the appearance settings used to paint the splitter. - - - An object which contains the splitter's appearance settings. - - - - - - - Gets or sets the splitter's background color. - - - A structure which specifies the splitter's background color. - - - - - - - Provides access to the settings which control the splitter's look and feel. - - - A object whose properties specify the splitter's look and feel. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - The control that consists of two panels separated by a splitter, which can be dragged by an end-user to resize the panels. - - - - - - - - Initializes a new instance of the class. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A Boolean value. - - - - - - - Gets or sets if end-users can scroll the SplitContainerControl by dragging its content. - - - true, if end-users can scroll the SplitContainerControl by dragging its content; otherwise, false. - - - - - - - This member is not supported by the SplitContainerControl class. - - - - - - - - - - This member is not supported by the SplitContainerControl class. - - - - - - - - - - Starts the split container's initialization. Initialization occurs at runtime. - - - - - - - - Occurs after an end-user clicks the SplitContainerControl's splitter. - - - - - - - - Gets or sets a value indicating whether the panel referred to by the property is collapsed. - - - true if the panel is collapsed; otherwise, false. - - - - - - - Gets or sets the panel that is automatically collapsed when clicking on a splitter. - - - A SplitCollapsePanel enumeration value that specifies the panel automatically collapsed when clicking on a splitter. - - - - - - - Gets the collection of controls contained within the split container control. - - - A object which represents the collection of controls contained within the split container control. - - - - - - - Gets or sets the cursor that is displayed when the mouse pointer is over the current SplitContainerControl. - - - A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. - - - - - - - Ends the split container's initialization. - - - - - - - - Gets or sets the fixed panel. - - - A enumeration value which specifies the fixed panel. - - - - - - - Gets or sets whether the panels are arranged horizontally or vertically. - - - true if the panels are arranged horizontally; false if the panels are vertically. - - - - - - - Gets whether the panel specified by the property is collapsed. - - - true if this panel is collapsed; otherwise, false. - - - - - - - Gets or sets whether the SplitContainerControl's splitter is locked at the current position. - - - true, if the SplitContainerControl's splitter is locked at the current position; otherwise, false. - - - - - - - Gets the left (or top) panel. - - - A object which represents the left (or top) panel. - - - - - - - Gets the right (or bottom) panel. - - - A object which represents the right (or bottom) panel. - - - - - - - Gets or sets the visibility of the panels. - - - A enumeration value which specifies the visibility of panels. - - - - - - - Loads the current SplitContainerControl's layout from the system registry. - - - - A String value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Loads the current SplitContainerControl's layout from the specific stream. - - - - The Stream from which the the current SplitContainerControl's layout should be restored. - - - - - - - - Loads the current SplitContainerControl's layout from the specific XML file. - - - - A String value that is the path to an XML file where the current SplitContainerControl's layout should be restored from. - - - - - - - - Saves the current SplitContainerControl's layout to the system registry. - - - - A String value that is the system registry path to which the current SplitContainerControl's layout should be saved. - - - - - - - - Saves the current SplitContainerControl's layout to a stream. - - - - A stream where the layout should be stored. - - - - - - - - Saves the current SplitContainerControl's layout to the specific XML file. - - - - A String value that is the path to an XML file where the current SplitContainerControl's layout should be saved. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Specifies the border style of the panels. - - - - A enumeration value specifying the border style of the panels. - - - - - - - - Collapses or restores the panel referred to by the property. - - - - true to collapse the panel; false to restore the panel. - - - - - - - - Gets or sets whether the split container's caption is displayed. - - - true to display the split container's caption; otherwise, false. - - - - - - - Allows you to respond to collapsing/restoring a panel. - - - - - - - - Allows you to prevent a panel from being collapsed/restored. - - - - - - - - Gets the splitter's size and location. - - - A structure which represents the size and location of the splitter. - - - - - - - Occurs after the splitter's position has been changed. - - - - - - - - Occurs when the splitter's position is being changed. - - - - - - - - Gets or sets the splitter's location. - - - An integer value specifying the splitter's current location in pixels, from the side of the fixed panel. - - - - - - - Occurs after the splitter's position has been changed. - - - - - - - - Swaps the contents of the first and second panels. - - - - - - - - - - The panel with or without a border. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Gets the appearance settings used to paint the panel. - - - An object which contains the panel's appearance settings. - - - - - - - Not supported. - - - A Boolean value. - - - - - - - Not supported. - - - A object that represents the height and width of the auto-scroll margin, in pixels. - - - - - - - - Not supported. - - - A object that represents the minimum height and width of the control's scrollbars, in pixels. - - - - - - - - Gets or sets the panel's background color. - - - A structure which specifies the panel's background color. - - - - - - - Gets or sets the control's background image. This member is not supported by the PanelControl class. Use the Appearance.Image property instead. - - - A object. - - - - - - - This member is not supported by the PanelControl class. - - - - An value that specifies the position of an image on the control. - - - - - - - Starts the panel's initialization. Initialization occurs at runtime. - - - - - - - - Gets or sets the panel's border style. - - - A enumeration value specifying the panel's border style. - - - - - - - Returns the panel's bounding rectangle, calculated from the bounds of its client region. - - - - A object. - - - - A structure which represents the bounding rectangle of the panel's client region. - - - A structure which represents the panel's bounding rectangle, calculated from the bounds of its client region. - - - - - - - Gets or sets the group's background image that is displayed "as is", and can be aligned to any panel's edge. - - - An object. - - - - - - - Gets or sets the content image's alignment within the panel. - - - A value that specifies the content image's alignment. - - - - - - - Gets or sets the content image's alignment within the panel. - - - A value that specifies the content image's alignment. - - - - - - - Gets the bounds of the panel's client region. - - - A structure which represents the bounding rectangle of the panel's client region. - - - - - - - Ends the PanelControl's initialization. - - - - - - - - - Gets or sets the panel's font. - - - A object which specifies the panel's font. - - - - - - - Gets or sets the panel's foreground color. - - - A structure which specifies the panel's foreground color. - - - - - - - Resets the property back to its default value. - - - - - - - - Resets the property back to its default value. - - - - - - - - Gets or sets the text associated with the panel control. - - - A string value specifying the text associated with the panel. - - - - - - - Gets or sets whether the PanelControl should use the non-default painting mode. - - - - true if the PanelControl control uses the non-default painting mode; otherwise, false. - - - - - - - - Gets or sets whether the control is painted grayed out, when it's in the disabled state. - - - true if the control is painted grayed out, when it's in the disabled state; otherwise, false - - - - - - - - The panel with a title which can be aligned along the top, bottom, left or right edge. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether to colorize the group caption and border according to the BorderColor setting in skinning paint schemes. - - - - true, if the group caption and border should be colorized according to its BorderColor settings in skinning paint schemes; otherwise, false. - - - - - - - Gets or sets whether an image within the GroupControl's caption should be painted using the control's foreground color. - - - true, if an image within the GroupControl's caption should be painted using the control's foreground color; otherwise, false. - - - - - - - Gets or sets whether HTML tags can be used to format the control's . - - - true if HTML tags can be used to format the control's ; otherwise, false. - - - - - - - Gets the appearance settings used to paint the group's caption. - - - An object which contains the caption's appearance settings. - - - - - - - Gets or sets the distance, in pixels, between . - - - An integer value that specifies the distance, in pixels, between . - - - - - - - Gets or sets the image to display within the group's caption area. - - - A object that specifies the group's caption image. - - - - - - - Gets or sets the relative position of an image within the group caption. - - - A value that specifies the image's position. - - - - - - - Provides access to properties that affect this GroupControl's caption image. - - - A object that stores properties that affect this GroupControl's caption image. - - - - - - - Gets or sets the outer indents for the image within the group caption, in pixels. - - - A System.Windows.Forms.Padding object that specifies padding information for the image. - - - - - - - Gets or sets the uniform resource identifier (URI) that specifies the image assigned for this GroupControl. - - - A object that is the uniform resource identifier (URI) for this GroupControl. - - - - - - - Gets or sets the location of the group control's caption. - - - A enumeration member which specifies the group caption's location. - - - - - - - Occurs whenever a check button from the collection is checked. - - - - - - - - Occurs whenever a push button from the collection is clicked. - - - - - - - - Occurs whenever a check button from the collection is unchecked. - - - - - - - - Enables group caption to be custom painted. - - - - - - - - Provides access to the custom header buttons' collection. - - - A object that stores custom header buttons for this GroupControl. - - - - - - - Gets or sets the position of . - - - - A enumerator value that specifies the position of within this GroupControl. - - - - - - - Gets the bounds of the control's client region. - - - A structure which represents the bounding rectangle of the control's client region. - - - - - - - Retrieves detailed information about a tool-tip located at the specific position. - - - - A Point structure to check whether it belongs to a tool-tip. Coordinates are referenced from the GroupControl's top left corner. - - - - A ToolTipControlInfo object that stores the tool-tip's information. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the style of this GroupControl's borders and header. - - - A object enumeration value that specifies the style of this GroupControl's borders and header. - - - - - - - Gets or sets a collection of images to be inserted into the control's caption () using HTML tags. - - - A object that stores a collection of images. - - - - - - - - - - - - - - - Invalidates the entire surface of the control and causes the control to be redrawn. - - - - - - - - Gets or sets whether the group's caption is displayed. - - - true to display the group's caption; otherwise, false. - - - - - - - Gets or sets the GroupControl's text. - - - A string that specifies the control's text. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by custom header buttons. - - - A object which controls the appearance and behavior of tooltips displayed by custom header buttons. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the group control which raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the Cache property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the Painter property. - - - - A object that contains information about the element being painted. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GroupCaptionCustomDrawEventArgs class with the specified settings. - - - - A GroupCaptionCustomDrawEventArgs object whose settings should be copied. - - - - - - - - Gets the painted caption's bounding rectangle. - - - A structure which represents the painted caption's bounding rectangle. - - - - - - - Performs default painting of this element. - - - - - - - - - Gets information on the painted group. - - - A object which provides information about the painted group. - - - - - - - - Lists values that specify the visibility of the panels within a split container. - - - - - - - Both Panel1 and Panel2 are visible. - - - - - - - - Panel2 is hidden. - - - - - - - - Panel1 is hidden. - - - - - - - - - Lists values that specify which panel within the split container is fixed. - - - - - - - The panels' widths (or heights) are proportionally changed when a split container is being resized. - - - - - - - - The width (height if the panels are displayed one above another) of the isn't changed when the split container is resized. - - - - - - - - The width (height if the panels are displayed one above another) of the isn't changed when the split container is resized. - - - - - - - - - Provides data for mouse events. - - - - - - - Initializes a new instance of the class with the specified parameters. - - - - A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - - - An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. - - - - An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the class. - - - - A enumeration value that defines which mouse button was pressed. This value is assigned to the property. - - - - An integer value which specifies the number of times the mouse button was pressed and released. This value is assigned to the property. - - - - An integer value which specifies the x-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies the y-coordinate of a mouse click, in pixels. This value is assigned to the property. - - - - An integer value which specifies a signed count of the number of detents the mouse wheel has rotated. This value is assigned to the property. - - - - true if the event hasn't been handled by a control; otherwise, false. This value is assigned to the property. - - - - - - - - Converts the object passed as a parameter to a object. - - - - A object which contains data for the MouseUp, MouseDown, and MouseMove events. - - - A object which provides data for the mouse events. - - - - - - - Converts the object passed as a parameter to a object. - - - - A descendant. - - - - A object which contains data for the mouse events. - - - A object which provides data for the mouse events. - - - - - - - Gets or sets a value specifying whether an event has been handled. - - - true if the event hasn't been handled by a control; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events. - - - - true if this object is of the MouseEventArgs type; otherwise, false. - - - - - - - For internal use. - - - - - - - - - Serves as a base for the classes that provide the appearance settings used to paint DevExpress .NET controls. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies the settings from the object passed as the parameter. - - - - A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. - - - - - - - - Copies the settings from the object passed as the parameter without raising the event. - - - - A descendant representing the source of the operation. If null (Nothing in Visual Basic) this method does nothing. - - - - - - - - Locks the BaseAppearanceCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the BaseAppearanceCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Fires when the collection is changed. - - - - - - - - - Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren't activated are set to the value in the default appearance object. - - - - A descendant representing the source of the operation. - - - - An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. - - - - - - - - Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object. - - - - A descendant representing the source of the operation. - - - - An array of DevExpress.Utils.AppearanceDefaultInfo objects which represent the default appearance settings. - - - - true to enable options which correspond to the activated appearance settings; otherwise, false. - - - - - - - - Releases all the resources used by the current object. - - - - - - - - Unlocks the BaseAppearanceCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets an appearance object contained within the collection by its name. - - - - A value specifying the name of the required appearance object. - - - The object within the collection which has the specified name. - - - - - - - Returns an that can iterate through the hashtable. - - - An for the hashtable. - - - - - - - Gets whether the current object has been disposed of. - - - true if the current object has been disposed of; otherwise, false. - - - - - - - Indicates whether the collection's owner is currently being initialized. - - - false always. - - - - - - - Occurs when specific settings that control the text appearance are changed. - - - - - - - - Resets the properties of all the appearance objects within the collection to their default values. - - - - - - - - Restores the appearance settings stored at the specified system registry path. - - - - A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. - - - - - - - - Restores the appearance settings from the specified stream. - - - - A descendant from which the appearance settings are read. - - - - - - - - Loads the appearance settings stored in the specified XML file. - - - - A string value specifying the path to the XML file which contains the appearance settings to be loaded. If the specified file doesn't exist, an exception is raised. - - - - - - - - Saves the appearance settings to a system registry path. - - - - A string value specifying the system registry path to which the appearance settings are saved. - - - - - - - - Saves the appearance settings to a specific stream. - - - - A descendant to which the appearance settings are written. - - - - - - - - Saves the appearance settings to a specific XML file. - - - - A string value specifying the path to the file in which the appearance settings should be stored. If an empty string is specified, an exception is raised. - - - - - - - - Tests whether the should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - Occurs when specific settings that control text size are changed. - - - - - - - - - Updates the right-to-left text direction option. - - - - true, if the text is directed from right to left; otherwise, false. - - - - - - - - - Provides appearance options. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Copies all the settings from the options object passed as the parameter and assigns them to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the settings specified by the current appearance object have the highest priority. - - - true to set the current appearance settings to the highest priority; otherwise, false. - - - - - - - - Represents an appearance object with extended settings. - - - - - - - Initializes a new instance of the class with the specified owner. - - - - An object implementing the IAppearanceOwner interface. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - An object implementing the IAppearanceOwner interface. - - - - An object which represents the parent appearance object. This value is assigned to the property. - - - - A value specifying the name of the created object. This value is assigned to the property. - - - - - - - - Sets the appearance object's settings to default values. - - - - An AppearanceDefault object containing default appearance settings. - - - - - - - - Creates a copy of the current instance. - - - An object which represents an exact copy of the current object. - - - - - - - Provides access to the appearance object's options. - - - An object containing the appearance options. - - - - - - - - List values that specify how the characters in a string that do not completely fit into a layout shape are trimmed. - - - - - - - - Specifies that the text is trimmed to the nearest character. - - - - - - - - Trimming is determined by a control's current settings. The default value is automatically set for a control if an end-user doesn't specify a value. - - - - - - - - - Specifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line. - - - - - - - - The center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible. - - - - - - - - Specifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line. - - - - - - - - Specifies no trimming. - - - - - - - - - Specifies that text is trimmed to the nearest word. - - - - - - - - - An object that stores colors chosen by a user in the and the Magnifier's last remembered zoom level. - - - - - - - Retrieves the last color under the Magnifier crosshair. - - - A Color that was the last color under the Magnifier crosshair before the Magnifier closed. - - - - - - - - Retrieves the last color picked by a user. A user must click the left mouse button to select a color. - - - A nullable Color value that is the last color picked by a user. - - - - - - - Retrieves the last remembered Magnifier zoom level. - - - A Single value that is the last remembered Magnifier zoom level. - - - - - - - - Provides appearance options. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all settings from the options object passed as the parameter and assigns them to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Returns an AppearanceOptions object whose settings are not initialized. - - - An AppearanceOptions object whose settings are not initialized. - - - - - - - Tests whether two objects have the same property values. - - - - The AppearanceOptions object to which the current object is compared. - - - true if the current object has the same property values as the specified object; otherwise, false. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the background color specified by the parent appearance object. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the border color specified by the parent appearance object. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the font settings specified by the parent appearance object. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the foreground color specified by the parent appearance object. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the background image specified by the parent appearance object. - - - - - - - Gets or sets whether to use the property value. - - - true to use the property value; false to use the text options specified by the parent appearance object. - - - - - - - - Represents an appearance object. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified parent. - - - - An object representing the parent appearance object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - An representing the appearance object whose settings are used to initialize the created object's properties. - - - - A DefaultAppearance object representing default appearance settings. - - - - - - - - Initializes a new instance of the class with default settings. - - - - A object containing the default appearance settings. - - - - - - - - - Initializes a new instance of the class with the specified owner and parent appearance object. - - - - An object implementing the IAppearanceOwner interface. - - - - An object which represents the parent appearance object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - An object whose settings are used to initialize the created object's properties. - - - - A object. - - - - - - - - Initializes a new instance of the class with the specified name. - - - - A value specifying the name of the created object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AppearanceObject class with the specified owner, parent and name. - - - - An object implementing the IAppearanceOwner interface. - - - - An object which represents the parent of the created object. This value is assigned to the property. - - - - A value specifying the name of the created object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified name and parent. - - - - An object which represents the parent of the created object. This value is assigned to the property. - - - - A value specifying the name of the created object. This value is assigned to the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Copies all settings from the appearance object passed as a parameter. - - - - An object representing the source of the operation. - - - - - - - - Sets the appearance object's settings to default values. - - - - An AppearanceDefault object containing default appearance settings. - - - - - - - - Copies all the settings in the appearance object passed as the parameter to the current object without raising the event. - - - - An object representing the source of the operation. - - - - - - - - Gets or sets the background color if the property's value is Color.Empty. Otherwise, it specifies the gradient's starting color. - - - A object specifying the background color. - - - - - - - Gets or sets the end color of the background's gradient brush. - - - - A object specifying the end color of the linear gradient brush used to fill the background. - - - - - - - - Locks the AppearanceObject object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Gets or sets the border color. - - - A object specifying the border color. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Calculates the size of a string painted with the default font. - - - A System.Drawing.Size structure which represents the size (in pixels) of a string. - - - - - - - Calculates the size of a string painted with the font specified by the current object. - - - - - A object which provides painting facilities. - - - A structure which represents the size (in pixels) of a string. - - - - - - - Calculates the size of the specified string drawn with the specified object. - - - - A object which provides storage for pens, fonts and brushes. - - - - A object which represents formatting information, such as line spacing and alignment, for the string. - - - - A value which represents a string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure which represents the size, in pixels, of the string. - - - - - - - Calculates the size of the specified string. - - - - A object which provides storage for pens, fonts and brushes. - - - - The string to be measured. - - - - An integer value specifying the maximum width of the string (in pixels). - - - The measured size of the string, in pixels. - - - - - - - Calculates the string size. - - - - A object which provides storage for pens, fonts and brushes. - - - - A StringFormat object that stores line spacing, alignment and other formatting setting for the string. - - - - A String value that is the string, whose size is to be obtained. - - - - An Int32 value that is the maximum allowed string width. - - - - An Int32 value that is the maximum allowed string height. - - - A Size structure that is the string size. - - - - - - - Calculates the string size. - - - - A object which provides storage for pens, fonts and brushes. - - - - A StringFormat object that stores line spacing, alignment and other formatting setting for the string. - - - - A String value that is the string, whose size is to be obtained. - - - - An Int32 value that is the maximum allowed string width. - - - - An Int32 value that is the maximum allowed string height. - - - - A Boolean value that specifies whether or not the string is trimmed. - - - A Size structure that is the string size. - - - - - - - Calculates the size of the specified string. - - - - A object which provides painting facilities. - - - - The string to be measured. - - - - An integer value specifying the maximum width of the string, in pixels. - - - The measured size of the string, in pixels. - - - - - - - Calculates the size of the specified string drawn with the specified object. - - - - A object which provides painting facilities. - - - - A object which represents formatting information, such as the line spacing for the string. - - - - A value which represents the string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the size of the specified string drawn with the specified format, fitting the string into a clipping rectangle. - - - - A System.Drawing.Graphics object which provides painting facilities. - - - - A object that contains formatting information, such as the line spacing and alignment of the string. - - - - The string to be measured. - - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - - The maximum height of the clipping rectangle that will fit the string (in pixels). - - - The measured size of the string, in pixels. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. - - - - A System.Drawing.Graphics object which provides painting facilities. - - - - Contains formatting information, such as the line spacing and alignment of the string. - - - - The string to be measured. - - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - - The maximum height of the clipping rectangle that will fit the string (in pixels). - - - - true if the text is trimmed (its size is larger than the clipping rectangle); otherwise, false. - - - The measured size of the string, in pixels. - - - - - - - Calculates the string size. - - - - A object which provides storage for pens, fonts and brushes. - - - - A StringFormatInfo object that stores line spacing, alignment and other formatting setting for the string. - - - - A String value that is the string, whose size is to be obtained. - - - - An Int32 value that is the maximum allowed string width. - - - A Size structure that is the string size. - - - - - - - Calculates the string size. - - - - A object which provides storage for pens, fonts and brushes. - - - - A StringFormatInfo object that stores line spacing, alignment and other formatting setting for the string. - - - - A String value that is the string, whose size is to be obtained. - - - - An Int32 value that is the maximum allowed string width. - - - - An Int32 value that is the maximum allowed string height. - - - - A Boolean value that specifies whether or not the string is trimmed. - - - A Size structure that is the string size. - - - - - - - Calculates the string size. - - - - A object which provides storage for pens, fonts and brushes. - - - - A StringFormatInfo object that stores line spacing, alignment and other formatting setting for the string. - - - - A String value that is the string, whose size is to be obtained. - - - - An Int32 value that is the maximum allowed string width. - - - - An Int32 value that is the maximum allowed string height. - - - A Size structure that is the string size. - - - - - - - Calculates the size of the specified string drawn with the specified object. - - - - A object which provides painting facilities. - - - - A StringFormatInfo object which represents formatting information, such as the line spacing for the string. - - - - A value which represents the string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the length of the specified string. - - - - A object that provides storage for pens, fonts and brushes. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure that is the size of the string (in pixels). - - - - - - - Calculates the length of the specified string drawn with the specified object. - - - - A object that provides storage for pens, fonts and brushes. - - - - A object that contains formatting information, such as the line spacing and alignment of the string. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure that is the size of the string (in pixels). - - - - - - - Calculates the length of the specified string. - - - - - A object which provides painting facilities. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A System.Drawing.Size structure that is the size of the string (in pixels). - - - - - - - Calculates the length of the specified string drawn with the specified object. - - - - - A object that provides painting facilities. - - - - A object that contains formatting information, such as the line spacing and alignment of the string. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure that is the size of the string (in pixels). - - - - - - - Calculates the length of the specified string drawn with the specified formatting. - - - - A object which provides painting facilities. - - - - A StringFormatInfo object that contains formatting information, such as the line spacing and alignment of the string. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure that is the size of the string (in pixels). - - - - - - - Calculates the length of the specified string drawn with the specified formatting. - - - - A object that provides storage for pens, fonts and brushes. - - - - A StringFormatInfo object that contains formatting information, such as the line spacing and alignment of the string. - - - - The string to measure. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure that is the size of the string (in pixels). - - - - - - - Unlocks the AppearanceObject object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Fires when the appearance object's properties are changed. - - - - - - - - Creates a copy of the current instance. - - - An object which represents an exact copy of the current appearance object. - - - - - - - Copies the activated settings from the appearance object passed as the parameter. - - - - An object whose settings are going to be copied. - - - - - - - - Gets the default appearance settings which are used to paint 3-D elements in Windows. - - - An object which represents the default appearance settings used to paint 3-D elements in Windows. - - - - - - - Gets or sets the default font for controls. - - - A object which is the default font for controls. The default value is the Tahoma font. - - - - - - - - Gets and sets the font used to display text on menus. - - - A object which is the default font for menu items. If not set, the property value is specified by the System.Windows.Forms.SystemInformation.MenuFont property. - - - - - - - - Releases all resources used by the current appearance object. - - - - - - - - Draws the background. - - - - A object that provides a means for painting. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A structure specifying the drawing area. - - - - - - - - Draws the background for the area contained within the specified boundary. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A structure specifying the drawing area. - - - - - - - - Draws the background for the area contained within the specified boundary. - - - - A object that provides a means for painting. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A structure specifying the drawing area. - - - - A Boolean value. - - - - - - - - Draws the background for the area contained within the specified boundary. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A structure specifying the drawing area. - - - - A Boolean value. - - - - - - - - Draws a text string at the specified position. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - - - - - Draws a text string at the specified position using the specified color. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which determines the color and texture of the drawn text. - - - - - - - - Draws a text string at the specified position using the specified color and format. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which determines the color and texture of the drawn text. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws a text string at the specified position using the specified format. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws a text string at the specified position using the specified font and format. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the text to be drawn. - - - - A value representing the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws a text string at the specified position using the specified font, color and format. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A structure which represents the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Color using the specified TextOptions. - - - - GraphicsCache object providing storage for the pens, fonts and brushes used during painting. - - - - String to draw. - - - - Rectangle structure that specifies the location of the drawn text. - - - - Color of the drawn text. - - - - Settings applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Color and Font objects using the formatting attributes of the specified StringFormat. - - - - GraphicsCache object providing storage for the pens, fonts and brushes used during painting. - - - - String to draw. - - - - Rectangle structure that specifies the location of the drawn text. - - - - Font that defines the text format of the string. - - - - Color of the drawn text. - - - - StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Color using the formatting attributes of the specified StringFormat. - - - - GraphicsCache object providing storage for the pens, fonts and brushes used during painting. - - - - String to draw. - - - - Rectangle structure that specifies the location of the drawn text. - - - - Color of the drawn text. - - - - StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Color using the formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A structure which represents the drawing area. - - - - A object which specifies the color and texture of the drawn text. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Font using the specified formatting attributes. - - - - A GraphicsCache object providing storage for the pens, fonts and brushes used during painting. - - - - A String to draw. - - - - A Rectangle structure that specifies the location of the drawn text. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Font using the specified formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A value representing the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle using the specified formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A value representing the drawing area. - - - - A object which specifies the color and texture of the drawn text. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Font using the specified formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A value representing the drawing area. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle using the specified formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - - A value which represents the text to be drawn. - - - - A value representing the drawing area. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A structure which represents the drawing area. - - - - A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. - - - - An integer value specifying the angle in degrees at which the text should be drawn. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Font using the formatting attributes. - - - - A object which provides the storage for the pens, fonts and brushes used during painting. - - - - A value which represents the text to be drawn. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A value representing the drawing area. - - - - A StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - An integer value specifying the angle in degrees at which the text should be drawn. - - - - - - - - Returns an empty appearance object. - - - An AppearanceObject object whose settings are not initialized. - - - - - - - Unlocks the AppearanceObject object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the drawing area. - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - A object providing storage for the pens, fonts and brushes used during painting. - - - - A value representing the drawing area. - - - - A Boolean value. - - - - - - - - Gets or sets the font used to paint the text. - - - A object specifying the font used to display the contents of elements. - - - - - - - Gets the height of the font used by the appearance object. - - - An integer value which specifies the font's height. - - - - - - - Gets or sets an integer value by which the font size is adjusted. - - - An integer value by which the font size is adjusted. - - - - - - - Gets or sets an additional style to be applied to the font. - - - A System.Drawing.FontStyle enumeration value that specifies a style by which to modify the font. - - - - - - - Gets or sets the foreground color. - - - A structure specifying the foreground color. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Gets the solid brush used to draw the element's background. - - - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing the brush specified by the appearance object's settings. - - - - - - - Gets the brush used to draw an element's background. - - - - A object that provides access to the pens and brushes used for painting. - - - - A structure specifying the rectangle for which a brush is created. - - - A descendant representing the brush specified by the appearance object's settings. - - - - - - - Gets the background color specified by the appearance object's settings. - - - A object representing the background color specified by the appearance object's settings. - - - - - - - Gets the ending color of the linear gradient brush, specified by the appearance object's settings. - - - A object representing the end color of the linear gradient brush as specified by the appearance object's settings. - - - - - - - - Gets the pen used to draw the element's background lines and curves. - - - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - - - - - - - Gets the pen used to draw the element's background lines and curves. - - - - A GraphicsCache object that provides access to the pens and brushes used for painting. - - - - An Int32 value that specifies the width of the returned Pen. - - - A object representing a pen specified by the appearance object's settings. - - - - - - - Gets the brush used to draw the element's border. - - - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing a brush specified by the appearance object's settings. - - - - - - - Gets the element's border color specified by the appearance object's settings. - - - A object representing the element's border color specified by the appearance object's settings. - - - - - - - Gets the pen used to draw the border's lines and curves. - - - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - - - - - - - Gets the pen used to draw the element's borders. - - - - A object that provides access to the pens and brushes used for painting. - - - - An Int32 value that specifies the width of the returned Pen. - - - A object that is the pen specified by the appearance object's settings. - - - - - - - Gets the font settings specified by the appearance object's settings. - - - A object specifying the font used to display the contents of elements. - - - - - - - Returns the font height. - - - - A object that stores graphics and font settings. - - - An Int32 value that is the font height. - - - - - - - Gets the solid brush whose color is specified by the property. - - - - A object that provides access to the pens and brushes used for painting. - - - A descendant representing a brush specified by the appearance object's settings. - - - - - - - Gets the foreground color specified by the appearance object's settings. - - - A structure specifying the element content's foreground color. - - - - - - - Gets the pen whose color is specified by the property. - - - - A object that provides access to the pens and brushes used for painting. - - - A object representing a pen specified by the appearance object's settings. - - - - - - - Gets the background gradient's direction specified by the appearance object's settings. - - - A enumeration value giving the gradient's direction as specified by the appearance object's settings. - - - - - - - Gets the background image specified by the appearance object's settings. - - - A object representing the element's background image as specified by the appearance object's settings. - - - - - - - Gets the formatting attributes specified by the appearance object's settings. - - - A object which specifies formatting attributes, such as the line spacing and alignment. - - - - - - - Gets the formatting attributes specified by the object passed as the parameter. - - - - A object which provides the text settings. - - - A object which specifies formatting attributes (such as the line spacing and alignment) based on the text settings specified. - - - - - - - Gets the formatting attributes specified by the appearance object's settings. - - - A StringFormatInfo object which specifies formatting attributes, such as the line spacing and alignment. - - - - - - - Gets the text options specified by the appearance object's settings. - - - A TextOptions object containing the text options. - - - - - - - Returns a TextureBrush object which uses the image specified by the property to fill the interior of a shape. - - - A System.Drawing.TextureBrush object which represents the brush that fills the interior of a shape with the image specified by the property. - - - - - - - Gets or sets the background gradient's direction. - - - A enumeration value specifying the gradient's direction. - - - - - - - Gets the horizontal alignment of the appearance object's text. - - - A enumeration value specifying the horizontal alignment of the text. - - - - - - - Gets or sets the background image. - - - A object specifying the background image. - - - - - - - Gets whether the current object has been disposed of. - - - true if the current object has been disposed of; otherwise, false. - - - - - - - Tests whether two objects have the same property values. - - - - The AppearanceObject object to which the current object is compared. - - - true if the current object has the same property values as the specified object; otherwise, false. - - - - - - - Gets or sets the name of the current appearance object. - - - A value which specifies the name of the current appearance object. - - - - - - - Provides access to the appearance object's options. - - - An object containing the appearance options. - - - - - - - Occurs when specific settings that control the text appearance are changed. - - - - - - - - Gets the parent appearance object. - - - An object representing the parent appearance object. null (Nothing in Visual Basic) if no parent appearance object is assigned. - - - - - - - Reverts the appearance object's properties to their default values. - - - - - - - - Tests whether the should be persisted. - - - true, if the object should be persisted; otherwise, false. - - - - - - - Occurs when specific settings that control the size of text are changed. - - - - - - - - Provides access to text rendering options (horizontal and vertical alignment, word wrapping, trimming options, etc.). - - - A object containing text options. - - - - - - - Returns a string representing the current appearance object. - - - A value which represents an appearance object. - - - - - - - - Provides appearance and behavior settings for stub glyphs. - - - - - - - Initializes a new instance of the StubGlyphOptions class with the default settings. - - - - - - - - Gets or sets whether or not items that have no images should display stub glyphs. - - - A enumerator value that specifies whether or not items that have no images should display stub glyphs. -The value is equal to . - - - - - - - Copies all settings of the target StubGlyphOptions object to this StubGlyphOptions object. - - - - A target StubGlyphOptions object whose settings are to be copied. - - - - - - - - Gets or sets the case mode for stub glyph captions. - - - A enumerator value that specifies the case mode for stub glyph captions. - - - - - - - Occurs whenever the StubGlyphOptions object changes. - - - - - - - - Gets or sets the stub glyphs' color scheme. - - - A enumerator value that specifies the stub glyphs' color scheme. - - - - - - - Gets or sets the corner radius for rectangular stub glyphs. - - - An Int32 value that is the corner radius for rectangular stub glyphs. - - - - - - - Provides access to the default stub glyph caption font. - - - A Font object applied to stub glyph captions by default. - - - - - - - Gets or sets the font that should be applied to stub glyph captions. - - - A Font object that should be applied to stub glyph captions. - - - - - - - Gets or sets the horizontal alignment of stub glyphs' captions. - - - A enumerator value that specifies the horizontal alignment of stub glyphs' captions. - - - - - - - Gets or sets the number of initial letters of a bar item caption that should be displayed by this item's stub glyph. - - - A enumerator value that allows you to choose between one and two characters. - - - - - - - Gets or sets the distance between glyph borders and inner text content. - - - A Padding structure that is the distance between glyph borders and inner text content. - - - - - - - Gets or sets whether or not different hues of the same color are allowed. - - - true, to allow different hues of the same color; otherwise, false. - - - - - - - Tests whether or not the StubGlyphOptions should be persisted. - - - - - - - - - - - - - - Gets or sets the stub glyph shape. - - - A enumerator value that specifies the stub glyph shape. - - - - - - - Gets or sets whether font settings stored in the section should be applied to stub glyphs' captions. - - - true, if font settings stored in the section should be applied to stub glyphs' captions; otherwise, false. - - - - - - - Gets or sets the vertical alignment of stub glyphs' captions. - - - A enumerator value that specifies the vertical alignment of stub glyphs' captions. - - - - - - - - Provides settings that allow you to invoke the with specific settings. - - - - - - - Initializes a new instance of the MagnifierDialogArgs class with the default settings. - - - - - - - - Specifies whether a Magnifier should automatically close immediately after a user clicks the left mouse button to select a color. - - - - true if the Magnifier should automatically close immediately after a user clicks a left mouse button to select a color; false if the Magnifier closes only when user presses "Esc" or clicks the right mouse button. - - - - - - - Gets or sets whether the Magnifier displays hovered and remembered colors in RGB or HEX format. - - - - A ColorFormat enumeration value that specifies whether the Magnifier displays hovered and remembered colors in RGB or HEX formats. - - - - - - - - Gets or sets the Magnifier start-up zoom level. End-users can scroll in and out by using a mouse scroll wheel. - - - A Single value that specifies the Magnifier start-up zoom level. - - - - - - - Gets or sets whether or not a color chosen by a user should be automatically copied to the clipboard. - - - true, to copy a selected color to the clipboard; otherwise, false. - - - - - - - - - - - - - - - - A scrollable context item. - - - - - - - Initializes a new instance of the TrackBarContextButton class. - - - - - - - - Gets or sets whether the tick is displayed in the middle of the track and enables using a custom middle tick value. - - - true, if the tick is displayed in the middle of the track; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Gets the maximum track value. - - - An integer value that specifies the maximum track value. - - - - - - - Gets or sets the value located in the middle of the track. - - - An integer value located in the middle of the track. - - - - - - - Gets the minimum track value. - - - An integer value that specifies the minimum track value. - - - - - - - Gets or sets whether the zoom buttons are displayed. - - - true, if the zoom buttons are displayed; otherwise, false. - - - - - - - Gets or sets the value to be added to or subtracted from the property when one of the zoom buttons is clicked. - - - An integer value to be added to or subtracted from the property when a zoom button is clicked. - - - - - - - Gets or sets the length, in pixels, of the track. - - - An integer value that specifies the length, in pixels, of the track. - - - - - - - Gets or sets the track value. - - - An integer value that specifies the track value. - - - - - - - - The Magnifier that allows users to pick colors from anywhere around the screen. - - - - - - - Initializes a new instance of the MagnifierDialog class with the default settings. - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - Initializes a new instance of the MagnifierDialog class with the specified settings. - - - - An IWin32Window object that owns this Magnifier. - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - Initializes a new instance of the MagnifierDialog class with the specified settings. - - - - An IWin32Window object that owns this Magnifier. - - - - A Single value that is the initial Magnifier zoom level. Users can zoom in and out using a mouse scroll wheel. - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - Initializes a new instance of the MagnifierDialog class with the specified settings. - - - - An IWin32Window object that owns this Magnifier. - - - - A Single value that is the initial Magnifier zoom level. Users can zoom in and out using a mouse scroll wheel. - - - - true if the Magnifier should automatically close immediately after a user clicks the left mouse button to select a color; false if the Magnifier closes only when user presses "Esc" or clicks the right mouse button. - - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - Initializes a new instance of the MagnifierDialog class with the specified settings. - - - - An IWin32Window object that owns this Magnifier. - - - - A Single value that is the initial Magnifier zoom level. Users can zoom in and out using a mouse scroll wheel. - - - - true if the Magnifier should automatically close immediately after a user clicks the left mouse button to select a color; false if the Magnifier closes only when user presses "Esc" or clicks the right mouse button. - - - - - true, if the selected color should be copied to the clipboard; otherwise, false. - - - - A ColorFormat that specifies whether the Magnifier displays remembered and hovered colors in RGB or HEX format. - - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - Initializes a new instance of the MagnifierDialog class with the specified settings. - - - - An IWin32Window object that owns this Magnifier. - - - - A object that stores Magnifier settings. - - - A object that stores the last remembered Magnifier zoom level and colors selected by a user. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Contains settings that specify the look and feel of an XtraUserControl and all DevExpress controls placed on it. - - - - - - - Initializes a new instance of the ContainerUserLookAndFeel class with the specified owner. - - - - The owner of the created ContainerUserLookAndFeel object. - - - - - - - - Disposes of the current object. - - - - - - - - For internal use. - - - - - - - - - - Gets the actual touch UI scale factor for the current container. - - - The actual touch UI scale factor for the current container. - - - - - - - Gets the actual availability of touch UI mode for the current container. - - - A Boolean value that specifies the actual availability of touch UI mode for the current container. - - - - - - - Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. - - - The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. - - - - - - - Gets or sets whether the current container and its child controls use touch UI mode, in which the controls automatically increase their size and the distance between some of their elements. - - - A value that specifies if touch UI mode is enabled for the current container and its child controls. - - - - - - - - Contains settings that specify the look and feel of the current form and all DevExpress controls placed on the form. - - - - - - - Initializes a new instance of the FormUserLookAndFeel class with the specified settings. - - - - A Form that owns the newly created FormUserLookAndFeel object. - - - - - - - - - Prevents default actions when handling specific events. - - - - - - - Initializes a new class instance. - - - - - - - - - Provides members that specify whether a button is a regular (push button) or check-button. - - - - - - - - Specifies whether a custom header button is a check or a group radio button. - - - - - - - - - Specifies a custom header button is a regular (push) button. - - - - - - - - - Specifies the location where a tooltip is displayed in relation to the mouse cursor position. - - - - - - - A tooltip appears vertically aligned at the bottom, and horizontally centered relative to the mouse cursor position. - - - - - - - - - A tooltip appears vertically aligned at the bottom, and horizontally aligned on the left relative to the mouse cursor position. - - - - - - - - - A tooltip appears vertically aligned at the bottom, and horizontally aligned on the right relative to the mouse cursor position. - - - - - - - - - The default tooltip location. - - - - - - - - For internal use. - - - - - - - - A tooltip appears horizontally aligned on the left, and vertically aligned at the bottom relative to the mouse cursor position. - - - - - - - - - A tooltip appears horizontally aligned on the left, and vertically centered relative to the mouse cursor position. - - - - - - - - - A tooltip appears horizontally aligned on the left, and vertically aligned at the top relative to the mouse cursor position. - - - - - - - - - A tooltip appears horizontally aligned on the right, and vertically aligned at the bottom relative to the mouse cursor position. - - - - - - - - - A tooltip appears horizontally aligned on the right, and vertically centered relative to the mouse cursor position. - - - - - - - - - A tooltip appears horizontally aligned on the right, and vertically aligned at the top relative to the mouse cursor position. - - - - - - - - - A tooltip appears vertically aligned at the top, and horizontally centered relative to the mouse cursor position. - - - - - - - - - A tooltip appears vertically aligned at the top, and horizontally aligned on the left relative to the mouse cursor position. - - - - - - - - - A tooltip appears vertically aligned at the top, and horizontally aligned on the right relative to the mouse cursor position. - - - - - - - - - - Lists values specifying icon types to be displayed within tooltips. - - - - - - - A tooltip contains the default application icon. - - - - - - - - A tooltip contains the system asterisk icon. - - - - - - - - A tooltip contains the system error icon. - - - - - - - - A tooltip contains the system exclamation icon. - - - - - - - - A tooltip contains the system hand icon. - - - - - - - - A tooltip contains the system information icon. - - - - - - - - A tooltip contains no predefined icon. - - - - - - - - A tooltip contains the system question icon. - - - - - - - - A tooltip contains the system warning icon. - - - - - - - - A tooltip contains the Windows logo icon. - - - - - - - - - Specifies the size of a predefined icon displayed within a tooltip. - - - - - - - An icon displayed within a tooltip is large. The icon type can be selected via the property or can be specified in a handler of the event via property. - - - - - - - - An icon displayed within a tooltip is small. The icon type can be selected via the property or can be specified in a handler of the event via property. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class and initializes the and properties. - - - - The object to initialize the property. - - - - The object to initialize the property. - - - - - - - - Creates an instance of the class and initializes properties with default values - - - - - - - - Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. - - - - The object to initialize the property. - - - - The object to initialize the property. - - - - A value that specifies the tooltip's text. This value is assigned to the property. - - - - A value that specifies the tooltip's title. This value is assigned to the property. - - - - A value that specifies the relative position of the tooltip window. This value is assigned to the property. - - - - true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. - - - - true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. - - - - The radius of the rounded corners. This value is assigned to the property. - - - - A value that specifies the kind of the predefined icon. This value is assigned to the property. - - - - A value that specifies the icon's size. This value is assigned to the property. - - - - An object that represents the source of the images that can be displayed within tooltips. This value is assigned to the property. - - - - The index of the image to display in the tooltip. This value is assigned to the property. - - - - An object that provides the tooltip's appearance settings. This value is assigned to the property. - - - - An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ToolTipControllerShowEventArgs class with the specified settings. - - - - The object to initialize the property. - - - - The object to initialize the property. - - - - A value that specifies the tooltip's text. This value is assigned to the property. - - - - A value that specifies the tooltip's title. This value is assigned to the property. - - - - A value that specifies the relative position of the tooltip window. This value is assigned to the property. - - - - true if the callout beak is displayed when a hint appears; otherwise, false. This value is assigned to the property. - - - - true if tooltip window's corners are rounded; otherwise, false. This value is assigned to the property. - - - - The radius of the rounded corners. This value is assigned to the property. - - - - The regular tooltip's style, which controls the look-and-feel settings. This value is assigned to the property. - - - - A value that specifies the kind of the predefined icon. This value is assigned to the property. - - - - A value that specifies the icon's size. This value is assigned to the property. - - - - An object that is the source of the images that can be displayed within tooltips. This value is assigned to the property. - - - - - The index of the image to display in the tooltip. This value is assigned to the property. - - - - An object that provides the tooltip's appearance settings. This value is assigned to the property. - - - - An object that provides the appearance settings used to paint the tooltip's title. This value is assigned to the property. - - - - - - - - Gets or sets whether HTML formatting tags can be used to format the tooltip's text. - - - A value that specifies whether HTML formatting tags can be used to format the tooltip's text. - - - - - - - Gets the tooltip's appearance settings. This property is not in effect for objects. - - - An object which provides the tooltip's appearance settings. - - - - - - - Gets the appearance settings used to paint the tooltip's title. This property is not in effect for objects. - - - An object which provides the appearance settings used to paint the tooltip's title. - - - - - - - Gets or sets whether the tooltip is hidden after a specific time ellapses. - - - true if the tooltip is hidden after a specific time period ellapses; otherwise, false. - - - - - - - Determines whether two objects are equal. - - - - The object specifying a instance to compare with the current object. - - - true if the specified object is equal to the current instance. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current object. - - - The hash code for the current object. - - - - - - - Gets the actual location of the tooltip window relative to the position where the tooltip should appear. - - - - A value specifying the relative position of the tooltip window. - - - - - - - Gets the size of the predefined icon to display in the tooltip. - - - A value specifying the icon size. - - - - - - - Gets or sets the kind of predefined icons to display in the tooltip. - - - A value specifying the kind of predefined icon to display. - - - - - - - Gets or sets the index of an image from the to display in the tooltip. - - - The index of a custom image to display in the tooltip. - - - - - - - Gets or sets the source of images that can be displayed within tooltips. - - - An object that represents the source of images that can be displayed within tooltips. - - - - - - - Gets or sets the bounds of the current object for which a tooltip is displayed. - - - The bounds of the object for which a tooltip is displayed. - - - - - - - Gets or sets whether a tooltip's visual elements are aligned to support locales using right-to-left fonts. - - - - true, if tooltip's visual elements are aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Gets or sets whether the tooltip window has rounded corners. - - - true if tooltip window's corners are rounded; otherwise, false. - - - - - - - Gets or sets the radius of the rounded corners of the tooltip window. - - - The radius of the rounded corners. - - - - - - - Gets or sets whether the tooltip should be displayed. - - - true if the tooltip should be displayed; otherwise, false. - - - - - - - Tests whether callout beaks are displayed for hints. - - - true if the callout beak is displayed when a hint appears; otherwise, false - - - - - - - Gets or sets a . - - - A object. - - - - - - - Gets or sets the regular tooltip's title. - - - A value which specifies the regular tooltip's title. - - - - - - - Gets or sets the text for the regular tooltip. - - - The string that is the text to display in the regular tooltip. - - - - - - - - Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor. - - - A value that specifies whether the tooltip is anchored relative to the mouse pointer or relative to the owning control. By Default, the behavior depends on the property and the owning control's ToolTipAnchor setting. - - - - - - - Gets or sets the image to display within the current tooltip. - - - An object that specifies the image to display within the current tooltip. - - - - - - - Gets or sets the space, in pixels, between the tooltip and the associated visual element. - - - An integer value specifying the space, in pixels, between the tooltip and the associated visual element. The default is 16. - - - - - - - Gets or sets the location of the tooltip window relative to the position where the tooltip should appear. - - - A value specifying the relative position of the tooltip window. - - - - - - - Gets or sets the look-and-feel settings of the regular tooltip displayed. - - - - A value that specifies the look-and-feel of regular tooltips. - - - - - - - Gets or sets the type of tooltip to be displayed. - - - - A value that specifies the type of tooltip to be displayed. - - - - - - - - - The base class for classes providing data for 's events. - - - - - - - Creates an instance of the class. - - - - The object to initialize the property. - - - - The object to initialize the property. - - - - - - - - Creates an instance of the class. - - - - - - - - Gets or sets the control for which a tooltip controller's event is fired. - - - A object for which the event is fired. - - - - - - - Gets or sets the element of the control for which the tooltip should be displayed. - - - An object defining the element for which to display the tooltip. - - - - - - - - Represents a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. This identifies the component which fires the event. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - An object for which the event is fired. This value is assigned to the property. - - - - An object which identifies the element which the tooltip is displayed for. This value is assigned to the property. - - - - A value which specifies the tooltip's contents. This value is assigned to the property. - - - - A value which specifies the tooltip's title. This value is assigned to the property. - - - - A structure which specifies the tooltip's bounds. This value is assigned to the property. - - - - A structure which specifies the screen coordinates of the top left tooltip corner. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. - - - - An object for which the event is fired. This value is assigned to the property. - - - - An object which identifies the element that the tooltip is displayed for. This value is assigned to the property. - - - - A object that provides additional event data. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ToolTipControllerCalcSizeEventArgs class with the specified settings. - - - - An object for which the event is fired. This value is assigned to the property. - - - - An object which identifies the element for which the tooltip is displayed. This value is assigned to the property. - - - - - A value which specifies the tooltip's contents. This value is assigned to the property. - - - - A value which specifies the tooltip's title. This value is assigned to the property. - - - - - - - - Gets or sets the coordinates of the top left tooltip corner. - - - The object specifying the coordinates of the top left tooltip corner relative to the desktop. - - - - - - - Gets the additional event data. - - - A object that provides additional event data. - - - - - - - Gets or sets the tooltip dimensions. - - - The object specifying the width and height of a tooltip rectangle. - - - - - - - Gets the tooltip's title. - - - A value which specifies the tooltip's title. - - - - - - - Gets the text to be displayed within the tooltip. - - - The object specifying the text to be displayed within the tooltip. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This identifies the component which fires the event. - - - - A object containing data related to the event. - - - - - - - - - Provides tooltip management for individual controls. - - - - - - - Creates a new instance of the class. - - - - - - - - Initializes a new instance of the ToolTipController class with the specified container. - - - - A that represents the container for the tooltip controller. - - - - - - - - Gets or sets whether the component's functionality is enabled. - - - true if displaying tooltips is allowed; otherwise, false. - - - - - - - Gets the active control, if it implements the IToolTipControlClient interface. - - - A object. - - - - - - - Returns the object that identifies which of the bound control's elements the tooltip is displayed for. - - - A object representing the bound control's element that the tooltip is displayed for. - - - - - - - An object containing tooltip information for the current element of a bound control. - - - A object containing tooltip information for the current element of a bound control. - - - - - - - Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. - - - - The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which tooltips should be enabled. - - - - - - - - Enables the display of tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. - - - - - - - - - - - - - - - - Gets or sets whether HTML formatting tags can be used to format text in tooltips. - - - A Boolean value that specifies whether HTML formatting tags can be used to format text in tooltips. - - - - - - - Gets or sets the settings that control the appearance of a tooltip's window and text. - - - - An object that contains the appearance settings. - - - - - - - - Provide the settings that control the appearance of a tooltip's title. - - - An object that contains the appearance settings. - - - - - - - - Gets or sets the tooltip delay in milliseconds. - - - Integer value specifying tooltip delay. - - - - - - - Enables you to customize the text and settings of the tooltip before displaying it onscreen. - - - - - - - - Enables you to specify the position and size of the tooltip window. - - - - - - - - Gets or sets whether a tooltip is closed on a click and on moving the mouse cursor outside the tooltip area (for tooltips associated with controls). - - - A value that specifies whether a click on a tooltip closes this tooltip. -The Default value is equivalent to False. - - - - - - - Returns a object containing settings of the current tooltip controller. - - - A object with settings of the current tooltip controller. - - - - - - - Enables a tooltip's window to be custom painted. - - - - - - - - Gets the default used for displaying tooltips. - - - A default object. - - - - - - - Allows you to provide custom tooltips for any element of a control that implements the interface. - - - - - - - - Returns whether HTML formatting is enabled in tooltips for the specified control. - - - - A control for which this tooltip setting is to be obtained. - - - A value that specifies whether HTML formatting is supported in tooltips for the specified control. - - - - - - - Gets a object associated with the specified control. - - - - The control whose SuperToolTip object is to be obtained. - - - A object associated with the control. - - - - - - - Gets a regular tooltip's title displayed within the specified control. - - - - - A control whose regular tooltip's title is to be obtained. - - - - A string representing a regular tooltip's title for the control. - - - - - - - - Gets a regular tooltip for the specified control. - - - - A control whose tooltip should be obtained. - - - - A string representing a regular tooltip for the control. - - - - - - - - Gets whether the tooltip associated with the specified control is anchored relative to the mouse pointer or the owning control. - - - - The control from which to retrieve how the associated tooltip is anchored. - - - - A ToolTipAnchor value that specifies how the tooltip associated with the specified control is anchored. - - - - - - - Gets the type of the icon displayed within the specified control's regular tooltip. - - - - A control whose tooltip's icon type is to be obtained. - - - - - A value representing the type of the icon displayed within the specified control's regular tooltip. - - - - - - - - - Hides the hint if it is being displayed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Occurs when an end-user clicks a hyperlink within a control's tool-tip or super tool-tip. - - - - - - - - Gets or sets tooltip icon size. - - - The enumerator. - - - - - - - Gets or sets tooltip icon type. - - - The enumerator. - - - - - - - Gets or sets the index of an image to be displayed within tooltips. - - - The integer value specifying the index of an image to be displayed within tooltips. - - - - - - - Gets or sets the source of the images that can be displayed within tooltips. - - - An object that is the source of images that can be displayed within tooltips. - - - - - - - Gets or sets the initial tooltip delay in milliseconds. - - - Integer value, specifying initial tooltip delay. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether a tooltip remains displayed while the mouse cursor keeps moving (without stopping) towards the invoked tooltip and while it hovers the tooltip. This option is in effect for tooltips associated with controls. - - - - true if a tooltip remains displayed while the mouse cursor keeps moving towards the invoked tooltip and while the tooltip is hovered over; otherwise, false. - - - - - - - - For internal use. - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Disables displaying tooltips for the specified control implementing the DevExpress.Utils.IToolTipControlClient interface. - - - - The control, implementing the DevExpress.Utils.IToolTipControlClient interface, for which the 's functionality should be disabled. - - - - - - - - Resets the timer which controls when a tooltip's window is hidden. - - - - - - - - - Gets or sets the time interval that must pass before another hint is displayed if another hint is currently visible. - - - An integer value specifying the time interval in milliseconds. - - - - - - - Gets or sets whether the tooltip's corners are rounded. - - - true to display hints with rounded corners; otherwise, false. - - - - - - - Gets or sets the radius of the rounded corners of the tooltip window. - - - The radius of the rounded corners. - - - - - - - Sets whether HTML formatting is enabled in tooltips for the specified control. - - - - A control for which the tooltip information is to be changed. - - - - A value that specifies whether HTML formatting is enabled in tooltips for the specified control. - - - - - - - - Associates a object with the specified control. - - - - A control for which to set the tooltip. - - - - - A object to associate with the control. - - - - - - - - Sets a regular tooltip's title for the specified control. - - - - A control for which to set a regular tooltip's title. - - - - - A string representing a regular tooltip's title. - - - - - - - - - Sets a regular tooltip for the specified control. - - - - A control for which to set the tooltip. - - - - - A string representing a regular tooltip's text. - - - - - - - - - Sets whether the tooltip associated with the specified control is anchored relative to the mouse pointer or the owning control. - - - - The control from which to set how the tooltip is anchored. - - - - - A value that specifies whether the tooltip is anchored relative to the mouse pointer or the owning control. - - - - - - - - Sets the type of the icon displayed within the specified control's regular tooltip. - - - - - A control for which the icon type is set. - - - - - - A value representing the type of the icon that should be displayed within the specified control's regular tooltip. - - - - - - - - Tests whether callout beaks are displayed for hints. - - - true if the callout beak is displayed when a hint appears; otherwise, false. - - - - - - - Displays a hint for a control using specified settings. - - - - A object specifying the settings used to display tooltips. - - - - The control for which to display the tooltip. - - - - - - - - Displays a hint relative to a specific control. - - - - The text to display as a tooltip. - - - - The control for which to display the tooltip. - - - - The position relative to the specified control at which the tooltip should be displayed. - - - - - - - - Displays a hint relative to the mouse cursor using current settings. - - - - The text to display as a tooltip. - - - - - - - - Displays a hint at the specified position relative to the mouse cursor. - - - - The text to display as a tooltip. - - - - The position relative to the mouse cursor at which the hint should be displayed. - - - - - - - - Displays a hint relative to the specified point using current settings - - - - - The text to display as a tooltip. - - - - The point relative to which the tooltip should be displayed. - - - - - - - - Displays a hint at a specified position relative to a specific point. - - - - The text to display as a tooltip. - - - - The position relative to the specified point at which the hint should be displayed. - - - - The point relative to which the hint should be displayed. - - - - - - - - Displays a hint relative to a specific point using specified settings. - - - - A object specifying settings for displaying tooltips. - - - - - A point relative to which the hint should be displayed. - - - - - - - - Displays a hint relative to the mouse cursor using specified settings. - - - - A object specifying settings for displaying tooltips. - - - - - - - - Displays a hint using the specified tooltip information. - - - - A object containing information for displaying a hint. - - - - - - - - Displays a hint with the specified text and title relative to the specified control. - - - - A string which represents the tooltip's text. - - - - A string which represents the tooltip's title. - - - - The control to display the tooltip for. - - - - - The position relative to the specified control at which the tooltip should be displayed. - - - - - - - - Displays a hint with the specified text and title relative to the mouse cursor using the current ToolTipController settings. - - - - - A string that represents a tooltip's text. - - - - A string that represents a tooltip's title. - - - - - - - - Displays a hint with the specified text and title relative to the specified point. - - - - - A string that represents a tooltip's text. - - - - A string that represents a tooltip's title. - - - - The position relative to the specified control at which the tooltip should be displayed. - - - - A point relative to which the hint should be displayed. - - - - - - - - Displays a hint with the specified text and title at the specified point using the current ToolTipController settings - - - - - A string that represents a tooltip's text. - - - - A string that represents a tooltip's title. - - - - A point relative to which the hint should be displayed. - - - - - - - - Displays a hint with the specified text and title relative to the mouse cursor's position. - - - - - A string that represents a tooltip's text. - - - - A string that represents a tooltip's title. - - - - The position relative to the specified control at which the tooltip should be displayed. - - - - - - - - Gets or sets whether the tooltips are shown shadowed. - - - true if the tooltips are shown shadowed; otherwise, false. - - - - - - - Gets the appearance settings used to paint the hints of bound controls. - - - An object which provides the appearance settings used to paint the hints of bound controls. - - - - - - - Gets or sets whether tooltips are anchored relative to the mouse pointer or relative to the owning control. - - - A value that specifies whether tooltips are anchored relative to the mouse pointer or relative to the owning control. By Default, tooltips are anchored relative to the mouse pointer. - - - - - - - Gets or sets the tooltip location. - - - The enumerator. - - - - - - - Gets or sets the look-and-feel of regular tooltips. - - - A value that specifies the look-and-feel of regular tooltips. - - - - - - - Gets or sets the type of tooltips displayed by the controller. - - - A value that specifies the type of tooltips to be displayed. - - - - - - - - Obsolete. Gets or sets whether the default style should be used for the hint. - - - true if the default style is applied to the hint; false if the is used - - - - - - - - Provides centralized access to global look-and-feel settings that affect all DevExpress controls in your application. - - - - - - - - Creates an instance of the object. - - - - - - - - Initializes a new instance of the DefaultLookAndFeel class with the specified container. - - - - A that represents the container for the Default LookAndFeel object. - - - - - - - - Registers the Bonus Skins for runtime use. - - - true to register the Bonus Skins. - - - - - - - Gets the object defining Default LookAndFeel settings. - - - A object defining Default LookAndFeel settings. - - - - - - - - The enumeration specifies the size of images being displayed within an object, when images are obtained from a . - - - - - - - The size of an image being displayed by an object is determined by the ImageSize property of the bound . - - - - - - - - The size of an image being displayed by an object is determined by the size of the corresponding Image item in the bound . - - - - - - - - - Serves as the base for class. - - - - - - - Gets the value indicating whether the scroll bar is horizontal or vertical. - - - A enumeration member specifying scroll bar orientation. - - - - - - - - The vertical scrollbar. - - - - - - - Creates a new object. - - - - - - - - This member overrides Control.RightToLeft. - - - One of the System.Windows.Forms.RightToLeft values. - - - - - - - Sets the visibility of the current VScrollBar control. - - - - true to display the control; false to hide the control. - - - - - - - - - Serves as the base for , , and classes. - - - - - - - Creates a new object. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Applies the specified UI mode to the specified scroll bar. - - - - A control to which the specified UI mode should be applied. - - - - A enumeration value specifying the UI mode to be applied. - - - A control whose UI mode has been set. - - - - - - - Applies the default scroll mode to the specified scroll bar. - - - - A control to which the default UI mode should be applied. - - - A control whose UI mode has been set. - - - - - - - Gets or sets a value specifying whether the scroll bar is autosized. - - - true if auto size is applied; otherwise false. - - - - - - - Overrides the base class BackColor property. - - - A object representing the control's background color. - - - - - - - Overrides the base class BackgroundImage property. - - - A object representing the image to display in the control's background. - - - - - - - Locks the ScrollBarBase object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - -Prevents the control from being updated until the or method is called. - - - - - - - - Unlocks the control after a method call without causing immediate repainting. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Unlocks the control after a method call and causes its immediate repainting. - - - - - - - - Overrides the base class Font property. - - - A object to apply to the text displayed by the control. - - - - - - - Overrides the base class ForeColor property. - - - A object representing the control's foreground color. - - - - - - - Returns an object which implements the accessibility information. - - - A BaseAccessibility object. - - - - - - - Returns the default height, in pixels, of horizontal scroll bars displayed in the current scroll UI mode. - - - A value that indicates the default height, in pixels, of a horizontal scroll bar. - - - - - - - Returns the default width, in pixels, of vertical scroll bars displayed in the current scroll UI mode. - - - A value that indicates the default width, in pixels, of a vertical scroll bar. - - - - - - - Returns the value of the control's Enabled property. - - - The value of the Enabled property. - - - - - - - Returns the value of the control's Height property. - - - The value of the Height property. - - - - - - - Returns the default height, in pixels, of horizontal scroll bars displayed in the specified UI mode. - - - - A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. - - - A value that indicates the default height, in pixels, of a horizontal scroll bar. - - - - - - - Returns the default height, in pixels, of horizontal scroll bars. - - - A value that indicates the default height, in pixels, of horizontal scroll bars. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Returns the UI mode in which the specified scroll bar is displayed. - - - - A object whose UI mode should be returned. - - - The scroll bar's UI mode. - - - - - - - Returns the default width, in pixels, of vertical scroll bars displayed in the specified UI mode. - - - - A ScrollUIMode enumeration value that specifies the UI mode in which a scroll bar is displayed. - - - A value that indicates the default width, in pixels, of a vertical scroll bar. - - - - - - - Returns the default width, in pixels, of vertical scroll bars. - - - A value that indicates the default width, in pixels, of vertical scroll bars. - - - - - - - Returns the value of the control's Width property. - - - The value of the Width property. - - - - - - - Gets or sets the Input Method Editor(IME) mode supported by this control. - - - A ImeMode enumeration member specifying the Input Method Editor (IME) status of an object when the object is selected. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the increment applied to the property when the scroll box is moved by a 'page'. - - - An integer value representing the increment applied when the scroll box is moved by a 'page'. - - - - - - - Gets a value providing access to settings controlling the control's look and feel. - - - A object whose properties specify the control's look and feel. - - - - - - - Gets or sets the upper limit of values of the scrollable range. - - - An integer value representing the value's upper limit. - - - - - - - Gets or sets the lower limit of the scrollable range. - - - An integer value representing a lower limit. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A ScrollNotifyAction enumeration value. - - - - - - - - Gets or sets the opacity level of the control. - - - A value that specifies the opacity level of the control. The default is 1. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Fires when the scroll thumb has been moved either by a mouse or keyboard action. - - - - - - - - Gets or sets a value specifying whether the scroll bar is automatically sized. - - - true if the auto sizing feature is enabled; otherwise false. - - - - - - - Fires after the property's value has been changed. - - - - - - - - - Gets the value indicating whether the scroll bar is horizontal or vertical. - - - A enumeration member specifying the scroll bar type. - - - - - - - Gets or sets the time interval, in milliseconds, between scroll box steps while a scroll bar button or scroll bar track is clicked and held. - - - An integer value that specifies the time interval, in milliseconds, between scroll box steps while the scroll bar button or scroll bar track is clicked and held. - - - - - - - Sets the visibility of the current ScrollBarBase control. This method is not in effect if the scroll bar is displayed in the touch UI mode. - - - - true to display the control; false to hide the control. - - - - - - - - Gets or sets the value by which the property changes when the user presses one of the arrow keys or clicks one of the scroll-bar buttons. - - - An integer value by which the property changes. - - - - - - - Gets whether the scroll bar is in normal state, or the increase/decrease/thumb button/area is pressed/hot-tracked. - - - A enumeration value that specifies the scroll bar state. - - - - - - - Gets or sets a value indicating whether a user can focus the scroll bar control using the TAB key. - - - true if a user can focus the scroll bar using the TAB key; otherwise, false. - - - - - - - Overrides the base class Text property. - - - A string value representing the text associated with this control. - - - - - - - Gets or sets the UI mode in which scroll bars are displayed. - - - A enumeration value that specifies the UI mode in which scroll bars are displayed. - - - - - - - Gets or sets a value specifying the scroll box's current position. - - - An integer value representing the scroll box's current position. - - - - - - - Fires immediately after the property has been changed. - - - - - - - - - Serves as the base for class. - - - - - - - Gets the value indicating whether the scroll bar is horizontal or vertical. - - - A enumeration member specifying the scroll bar's orientation. - - - - - - - - The horizontal scrollbar. - - - - - - - Creates a new object. - - - - - - - - - Contains values specifying the type of ScrollBar control. - - - - - - - Corresponds to the horizontal orientation of the scroll bar. - - - - - - - - - Corresponds to the vertical orientation of the scroll bar. - - - - - - - - - - A class used by various controls to provide shortcut keys. - - - - - - - Creates an instance of the class with the specified shortcut. - - - - The key combination to initialize the property. - - - - - - - - Creates an instance of the class with the specified shortcut. - - - - The key combination to initialize the property. Values of the type can be combined using the OR operator. - - - - - - - - Creates an instance of the class and sets the shortcut to the value. - - - - - - - - Gets the name of the ALT key which is dependent upon the end-user's regional settings. - - - - A string which specifies the name of the ALT key. - - - - - - - Gets the name of the CONTROL key which is dependent upon the end-user's regional settings. - - - - A string which specifies the name of the CONTROL key. - - - - - - - Gets the static object whose property is set to . - - - - The static object with no valid shortcut assigned. - - - - - - - Tests whether the shortcuts of the current and specified objects are identical. - - - - The object representing the object. - - - true if the function parameter represents a object and its shortcut is equal to the shortcut of the current object; otherwise, false. - - - - - - - Gets the hash code (a number) that corresponds to the value of the current object. - - - The hash code for the current object. - - - - - - - Returns the text representation of the specified System.Windows.Forms.Keys object. - - - - The object whose text representation is to be obtained. - - - The text representation of the specified Keys object. - - - - - - - Tests whether the current shortcut specifies a valid key combination. - - - true if the current shortcut specifies a valid key combination; otherwise, false. - - - - - - - Gets the shortcut used to activate particular functionality. - - - The value representing the shortcut. - - - - - - - Gets the name of the SHIFT key which is dependent upon the end-user's regional settings. - - - - A string which specifies the name of the SHIFT key. - - - - - - - Gets the text representation of the current shortcut. - - - The text representation of the current shortcut. - - - - - - - - Represents look and feel settings for controls provided by DevExpress. - - - - - - - Initializes a new instance of the class. - - - - An object which represents the control that will own the created object. This value is assigned to the property. - - - - - - - - Gets the actual object currently applied. - - - A object currently applied. - - - - - - - Gets the name of the currently applied skin. - - - A string which specifies the name of the currently applied skin. - - - - - - - Gets the style currently applied. - - - A value specifying the currently applied style. - - - - - - - Returns the name of the currently applied swatch. - - - A String value that is the swatch name. - - - - - - - Copies properties of the specified object to the current object. - - - - The source object. - - - - - - - - Gets the Default LookAndFeel object which should be used for painting controls when the property is set to true. - - - A object referring to the Default LookAndFeel object. - - - - - - - Gets the name of the default skin style. - - - - - - - - - Explicitly disposes of the object currently utilized. - - - - - - - - - Releases all resources used by the current object. - - - - - - - - Gets the actual value of the setting for the current UserLookAndFeel object. - - - - The actual value of the setting for the current UserLookAndFeel object. - - - - - - - Gets the actual value of the setting for the current UserLookAndFeel object. - - - - The actual value of the setting for the current UserLookAndFeel object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the property instead. - - - - - - - - - - Gets whether the or property is specified for the current UserLookAndFeel object. - - - true, if the or setting is specified; otherwise, false. - - - - - - - Tests whether two objects have the same property values. - - - - The object to which the current object is compared. - - - true if the current object has the same property values as the specified object; otherwise, false. - - - - - - - - - - - - - - - Gets the control that owns the current object. - - - An object which represents the control that owns the current object. - - - - - - - Gets the painter based on the style currently applied for drawing control's elements. - - - A BaseLookAndFeelPainters class descendant specifying the painter corresponding to the current style which is defined by . - - - - - - - Gets or sets the parent LookAndFeel. - - - A object specifying the parent LookAndFeel; null if the parent LookAndFeel is not assigned. - - - - - - - Reverts the look and feel settings to their default values. - - - - - - - - Sets the property to its default value. - - - - - - - - Sets the and properties to an empty color (System.Drawing.Color.Empty). - - - - - - - - Applies the default look and feel settings to a control. - - - - - - - - Applies the Flat style to a control. - - - - - - - - Applies the Office2003 style to a control. - - - - - - - - Sets the and properties to the specified values. - - - - A new value for the property. - - - - A new value for the property. - - - - - - - - Applies the specified skin. - - - - A string value specifying the skin name to apply. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Applies the desired DevExpress skin to the application. - - - - A enumerator value that specifies the skin name. - - - - - - - - Applies the specified skin and palette. - - - - A string value specifying the name of the skin to apply. - - - - The name of the palette used to color vector images to apply. - - - - - - - - Applies the specified skin and palette. - - - - A SkinSvgPalette object specifying the skin and palette to apply. - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A enumeration value which specifies the style of the current object. - - - - true if a control should be painted using the WindowsXP theme; otherwise, false. - - - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. - - - - A string value specifying the skin name. - - - - - - - - Sets the look and feel settings of the current object. - - - - A enumeration value which specifies the style of the current object. - - - - true if a control should be painted using the WindowsXP theme; otherwise, false. - - - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A enumeration value which specifies the style of the current object. This value is assigned to the property. - - - - - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - - - - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. - - - - - A string value specifying the skin name. This value is assigned to the property. - - - - - true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. - - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A enumeration value which specifies the style of the current object. This value is assigned to the property. - - - - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - - - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. - - - - A string value specifying the skin name. This value is assigned to the property. - - - - true, to enable the touch-aware mode; otherwise, false. This value is assigned to the property. - - - - The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A value which specifies the style of the current object. This value is assigned to the property. - - - - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - - - - true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. - - - - A string value specifying the skin name. This value is assigned to the property. - - - - A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A value which specifies the style of the current object. This value is assigned to the property. - - - - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - - - - true, to use the look and feel settings provided by the parent object or default look and feel object; false, to apply the current object's settings. This value is assigned to the property. - - - - A string value specifying the skin name. This value is assigned to the property. - - - - A value that specifies whether touch-aware mode needs to be enabled or disabled. This value is assigned to the property. - - - - The scale factor applied when touch-aware mode is enabled. This value is assigned to the property. - - - - - - - - Sets the look and feel settings of the current object to the specified values. - - - - A enumeration value which specifies the style of the current object. This value is assigned to the property. - - - - true, if a control should be painted using the WindowsXP theme; otherwise, false. This value is assigned to the property. - - - - true to use the look and feel settings provided by the parent object or default look and feel object; false to apply the current object's settings. This value is assigned to the property. - - - - A string value specifying the skin name. This value is assigned to the property. - - - - A string value specifying the name of the palette used to color vector images. - - - - - - - - Applies the Style3D style to a control. - - - - - - - - Applies the UltraFlat style to a control. - - - - - - - - Applies the WindowsXP style to a control. - - - - - - - - Tests whether the object should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - Gets or sets a custom hue applied to some skin elements. - - - A custom hue applied to skin elements. - - - - - - - Gets or sets the second custom hue, typically applied to some skin elements when they are highlighted/hovered. - - - The second custom hue applied to some skin elements. - - - - - - - Gets or sets the name of a skin style. - - - A string value specifying the skin style's name. - - - - - - - Gets or sets the style of the current object. - - - The style of the current object. - - - - - - - Occurs on changing properties of the current object or the parent LookAndFeel specified by the member. - - - - - - - - Returns the text representation of the current object. - - - The text representation of the current object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Notifies controls that look-and-feel settings have been changed and the controls need to be refreshed. - - - - - - - - - Gets or sets whether the current object's settings are in effect. - - - true to use look and feel settings provided by the parent object or default look and feel object; false to enable this object's settings. - - - - - - - Gets or sets whether borders of controls are painted in the same manner as borders of standard text editors built into Microsoft Windows 7. This property is in effect if the current OS is Windows 7 and the property is set to true. - - - true if borders of controls are painted in the same manner as borders of standard text editors; otherwise, false. - - - - - - - Gets or sets whether controls should be painted using the native Windows theme. - - - true if controls should be painted using the native Windows theme; otherwise, false. - - - - - - - - Enumerates values for the - property. - - - - - - - Control borders are flat. The following screenshot shows the Flat style applied to a button edit control. - - - - - - - - - - - Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. -The following screenshot shows the Office2003 style applied to a button edit control. - - - - - - - - - - - - - - Control elements are painted using the skin specified by the property. The following screenshot shows a button editor painted using the default Caramel skin. - - - - - - - - - - Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control. - - - - - - - - - - - Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. -The following screenshot shows the UltraFlat style applied to a button edit control. - - - - - - - - - - - - - - - Enumerates values for the property. - - - - - - - Control borders are flat. The following screenshot shows the Flat style applied to a button edit control. - - - - - - - - - - - Borders and buttons have an Office 2003 style. The borders and client area are highlighted when the mouse pointer is positioned over them or they are focused. -The following screenshot shows the Office2003 style applied to a button edit control. - - - - - - - - - - - - - - - Control elements are painted using the skin determined by the property. The following screenshot shows a button editor painted using the default Caramel skin. - - - - - - - - - - Control borders are three-dimensional. The following screenshot shows the Style3D style applied to a button edit control. - - - - - - - - - - - Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. -The following screenshot shows the UltraFlat style applied to a button edit control. - - - - - - - - - - - - - - Control elements are painted using the XP theme. The following screenshot shows the WindowsXP style applied to a button edit control. - - - - - - - - - - - - The image collection that allows you to share images between controls within multiple forms. - - - - - - - Initializes a new instance of the SharedImageCollection class. - - - - - - - - Initializes a new instance of the SharedImageCollection class with the specified container. - - - - An object that implements the interface. - - - - - - - - Gets or sets whether or not SharedImageCollections are allowed to modify the project resource file. - - - true, if SharedImageCollections are allowed to modify the project resource file; otherwise, false. - - - - - - - Notifies the image collection that initialization has started - - - - - - - - Notifies the image collection that initialization is complete. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - Gets or sets the inner collection of images for the SharedImageCollection. - - - A object that is the inner collection of images. - - - - - - - Gets the number of existing SharedImageCollection instances. - - - An integer value that is the number of existing SharedImageCollection instances. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Contains values specifying border sides. - - - - - - - All border sides are painted. Enabling this flag results in enabling the Left, Top, Right and Bottom flags and disabling the None flag. - - - - - - - - Bottom border side is painted. - - - - - - - - Left border side is painted. - - - - - - - - None of border sides is painted. Enabling this option results in disabling all other options. - - - - - - - - Right border side is painted. - - - - - - - - Top border side is painted. - - - - - - - - - Provides methods to paint on drawing surfaces in GDI+ and DirectX modes (see DirectX hardware acceleration). -Provides storage for pens, fonts and brushes. - - - - - - - Creates an instance of the class. - - - - A object that contains data used for painting. This value is assigned to the property. - - - - A DevExpress.Utils.Paint.XPaint object providing painting methods used in the control. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A object that contains data used to paint. - - - - - - - - Creates an instance of the class. - - - - The object to initialize the property. - - - - - - - - Initializes a new instance of the class. - - - - A object that contains data used to perform painting. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class - - - - A object that contains data used to perform painting. This value is assigned to the property. - - - - A DevExpress.Utils.Paint.XPaint object that provides methods used for drawing objects. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GraphicsCache class with the specified settings. - - - - A PaintEventArgs object that contains data used for painting. This value is assigned to the property. - - - - A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. This value is assigned to the property. - - - - - - - - This value is assigned to the property. - - - - A PaintEventArgs object that contains data used for painting. This value is assigned to the property. - - - - A DevExpress.Utils.Paint.XPaint object associated with this GraphicsCache object. - - - - A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. This value is assigned to the property. - - - - - - - - This value is assigned to the property. - - - - A PaintEventArgs object that contains data used for painting. This value is assigned to the property. - - - - A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. This value is assigned to the property. - - - - - - - - This value is assigned to the property. - - - - A Graphics object that serves as the painting surface and provides painting facilities. This value is assigned to the property. - - - - A ScaleHelper object used to appropriately adjust the values for font and drawing APIs. This value is assigned to the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - A structure. - - - A structure. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - A structure. - - - A structure. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font and using the specified formatting. - - - - A value which represents a string to measure. - - - - A object which defines the font and the associated settings of the text. - - - - A object which represents formatting information, such as the line spacing and alignment of the string. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font and using the specified formatting, fitting the string into a clipping rectangle. Allows you to determine whether the string does not fit the clipping rectangle. - - - - - The string to be measured. - - - - The font in which to paint the string. - - - - - Contains formatting information, such as the line spacing and alignment of the string. - - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - - The maximum height of the clipping rectangle that will fit the string (in pixels). - - - - Returns whether the text is trimmed (its size is larger than the clipping rectangle). - - - The measured size of the string, in pixels. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font and formatting, fitting the string into a clipping rectangle. - - - - - The string to be measured. - - - - The font in which to paint the string. - - - - - Contains formatting information, such as the line spacing and alignment of the string. - - - - The maximum width of the clipping rectangle that will fit the string (in pixels). - - - - The maximum height of the clipping rectangle that will fit the string (in pixels). - - - The measured size of the string, in pixels. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font. - - - - A value which represents a string to measure. - - - - A object which defines the font and the associated settings of the text. - - - - A structure that specifies the maximum layout area for the text. - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font and using the specified formatting. - - - - A value which represents a string to measure. - - - - A object which defines the font and the associated settings of the text. - - - - A object which represents formatting information, such as the line spacing and alignment, of the string. - - - - A structure that specifies the maximum layout area for the text. - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font. - - - - A value which represents a string to measure. - - - - A object which defines the font and the associated settings of the text. - - - - An integer value specifying the maximum width of the string (in pixels). - - - A structure which represents the size (in pixels) of the string. - - - - - - - Calculates the size of the specified string when it's drawn with the specified font. - - - - A value which represents a string to measure. - - - - A object which defines the font and the associated settings of the text. - - - A structure which represents the size (in pixels) of the string. - - - - - - - Clears the internal hash tables that store the pens, fonts and, solid and linear gradient brushes that have recently been used. - - - - - - - - Clears the entire drawing surface and fills it with the specified background color. - - - - A Color structure that represents the background color of the drawing surface. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - Gets a value that specifies how composited images are drawn to the cached . - - - One of the values. - - - - - - - Gets or sets the rendering quality of composited images drawn to the cached . - - - One of the values. - - - - - - - Releases all resources used by this object. - - - - - - - - Draws an arc representing a portion of an ellipse specified by a structure. - - - - that determines the color, width, and style of the arc. - - - - structure that defines the boundaries of the ellipse. - - - - Angle in degrees measured clockwise from the x-axis to the starting point of the arc. - - - - Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. - - - - - - - - Draws an arc representing a portion of an ellipse specified by a structure. - - - - that determines the color, width, and style of the arc. - - - - structure that defines the boundaries of the ellipse. - - - - Angle in degrees measured clockwise from the x-axis to the starting point of the arc. - - - - Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. - - - - - - - - Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. - - - - that determines the color, width, and style of the arc. - - - - The x-coordinate of the upper-left corner of the rectangle that defines the ellipse. - - - - The y-coordinate of the upper-left corner of the rectangle that defines the ellipse. - - - - Width of the rectangle that defines the ellipse. - - - - Height of the rectangle that defines the ellipse. - - - - Angle in degrees measured clockwise from the x-axis to the starting point of the arc. - - - - Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. - - - - - - - - Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. - - - - that determines the color, width, and style of the arc. - - - - The x-coordinate of the upper-left corner of the rectangle that defines the ellipse. - - - - The y-coordinate of the upper-left corner of the rectangle that defines the ellipse. - - - - Width of the rectangle that defines the ellipse. - - - - Height of the rectangle that defines the ellipse. - - - - Angle in degrees measured clockwise from the x-axis to the starting point of the arc. - - - - Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc. - - - - - - - - Draws a Bezier spline defined by four structures. - - - - structure that determines the color, width, and style of the curve. - - - - structure that represents the starting point of the curve. - - - - structure that represents the first control point for the curve. - - - - structure that represents the second control point for the curve. - - - - structure that represents the ending point of the curve. - - - - - - - - Draws a Bezier spline defined by four ordered pairs of coordinates that represent points. - - - - that determines the color, width, and style of the curve. - - - - The x-coordinate of the starting point of the curve. - - - - The y-coordinate of the starting point of the curve. - - - - The x-coordinate of the first control point of the curve. - - - - The y-coordinate of the first control point of the curve. - - - - The x-coordinate of the second control point of the curve. - - - - The y-coordinate of the second control point of the curve. - - - - The x-coordinate of the ending point of the curve. - - - - The y-coordinate of the ending point of the curve. - - - - - - - - Draws a Bezier spline defined by four structures. - - - - structure that determines the color, width, and style of the curve. - - - - structure that represents the starting point of the curve. - - - - structure that represents the first control point for the curve. - - - - structure that represents the second control point for the curve. - - - - structure that represents the ending point of the curve. - - - - - - - - Draws a series of Bezier splines from an array of structures. - - - - that determines the color, width, and style of the curve. - - - - Array of structures that represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10. - - - - - - - - Draws a series of Bezier splines from an array of structures. - - - - that determines the color, width, and style of the curve. - - - - Array of structures that represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10. - - - - - - - - Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a height, and a width. - - - - A Single value that is the x-coordinate of the bounding rectangle's upper-left corner. - - - - A Single value that is the y-coordinate of the bounding rectangle's upper-left corner. - - - - A Single value that is the bounding rectangle width. - - - - A Single value that is the bounding rectangle height. - - - - An ellipse color. - - - - An Int32 value that specifies the ellipse line thickness. - - - - - - - - Draws an ellipse specified by a bounding RectangleF structure. - - - - A Pen object that specifies the ellipse color, style and line thickness. - - - - A Rectangle structure that defines the ellipse boundaries. - - - - - - - - Draws an ellipse defined by a bounding rectangle specified by the rectangle upper-left corner coordinates, a height, and a width. - - - - An Int32 value that is the x-coordinate of the bounding rectangle's upper-left corner. - - - - An Int32 value that is the y-coordinate of the bounding rectangle's upper-left corner. - - - - An Int32 value that is the bounding rectangle width. - - - - An Int32 value that is the bounding rectangle height. - - - - - An ellipse color. - - - - An Int32 value that specifies the ellipse line thickness. - - - - - - - - Draws an ellipse specified by a bounding Rectangle structure. - - - - A Pen object that specifies the ellipse color, style and line thickness. - - - - A Rectangle structure that defines the ellipse boundaries. - - - - - - - - Draws the image represented by the specified at the specified coordinates. - - - - to draw. - - - - The x-coordinate of the upper-left corner of the drawn image. - - - - The y-coordinate of the upper-left corner of the drawn image. - - - - - - - - Draws the image represented by the specified within the area specified by a structure. - - - - to draw. - - - - structure that specifies the location and size of the resulting image on the display surface. The image contained in the icon parameter is scaled to the dimensions of this rectangular area. - - - - - - - - Draws the image represented by the specified without scaling the image. - - - - to draw. - - - - structure that specifies the location and size of the resulting image. The image is not scaled to fit this rectangle, but retains its original size. If the image is larger than the rectangle, it is clipped to fit inside it. - - - - - - - - Draws the specified Image at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the image location and size. - - - - - - - - Draws the portion of the specified Image at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the drawn image's location and size. The image is scaled to fit the rectangle. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws the specified Image at the specified location and with the specified shape and size. - - - - An Image to draw. - - - - An array of three PointF structures that define a parallelogram. - - - - - - - - Draws the specified Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - An array of three Point structures that define a parallelogram. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws the specified Image at the specified location and with the specified shape and size. - - - - An Image to draw. - - - - An array of three Point structures that define a parallelogram. - - - - - - - - Draws the specified Image with its original physical size, at the location specified by a coordinate pair. - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - - - - - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - An Int32 value that is the image width. - - - - An Int32 value that is the image height. - - - - - - - - Draws the Image at the specified location and with the specified size. - - - - An Image to draw. - - - - A Point structure that specifies the image upper-left corner's location. - - - - - - - - Draws the Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - An array of three PointF structures that define a parallelogram. - - - - A RectangleF structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws an image portion at the specified location. - - - - An Image to draw. - - - - An Single value that is the x-coordinate of the image upper-left corner. - - - - An Single value that is the y-coordinate of the image upper-left corner. - - - - A RectangleF structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws the Image with its original physical size and at the specified location. - - - - An Image to draw. - - - - A PointF structure that specifies the image upper-left corner's location. - - - - - - - - Draws the Image at the specified location and with the specified size. - - - - An Image to draw. - - - - A RectangleF structure that specifies the image location and size. - - - - - - - - Draws an image portion at a specified location. - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws the Image using its original physical size and at the specified location. - - - - An Image to draw. - - - - An Single value that is the x-coordinate of the image upper-left corner. - - - - An Single value that is the y-coordinate of the image upper-left corner. - - - - - - - - Draws an Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - A RectangleF structure that specifies the image location and size. The image is scaled to fit this rectangle. - - - - A RectangleF structure that specifies the image portion to be drawn. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcRect parameter. - - - - - - - - Draws an Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the image location and size. The image is scaled to fit this rectangle. - - - - A Single value that is the x-coordinate of the image portion's upper-left corner. - - - - A Single value that is the y-coordinate of the image portion's upper-left corner. - - - - A Single value that is the image portion's width. - - - - A Single value that is the image portion's height. - - - - A GraphicsUnit enumeration value that specifies the measure units for the srcX, srcY, srcHeight and srcWidth parameters. - - - - - - - - Draws an Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the image location and size. The image is scaled to fit this rectangle. - - - - An Int32 value that is the x-coordinate of the image portion' upper-left corner. - - - - An Int32 value that is the y-coordinate of the image portion' upper-left corner. - - - - An Int32 value that is the x-coordinate the image portion's width. - - - - An Int32 value that is the image portion' height. - - - - A GraphicsUnit enumeration value that specifies the measure units for the x, y, width and height parameters. - - - - - - - - Draws the Image at the specific location and with the specific size. - - - - An Image to draw. - - - - An Single value that is the x-coordinate of the image upper-left corner. - - - - An Single value that is the y-coordinate of the image upper-left corner. - - - - - An Single value that is the image width. - - - - An Single value that is the image height. - - - - - - - - Draws the portion of the specified Image at the specified location and with the specified size. - - - - An Image to draw. - - - - An array of three Point structures that define a parallelogram. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A color-adjustment matrix for the default category. - - - - - - - - Draws the portion of the specified Image at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the drawn image's location and size. The image is scaled to fit the rectangle. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A color-adjustment matrix for the default category. - - - - - - - - Draws an Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the image location and size. The image is scaled to fit this rectangle. - - - - A Single value that is the x-coordinate of the image portion's upper-left corner. - - - - A Single value that is the y-coordinate of the image portion's upper-left corner. - - - - A Single value that is the image portion's width. - - - - A Single value that is the image portion's height. - - - - A color-adjustment matrix for the default category. - - - - - - - - Draws the Image portion at the specified location and with the specified size. - - - - An Image to draw. - - - - An array of three PointF structures that define a parallelogram. - - - - A RectangleF structure that specifies the image portion to be drawn. - - - - A color-adjustment matrix for the default category. - - - - - - - - Draws the specified Image portion with the specified size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the drawn image's location and size. The image is scaled to fit the rectangle. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - true if the image should be painted as is; false to draw a grayed-out "disabled" image. - - - - - - - - Draws the specified Image portion at the specific coordinates and with the specified attributes and size. - - - - An Image to draw. - - - - A Rectangle structure that specifies the drawn image's location and size. The image is scaled to fit the rectangle. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - A System.Drawing.Imaging.ImageAttributes object that specifies recoloring and gamma information for the image object. - - - - - - - - Draws the specified Image portion at the specific coordinates and with the specified size. - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - A Rectangle structure that specifies the image portion to be drawn. - - - - true if the image should be painted as is; false to draw a grayed-out "disabled" image. - - - - - - - - Draws an image at the specific location using its original physical size. - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - Not used. - - - - Not used. - - - - - - - - Draws an image using its original physical size at the location specified by a coordinate pair. - - - - An Image to draw. - - - - An Int32 value that is the x-coordinate of the image upper-left corner. - - - - An Int32 value that is the y-coordinate of the image upper-left corner. - - - - - - - - Draws an image at the specific location using its original physical size. - - - - An Image to draw. - - - - A Point structure that specifies the image upper-left corner location. - - - - - - - - Draws an image at the specific location using its original physical size. - - - - An Image to draw. - - - - A Rectangle structure, whose X and Y properties specify the image upper-left corner coordinates, and Width and Height properties are ignored. - - - - - - - - Draws a line connecting two Point structures. - - - - Point structure that represents the first point to connect. - - - - Point structure that represents the second point to connect. - - - - A Color structure that indicates the color of the Pen used to draw the line. - - - - A value indicating the width of the Pen used to draw the line. - - - - - - - - Draws a line connecting two PointF structures. - - - - A PointF structure that represents the first point to connect. - - - - A PointF structure that represents the second point to connect. - - - - A Color structure that indicates the color of the Pen used to draw the line. - - - - A value indicating the width of the Pen used to draw the line. - - - - - - - - Draws a line on the current painting surface connecting two Point structures. - - - - A Pen object specifying the Pen used to draw the line. - - - - A Point structure that represents the first point to connect. - - - - A Point structure that represents the second point to connect. - - - - - - - - Draws a line connecting two PointF structures. - - - - The x-coordinate of the PointF structure that represents the first point to connect. - - - - The y-coordinate of the PointF structure that represents the first point to connect. - - - - The x-coordinate of the PointF structure that represents the second point to connect. - - - - The y-coordinate of the PointF structure that represents the second point to connect. - - - - A Color structure that indicates the color of the Pen used to draw the line. - - - - A value indicating the width of the Pen used to draw the line. - - - - - - - - Draws a line connecting two Point structures. - - - - The x-coordinate of the Point structure that represents the first point to connect. - - - - The y-coordinate of the Point structure that represents the first point to connect. - - - - The x-coordinate of the Point structure that represents the second point to connect. - - - - The y-coordinate of the Point structure that represents the second point to connect. - - - - A Color structure that indicates the color of the Pen used to draw the line. - - - - A value indicating the width of the Pen used to draw the line. - - - - - - - - Draws a polygon defined by an array of Point structures. - - - - Array of Point structures that represent the vertices of the polygon. - - - - A Color structure that indicates the color of the Pen used to draw the lines. - - - - A value indicating the width of the Pen used to draw the lines. - - - - - - - - Draws a polygon defined by an array of PointF structures. - - - - Array of PointF structures that represent the vertices of the polygon. - - - - A Color structure that indicates the color of the Pen used to draw the lines. - - - - A value indicating the width of the Pen used to draw the lines. - - - - - - - - Draws a . - - - - that determines the color, width, and style of the path. - - - - to draw. - - - - - - - - Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. - - - - that determines the color, width, and style of the pie shape. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Width of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Height of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. - - - - Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. - - - - - - - - Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines. - - - - that determines the color, width, and style of the pie shape. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Width of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Height of the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. - - - - Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. - - - - - - - - Draws a pie shape defined by an ellipse specified by a structure and two radial lines. - - - - that determines the color, width, and style of the pie shape. - - - - structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. - - - - Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. - - - - - - - - Draws a pie shape defined by an ellipse specified by a structure and two radial lines. - - - - that determines the color, width, and style of the pie shape. - - - - structure that represents the bounding rectangle that defines the ellipse from which the pie shape comes. - - - - Angle measured in degrees clockwise from the x-axis to the first side of the pie shape. - - - - Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape. - - - - - - - - Draws a polygon defined by an array of PointF structures. - - - - Array of PointF structures that represent the vertices of the polygon. - - - - A Color structure that indicates the color of the Pen used to draw the polygon. - - - - A value indicating the width of the Pen used to draw the polygon. - - - - - - - - Draws a polygon defined by an array of Point structures. - - - - Array of Point structures that represent the vertices of the polygon. - - - - A Color structure that indicates the color of the Pen used to draw the polygon. - - - - A value indicating the width of the Pen used to draw the polygon. - - - - - - - - Draws a rectangle specified by a structure. - - - - A object which specifies the color, width and style of the rectangle. - - - - A structure which represents the rectangle to draw. - - - - - - - - Draws a rectangle specified by a pair of coordinates, a width, and a height. - - - - The x-coordinate of the upper-left corner of the rectangle to draw. - - - - The y-coordinate of the upper-left corner of the rectangle to draw. - - - - Width of the rectangle to draw. - - - - Height of the rectangle to draw. - - - - A structure that indicates the color of the Pen used to draw the rectangle. - - - - A value indicating the width of the Pen used to draw the rectangle. - - - - - - - - Draws a rectangle specified by a structure. - - - - A structure that represents the rectangle to draw. - - - - A structure that indicates the color of the Pen used to draw the rectangle. - - - - A value indicating the width of the Pen used to draw the rectangle. - - - - - - - - Draws a rectangle with the specified border color and thickness. - - - - An Single value that is the top left corner's x-coordinate. - - - - An Single value that is the top left corner's y-coordinate. - - - - A Single value that is the rectangle width. - - - - A Single value that is the rectangle height. - - - - A Color object that specifies the border color. - - - - An Int32 value that specifies the border thickness. - - - - - - - - Draws a series of rectangles specified by structures. - - - - Array of structures that represent the rectangles to draw. - - - - A structure that indicates the color of the Pen used to draw the rectangles. - - - - A value indicating the width of the Pen used to draw the rectangles. - - - - - - - - Draws a series of rectangles specified by structures. - - - - Array of structures that represent the rectangles to draw. - - - - A structure that indicates the color of the Pen used to draw the rectangles. - - - - A value indicating the width of the Pen used to draw the rectangles. - - - - - - - - Draws a text string at the specified position using the specified font, color and format. - - - - A value representing the text to be drawn. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A structure which represents the drawing area. - - - - A object which specifies formatting attributes, such as the line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - The x-coordinate of the upper-left corner of the drawn text. - - - - The y-coordinate of the upper-left corner of the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - PointF structure that specifies the upper-left corner of the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Brush and Font objects. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - RectangleF structure that specifies the location of the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - PointF structure that specifies the upper-left corner of the drawn text. - - - - StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Color of the drawn text. - - - - RectangleF structure that specifies the location of the drawn text. - - - - StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects using the formatting attributes of the specified StringFormat. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - The x-coordinate of the upper-left corner of the drawn text. - - - - The y-coordinate of the upper-left corner of the drawn text. - - - - StringFormat that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects using the specified formatting attributes. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - Rectangle structure that specifies the location of the drawn text. - - - - StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the specified formatting attributes. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Color of the drawn text. - - - - RectangleF structure that specifies the location of the drawn text. - - - - StringFormatInfo that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects using the specified formatting attributes. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - PointF structure that specifies the upper-left corner of the drawn text. - - - - StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string at the specified location with the specified Brush and Font objects. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Brush that determines the color and texture of the drawn text. - - - - The x-coordinate of the upper-left corner of the drawn text. - - - - The y-coordinate of the upper-left corner of the drawn text. - - - - StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the specified formatting attributes. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Color of the drawn text. - - - - Rectangle structure that specifies the location of the drawn text. - - - - StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws the specified text string in the specified rectangle with the specified Brush and Font objects using the specified formatting attributes. - - - - String to draw. - - - - Font that defines the text format of the string. - - - - Color of the drawn text. - - - - Rectangle structure that specifies the location of the drawn text. - - - - StringFormatInfo object that specifies formatting attributes, such as line spacing and alignment, that are applied to the drawn text. - - - - - - - - Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. - - - - A value which represents the text to be drawn. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A structure which represents the drawing area. - - - - A object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. - - - - An integer value specifying the angle in degrees at which the text should be drawn. - - - - - - - - Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format. - - - - A value which represents the text to be drawn. - - - - A object which defines the font and associated settings of the text to be drawn. - - - - A object which specifies the color and texture of the drawn text. - - - - A structure which represents the drawing area. - - - - A StringFormatInfo object which specifies formatting attributes such as the line spacing and alignment that are applied to the drawn text. - - - - An integer value specifying the angle in degrees at which the text should be drawn. - - - - - - - - Allows the target painter to utilize the DirectX API. - - - - - A DirectXPaint object that is the target painter. - - - - - - - - Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. - - - - Width of the bounding rectangle that defines the ellipse. - - - - Height of the bounding rectangle that defines the ellipse. - - - - Brush that determines the characteristics of the fill. - - - - - - - - Fills the interior of an ellipse defined by a bounding rectangle specified by a structure. - - - - A structure that indicates the color of the from the current cache that determines the characteristics of the fill. - - - - A structure that represents the bounding rectangle that defines the ellipse. - - - - - - - - Fills the interior of an ellipse defined by a bounding rectangle specified by a structure. - - - - A structure that indicates the color of the from the current cache that determines the characteristics of the fill. - - - - A structure that represents the bounding rectangle that defines the ellipse. - - - - - - - - Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. - - - - Width of the bounding rectangle that defines the ellipse. - - - - Height of the bounding rectangle that defines the ellipse. - - - - A structure that indicates the color of the from the current cache that determines the characteristics of the fill. - - - - - - - - Fills the interior of a . - - - - that determines the characteristics of the fill. - - - - that represents the path to fill. - - - - - - - - Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. - - - - that determines the characteristics of the fill. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Width of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Height of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Angle in degrees measured clockwise from the x-axis to the first side of the pie section. - - - - Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. - - - - - - - - Fills the interior of a pie section defined by an ellipse specified by a pair of coordinates, a width, a height, and two radial lines. - - - - that determines the characteristics of the fill. - - - - The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Width of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Height of the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Angle in degrees measured clockwise from the x-axis to the first side of the pie section. - - - - Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. - - - - - - - - Fills the interior of a pie section defined by an ellipse specified by a structure and two radial lines. - - - - that determines the characteristics of the fill. - - - - structure that represents the bounding rectangle that defines the ellipse from which the pie section comes. - - - - Angle in degrees measured clockwise from the x-axis to the first side of the pie section. - - - - Angle in degrees measured clockwise from the startAngle parameter to the second side of the pie section. - - - - - - - - Fills the interior of a polygon defined by an array of points specified by Point structures. - - - - Array of Point structures that represent the vertices of the polygon to fill. - - - - A Color structure that specifies the color of the fill. - - - - - - - - Fills the interior of a polygon defined by an array of points specified by PointF structures. - - - - Array of PointF structures that represent the vertices of the polygon to fill. - - - - A Color structure that specifies the color of the fill. - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - A object which represents the brush used to fill the rectangle. - - - - A value which represents the rectangle to fill. - - - - - - - - Fills the specified rectangular area with the specified color. - - - - A value that specifies the filling color. - - - - A value which represents the rectangle to be filled. - - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - A object which represents the brush used to fill the rectangle. - - - - A value which represents the rectangle to fill. - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - An object specifying the background color used to fill the rectangle. - - - - A structure which represents the rectangle to fill. - - - - - - - - Fills the interior of a rectangle specified by a structure. - - - - A structure that represents the color of this brush used to fill the rectangle. - - - - A structure which represents the rectangle to fill. - - - - - - - - Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. - - - - that determines the characteristics of the fill. - - - - The x-coordinate of the upper-left corner of the rectangle to fill. - - - - The y-coordinate of the upper-left corner of the rectangle to fill. - - - - Width of the rectangle to fill. - - - - Height of the rectangle to fill. - - - - - - - - Fills the interior of a rectangle specified by a pair of coordinates, a width, and a height. - - - - that determines the characteristics of the fill. - - - - The x-coordinate of the upper-left corner of the rectangle to fill. - - - - - The y-coordinate of the upper-left corner of the rectangle to fill. - - - - Width of the rectangle to fill. - - - - Height of the rectangle to fill. - - - - - - - - Fills the interiors of a series of rectangles specified by structures. - - - - A structure that indicates the color of the from the current cache that determines the characteristics of the fill. - - - - Array of structures that represent the rectangles to fill. - - - - - - - - Fills the interiors of a series of rectangles specified by structures. - - - - A structure that indicates the color of the from the current cache that determines the characteristics of the fill. - - - - Array of structures that represent the rectangles to fill. - - - - - - - - Gets a font object with the specified settings. - - - - A object whose settings specify the desired font's typeface and size. - - - - A bitwise combination of enumeration values specifying the desired font style. - - - A object representing a font with the specified settings. - - - - - - - Returns a linear gradient brush with specified settings. - - - - A System.Drawing.Rectangle structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle. - - - - A System.Drawing.Color object that represents the starting color for the gradient. - - - - A System.Drawing.Color object that represents the ending color for the gradient. - - - - A System.Drawing.Drawing2D.LinearGradientMode enumeration value specifying the gradient orientation. - - - A System.Drawing.Brush descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object). - - - - - - - Returns a linear gradient brush with the specified settings. - - - - A structure that specifies the endpoints of the linear gradient. The starting point is the upper-left corner of the rectangle, and the endpoint is the upper-right corner of the rectangle. - - - - A object that represents the starting color for the gradient. - - - - A object that represents the ending color for the gradient. - - - - A enumeration value specifying the gradient's orientation. - - - - An integer value specifying the number of blend patterns for the brush. - - - A descendant representing the requested linear gradient brush (typically a System.Drawing.Drawing2D.LinearGradientBrush object). - - - - - - - Returns a pen with specified settings. - - - - A System.Drawing.Color object specifying the pen color. - - - - An integer value specifying the pen width. - - - A System.Drawing.Pen object representing the requested pen. - - - - - - - Returns the pixel-wide pen with a specified color. - - - - A System.Drawing.Color object specifying the pen color. - - - A System.Drawing.Pen object representing the requested pen. - - - - - - - Gets a solid brush with specified parameters. - - - - A System.Drawing.Color object specifying the brush color. - - - A System.Drawing.Brush descendant representing the requested brush (typically a System.Drawing.SolidBrush object). - - - - - - - Gets an object that serves as the painting surface and provides painting facilities. - - - A object providing painting facilities. - - - - - - - Gets or sets the interpolation mode associated with the cached . - - - One of the values. - - - - - - - Returns whether the region which is bounded by the specified rectangle needs to be redrawn. - - - - - A structure that specifies the rectangle to test. - - - true if the specified rectangle needs to be redrawn; otherwise, false. - - - - - - - Returns whether the region which is bounded by the specified rectangle needs to be redrawn, taking into account clip regions, if any. - - - - A structure that specifies the rectangle to test. - - - true, if the specified rectangle needs to be redrawn; otherwise, false. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A structure. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A structure. - - - - - - - Gets or sets a DevExpress.Utils.Paint.XPaint object. - - - A DevExpress.Utils.Paint.XPaint object. - - - - - - - Gets an object providing information for painting. - - - A object that contains data used to perform painting. - - - - - - - Gets or set a value specifying how pixels are offset during rendering of the cached . - - - One of the values. - - - - - - - Retrieves clip regions from a display device context. - - - - - - - - Resets a Matrix object used to perform geometric transformations. - - - - - - - - - - - - - - - - Gets or sets the rendering quality for the cached . - - - One of the values. - - - - - - - Gets or sets the rendering mode for text associated with the cached . - - - One of the values. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - Returns whether or not the application currently uses the DirectX Hardware Acceleration. - - - true, if the application currently uses the DirectX Hardware Acceleration; otherwise, false. - - - - - - - - Contains values specifying whether bound controls is drawn using XP style. - - - - - - - If bound control can display or edit data using inplace editors, latter are painted in the same style as its container. Otherwise it is drawn in XP style, if it is supported by a user's system. - - - - - - - - An editor is drawn in Windows Classic style. - - - - - - - - An editor is drawn in XP style if it is supported by user's system. - - - - - - - - - A group of buttons that can be displayed within a object. - - - - - - - Initializes a new DXButtonGroupItem instance with the default settings. - - - - - - - - - Contains values specifying the display style for the check box when an editor is in an indeterminate state. - - - - - - - A check box is drawn inactive (grayed). - - - - - - - - A check box is drawn grayed and checked (partially checked). - - - - - - - - A check box is drawn unchecked. - - - - - - - - - Contains values specifying the look of the check box within a control. - - - - - - - A radio button (the appearance depends on the control's look-and-feel): - -In the Skin, Office 2003 and WindowsXP paint schemes, the Indeterminate and Unchecked check styles look the same. - - - - - - - - - The default mode (the appearance depends on the control's look-and-feel) : - - - - - - - - Predefined custom style. - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Predefined custom style. - - - - - - - - - Allows a user to embed custom check mark pictures into a check editor via -1) the , and properties or -2) the , and properties. - - - - - - - - - Specifies the state of an . - - - - - - - A button is highlighted when mouse crosses the entire button boundaries. - - - - - - - - A button is disabled and does not respond to end-user actions. - - - - - - - - A button is highlighted when the mouse enters its boundaries. - - - - - - - - A button is drawn using its default look and feel. - - - - - - - - A button is drawn to reflect a pressed state. - - - - - - - - - Specifies the surface image of a button. - - - - - - - A Clear symbol is drawn on the button's surface. - - - - - - - - - - - A Close symbol is displayed on the button's surface. - - - - - - - - - - - A Down-arrow for a combo box is drawn on the button's surface. - - - - - - - - - - - A Delete symbol is drawn on the button's surface. - - - - - - - - - - - - A Down-arrow is drawn on the button's surface. - - - - - - - - - - - - A Down-arrow is drawn on the button's surface. Unlike, the Down button, this kind of button allows text to be displayed next to the down-arrow. - - - - - - - - - - - - An Ellipsis symbol is drawn on the button's surface. - - - - - - - - - - - - A custom bitmap is drawn on the button's surface. - - - - - - - - - - A Left-arrow symbol is drawn on the button's surface. - - - - - - - - - - - - A Minus sign is drawn on the button's surface. - - - - - - - - - - - - An OK sign is drawn on the button's surface. - - - - - - - - - - - - A Plus sign is drawn on the button's surface. - - - - - - - - - - - - A Redo symbol is drawn on the button's surface. - - - - - - - - - - - - A Right-arrow is drawn the button's surface. - - - - - - - - - - - - A Search symbol is drawn on the button's surface. - - - - - - - - - - - A Separator. - - - - - - - - - - - A down-arrow for a spin editor is displayed on the button's surface. - - - - - - - - - - - - A left-arrow for a spin editor is displayed on the button's surface. - - - - - - - - - - - A right-arrow for a spin editor is displayed on the button's surface. - - - - - - - - - - - An up-arrow for a spin editor is displayed on the button's surface. - - - - - - - - - - - An Undo symbol is drawn on the button's surface. - - - - - - - - - - - - An Up-arrow is drawn on the button's surface. - - - - - - - - - - - - - Specifies the style for borders to draw on a Graphics surface. - - - - - - - The border style is determined by the current Look-and-Feel settings. -For example, text editors' borders are painted according to the object's settings. - - - - - - - - - Borders are flat. -The image below demonstrates the Flat style applied to the control. - - - - - - - - - - Borders are flat. Borders and the client area are highlighted when the mouse pointer is positioned over them. -The image below demonstrates the HotFlat style applied to the control. - - - - - - - - - - There are no borders. -The image below demonstrates the NoBorder style applied to the control. - - - - - - - - - - Borders have an Office 2003 style. -The image below demonstrates the Office2003 style applied to a control. - - - - - - - - - Borders are flat. -The image below demonstrates the Simple style applied to the control. - - - - - - - - - - Borders are three-dimensional. -The image below demonstrates the Style3D style applied to the control. - - - - - - - - - - Borders have an Office XP style. Borders and the client area are highlighted when the mouse pointer is positioned over them or they are focused. Otherwise, there are no borders. -The image below demonstrates the UltraFlat style applied to the control. - - - - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.dll deleted file mode 100644 index 85e7e52..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.xml deleted file mode 100644 index d7a2332..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraBars.v18.1.xml +++ /dev/null @@ -1,62813 +0,0 @@ - - - - DevExpress.XtraBars.v18.1 - - - - - - Provides properties that customize the overall Search Panel behavior. - - - - - - - - Gets or sets the Search Panel location. - - - A enumerator value that specifies the Search Panel location. - - - - - - - Gets or sets whether the Search Panel for this is enabled. - - - true, if the Search Panel for this is enabled; otherwise, false. - - - - - - - Gets or sets the keyboard shortcut that invokes the Search Panel. - - - A KeyShortcut object that is the keyboard shortcut that invokes the Search Panel. - - - - - - - Gets or sets the Search Panel width in pixels. - - - An Int32 value that is the Search Panel width in pixels. - - - - - - - - A separator item that delimits neighboring objects. - - - - - - - Initializes a new instance of the WindowsUISeparator class with the default settings. - - - - - - - - Initializes a new instance of the WindowsUISeparator class with the specified settings. - - - - An Image displayed by this separator. - - - - - - - - Initializes a new instance of the WindowsUISeparator class with the specified settings. - - - - An Image displayed by this separator. - - - - true, if the separator is initially visible; otherwise, false. - - - - An Int32 value that is the display order of this separator. - - - - - - - - Gets or sets whether or not this separator is aligned to the left border of its parent container. - - - true, if this separator is aligned to the left border of its parent container; otherwise, false. - - - - - - - - An object that implements operations on a 's documents. - - - - - - - Closes all s except for pinned ones. - - - true if the method was successfully completed; otherwise, false. - - - - - - - Appends a new group to the View and displays the specified document in this group. - - - - A to be displayed in the newly created group. - - - true if the operation was successful; otherwise, false. - - - - - - - Creates a new group that will display the specified document. The group will be added at the specified position among other groups. The method allows you to change the orientation of document groups within a . - - - - A to be displayed in the newly created group. - - - - An Orientation value that is assigned to the View's property. - - - - A zero-based index at which the new document group is added among other document groups. - - - true, if the operation was successful; otherwise, false. - - - - - - - Appends a new group to the View and displays the specified document in this group. The method allows you to change the orientation of document groups within a . - - - - A to be displayed in the newly created group. - - - - An Orientation value that is assigned to the View's property. - - - true if the operation was successful; otherwise, false. - - - - - - - Docks the specified document to the specified group at a specific position. - - - - A object to be docked. - - - - A object where the document should be docked. - - - - An integer value that specifies the index at which the document will be docked. The visual order of documents within a group is specified by the property. - - - true if the operation was a success; otherwise, false. - - - - - - - Docks the specified document to the specified group. - - - - A object to be docked. - - - - A object where the document should be docked. - - - true if the operation was a success; otherwise, false. - - - - - - - Docks the specified to the specified group at a specific position, displaying the panel as a tab. - - - - - A object to be docked. - - - - A object where the panel should be docked. - - - - An integer value that specifies the index at which the panel will be docked. The visual order of documents and panels within a group is specified by the property. - - - true if the operation was a success; otherwise, false. - - - - - - - Docks the specified to the specified group, displaying the panel as a tab. - - - - A object to be docked. - - - - A object where the dock panel should be docked. - - - true if the operation was a success; otherwise, false. - - - - - - - Docks all currently floating documents as tabs. - - - - - - - - Floats all tabs that belong to the target . - - - - A whose child tabs are to be undocked. - - - true, if documents were undocked successfully; otherwise, false. - - - - - - - Floats all tabs that belong to the same as the target document. - - - - A Document whose neighboring tabs should be undocked. - - - true, if tabs were successfully undocked; otherwise, false. - - - - - - - Moves the specified document to the specified visual position among other documents. - - - - A to be moved. - - - - A zero-based integer value that specifies the document's new position among other documents. - - - true if the operation was a success; otherwise, false. - - - - - - - Moves the current document to the previous or next document group. - - - - A object to be moved to the next/previous group. - - - - true to move a document to the next group; false to move a document to the previous group. - - - true if the operation was successful; otherwise, false. - - - - - - - Docks the specific to the main . - - - - A Document to be docked to the Document Group. - - - true, if docking was successfully performed; otherwise, false. - - - - - - - Selects the specified document (without moving focus to it). - - - - A to be selected. - - - true if the operation was a success; otherwise, false. - - - - - - - Selects a neighboring the currently selected one. - - - - - A boolean value specifying the selection direction. - - - true if the document selection was successful; otherwise, false. - - - - - - - Displays a context menu for the specified document group at the specified position. - - - - A document group for which a menu will be displayed. - - - - A point where a context menu will be displayed. - - - true if the operation was successful; otherwise, false. - - - - - - - Displays a Document Selector Menu for a specific . - - - - A for which a Document Selector Menu is to be shown. - - - true, if a Document Selector Menu was successfully displayed; otherwise, false. - - - - - - - - Provides settings for the WindowsUI View Overview screen of the current container. - - - - - - - Initializes a new instance of the OverviewContainerDefaultProperties class with the specified settings. - - - - An IOverviewContainerProperties object that stores global overview screen properties. These global settings are applied when OverviewContainerDefaultProperties properties are not manually set. - - - - - - - - Returns appearance settings currently applied to hovered tiles within an Overview screen of this content container. - - - A object that stores appearance settings currently applied to hovered tiles within an Overview screen of this content container. - - - - - - - Returns default appearance settings currently applied to Overview screen tiles. - - - A object that stores default appearance settings currently applied to Overview screen tiles. - - - - - - - - Returns appearance settings currently applied to pressed tiles within an Overview screen of this content container. - - - A object that stores appearance settings currently applied to pressed tiles within an Overview screen of this content container. - - - - - - - Returns the current size of Overview container tiles. - - - A value that is the current size of Overview container tiles. - - - - - - - Gets or sets whether or not Overview screen tiles are allowed to format their captions using inplace HTML tags. - - - A enumerator value that specifies whether or not Overview screen tiles are allowed to format their captions using inplace HTML tags. - - - - - - - Provides access to appearance settings for hovered tiles within an Overview screen of the current container. - - - A object that stores appearance settings for hovered tiles within an Overview screen of the current container. - - - - - - - - Provides access to default appearance settings for Overview screen tiles of the current container. - - - A object that stores default appearance settings for Overview screen tiles of the current container. - - - - - - - - Provides access to appearance settings for pressed tiles within an Overview screen of the current container. - - - A object that stores appearance settings for pressed tiles within Overview screens. - - - - - - - Returns whether or not tiles within the container's Overview screen can format their captions using inplace HTML tags. - - - true, if tiles within the container's Overview screen can format their captions using inplace HTML tags; otherwise, false. - - - - - - - Gets or sets the size of tiles that an Overview screen displays. - - - An Int32 value that is the size of tiles that an Overview screen displays. - - - - - - - - Contains settings for a specific within a . - - - - - - - Gets the current alignment settings for the pop-up . - - - ContentAlignment enumerator values that are the current alignment settings for the pop-up . - - - - - - - - Gets the common appearance settings used to paint the current . - - - An AppearanceObject that stores common appearance settings used to paint the current . - - - - - - - Gets the appearance settings currently applied to Flyout buttons. - - - An AppearanceObject that stores appearance settings currently applied to Flyout buttons. - - - - - - - - Gets the appearance settings currently applied to the Flyout caption. - - - An AppearanceObject that stores appearance settings currently applied to the Flyout caption. - - - - - - - Gets the appearance settings currently applied to this Flyout's description. - - - An ApperanceObject that stores appearance settings currently applied to this Flyout's description. - - - - - - - Gets the current button size for this . - - - A Size structure that specifies the current button size for this . - - - - - - - Gets the current style. - - - A FlyoutStyle enumerator value that specifies the current style. - - - - - - - Gets or sets the current pop-up 's alignment. - - - A ContentAlignment enumerator value that specifies the current pop-up 's alignment. - - - - - - - Gets or sets whether the Flyout caption and description can be formatted via HTML tags. - - - true, if the Flyout caption and description can be formatted via HTML tags; otherwise, false. - - - - - - - Provides access to base Flyout appearance settings. - - - An AppearanceObject that stores base Flyout appearance settings. - - - - - - - Provides access to appearance settings used to paint the current 's buttons. - - - An AppearanceObject that stores appearance settings used to paint the current 's buttons. - - - - - - - Provides access to the appearance settings used to paint the current caption. - - - An AppearanceObject that stores appearance settings used to paint the current caption. - - - - - - - Provides access to appearance settings used to paint the current Flyout's description. - - - An AppearanceObject that stores appearance settings used to paint the current Flyout's description. - - - - - - - Gets or sets the size of the buttons within this . - - - A Size structure that specifies the size of the buttons within this . - - - - - - - Gets whether the current can format its caption and description via HTML tags. - - - true, if the current can format its caption and description via HTML tags; otherwise, false. - - - - - - - Gets or sets the current style. - - - A FlyoutStyle value that specifies the current style. - - - - - - - - Provides settings for all WindowsUI View Overview screens. - - - - - - - Initializes a new instance of the OverviewContainerProperties class with the default settings. - - - - - - - - Gets or sets whether or not tile captions can be formatted using HTML tags. This affects tiles displayed within WindowsUI View Overview screens. - - - true, if tile caption strings can be formatted using inplace HTML tags; otherwise, false. - - - - - - - Provides access to appearance settings for hovered tiles within Overview screens. These settings affect all WindowsUI View containers that support Overview screens. - - - A object that stores appearance settings for hovered tiles within Overview screens. - - - - - - - Provides access to default appearance settings for Overview screen tiles. These settings affect all WindowsUI View containers that support Overview screens. - - - A object that stores default appearance settings for Overview screen tiles. - - - - - - - Provides access to appearance settings for pressed tiles within Overview screens. These settings affect all WindowsUI View containers that support Overview screens. - - - A object that provides appearance settings for pressed tiles within WindowsUI View Overview screens. - - - - - - - Gets or sets the tile size for all WindowsUI View Overview screens. - - - An Int32 value that is the tile size for all WindowsUI View Overview screens. - - - - - - - - - Enumerates types of elements in the . - - - - - - - An expandable element that can display child elements (items and groups). - - - - - - - - An element that can act as a button or display custom content in an expandable area below the element's header. - - - - - - - - - - Contains values that specify how pages are dragged outside the 's tab region. - - - - - - - The same as the option. - - - - - - - - The window is dragged in its original size. - - - - - - - - When dragging, the window's preview version is dragged. - - - - - - - - - This object provides appearance settings for Tabbed View documents. - - - - - - - Initializes a new instance of the TabbedViewPageAppearance class with the specified settings. - - - - An IPageAppearanceProvider object associated with the newly created TabbedViewPageAppearance object. - - - - - - - - Provides access to default appearance settings of document headers. - - - A object that stores default appearance settings of document headers. - - - - - - - Provides access to appearance settings applied to headers of active documents. - - - A object that stores appearance settings applied to headers of disabled documents. - - - - - - - Provides access to appearance settings applied to headers of disabled documents. - - - A object that stores appearance settings applied to headers of disabled documents. - - - - - - - Provides access to appearance settings applied to document headers when end-users hover over them. - - - A object that stores apperance settings applied to document headers when end-users hover over them. - - - - - - - Provides access to appearance settings applied to headers of selected documents. - - - A object that stores appearance settings applied to headers of selected documents. - - - - - - - Provides access to appearance settings applied to the central client area of documents. - - - A object that stores appearance settings applied to the central client area of documents. - - - - - - - Resets all document appearance settings to their default values. - - - - - - - - Returns the textual representation of this TabbedViewPageAppearance object. - - - A String value that is the textual representation of this TabbedViewPageAppearance object. - - - - - - - - Enumerates paint styles for a . - - - - - - - The same as the option. See Version Compatibility: Default Property Values. - - - - - - - - MacOffice style. - - - - -To display the Application Button in the MacOffice style, ensure that the property is set to True. - - - - - - - - Office2007 style - - - - - - - - - - - Office2010 style - - - - - - - - - - - - Emulates the Microsoft Office 2013 UI and behavior, which includes modified , a Full-Screen Mode button and touch-input device mode support. - - - - - - - - - - - - The Ribbon style inspired by the ribbon UI introduced in Microsoft "Office Universal" apps. - - - - - - - - - - - The Ribbon style inspired by the UI found in Microsoft Office for iPad. - - - - - - - - - - - - - - - - - - - - A regular (square) Tile template for WinRTLiveTileManager Live Tiles. - - - - - - - Creates a SquareTile with two text blocks - one short string of large block text over a single, short line of bold text. - - - - A String value that specifies the short string of large block text above. - - - - A String value that specifies a single, short line of bold text below. - - - A SquareTile with two text blocks. - - - - - - - Creates a SquareTile with no text and a single image that fills the entire SquareTile. - - - - An Image that fills the entire SquareTile. - - - A SquareTile filled with a single image. - - - - - - - Creates a SquareTile containing two sides - square image with no text on top, a header and 3 strings of regular text at the bottom. Text does not wrap. - - - - An Image that fills the entire SquareTile's top. - - - - A String value that is the SquareTile bottom's header. - - - - A String value that is the SquareTile bottom's 2nd text line. - - - - A String value that is the SquareTile bottom's 3rd text line. - - - - A String value that is the SquareTile bottom's 4th text line. - - - A SquareTile with an square image on the first side and 4 text lines on the second side. - - - - - - - Creates a SquareTile with two sides - a square image on top and one string of header over one string of regular text wrapped over a maximum of 3 lines at the bottom. - - - - - An Image that fills the entire SquareTile's top side. - - - - A String value that is the SquareTile bottom side's header. - - - - A String value that is the SquareTile bottom side's regular text, wrapped over a maximum of 3 lines. - - - - A SquareTile with a square image on top and one string of regular text wrapped over a maximum of lines at the bottom. - - - - - - - - Creates a SquareTile with two sides - a square image on top and 4 strings of regular text arranged in 4 lines. Text does not wrap. - - - - An Image that fills the entire SquareTile's top. - - - - A String value that is the SquareTile bottom's 1st text line. - - - - A String value that is the SquareTile bottom's 2nd text line. - - - - A String value that is the SquareTile bottom's 3rd text line. - - - - A String value that is the SquareTile bottom's 4th text line. - - - A SquareTile with a square image on top and 4 strings of regular text arranged in 4 lines. - - - - - - - Creates a SquareTile with 2 sides - a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom. - - - - - An Image that fills the entire SquareTile's top. - - - - A String value that is the SquareTile bottom's regular text, wrapped over a maximum of 4 lines at the bottom. - - - - A SquareTile with a square image that fills the entire top side and a regular text wrapped over a maximum of 4 lines at the bottom. - - - - - - - - Creates a SquareTile with 4 text blocks - one header string in larger text on the first line; three strings of regular text on each of the next three lines. Text does not wrap. - - - - A String value that is the SquareTile's header. - - - - A String value that is the SquareTile's 2nd text line. - - - - A String value that is the SquareTile's 3rd text line. - - - - A String value that is the SquareTile's 4th text line. - - - A SquareTile with 4 text blocks. - - - - - - - Creates a SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below. - - - - A String value that is the SquareTile's header. - - - - A String value that is the SquareTile's regular text. - - - A SquareTile with a header string in larger text on the first line and one string of regular text wrapped over a maximum of three lines below. - - - - - - - Creates a SquareTile with 4 strings of regular text, one above the other. Text does not wrap. - - - - - A String value that is the SquareTile's 1st text line. - - - - A String value that is the SquareTile's 2nd text line. - - - - A String value that is the SquareTile's 3rd text line. - - - - A String value that is the SquareTile's 4th text line. - - - A SquareTile with 4 regular text lines. - - - - - - - Creates a SquareTile with a single string of regular text, wrapped over a maximum of 4 lines. - - - - - A String value that is the SquareTile's regular text. - - - A SquareTile with a single string of regular text, wrapped over a maximum of 4 lines. - - - - - - - - - Represents a filter menu for a . - - - - - - - Initializes a new instance of the ImageGalleryFilterMenu class with the specified gallery. - - - - A object that represents the current gallery. - - - - - - - - Gets the current gallery. - - - A object that represents the current gallery. - - - - - - - - Provides data for events that fire when items are clicked within a gallery's Filter Menu. - - - - - - - Initializes a new instance of the GalleryFilterMenuClickEventArgs class with the specified settings. - - - - A object that represents the current menu. - - - - A object that represents the menu item that has been checked. - - - - - - - - Gets the displayed menu. - - - An object that represents the displayed menu. - - - - - - - Gets the current gallery. - - - A object that represents the current gallery. - - - - - - - Gets the item that has been checked. - - - A object that represents the currently checked item. - - - - - - - - Provides data for the events that fire when a Filter Menu is about to be displayed for a gallery. - - - - - - - Initializes a new instance of the GalleryFilterMenuEventArgs class with the specified settings. - - - - A object that represents the current menu. - - - - - - - - Gets the displayed menu. - - - An object that represents the displayed menu. - - - - - - - Gets the current gallery. - - - A object that represents the current gallery. - - - - - - - - Gets or sets a gallery's scroll mode. - - - - - - - Smooth scrolling is enabled. - - - - - - - - The default scrolling mode. - - - - - - - - - Represents the base class for the , and classes. - - - - - - - Initializes a new instance of the StandaloneGallery class. - - - - - - - - Gets or sets whether the group filtering feature is enabled. - - - true if the group filtering feature is enabled; otherwise, false. - - - - - - - Gets or sets a gallery's auto-size mode, which determines the gallery's initial size. - - - A value. - - - - - - - Returns information on the StandaloneGallery's elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the StandaloneGallery's top-left corner. - - - An object which contains information about the visual elements located at the test point. - - - - - - - Fires when a context button is clicked. - - - - - - - - Allows you to customize the context buttons for individual gallery items. - - - - - - - - Provides access to the settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons. - - - A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the gallery images, and the panels containing these buttons. - - - - - - - Provides access to the collection of context buttons displayed in the gallery images. - - - A ContextItemCollection object that represents the collection of context buttons displayed in the gallery images. - - - - - - - - Allows hints for the objects displayed in the current StandaloneGallery to be customized. - - - - - - - - Gets or sets the text displayed within the Group Filter panel - - - A string displayed within the Group Filter panel. - - - - - - - Gets the StandaloneGallery's view information. - - - A DevExpress.XtraEditors.ViewInfo.StandaloneGalleryViewInfo object that provides view information on all StandaloneGallery elements. - - - - - - - - Invalidates the specified region (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. - - - - A System.Drawing.Rectangle structure representing the region to invalidate. - - - - - - - - Invalidates the region occupied by the StandaloneGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. - - - - - - - - Occurs whenever an end-user right-clicks an item within the current StandaloneGallery. - - - - - - - - Makes the specified item visible, if it's hidden due to scrolling. - - - - A object to be made visible. - - - - - - - - Gets whether the Group Filter menu is opened. - - - true if the Group Filter menu is opened; otherwise, false. - - - - - - - Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. - - - - - - - - Scrolls the gallery, making the specified gallery group visible (with or without an animation effect). - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - A value that specifies the position at which the gallery group will be displayed within the view region after scrolling. - - - - - - - - Scrolls the gallery, making the specified gallery item visible (with or without an animation effect). - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - A value that specifies the position at which the gallery item will be displayed within the view region after scrolling. - - - - - - - - Gets or sets the top coordinate of the gallery's display area. - - - An integer which specifies the top coordinate of the gallery's display area. - - - - - - - Gets or sets whether the gallery's vertical scroll bar is visible. - - - A value that specifies the visibility of the gallery's vertical scroll bar. - - - - - - - Gets or sets whether items are stretched to the gallery's width. - - - true if gallery items are stretched to the gallery's width; otherwise, false. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the StandaloneGallery class. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the StandaloneGallery. - - - - - - - - Gets or sets whether an optimized fast scroll mechanism is enabled. - - - true if an optimized fast scroll mechanism is enabled; false if the old scroll mechanism is in effect. - - - - - - - - Represents a gallery within a . - - - - - - - Initializes a new instance of the GalleryControlGallery class with the specified object. - - - - A object that will own the created gallery. - - - - - - - - Initializes a new instance of the GalleryControlGallery class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets whether changing the gallery's width automatically adds/removes columns. - - - true if changing the gallery's width automatically adds/removes columns; otherwise, false. - - - - - - - Gets or sets the gallery's background color. - - - The gallery's background color. - - - - - - - Gets or sets the gallery's background image. - - - The gallery's background image. - - - - - - - Gets or sets the layout of the . - - - An value that specifies how the background image is arranged. - - - - - - - Gets or sets the horizontal alignment of gallery items relative to the right edge (for vertically oriented galleries). -For horizontally oriented galleries, this property specifies the vertical alignment of gallery items relative to the top edge. - - - A value that specifies the horizontal or vertical alignment of gallery items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets the that owns the current gallery. - - - A object that owns the current gallery. - - - - - - - Invalidates the region occupied by the GalleryControlGallery object (adds the region to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the control. - - - - - - - - Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. - - - - - - - - Gets or sets the gallery's orientation. - - - - An Orientation value that specifies the gallery's orientation. - - - - - - - Gets the control that displays the current gallery. - - - The control that displays the current gallery. - - - - - - - Gets or sets a associated with the current GalleryControlGallery. - - - A associated with the current GalleryControlGallery. - - - - - - - Recalculates all the graphical information used to render the gallery, and then updates the gallery onscreen. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the GalleryControlGallery class. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the GalleryControlGallery. - - - - - - - - - - - - - - - - Contains values that specify how gallery items can be selected. - - - - - - - Multiple items can be checked , by clicking them while holding the CTRL/SHIFT key. - - - - - - - - - Multiple items can be checked, but only within a single group. Checking any item within another group, unchecks items in the previous group. - -To select multiple items, click them while holding the CTRL/SHIFT key. - - - - - - - - - - An item is not automatically checked on clicking. - - - - - - - - Only a single item can be checked throughout the gallery. When checking another item, the previously checked item is unchecked. - - -A checked item can be unchecked when clicking on it again. - - - - - - - - - An end-user can check a single item within each group. When checking another item, the previously checked item in the same group is unchecked. - - -A checked item can be unchecked when clicking on it again. - - - - - - - - - The same as the option, except the following: - - -A checked item is NOT unchecked when clicking on it again. - - - - - - - - - The same as the option, except the following: - - -A checked item is NOT unchecked when clicking on it again. - - - - - - - - - - Contains values that specify alignment of gallery items. - - - - - - - A gallery item is centered. - - - - - - - - A gallery item is custom aligned. - - - - - - - - A gallery item is aligned to the far edge of the parent control. - - - - - - - - A gallery item is aligned to the near edge of the parent control. - - - - - - - - - Contains values that specify how an image is displayed next to a text region. - - - - - - - An image is displayed below the text. - - - - - - - - - The same as the Left option. - - - - - - - - An image is displayed to the left of the text. - - - - - - - - - An image is displayed to the right of the text. - - - - - - - - - An image is displayed above the text. - - - - - - - - - - Contains values that specify the horizontal alignment of a group caption content.. - - - - - - - - A gallery group caption's content is centered. - - - - - - - - A gallery group caption's content is aligned to the left. - - - - - - - - A gallery group caption's content is aligned to the right. - - - - - - - - A gallery group caption's content is stretched to the caption width. -This option is in effect when a custom control is embedded into the gallery group caption via the property. - - - - - - - - - The control displaying an image gallery, with the capability to categorize items into groups. - - - - - - - - Initializes a new instance of the GalleryControl class. - - - - - - - - Activates the GalleryControl's About dialog box. - - - - - - - - This property is not supported by the GalleryControl class. - - - - - - - - - - This property is not supported by the GalleryControl class. Use the Gallery.BackColor () property instead. - - - - - - - - - - This property is not supported by the GalleryControl class. Use the Gallery.BackgroundImage () property instead. - - - - - - - - - - This property is not supported by the GalleryControl class. Use the Gallery.BackgroundImageLayout () property instead. - - - - - - - - - - Starts the runtime initialization of the GalleryControl component. - - - - - - - - Returns information on the GalleryControl's elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the GalleryControl's top-left corner. - - - A object which contains information about the visual elements located at the test point. - - - - - - - Gets or sets the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that provides default look and feel options for the GalleryControl. - - - A object that provides default look and feel options for the GalleryControl. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Ends component initialization. - - - - - - - - This property is not supported by the GalleryControl class. - - - - - - - - - - This property is not supported by the GalleryControl class. - - - - - - - - - - Provides access to the Gallery displayed by the GalleryControl. - - - A displayed by the GalleryControl. - - - - - - - Returns the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that provides look and feel options for the GalleryControl. - - - A object that provides look and feel options for the GalleryControl - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Retrieves the size of a rectangular area that will fit the control. - - - - The custom-sized area for a control. - - - The size that will fit the control. - - - - - - - Gets or sets whether the GalleryControl is being loaded. - - - true if the GalleryControl is being loaded; otherwise false. - - - - - - - Gets or sets an object that controls the look and feel of the control's popup menus. - - - An object that controls the look and feel of the control's popup menus. - - - - - - - - - Presents a 's content in the Microsoft Windows 10-like style. - - - - - - - Initializes a new instance of the WindowsUIView class with the default settings. - - - - - - - - Initializes a new instance of the WindowsUIView class with the specified container. - - - - An object that implements the interface. - - - - - - - - Gets or sets the object that stores images used as custom background images for Navigation Bar actions. - - - - An Object that stores images used as custom background images for Navigation Bar actions. - - - - - - - - Activates a specific Content Container within the WindowsUIView. - - - - An IContentContainer object to be activated. - - - - - - - - Activates a specific within the WindowsUIView. - - - - A to activate. - - - - - - - - Activates the specific and navigates to its Activation Target. - - - - A BaseTile to be activated. - - - - - - - - Gets the content container currently displayed within the current WindowsUIView. - - - An IContentContainer object that is currently displayed within the current WindowsUIView. - - - - - - - Gets the currently displayed Flyout. - - - An IContentContainer that is the currently displayed Flyout. - - - - - - - Gets or sets whether a corresponding Tile should be automatically generated each time a new is added to the current WindowsUIView. - - - A DefaultBoolean enumerator value that specifies whether a Tile should be generated when a new is added. - - - - - - - - Gets or sets whether end-users can drag the WindowsUIView's caption area to move the parent form. - - - A DefaultBoolean enumerator value that specifies whether end-users can drag the WindowsUIView's caption area to move the parent form. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Provides access to appearance settings used to paint the current WindowsUIView's navigation bars. - - - An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's navigation bars. - - - - - - - Provides access to appearance settings used to paint the current WindowsUIView's navigation bar actions. - - - An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's navigation bar actions. - - - - - - - Provides access to appearance settings used to paint the current WindowsUIView's caption. - - - An AppearanceObject that contains appearance settings used to paint the current WindowsUIView's caption. - - - - - - - Provides access to the Search Panel appearance settings. - - - An AppearanceObject that stores settings used to paint the Search Panel for this WindowsUIView. - - - - - - - Provides access to appearance settings of the current WindowsUIView's splash screen. - - - An AppearanceObject that contains the appearance settings of the current WindowsUIView's splash screen. - - - - - - - Fires when an end-user clicks a 'Back' button within a Navigation Bar. - - - - - - - - Gets or sets the current WindowsUIView's caption. - - - A String value that is the current WindowsUIView's caption. - - - - - - - Allows you to customize default Navigation Bar Actions. - - - - - - - - Provides access to Custom Navigation Bar Actions common to all Content Containers within the current WindowsUIView. - - - A ContentContainerActionCollection that stores Custom Navigation Bar Actions for all Content Containers within the current WindowsUIView. - - - - - - - Fires when a Content Container gets activated. - - - - - - - - Fires when a Content Container is being added to the collection. - - - - - - - - Fires when a Content Container gets deactivated. - - - - - - - - Occurs when an end-user clicks a Document header within any Content Container in this WindowsUIView. - - - - - - - - Fires when a Content Container is being removed from the collection. - - - - - - - - Provides access to the Content Containers collection used within the current WindowsUIView. - - - A ContentContainerCollection populated with Content Containers used within the current WindowsUIView. - - - - - - - Provides access to the current WindowsUIView's Controller. - - - An IWindowsUIViewController object for the current WindowsUIView. - - - - - - - Fires whenever the Back button needs to be displayed and allows you to manually draw this button. - - - - - - - - Occurs when the search panel is invoked. Allows you to customize search results and manually specify the content within which the search panel should look for the entered text. - - - - - - - - Provides access to properties of content containers that display individual documents, hosted within all and content containers that belong to this WindowsUIView. - - - A object that provides properties that customize all detail containers for all and content containers within this View. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - A FloatingDocumentContainer enumerator value. - - - - - - - Occurs when a Flyout within the WindowsUIView is completely closed. - - - - - - - - Occurs when a Flyout within the WindowsUIView is to be closed. - - - - - - - - Provides access to general settings common to all Flyouts within the WindowsUIView. - - - An IFlyoutProperties object that stores general settings common to all Flyouts within the WindowsUIView. - - - - - - - Occurs when a Flyout is to be displayed. - - - - - - - - Occurs after a Flyout within the WindowsUIView is completely displayed. - - - - - - - - Hides the currently displayed Flyout. - - - - - - - - Closes the currently displayed flyout with the specific outcome. - - - - A DialogResult enumerator value that is the output result of the closed flyout. - - - - - - - - Closes the Search Panel. - - - - - - - - Occurs when the application's hierarchy (navigation tree) has been changed. - - - - - - - - Gets whether transition animation is currently running within this WindowsUIView. - - - true, if transition animation is currently running within this WindowsUIView; otherwise, false. - - - - - - - Occurs when an end-user navigates to a parent Content Container. - - - - - - - - Occurs when the end-user navigates to a child Content Container or to another within the current Container. - - - - - - - - Occurs when an end-user clicks an action within a Navigation Bar. - - - - - - - - Fires when navigation bars are hidden. - - - - - - - - Occurs when Navigation Bars are to be displayed. - - - - - - - - Fires when navigation bars are shown. - - - - - - - - Provides access to settings common for all Overview Screens within the current WindowsUIView. - - - An IOverviewContainerProperties object that contains settings used for all Overview Screens within the current WindowsUIView. - - - - - - - Provides access to settings used for all s within the current WindowsUIView. - - - An IPageGroupProperties object that contains settings used for all s within the current WindowsUIView. - - - - - - - Provides access to properties common to all s within the current WindowsUIView. - - - - An IPageProperties object that stores settings common to all s within the current WindowsUIView. - - - - - - - - Allows you to add How To: Create Custom Document Actions to Content Containers within the current WindowsUIView. - - - - - - - - Allows you to assign content for popup container actions. - - - - - - - - Fires at the WindowsUIView application start-up. - - - - - - - - Occurs when end-users click any item displayed by the WindowsUIView's Search Panel. - - - - - - - - Occurs after the Search Panel is completely closed. - - - - - - - - Provides access to the Search Panel properties. - - - An object that stores the Search Panel properties. - - - - - - - Occurs when the Search Panel is about to be displayed. - - - - - - - - Occurs after the Search Panel is displayed. - - - - - - - - Displays the specific Flyout as a modal window. - - - - A Flyout to be displayed. - - - A DialogResult value that specifies the Flyout button that an end-user clicked. - - - - - - - - Displays the Search Panel. - - - - - - - - Provides access to settings common for all s within the current WindowsUIView. - - - An ISlideGroupProperties object that contains settings common for all s within the current WindowsUIView. - - - - - - - Provides access to detailed settings of the current WindowsUIView's splash screen. - - - An ISplashScreenProperties object that contains detailed settings of the current WindowsUIView's splash screen. - - - - - - - Provides access to settings common for all s within the current WindowsUIView. - - - An ISplitGroupProperties object that contains settings common for all s within the current WindowsUIView. - - - - - - - Provides access to properties common to all containers within this WindowsUIView. - - - An object that stores properties common to all containers within this WindowsUIView. - - - - - - - Occurs when a is added to the current WindowsUIView. - - - - - - - - Occurs when the checked state for any within the current WindowsUIView was changed. - - - - - - - - - Occurs when any within the current WindowsUIView is clicked. - - - - - - - - - Provides access to settings common for all s within the current WindowsUIView. - - - An ITileContainerProperties object that contains settings common to all s within the current WindowsUIView. - - - - - - - - Occurs when any within the WindowsUIView is pressed. - - - - - - - - Provides access to settings common for all s within the current WindowsUIView. - - - An IBaseTileProperties object that contains settings common for all s within the current WindowsUIView. - - - - - - - Occurs when a is removed from the current WindowsUIView. - - - - - - - - Provides zero-based indexed access to a collection of s contained within the current WindowsUIView. - - - - A BaseTileCollection object that contains all WindowsUIView's s. - - - - - - - Gets the current WindowsUIView's type. - - - The value. - - - - - - - Refreshes document actions displayed within this WindowsUIView's child Content Containers. - - - - - - - - Updates all currently visible Navigation Bars. - - - - - - - - The Document Selector is not supported for WindowsUIView. - - - - - - - - - - Gets or sets if a splash screen on the application start-up is used. - - - true if a splash screen on the application start-up is used; otherwise, false. - - - - - - - Gets or sets whether animation is enabled when navigating through s. - - - - A DefaultBoolean enumerator value that specifies whether animation is enabled when navigating through s. - - - - - - - - Gets the type of the currently displayed WindowsUIView's screen. - - - - A ContextualZoomLevel enumerator value that specifies the currently displayed WindowsUIView's screen. - - - - - - - - A WindowsUI View container that displays s and unites them in multiple groups. - - - - - - - Initializes a new instance of the TileContainer class with the default settings. - - - - - - - - Initializes a new instance of the TileContainer class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the TileContainer class with custom settings. - - - - An ITileContainerProperties object that contains custom settings for the newly created TileContainer. - - - - - - - - Gets or sets the content container activated when any tile within the current TileContainer is clicked. - - - An IContentContainer descendant activated when any tile within the current TileContainer is clicked. - - - - - - - Gets or sets whether or not Tile Animation is enabled for the target tile. - - - - A Tile whose animation is controlled. - - - - true, to allow animating the target tile; otherwise, false. - - - - - - - - Provides access to appearance settings used to paint the current TileContainer groups' captions. - - - An AppearanceObject that contains appearance settings used to paint the current TileContainer groups' captions. - - - - - - - Provides access to appearance settings used to paint the current TileContainer's Tiles in different visual states. - - - A TileItemAppearances object that stores appearance settings used to paint the current TileContainer's Tiles in different visual states. - - - - - - - Provides access to appearance settings used to paint the current TileContainer's caption. - - - An AppearanceObject that stores appearance settings used to paint the current TileContainer's caption. - - - - - - - Gets or sets the TileContainer's background image. - - - An Image that is the background image for this TileContainer. - - - - - - - Specifies whether this TileContainer can provide its extender properties to the specified object. - - - - The Object to receive the extender properties. - - - true if this TileContainer can provide its extender properties to the specified object; otherwise, false. - - - - - - - Occurs when any 's checked state within the current TileContainer was changed. - - - - - - - - Gets all checked tiles within the current TileContainer. - - - An IEnumerable object containing all checked tiles within the current TileContainer. - - - - - - - Occurs after any within the current TileContainer was clicked. - - - - - - - - Occurs when an end-user drops a after dragging. - - - - - - - - - Gets a specific 's ID. - - - - A Tile whose ID is to be obtained. - - - An Int32 value that is the ID for a target . - - - - - - - Gets a list of all groups used within the current TileContainer. - - - An IList object that stores all groups used within the current TileContainer. - - - - - - - Gets the object providing information about the current TileContainer. - - - An ITileContainerInfo object that contains information about the current TileContainer. - - - - - - - Gets a collection of Tiles contained within the current TileContainer. - - - A TileCollection object that contains Tiles within the current TileContainer. - - - - - - - Forces the target tile to display its next animation frame. - - - - A Tile that should display the next frame. - - - - - - - - Gets or sets the TileContainer's offset. - - - An Int32 value that is the TileContainer's offset. - - - - - - - Occurs immediately after a within the current TileContainer is pressed. - - - - - - - - - Provides access to the current TileContainer's settings. - - - An ITileContainerDefaultProperties object that contains settings for the current TileContainer. - - - - - - - Restores the TileContainer's layout from a registry. - - - - A String value specifying a registry key which contains the layout to be loaded. If the specified key doesn't exist, an exception is raised. - - - - - - - - Restores the TileContainer's layout from a stream. - - - - A Stream object from which a layout for the TileContainer should be loaded. If the specified stream does not exist, an exception is raised. - - - - - - - - Restores the TileContainer's layout from an XML file. - - - - A String value specifying the path to the XML file which contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. - - - - - - - - Saves the current TileContainer's layout to a registry. - - - - A String value specifying the registry key in which the layout should be stored. If an empty string is specified, an exception is raised. - - - - - - - - Saves the current TileContainer's layout to a stream. - - - - A Stream object to which the layout should be saved. - - - - - - - - Saves the current TileContainer's layout to an XML file. - - - - A String value that is the path to an XML file where the current TileContainer's layout should be saved. - - - - - - - - Sets an ID for a specific within the current TileContainer. - - - - A within the current TileContainer whose ID is to be set. - - - - An Int32 value that is the tile's ID. - - - - - - - - Starts the Tile Animation for the target tile. - - - - A Tile whose animation is launched. - - - - - - - - Occurs whenever an end-user starts dragging a TileContainer's tile. - - - - - - - - Stops the running frame animation for the target tile. - - - - A Tile whose animation is stopped. - - - - - - - - - A page in the . - - - - - - - Initializes a new instance of the TabFormPage class. - - - - - - - - Gets or sets whether the current TabFormPage icon is painted using the foreground color. - - - A enumeration value that specifies whether the current TabFormPage icon is painted using the foreground color. - - - - - - - Gets or sets the control displayed in the current TabFormPage's client area. - - - A object that specifies the control displayed in the current TabFormPage's client area. - - - - - - - Gets or sets whether the current TabFormPage responds to end-user interaction. - - - true, if the current TabFormPage responds to end-user interaction; otherwise, false. - - - - - - - Gets or sets the icon displayed in the current TabFormPage header. - - - - An object that specifies the icon displayed in the current TabFormPage header. - - - - - - - Gets or sets the index of the image in the collection displayed in the TabFormPage header. - - - An index of the image in the collection displayed in the TabFormPage header. - - - - - - - Returns the image collection assigned to the property. - - - The image collection assigned to the property. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the header of the current TabFormPage. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the header of the current TabFormPage. - - - - - - - Gets or sets the name of the current component. - - - A value that specifies the name of the current component. - - - - - - - Called when the property value has changed. - - - - - - - - Gets the to which the current TabFormPage belongs. - - - The to which the current TabFormPage belongs. - - - - - - - Removes the object that has been assigned to the current tab form page. - - - - - - - - Sets the specified as owner of the current TabFormPage. - - - - A to be set as owner of the current TabFormPage. - - - - - - - - Gets or sets whether the current TabFormPage displays the Close button in its header. - - - A enumeration value that specifies whether the current TabFormPage displays the Close button in its header. - - - - - - - Gets or sets a for the current tab form page. - - - A object associated with the current tab form page. - - - - - - - Gets or sets custom data associated with the current TabFormPage. - - - Custom data associated with the current TabFormPage. - - - - - - - Gets or sets the text displayed in the current TabFormPage header. - - - A string value that specifies text displayed in the header of the current TabFormPage. - - - - - - - Gets or sets whether the current TabFormPage is visible. - - - true, if the current TabFormPage is visible; otherwise, false. - - - - - - - - The base class for the . - - - - - - - Initializes a new instance of the TabFormControlBase class. - - - - - - - - Creates a new and adds it to the collection. - - - - - - - - Provides access to the Add button, and allows you to bind a command executed with a button click. - - - A object that represents the Add button. - - - - - - - Gets or sets whether the tab icons are painted based on the foreground color. - - - True, if the tab icons are painted based on the foreground color; otherwise, Default or False. - - - - - - - Gets or sets whether pages can be moved in and out of the form using drag-and-drop operations. - - - - - true, if pages can be moved in and out of the form using drag-and-drop operations; otherwise, false. - - - - - - - - - Gets or sets whether it is possible to drag a page tab outside the current form and thus, create a separate form. - - - true, if it is possible to drag a page tab outside the current form and thus, create a separate form; otherwise, false. - - - - - - - Gets or sets whether page tabs are moved using animation. - - - true, if page tabs are moved using animation; otherwise, false. - - - - - - - Provides access to the appearance settings used to paint the TabFormControl's elements. - - - A object that comprises the appearance settings used to paint the TabFormControl's elements. - - - - - - - Fires when the Application Button is clicked. - - - - - - - - Gets or sets the dropdown control invoked with a click on the Application Button. - - - A or DevExpress.XtraBars.PopupControl object specifying the dropdown control. - - - - - - - Gets or sets whether or not the Application Button is visible. - - - true if the Application Button is visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Starts the runtime component initialization. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Closes the specified page. - - - - The to close. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Ends the runtime component initialization. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Gets the object that handles the control events. - - - A object that handles the control events. - - - - - - - Gets or sets the source of images that can be displayed in headers. - - - The image collection containing images to be displayed in headers. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - For internal use. - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the control is actually aligned to support locales using right-to-left fonts. - - - true, if the control is actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to collection of items of the associated with the control. - - - A object representing the collection of items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the amount of space, in pixels, between headers and custom buttons displayed to the left of the headers. - - - An integer value that specifies the amount of space, in pixels, between headers and custom buttons displayed to the left of the headers. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the responsible for managing custom buttons displayed in the current TabFormControlBase. - - - A responsible for managing custom buttons displayed in the current TabFormControlBase. - - - - - - - Gets or sets the maximum width, in pixels, of headers. - - - An integer value that specifies the maximum width, in pixels, of headers. - - - - - - - Gets or sets the minimum width, in pixels, of headers. - - - An integer value that specifies the minimum width, in pixels, of headers. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires after an outer form has been created (as a result of dragging a tab outside the main form). - - - - - - - - Fires before displaying a created outer form (as a result of dragging a tab outside the main form). - - - - - - - - Fires after a page is closed. - - - - - - - - Fires when a page is about to be closed, and allows you to cancel the action. - - - - - - - - Fires when the collection has changed. - - - - - - - - Fires when an end-user creates a new page using the '+' button, or when a new page is created in code using the method. - - - - - - - - Provides access to the collection of tabs. - - - A object that represents the collection of objects. - - - - - - - Gets the responsible for managing custom buttons displayed in the current TabFormControlBase. - - - A responsible for managing custom buttons displayed in the current TabFormControlBase. - - - - - - - Gets or sets the amount of space, in pixels, between headers and custom buttons displayed to the right of the headers. - - - An integer value that specifies the amount of space, in pixels, between headers and custom buttons displayed to the right of the headers. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the control displayed in the client area of the currently selected . - - - A object that represents the control displayed in the client area of the currently selected . - - - - - - - Gets or sets the currently selected . - - - The that is currently selected. - - - - - - - Fires when the currently selected in the has changed. - - - - - - - - Fires when the currently selected in the is about to be changed, and allows you to cancel the action. - - - - - - - - Gets or sets the visibility of the Add ("+") tab, which allows an end-user to add new tabs at runtime. - - - true, if the built-in Add button is visible; otherwise, false. - - - - - - - Gets or sets the visibility of close buttons in tabs. - - - true, if the close buttons are visible in tabs; otherwise, false. - - - - - - - Gets or sets whether the page tabs are displayed immediately below the top edge, in place of the regular title bar. - - - A enumeration value that specifies whether page tabs are displayed in place of the regular title bar. - - - - - - - Gets or sets whether to display hints for tab form pages. - - - A enumeration value that specifies whether to display hints for tab form pages. - - - - - - - Provides access to the collection of item links displayed to the left of tab headers. - - - A object that represents the collection of item links displayed to the left of tab headers. - - - - - - - Provides access to the collection of item links displayed to the right of tab headers. - - - A object that represents the collection of item links displayed to the right of tab headers. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the collection of item links displayed in the title bar. These item links are hidden if the option is enabled. - - - A object that represents the collection of item links displayed in the title bar. - - - - - - - Gets or sets the vertical offset from the form top edge of the tab headers displayed in place of the title bar. - - - An integer value that specifies the vertical offset, in pixels, from the form top edge of the tab headers displayed in place of the title bar. - - - - - - - Gets or sets the component that controls the appearance, position and content of tooltips displayed for tab form pages. - - - A object which controls the appearance and behavior of tooltips displayed for tab form pages. - - - - - - - Gets or sets whether data-bound controls use the page's , or the form's . - - - True of Deafult if controls use the page's BindingContext; False if controls use the form's BindingContext. - - - - - - - Returns the object which contains internal information used to render the control. - - - A object which contains internal information used to render the control. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - The 's header. - - - - - - - Initializes a new instance of the TabFormControl class. - - - - - - - - Gets whether switching between tab pages is actually animated. - - - - true, if the tab form actually uses animation effects when switching between tabs; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the responsible for managing custom buttons displayed in the current TabFormControl. - - - A responsible for managing custom buttons displayed in the current TabFormControl. - - - - - - - Gets or sets the to which the current TabFormControl belongs. - - - The to which the current TabFormControl belongs. - - - - - - - Provides access to state animation parameters. - - - A object that specifies state animation parameters. - - - - - - - - Represents the content container for Fluent Design Forms. - - - - - - - Initializes a new instance of the FluentDesignFormContainer class with the default settings. - - - - - - - - Gets or sets the BindingContext for this FluentDesignFormContainer. - - - A BindingContext for this FluentDesignFormContainer. - - - - - - - Returns the that owns this FluentDesignFormContainer. - - - The that owns this FluentDesignFormContainer. - - - - - - - Sets the parent that should own this FluentDesignFormContainer. - - - - A that is the new FluentDesignFormContainer owner. - - - - - - - - - A 's item that holds any custom content. - - - - - - - Initializes a new instance of the RecentControlContainerItem class with the default settings. - - - - - - - - Gets or sets this container's height. - - - An Int32 value that is this container's height. - - - - - - - Gets or sets the item control container hosted within this RecentControlContainerItem. - - - A object hosted within this RecentControlContainerItem. - - - - - - - Gets or sets whether or not this RecentControlContainerItem object should occupy all available space within its parent panel. - - - true, if this RecentControlContainerItem object should occupy all available space within its parent panel; otherwise, false. - - - - - - - - An hyperlink element within the . - - - - - - - Initializes a new instance of the RecentHyperlinkItem class with the default settings. - - - - - - - - Gets or sets the style of the window for the process executed by this RecentHyperlinkItem. - - - A enumerator value that is the style of the window for the process executed by this RecentHyperlinkItem. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Hyperlink items do not support glyphs. - - - - - - - - - - Stores the path associated with this RecentHyperlinkItem. - - - A String value that is the path associated with this RecentHyperlinkItem. - - - - - - - Gets or sets the regular link color applied to this RecentHyperlinkItem before the link is activated. - - - A Color object that is the regular RecentHyperlinkItem color. - - - - - - - Gets or sets whether this hyperlink should be displayed as visited. - - - true, if this hyperlink should be displayed as visited; otherwise, false. - - - - - - - Occurs whenever the link, stored within the property, is activated. - - - - - - - - Executes the command specified by this hyperlink as a new process. - - - - - - - - Executes a custom command as a new process. - - - - - - - - - - - This property is not supported by the RecentHyperlinkItem class objects. - - - - - - - - - - Gets or sets the color applied to this hyperlink after it is activated. - - - - A object, applied to this hyperlink after it was activated. - - - - - - - - The base class for all elements that are able to display both caption and image. - - - - - - - - Initializes a new instance of the RecentTextGlyphItemBase class with the default settings. - - - - - - - - Provides access to appearance settings applied to items in different visual states. - - - A object that stores appearance settings applied to items in different visual states. - - - - - - - Gets or sets this item's caption. - - - A String value that is the caption for this item. - - - - - - - Gets or sets the item glyph displayed when this item is in its regular state. - - - An Image object that is the item glyph displayed when this item is in its regular state. - - - - - - - Gets or sets the glyph displayed by this item in its disabled state. - - - An Image object that is the item icon displayed when this item is disabled. - - - - - - - Gets or sets the item icon displayed when this item is hovered. - - - An Image object that is the item icon displayed when this item is hovered. - - - - - - - Gets or sets the item icon displayed when this item is pressed. - - - An Image object that is the item icon displayed when this item is pressed. - - - - - - - Gets or sets the distance in pixels between this item's text and icon. - - - An Int32 value that is the distance in pixels between this item's text and icon. - - - - - - - - A simple button for the Recent Item Control. - - - - - - - Initializes a new instance of the RecentButtonItem class with the default settings. - - - - - - - - Gets or sets whether or not this RecentButtonItem should be sized automatically. - - - true, if this RecentButtonItem should be sized automatically; otherwise, false. - - - - - - - Gets or sets the current RecentButtonItem orientation. - - - An enumerator value that specifies the current RecentButtonItem orientation. - - - - - - - Gets or sets the custom RecentButtonItem size. - - - A Size structure that is the custom size for this RecentButtonItem. - - - - - - - - A tab element within the Recent Item Control. - - - - - - - Initializes a new instance of the RecentTabItem class with the default settings. - - - - - - - - Provides access to a panel that stores the contents of this tab. - - - A object that stores the contents of this tab. - - - - - - - - A simple panel that arranges elements in a single column. - - - - - - - Initializes a new instance of the RecentStackPanel class with the default settings. - - - - - - - - - A element that visually delimits other elements. - - - - - - - Initializes a new instance of the RecentSeparatorItem class with the default settings. - - - - - - - - Initializes a new instance of the RecentSeparatorItem class with the specified settings. - - - - A RecentPanelBase object that is the panel that owns this RecentSeparatorItem. - - - - - - - - - A pin item within the Recent Item Control. - - - - - - - Initializes a new instance of the RecentPinItem class with the default settings. - - - - - - - - Provides access to this RecentPinItem object's appearance settings. - - - A object that stores appearance settings for this RecentPinItem in all its visual states. - - - - - - - Gets or sets the secondary text string displayed by this RecentPinItem. - - - A String value that is the secondary text string displayed by this RecentPinItem. - - - - - - - Gets or sets how the glyph in this RecentPinItem is aligned. - - - - A enumerator value that specifies how the glyph in this RecentPinItem is aligned. - - - - - - - - Returns whether or not this RecentPinItem is currently selected (pressed). - - - true, if this RecentPinItem is currently selected (pressed); otherwise, false. - - - - - - - Gets or sets whether or not this RecentPinItem is currently pinned. - - - true, if this RecentPinItem is currently pinned; otherwise, false. - - - - - - - Fires whenever an end-user clicks pins this RecentPinItem. - - - - - - - - Gets or sets whether or not this RecentPinItem's pin button is visible. - - - A enumerator value that specifies whether or not this RecentPinItem's pin button is visible. - - - - - - - Gets or sets whether or not this RecentPinItem should display its description string. - - - true, if this RecentPinItem should display its description string; otherwise, false. - - - - - - - - A base class for the 's panels (e.g., the objects). - - - - - - - Initializes a new instance of the RecentPanelBase class with the default settings. - - - - - - - - Provides access to this RecentPanelBase object's appearance settings. - - - A object that stores this RecentPanelBase object's appearance settings. - - - - - - - Gets or sets this RecentPanelBase object's title. - - - A String value that is this RecentPanelBase object's title. - - - - - - - Gets or sets the distance between this panel's caption and icon. - - - An Int32 value that is the distance in pixels between this panel's caption and icon. - - - - - - - Retrieves visual information about the current RecentPanelBase object. - - - A object that contains visual information about this RecentPanelBase. - - - - - - - Gets or sets the icon displayed by this panel. - - - An Image object that is the icon displayed by this panel. - - - - - - - Gets or sets the distance in pixels between this panel's text and icon. - - - An Int32 value that is the distance in pixels between this panel's text and icon. - - - - - - - Gets or sets the distance between items hosted within this panel. - - - An Int32 value that is the distance between items hosted within this panel. - - - - - - - Returns whether or not this RecentPanelBase is assigned to the property of a Recent Item Control. - - - true, if this panel is a Recent Item Control's main panel; otherwise, false. - - - - - - - Provides zero-based indexed access to all Recent Item Control elements hosted within this panel. - - - A object that stores all Recent Item Control elements hosted within this panel. - - - - - - - Gets or sets whether or not pinned s within this panel should automatically move up. - - - true, if pinned s within this panel should automatically move up; otherwise, false. - - - - - - - Gets or sets this RecentPanelBase object's name. - - - A String value that is this RecentPanelBase object's name. - - - - - - - Gets or sets the distance between the panel content and this panel's border. - - - A Padding structure that is the distance between the panel content and this panel's border. - - - - - - - Gets the parent that owns this RecentPanelBase. - - - A object that owns this RecentPanelBase. - - - - - - - Gets or sets the currently selected item owned by this RecentPanelBase. - - - A class descendant that is the currently selected item owned by this RecentPanelBase. - - - - - - - Gets the currently selected . - - - The currently selected . - - - - - - - Gets or sets the currently selected . - - - A currently selected . - - - - - - - Explicitly sets the that will own this RecentPanelBase. - - - - The that will own this RecentPanelBase. - - - - - - - - Gets or sets whether or not the panel caption should be visible. - - - true, if the panel caption should be visible; otherwise, false. - - - - - - - - A label item within the . - - - - - - - Initializes a new instance of the RecentLabelItem class with the default settings. - - - - - - - - Gets or sets whether or not end-users will be able to select this RecentLabelItem object by clicking it. - - - A DefaultBoolean enumerator value that specifies whether or not end-users will be able to select this RecentLabelItem object by clicking it. - - - - - - - Gets or sets this RecentLabelItem object's size and appearance by selecting one of the embedded styles. - - - A enumerator value that specifies this RecentLabelItem's style. - - - - - - - - Provides base data for elements' events. - - - - - - - Initializes a new instance of the RecentItemEventArgs class with the specified settings. - - - - A RecentItemBase object related to the newly created RecentItemEventArgs object. - - - - - - - - Returns the Recent Item Control's item related to this event. - - - A object that is the item related to this event. - - - - - - - - The control designed to build a complex content for objects. - - - - - - - Initializes a new instance of the RecentItemControl class with the default settings. - - - - - - - - Gets or sets whether or not animation effects are enabled for all supported Recent Item Control elements. - - - A enumeration value that specifies whether or not animation effects are enabled. The Default and True values are equal. - - - - - - - Provides access to this RecentItemControl object's appearance settings. - - - A object that stores this RecentItemControl object's appearance settings. - - - - - - - Provides access to appearance settings common to all elements owned by this RecentItemControl. Each element type has a separate group within the Appearances section. - - - A object that stores appearance settings common to all elements owned by this RecentItemControl - - - - - - - Returns the object that contains hit info for the target position within the control. - - - - A Point structure that specifies the RecentItemControl's coordinates for which the hit info should be obtained. - - - A object that contains hit info for the target position within the control. - - - - - - - Returns the panel currently displayed within this RecentItemControl's right region. - - - A object that is the panel currently displayed within this RecentItemControl's right region. - - - - - - - Gets or sets the minimal width of the control's right region. - - - An Int32 value that is the minimal width of the control's right region. - - - - - - - Creates two objects and assigns them to the and properties of this RecentItemControl. - - - - - - - - Returns the panel, displayed within the control's right region when the left (main) region has no currently selected tabs. - - - A object that is the panel displayed within the control's right region when the left (main) region has no currently selected tabs. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the object that contains information about this RecentItemControl. - - - A object that stores view info about this RecentItemControl. - - - - - - - Occurs whenever an end-user clicks any item in this RecentItemControl. - - - - - - - - - A global event that fires when a user clicks any item that belongs to this Recent Item Control. - - - - - - - - Provides access to the panel assigned to the RecentItemControl's main region. - - - A object that is the panel assigned to the RecentItemControl's main region. - - - - - - - Gets or sets the minimum width of the control's content region. - - - An Int32 value that is the minimum width of the control's content region. - - - - - - - Gets or sets the padding common to all objects within this RecentItemControl. - - - A Padding structure that is the padding common to all objects within this RecentItemControl. - - - - - - - Gets or sets the padding common to all objects within this RecentItemControl. - - - A Padding structure that is the padding common to all objects within this RecentItemControl. - - - - - - - - Gets or sets the padding common to all objects within this RecentItemControl. - - - A Padding structure that is the padding common to all objects within this RecentItemControl. - - - - - - - - Gets or sets the padding common to all objects within this RecentItemControl. - - - A Padding structure that is the padding common to all objects within this RecentItemControl. - - - - - - - Gets or sets the currently selected tab within this RecentItemControl. - - - A object that is the currently selected tab. - - - - - - - Occurs whenever the currently selected tab is changed. - - - - - - - - Gets or sets whether this RecentItemControl should display a splitter between its main and content regions. - - - true, if this RecentItemControl should display a splitter between its main and content regions; otherwise, false. - - - - - - - Gets or sets whether or not this RecentItemControl's title should be visible. - - - true, if the control title should be visible; otherwise, false. - - - - - - - Gets or sets the inital position of the splitter element. - - - An Int32 value that is the initial position of the splitter element. - - - - - - - Occurs whenever this RecentItemControl's splitter was moved. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the title for this RecentItemControl. - - - A String value that is the title for this RecentItemControl. - - - - - - - Gets or sets the padding for this RecentItemControl object's title. - - - A Padding structure that specifies paddings for this RecentItemControl object's title. - - - - - - - - A base class for all UI elements in the . - - - - - - - - Initializes a new instance of the RecentItemBase class with the specified settings. - - - - A RecentPanelBase object whose settings should be copied to the newly created RecentItemBase object. - - - - - - - - Initializes a new instance of the RecentItemBase class with the default settings. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this RecentItemBase class descendant. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command. - - - - - - - Binds the specific parameterized command to this RecentItemBase class descendant. - - - - An Object that is the command to be bound. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this RecentItemBase class descendant. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this RecentItemBase class descendant. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command. - - - - - - - Returns whether or not this item belongs to a content panel of a parent Recent Item Control. - - - true, if this item belongs to a content panel of a parent Recent Item Control; otherwise, false. - - - - - - - Returns whether or not this item belongs to a main panel of a parent Recent Item Control. - - - true, if this item belongs to a main panel of a parent Recent Item Control; otherwise, false. - - - - - - - Occurs whenever an end-user clicks this item at runtime. - - - - - - - - Occurs when an end-user presses this item at runtime. - - - - - - - - Gets or sets margins for this panel. - - - A Padding structure that stores margins for this panel. - - - - - - - Gets or sets this item's name. - - - A String value that is the name of this item. - - - - - - - Returns the panel that owns this RecentItemBase. - - - A object that owns this RecentItemBase. - - - - - - - Gets or sets the distance between the item content and this item's borders. - - - - A Padding structure that is the distance between item content and this item's borders. - - - - - - - Gets the parent that owns this RecentItemBase. - - - A object that owns this RecentItemBase. - - - - - - - Resets a super tip assigned to this Recent Item Control's item. - - - - - - - - Explicitly sets the object that will own this RecentItemBase. - - - - The object that will own this RecentItemBase. - - - - - - - - Gets or sets a super tip displayed by this item on hover. - - - A object assigned to this item. - - - - - - - Gets or sets custom data associated with the current RecentItemBase. - - - Custom data associated with the current RecentItemBase. - - - - - - - Gets or sets whether or not this item is visible. - - - true, if this item is visible; otherwise, false. - - - - - - - - Contains options that affect the behavior. - - - - - - - - Initializes a new instance of the ToolboxOptionsBehavior class. - - - - - - - - Gets or sets whether groups and items are smoothly scrolled when using the mouse wheel. - - - true, if groups and items are smoothly scrolled when using the mouse wheel; otherwise, false. - - - - - - - Gets or sets whether the toolbox items can be selected, and if so, whether the selection can comprise single or multiple items. - - - - A enumeration value that specifies whether, and if so how, the toolbox items can be selected. The default is None. - - - - - - - - Provides a set of properties that regulate appearance settings used to paint bar and Ribbon objects in different visual states. - - - - - - - Initializes a new instance of the StateAppearances class with default settings. - - - - A object containing default appearance settings. - - - - - - - - - Initializes a new instance of the StateAppearances class. - - - - An object that implements the interface and will own the created collection. - - - - - - - - Initializes a new instance of the StateAppearances class with the specified appearance settings. - - - - An whose settings will be copied to the created object. - - - - - - - - Initializes a new instance of the StateAppearances class. - - - - - - - - Sets the appearance object's settings to default values. - - - - An AppearanceDefault object containing default appearance settings. - - - - - - - - Copies settings of the specified StateAppearances object to the current object. - - - - A StateAppearances object whose settings are to be copied. - - - - - - - - Copies the specified appearance settings to the , , and objects. - - - - An whose settings are to be copied. - - - - - - - - Specifies appearance settings used to paint an object in a disabled state. - - - An object containing appearance settings used to paint an object in a disabled state. - - - - - - - Releases all resources used by the current StateAppearances object. - - - - - - - - Returns either the , , or object depending on the specified state. - - - - An ObjectState value that specifies a state. - - - The , , or object. - - - - - - - Returns either the , , or object depending on the specified bar link state. - - - - A BarLinkState value. - - - The , , or object. - - - - - - - Specifies appearance settings used to paint an object when it's hovered. - - - An object containing appearance settings used to paint an object when it's hovered. - - - - - - - Specifies appearance settings used to paint an object in its regular state. - - - An object containing appearance settings used to paint an object in its regular state. - - - - - - - Specifies appearance settings used to paint an object when it's clicked. - - - An object containing appearance settings used to paint an object when it's clicked. - - - - - - - Sets the specified font for the , , and appearance objects that belong to the current StateAppearances object. - - - - A System.Drawing.Font object applied to the current StateAppearances object. - - - A System.Drawing.Font object passed as the method's parameter. - - - - - - - Sets the specified text vertical alignment for the , , and appearance objects that belong to the current StateAppearances object. - - - - A value specifying the vertical alignment to be applied to the StateAppearances object. - - - - - - - - Specifies if the word wrap should be used. - - - - A enumerator value indicating whether the word wrap should be used. - - - - - - - - Returns the textual representation of the StateAppearances. - - - A value, which is the textual representation of the StateAppearances. - - - - - - - Updates the right-to-left text direction option. - - - - true, if the text is directed from right to left; otherwise, false. - - - - - - - - - A base class for Application UI Manager component's Views and Documents. - - - - - - - Locks the BaseComponent, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the BaseComponent object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Unlocks the BaseComponent object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets whether the BaseComponent object is currently being disposed of. - - - true if the BaseComponent object is currently being disposed of; otherwise, false. - - - - - - - Indicates whether or not the BaseComponent object has been fully initialized. - - - true if the BaseComponent object has been fully initialized; otherwise, false. - - - - - - - Returns whether or not the BaseComponent object is currently being initialized. - - - true, if the BaseComponent object is currently being initialized; otherwise, false. - - - - - - - Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. - - - true, if this BaseComponent is locked; otherwise, false. - - - - - - - Updates the element. - - - - - - - - - A tabbed UI form that allows you to add custom buttons (Bar Items) to the form's header. Tabs and custom buttons can be incorporated directly in the title bar. - - - - - - - Initializes a new instance of the TabForm class with the default settings. - - - - - - - - Gets or sets the integrated with the form. - - - A integrated with the form. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ToolboxDragItemDropEventArgs class with the specified settings. - - - - The collection of toolbox items being dropped. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - A that raises the event. - - - - A object that comprises data related to the event. - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ToolboxDragItemMoveEventArgs class with the specified settings. - - - - The collection of toolbox items being moved. - - - - The location of the mouse pointer. - - - - - - - - Gets or sets whether a drag-and-drop operation should be canceled. - - - true, if a drag-and-drop operation should be canceled; otherwise, false. - - - - - - - Gets or sets the target drop effect in a drag-and-drop operation. - - - One of the values. - - - - - - - Gets the location of the mouse during the mouse generating event. - - - - A structure that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the screen. - - - - - - - - Represents a method that handles the event. - - - - - - - Represents a method that will handle the event. - - - - A that raises the event. - - - - A object that comprises data related to the event. - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ToolboxDragItemStartEventArgs class with the specified settings. - - - - The collection of toolbox items being dragged. - - - - - - - - Gets or sets whether a drag-and-drop operation should be canceled. - - - true, if a drag-and-drop operation should be canceled; otherwise, false. - - - - - - - Gets or sets whether an event was handled; if handled, the default actions are not required. - - - true, if the default actions are not required; otherwise, false. - - - - - - - Gets or sets the image displayed near the mouse cursor during drag-and-drop operations. - - - - - An object that specifies the image displayed near the mouse cursor during drag-and-drop operations. - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - A object that raises the event. - - - - A object that comprises data related to the event. - - - - - - - - - - Contains options that affect the minimizing functionality. - - - - - - - Initializes a new instance of the ToolboxOptionsMinimizing class. - - - - - - - - Gets or sets whether the can be collapsed. - - - true, if can be collapsed; otherwise, false. - - - - - - - Gets or sets the number of columns into which the items are arranged in the minimized state. - - - An integer value that specifies the number of columns into which the items are arranged. - - - - - - - Gets or sets the direction of the arrow displayed in the Minimize button. - - - A enumeration value that specifies the direction of the arrow displayed in the Minimize button. - - - - - - - Gets or sets the width, in pixels, of the in the minimized state. - - - An integer value that specifies the control width, in pixels, in the minimized state. - - - - - - - Gets or sets the width, in pixels, of the in the normal (expanded) state. - - - An integer value that specifies the control width, in pixels, in the normal (expanded) state. - - - - - - - Gets or sets whether items hidden in the minimized state are accessed using scroll buttons (the default behavior) or using a popup panel. - - - A enumeration value that specifies how items hidden in the minimized state can be accessed. - - - - - - - Gets or sets whether the is in the normal or minimized state. - - - A enumeration value that specifies whether the is in the normal or minimized state. - - - - - - - - Contains options that affect the view. - - - - - - - - Initializes a new instance of the ToolboxOptionsView class. - - - - - - - - Gets or sets the number of columns into which the items are arranged. - - - An integer value that specifies the number of columns into which the items are arranged. - - - - - - - Gets or sets whether the height of the panel that contains the groups is automatically calculated to fit their entire content. - - - true, if the panel height is automatically calculated; otherwise, false. - - - - - - - Gets or sets the amount of space, in pixels, between the image and caption of the toolbox elements (groups and items). - - - An integer value that specifies the amount of space, in pixels, between the image and caption of the toolbox elements. - - - - - - - Gets or sets the dimensions of the rectangle for the item icons. - - - A structure that specifies the dimensions of the rectangle for the item icons. - - - - - - - Gets or sets whether the toolbox elements (groups and items) display their icons, captions, or both. - - - A enumeration value that specifies whether the toolbox elements (groups and items) display their icons, captions, or both. - - - - - - - Gets or sets the caption for the menu button displayed in the . - - - A string value that specifies the caption for the menu button. - - - - - - - Gets or sets the image for the menu button displayed in the . - - - An object that specifies the image for the menu button. - - - - - - - Gets or sets an icon for the button that invokes a popup panel containing currently active group items hidden in the minimized state. - - - An object that specifies an icon for the More items button. - - - - - - - Gets or sets whether the button that invokes a popup menu providing access to the groups is displayed. - - - true, if the displays the menu button; otherwise, false. - - - - - - - Gets or sets whether the displays the search box that allows an end-user to filter the items according to a custom criterion. - - - true, if the displays the search box; otherwise, false. - - - - - - - Gets or sets whether the toolbox caption, specified using the property, is visible. - - - true, if the toolbox caption is visible; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. - - - - A DockControllerMenu object that is the menu to be displayed. This object is used to initialize the property. - - - - A Point where the menu is about to be displayed. This value is used to initialize the property. - - - - - - - - Gets the dock control for which the event has been fired. - - - The dock control for which the popup menu is about to be displayed. - - - - - - - Gets the popup menu that is to be displayed. - - - A DockControllerMenu object that is about to be displayed. - - - - - - - Gets the popup menu's location. - - - A Point structure that is the popup menu's location. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. - - - - A GraphicsCache object associated with this BarItemCustomDrawEventArgs. - - - - - - - - Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. - - - - A GraphicsCache object associated with this BarItemCustomDrawEventArgs. - - - - A BarLinkViewInfo object that stores info about the bar item link, related to this BarItemCustomDrawEventArgs. - - - - - - - - Initializes a new instance of the BarItemCustomDrawEventArgs class with the specified settings. - - - - A GraphicsCache object associated with this BarItemCustomDrawEventArgs. - - - - A RibbonItemViewInfo object that stores info about the ribbon item, related to this BarItemCustomDrawEventArgs. - - - - - - - - Returns this bar item link's bounds. - - - A Rectangle structure that specifies the area occupied by this bar item link. - - - - - - - Provides access to this bar item link's graphics cache. - - - A object associated with this bar item link. - - - - - - - Draws the related item link entirely with its default appearance. - - - - - - - - Draws a drop-down arrow with its default appearance. - - - - - - - - Draws the default background for the current bar item link. - - - - - - - - Draws a border with its default appearance. - - - - - - - - Draws a checkbox with its default appearance for this bar item link. - - - - - - - - Draws the default background for this bar item link's drop-down menu. - - - - - - - - Draws a required editor with default appearance settings within this bar item link. - - - - - - - - Draws the default icon for this bar item link. - - - - - - - - Gets whether or not this bar item link should display only its caption. - - - true, if this bar item link should display only its caption; otherwise, false. - - - - - - - Draws the default text for this bar item link. - - - - - - - - Draws the default text with custom appearance settings for this bar item link. - - - - An AppearanceObject that stores appearance settings that should be applied to the drawn text. - - - - - - - - Gets the area occupied by the drop-down menu for this bar item link. - - - A Rectangle structure that specifies the area occupied by this bar item link's drop-down menu. - - - - - - - Gets the icon that should be displayed for this bar item link by default. - - - An Image object that is the default icon for this bar item link. - - - - - - - Gets the area occupied by this bar item link's default icon. - - - A Rectangle structure that is the area occupied by this bar item link's default icon. - - - - - - - Provides access to the Graphics object associated with this bar item link. - - - A Graphics object associated with this bar item link. - - - - - - - Gets or sets whether or not this item link is painted manually. - - - true if this item link is painted manually; otherwise, false. - - - - - - - Specifies the info for the bar item link related to this event. - - - A object that stores the info for the bar item link related to this event. - - - - - - - Specifies the info for the ribbon item related to this event. - - - A object that stores info for the ribbon item related to this event. - - - - - - - Gets whether or not this bar item link should display a check box. - - - true, if this bar item link should display a check box; otherwise, false. - - - - - - - Gets whether or not this bar item link should display its drop-down menu by default. - - - true, if this bar item link should display its drop-down menu; otherwise, false. - - - - - - - Gets whether or not this bar item link should display an editor. - - - true, if this bar item link should display an editor; otherwise, false. - - - - - - - Gets the current bar item link state (normal, selected, pressed, checked, disabled etc.). - - - A BarLinkState enumerator value that is the current state for this bar item link. - - - - - - - Gets the default text that should be displayed by this bar item link. - - - A String value that is the default text that should be displayed by this link. - - - - - - - Gets the area occupied by this bar item link's default text. - - - A Rectangle structure that is the area occupied by this bar item link's default text. - - - - - - - - Represents a item. - - - - - - - Initializes a new instance of the ToolboxItem class. - - - - - - - - Initializes a new instance of the ToolboxItem class with the specified settings. - - - - A string value that specifies the toolbox item caption. This value is assigned to the property. - - - - - - - - Creates a new ToolboxItem object that is a copy of the current instance. - - - A new ToolboxItem object that is a copy of the current instance. - - - - - - - Fires when a property value has changed. - - - - - - - - Gets the to which the current item belongs. - - - A object to which the current item belongs. - - - - - - - - Represents a base class for elements (groups and items). - - - - - - - Initializes a new instance of the ToolboxElementBase class. - - - - - - - - Initializes a new instance of the ToolboxElementBase class with the specified settings. - - - - A string value that specifies the toolbox element caption. This value is assigned to the property. - - - - - - - - Provides access to the appearance settings used to paint the current element. - - - A object that contains the appearance settings applied to the current element. - - - - - - - Gets or sets whether the current item starts a subgroup of items in the group to which it belongs. - - - true, if the current item starts a subgroup of items.; otherwise, false. - - - - - - - Gets or sets the caption for the item subgroup that the current item starts. - - - A value that specifies the caption for the item subgroup that the current item starts. - - - - - - - Gets or sets caption of the current element. - - - A string value that specifies the element (group or item) caption. - - - - - - - Creates a new ToolboxElementBase object that is a copy of the current instance. - - - A new ToolboxElementBase object that is a copy of the current instance. - - - - - - - Gets whether or not this ToolboxElementBase has a glyph assigned. - - - true, if this ToolboxElementBase has a glyph assigned; otherwise, false. - - - - - - - Gets or sets the icon of the current element. - - - An object that specifies the element (group or item) icon. - - - - - - - Provides access to all properties that allow you to assign and customize a glyph to this ToolboxElementBase. - - - A object that stores all properties that allow you to assign and customize a glyph to this ToolboxElementBase. - - - - - - - Gets or sets the name of the current component. - - - A value that specifies the name of the component. - - - - - - - Gets the to which the current element belongs. - - - An object to which the current element belongs. - - - - - - - Gets or sets custom data associated with the current toolbox element. - - - Custom data associated with the current toolbox element. - - - - - - - Gets or sets whether the current element is displayed. - - - true, if the current element is displayed; otherwise, false. - - - - - - - - Represents a group of items. - - - - - - - Initializes a new instance of the ToolboxGroup class. - - - - - - - - Initializes a new instance of the ToolboxGroup class with the specified settings. - - - - A string value that specifies the toolbox group caption. This value is assigned to the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Creates a new ToolboxGroup object that is a copy of the current instance. - - - A new ToolboxGroup object that is a copy of the current instance. - - - - - - - Fires when a property value has changed. - - - - - - - - Provides access to the collection of the items that belong to the current ToolboxGroup. - - - A object that represents the collection of items. - - - - - - - - - Displays multiple sets of items and automatically initiates drag-and-drop operations when an end-user starts dragging these items. - - - - - - - Initializes a new instance of the ToolboxControl class. - - - - - - - - Provides access to the appearance settings used to paint the elements (groups and items) in different states. - - - A object that contains the appearance settings used to paint the elements (groups and items) in different states. - - - - - - - Locks the ToolboxControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Returns information on the ToolboxControl elements located at the specified point. - - - - A System.Drawing.Point structure specifying the test point coordinates relative to the top-left corner of the ToolboxControl. - - - An ToolboxHitInfo object containing information about the ToolboxControl elements located at the test point. - - - - - - - Calculates the ToolboxControl width. - - - An integer value that specifies the ToolboxControl width. - - - - - - - Gets or sets the caption displayed at the top of the control. This property is in effect if the ToolboxControl.OptionsView.ShowToolboxCaption option is enabled. - - - A string value that specifies the toolbox caption. - - - - - - - Provides the ability to perform custom painting of the ToolboxControl visual elements. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires after an item has been dropped. Allows you to perform custom actions on item dropping. - - - - - - - - Fires during item dragging. Allows you to specify the drop effect in the current position. - - - - - - - - Fires when an item's drag operation starts. Allows you to replace the cursor icon and cancel the drag operation. - - - - - - - - Unlocks the ToolboxControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Fires when a is about to displayed for the first time and allows you to provide a custom group icon. - - - - - - - - Fires when a is about to displayed for the first time and allows you to provide a custom item icon. - - - - - - - - Returns the screen coordinates of the menu button. - - - A structure that specifies the screen coordinates of the menu button. - - - - - - - Provides access to the collection of the groups into which the items are arranged. - - - A object that represents the collection of the groups. - - - - - - - Gets or sets the source of images that can be displayed in items and groups. - - - The image collection containing images to be displayed in items and groups. - - - - - - - Fires when the popup menu is about to be shown, and allows you to customize the menu. - - - - - - - - Inverts the toolbox state; expanded to collapsed, and vice versa. - - - - - - - - Fires when a toolbox item is clicked. - - - - - - - - Fires when an item is double clicked. - - - - - - - - Gets or sets an object that controls the look and feel of the popup menus. - - - An object that controls the look and feel of the popup menus. - - - - - - - Provides access to the options that specify the control behavior, such as selection and scrolling modes. - - - A object that comprises the toolbox behavior options. - - - - - - - Provides access to the options that affect the toolbox behavior in the minimized state. - - - A object that comprises the toolbox minimize options. - - - - - - - Provides access to the toolbox display options, such as number of item columns, search box and menu button visibility, etc. - - - A object that comprises the toolbox display options. - - - - - - - Forces the control to invalidate its client area and immediately redraw itself and any child controls. - - - - - - - - Filters the ToolboxControl items according to the specified search request. - - - - A value that specifies the search request. - - - - - - - - Fires when the text in the search box is changed. - - - - - - - - Gets or sets the group currently selected in the toolbox. - - - A object that represents the group currently selected in the toolbox. - - - - - - - Fires when the group currently selected in the toolbox is changed. - - - - - - - - Gets or sets the zero-based index of the group currently selected in the toolbox. - - - An integer value that specifies the zero-based index of the group currently selected in the toolbox. - - - - - - - Fires when the toolbox state is changed from normal to minimized, and vice versa. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - - A content container for the Tab Pane control. - - - - - - - Initializes a new instance of the TabNavigationPage class with the default settings. - - - - - - - - Gets or sets what content should be displayed for the current TabNavigationPage header within the control. - - - A enumerator value that specifies what content should be displayed for the current TabNavigationPage header. - - - - - - - Gets or sets the super tip associated with this TabNavigationPage. - - - A object that is the super tip associated with this TabNavigationPage. - - - - - - - Gets or sets the regular hint associated with this TabNavigationPage. - - - A object that is the regular hint associated with this TabNavigationPage. - - - - - - - - The page container with built-in flat tabs (unlike the ), displaying one page at a time. -Supports animation effects when navigating through pages. -See Navigation Frame and Tab Pane. - - - - - - - Initializes a new instance of the TabPane class with the default settings. - - - - - - - - Gets or sets whether the collapse button is visible, allowing users to collapse the control. - - - - True, if the collapse button is visible; otherwise, Default or False. - - - - - - - Adds a new blank page to this TabPane control. - - - A object that is the new page added to this TabPane control. - - - - - - - Retrieves an object that paints this TabPane control. - - - A object that paints this TabPane control. - - - - - - - - Occurs when this TabPane control's layout has changed and allows you to respond to these changes. - - - - - - - - Provides access to properties that manage settings shared among all navigation pages owned by this TabPane control. - - - A object that stores settings shared among all navigation pages owned by this TabPane control. - - - - - - - Gets or sets the page currently selected within this TabPane control. - - - A object that is the currently selected page within this TabPane control. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. The TabPane control does not support control states. - - - - - - - - - - Gets or sets whether tabs are aligned at the near or far side of the pane, or in center. By default, the alignment depends on the pane's dock style, and RTL setting. - - - An enumeration value that specifies the alignment of tabs relative to the pane. - - - - - - - - A method that will handle a DockManager's event. - - - - - - - - A method that will handle a DockManager's event. - - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Comprises the Accordion control's hamburger menu view specific options. - - - - - - - Initializes a new instance of the AccordionOptionsHamburgerMenu class. - - - - An object specifying the Accordion control whose hamburger menu view specific options are being created. - - - - - - - - Gets or sets whether the hamburger menu is expanded in-line with the form content, or collapsed up to a side bar, or collapsed up to a toggle (hamburger) button. - - - - An enumeration value that specifies the Accordion control display mode. - - - - - - - - Comprises the Accordion control's footer specific options. - - - - - - - Initializes a new instance of the AccordionOptionsFooter class. - - - - An object specifying the Accordion control whose footer specific options are being created. - - - - - - - - Gets or sets whether the accordion control's main menu displays the active group's content, but not the header, or both the content and the header. - - - - An enumeration value that specifies how the active group's content is displayed in the main menu. - - - - - - - - Contains adaptive layout settings for the embedded in a . - - - - - - - Initializes a new instance of the OptionsAdaptiveLayout class. - - - - - - - - Gets or sets whether the Fluent Design Form automatically switches the embedded Hamburger Menu's display mode depending on the form's width. - - - true, to enable the adaptive layout feature for the embedded Hamburger Menu; otherwise, false. - - - - - - - Returns the property value scaled according to the current DPI setting. - - - An integer value of the form's width, in pixels, at which the menu's display mode is switched between Inline and Overlay modes scaled according to the current DPI setting. - - - - - - - - Returns the property value scaled according to the current DPI setting. - - - An integer value that specifies form's width at which the menu's display mode is switched between Overlay and Minimal modes scaled according to the current DPI setting. - - - - - - - - Gets or sets the form's width, in pixels, at which the menu's display mode is switched between Inline and Overlay modes. - - - The form's width at which the menu's display mode is switched between Inline and Overlay modes. - - - - - - - Gets or sets the form's width, in pixels, at which the menu's display mode is switched between Overlay and Minimal modes. - - - The form's width at which the menu's display mode is switched between Overlay and Minimal modes. - - - - - - - - A column within a Widget View. - - - - - - - Initializes a new instance of the ColumnDefinition class with the default settings. - - - - - - - - - Enumerates modes that specify how the is displayed in the expanded and collapsed states. - - - - - - - The Hamburger Menu is displayed as a side bar when collapsed, and in-line with the form content when expanded. - - - - - - - - In the collapsed state, the Hamburger Menu is rendered as a small Hamburger button (when DockStyle is Left, Right or None), or as a top-aligned bar containing the Hamburger button (when DockStyle is Top). In the expanded state, the menu is shown in an overlay above the content area. - - - - - - - - The Hamburger Menu is displayed as a side bar when collapsed, and in an overlay above the content area when expanded. - - - - - - - - - Enumerates modes that specify how the group currently selected in the Accordion control's footer is displayed in the main menu. - - - - - - - The Accordion control's main menu displays the active group's content, but not the header. - - - - - - - - The Accordion control's main menu displays the active group's content and header. - - - - - - - - - Enumerates how the 's root groups and items are displayed. - - - - - - - Root groups and items are displayed in the main menu. The control footer is hidden. - - - - - - - - Root groups and items are displayed in the control footer. When a root group is selected in the control footer, its content is displayed in the main menu. - - - - - - - - - Comprises options specific to the accordion control's minimized state. - - - - - - - Initializes a new instance of the OptionsMinimizing class. - - - - An object representing the accordion control whose state options the object being created specifies. - - - - - - - - Gets or sets whether it is allowed to resize the control footer when the accordion control is minimized. - - - True if it is allowed to resize the control footer when the accordion control is minimized; otherwise, False. - - - - - - - Gets or sets whether it is allowed to minimize (collapse) the accordion control. - - - True, if it is allowed to minimize the accordion control; False if not; By default, the behavior depends on the view type. - - - - - - - Gets or sets whether it is actually allowed to minimize the accordion control. This property is obsolete, use instead. - - - True, if it is actually allowed to minimize the accordion control; otherwise, False. - - - - - - - Gets or sets the control footer height in the accordion control's minimized state. - - - An integer value that specifies the control footer height. - - - - - - - Gets or sets the maximum allowed height of elements in the accordion control's minimized state. - - - An integer value that specifies the maximum allowed height of elements in the accordion control's minimized state. - - - - - - - Gets or sets whether the button that collapses/expands the accordion control is displayed in the normal or inverted state. - - - A enumeration value, such as Default or Inverted, that specifies the minimize button display mode. - - - - - - - Gets or sets the accordion control's width in the minimized state. - - - An integer value that specifies the accordion control's width in the minimized state. - - - - - - - Gets or sets the accordion control's width in the expanded state. - - - An integer value that specifies the accordion control's width in the expanded state. - - - - - - - Gets or sets whether the accordion control is in the expanded or collapsed state. - - - An enumeration value, such as Normal or Minimized, that specifies the accordion control state. - - - - - - - - Provides members that specify the content of auto-hidden panels' captions. - - - - - - - Indicates that only the active auto-hidden panel has both the icon and text displayed within its caption. For inactive panels, only icons are displayed within captions. - - - - - - - - - Indicates that all auto-hidden panels have both the icon and text displayed within their captions. - - - - - - - - - - An object that implements operations on a 's documents and Content Containers. - - - - - - - Activates the specific . - - - - A to be activated. - - - true if the target can be activated; otherwise, false. - - - - - - - Activates the specific content container. - - - - An IContentContainer object to be activated. - - - true if the target content container can be activated; otherwise, false. - - - - - - - Adds a tile for the specific to the current . - - - - A related to the newly added Tile. - - - true if a tile for the specific was successfully added to the current ; otherwise, false. - - - - - - - Navigates back from the currently viewed screen to the upper level. - - - true if navigation to the upper level was successful; otherwise, false. - - - - - - - Sets the current 's form visual state. - - - - true if the form should be maximized; false for the normal state. - - - true if the method was successfully performed; otherwise, false. - - - - - - - Closes the current application. - - - true if the application can be successfully closed; otherwise, false. - - - - - - - Flips the specific 's layout. - - - - - A to be flipped. - - - true if a was flipped successfully; otherwise, false. - - - - - - - Navigates from the currently viewed screen to the top-most level. - - - true if navigation to the top-most level was successfully performed; otherwise, false. - - - - - - - Displays a specific or overview screen. - - - - - An IContentContainer descendant whose overview screen is to be shown. - - - true if a container can be switched to an overview screen; otherwise, false. - - - - - - - Removes a related to the specific from the current . - - - - A whose is to be removed. - - - true if a related to the specific was successfully removed from the current ; otherwise, false. - - - - - - - Rotates the specific changing its orientation. - - - - A to be rotated. - - - true if the specific was successfully rotated; otherwise, false. - - - - - - - - A method that will handle Custom WindowsUI and Custom Header button events, such as the or events. - - - - - - - - The method for handling events which take a object as a parameter. - - - - The event source. This identifies the custom header button which fires the event. - - - - A object that contains data for the event. - - - - - - - - - A row within a Widget View. - - - - - - - Initializes a new instance of the RowDefinition class with the default settings. - - - - - - - - - Represents the form header area in Fluent Design Forms. - - - - - - - - Initializes a new instance of the FluentDesignFormControl class with the default settings. - - - - - - - - Returns the background color of this FluentDesignFormControl. - - - A Color that is the background color of this FluentDesignFormControl. - - - - - - - Notifies the control that the initialization has been started. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Notifies the control that the initialization is over. - - - - - - - - Gets or sets the that owns this FluentDesignFormControl. - - - The that owns this FluentDesignFormControl. - - - - - - - Forces this FluentDesignFormControl to redraw itself. - - - - - - - - Returns the bar item link located under the specific coordinates. - - - - A Point structure that represents the coordinates to check. - - - - true, if separators are accepted as returned objects; otherwise, false. - - - The located under the specific coordinates. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns whether this FluentDesignFormControl is currently in the Right-to-Left layout mode. - - - true if this FluentDesignFormControl is currently in the Right-to-Left layout mode; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the collection of bar items whose links are displayed within this FluentDesignFormControl. - - - A BarItems collection that stores bar items whose links are displayed within this FluentDesignFormControl. - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the associated with this FluentDesignFormControl. - - - The associated with this FluentDesignFormControl. - - - - - - - Called when the form's property value changes. - - - - - - - - Occurs when the control is redrawn. - - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Gets or sets the tooltip controller associated with this FluentDesignFormControl. - - - The associated with this FluentDesignFormControl. - - - - - - - For internal use. - - - - - - - - - - Returns the View Info object that contains information about this FluentDesignFormControl. - - - A object that contains information about this FluentDesignFormControl. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - A replacement for standard Visual Studio forms that features Windows 10-inspired visual effects, custom header area buttons, and an embedded side Accordion Control. - - - - - - - Initializes a new instance of the FluentDesignForm class with the default settings. - - - - - - - - Creates a associated with this FluentDesignForm. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Gets or sets the associated with this FluentDesignForm. - - - The associated with this FluentDesignForm. - - - - - - - Gets or sets whether or not the associated with this FluentDesignForm should have a semi-transparent multi-layer background (Acrylic effect) and draw a soft light source that follows the mouse pointer (Reveal Highlight effect). - - - true, if an Accordion control should use Acrylic and Reveal Highlight effects; otherwise, false. - - - - - - - Gets or sets the associated with this FluentDesignForm. - - - The associated with this FluentDesignForm. - - - - - - - - - - - - - - - - - - - - - - - Gets or sets the that serves as a side navigation control for this FluentDesignForm. - - - The that serves as a side navigation control for this FluentDesignForm. - - - - - - - Provides access to settings that allow the associated with this FluentDesignForm to automatically expand or collapse as a user resizes this form. - - - A object that stores Adaptive Layout Mode settings. - - - - - - - - - - - - - - - - Contains properties common to all s within a . - - - - - - - Gets or sets the length of every individual for all s within the view. - - - - An Int32 value that specifies the length of every individual for all s within the view. - - - - - - - - Gets or sets the length of a within a relative to this SlideGroup's visible part. This setting affect all s within a View. - - - - A Double value that specifies the length of a within a relative to this SlideGroup's visible part. - - - - - - - - Provides data for Custom WindowsUI and Custom Header Button events, such as the or events. - - - - - - - - Initializes a new instance of the ButtonEventArgs object. - - - - An object that owns the created ButtonEventArgs object. - - - - - - - - Gets a custom header button or a custom Win8 button associated with the current event. - - - An IButton object that is a custom header button associated with the current event. - - - - - - - - Represents a method that will handle the event. - - - - - - - The method for handling events which take a object as a parameter. - - - - The event source. This identifies the bar item link which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Contains properties for individual s within a . - - - - - - - Gets the actual length for s within the current . - - - An Int32 value that is the actual length for s within the current . - - - - - - - Gets the length of the s within the current relative to this SlideGroup's available space. - - - A Double value that is the length of the s within the current relative to this SlideGroup's available space. - - - - - - - Gets whether any of ItemLengthRatio properties was used to set the Documents' length within the current . - - - true if any of ItemLengthRatio properties was used to set the Documents' length; otherwise, false. - - - - - - - Gets or sets the length of every individual within the current . - - - - An Int32 value that specifies the length of every individual within the current . - - - - - - - - Gets or sets the length of the current 's Documents relative to this SlideGroup's visible space. - - - A Double value that is the length of the current 's Documents relative to this SlideGroup's visible space. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The that raises the event. - - - - Data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ExpandStateChangingEventArgs class with the specified settings. - - - - An object used to initialize the property. - - - - An object used to initialize the property. - - - - - - - - Gets the current element that is about to be expanded/collapsed. - - - The current element that is about to be expanded/collapsed. - - - - - - - Gets the list of elements to be additionally expanded/collapsed. - - - The list of elements to be additionally expanded/collapsed. - - - - - - - Gets the new expansion state into which the currently processed element () will be set after your ExpandStateChanging event handler is complete. - - - The new expansion state for the currently processed element. - - - - - - - - Enumerates element expansion modes in the . - - - - - - - Multiple elements (items and/or groups) can be expanded simultaneously. In this mode, you can implement custom element expansion logic by handling the event. - - - - - - - - A single element (item or group) can be expanded simultaneously. - - - - - - - - A single item and multiple groups can be expanded simultaneously. - - - - - - - - - Provides members that specify which 's parts will be visible within an Office 2013-styled . - - - - - - - - A displays all available elements. - - - - - - - - Acts in the same way as the All value. - - - - - - - - A displays Form Buttons (Close, Maximize, Minimize and Full-Screen Mode if the property is set to true). - - - - - - - - A does not display any elements. - - - - - - - - A displays its parent 's . - - - - - - - - A displays a form caption. - - - - - - - - - Serves as the base class for classes which contain options for controlling the docking functionality. - - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether an end-user can double-click a panel's caption to float it. - - - true if an end-user can double-click a panel's caption to float it; otherwise false. - - - - - - - Gets or sets whether the auto hide button is displayed within a dock panel's caption. - - - - true to show the auto hide button within the caption of a dock panel; otherwise false. - - - - - - - - Gets or sets whether the close button is displayed within a dock panel's caption. - - - - true to show the close button within the caption of a dock panel; otherwise false. - - - - - - - - Gets or sets whether the maximize button can be displayed within a dock panel's caption. - - - true to allow the maximize button to be displayed within the caption of a dock panel; otherwise false. - - - - - - - - Contains properties common to all s within a . - - - - - - - Gets or sets whether all 's Page Headers within the current View are visible. - - - true if all 's Page Headers within the current View are visible; otherwise, false. - - - - - - - - The base class for elements in the . - - - - - - - Initializes a new instance of the AccordionControlElementBase class. - - - - - - - - Gets the that owns the current element. - - - The current element's owner. - - - - - - - Gets or sets whether or not this supports glyph skinning. - - - A DefaultBoolean enumerator value that specifies whether or not this element supports glyph skinning. - - - - - - - - Fires when the element is clicked. - - - - - - - - Allows you to assign a custom control container to the element which will be displayed in an expandable area below the element's header. This property is in effect for elements of the Item style (see ). - - - An object that specifies a container for custom controls. - - - - - - - Provides access to the collection of context buttons displayed by this element. - - - - A object that stores context buttons displayed by this element. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether the element is enabled. - - - true, if the element is enabled; otherwise, false. - - - - - - - Fires after the element's property value has been changed. - - - - - - - - Gets or sets whether the element is expanded. - - - true, if the element is expanded; otherwise, false. - - - - - - - Gets or sets a custom control displayed in the element header. - - - A custom control displayed in the element header. - - - - - - - Gets or sets the distance between the and context buttons. - - - The distance between the and context buttons. - - - - - - - Gets or sets whether the element's header is visible. - - - true, if the element's header is visible; otherwise, false. - - - - - - - Gets or sets the element header height. - - - The element header height. - - - - - - - Gets or sets a regular tooltip for the current element. - - - A regular tooltip for the current element. - - - - - - - Gets or sets the image displayed in the element header. - - - The image displayed in the element header. - - - - - - - Gets or sets the index of the image (in the collection) displayed in the element header. - - - The index of the image displayed in the element header. - - - - - - - Gets or sets whether the header image ( or ) is resized and how this is performed. - - - The image stretching mode. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this AccordionControlElementBase. - - - A object that stores all properties that allow you to assign and customize an icon for this AccordionControlElementBase. - - - - - - - Returns the image collection assigned to the property. - - - The image collection assigned to the property. - - - - - - - Gets or sets the uniform resource identifier (URI) of the image from the DX Image Gallery displayed in the current . - - - A object that specifies the uniform resource identifier of the image to be displayed in the current item. - - - - - - - Gets or sets the name of this element. - - - A String value that is the element name. - - - - - - - Returns an that owns this element. - - - An that owns this element. - - - - - - - Removes the object that has been assigned to the current element. - - - - - - - - Gets or sets a for the current element. - - - A object associated with the element. - - - - - - - Gets or sets an object that contains custom data for the current element. - - - - Custom data assigned to the element. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the text displayed in the element header. - - - The text displayed in the element header. - - - - - - - Gets or sets the position of the relative to the image ( or ). - - - - The text position relative to the image. - - - - - - - Gets or sets the distance between the text and image in the element's header. - - - The distance between the text and image, in pixels. - - - - - - - Gets or sets whether the current element is visible. - - - true, if the current element is visible; otherwise, false. - - - - - - - Fires when the property value is changed. - - - - - - - - - Presents MDI child windows as a tabbed UI. - - - - - - - Initializes a new instance of the TabbedView class with the specified container. - - - - An object that implements . - - - - - - - - Initializes a new instance of the TabbedView class. - - - - - - - - Provides access to appearance settings for all s within the current TabbedView. - - - A TabbedViewPageAppearance object that contains appearance setting for the current TabbedView. - - - - - - - Provides methods to work with documents in the current View. - - - An object that provides methods to work with the current View's documents. - - - - - - - Fires when a custom header button is clicked. - - - - - - - - Provides access to properties common to all document groups within the current View. - - - An object that contains settings common to all document groups within the current View. - - - - - - - Provides access to a collection of document groups. - - - A DocumentGroupCollection object. - - - - - - - Occurs when a in the TabbedView is pinned. - - - - - - - - Provides access to properties common to all documents within the current View. - - - An object that contains settings common to all documents within the current View. - - - - - - - Occurs when a in the TabbedView is unpinned. - - - - - - - - Gets or sets whether or not documents within this TabbedView can be grouped into s without limitations. - - - A enumerator value that specifies whether or not documents within this TabbedView can be grouped into s without limitations. - - - - - - - Gets or sets whether or not sticky splitters are on. - - - true, if sticky splitters are enabled; otherwise, false. - - - - - - - Returns true if the property is set to Horizontal. - - - true if the property is set to Horizontal; otherwise, false. - - - - - - - Gets or sets whether groups in the TabbedView are oriented horizontally or vertically. - - - An Orientation value that specifies whether groups in the TabbedView are oriented horizontally or vertically. - - - - - - - Fires when the property's value is changed. - - - - - - - - Retrieves the underlying DockingContainer owned by this TabbedView. - - - A object that is the root container owned by this TabbedView. - - - - - - - Sets visibility options common for multiple s. - - - - An IEnumerable<DocumentGroup> object that contains s whose visibility is to be set. - - - - A Boolean value specifying whether target s should be made visible. - - - - - - - - Gets or sets whether an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a within the current TabbedView. - - - true if an end-user has to press a keyboard Shift key in order to display Dock Guides when dragging a within the current TabbedView; otherwise, false. - - - - - - - Gets or sets whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut. - - - A DefaultBoolean enumerator value that specifies whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut. - - - - - - - Starts icon animation within all documents. - - - - - - - - - Stops animation of icons within all documents. - - - - - - - - Occurs when an end-user clicks a tab page header within the current TabbedView to activate a corresponding . - - - - - - - - Gets the type of the current View. - - - The value. - - - - - - - - Provides values that specify the view type. - - - - - - - The Hamburger Menu view type, which features: - -- the Hamburger button (collapses/expands the menu) - - -- three display modes (Inline, Overlay and Minimal; see ). When embedded in a , the form automatically switches between these modes when you resize the form. - - - - - - - - - The default (Accordion Control) view type. - - - - - - - - - Presents MDI child windows as a native MDI. - - - - - - - Initializes a new instance of the NativeMdiView class with the specified container. - - - - An object that implements . - - - - - - - - Initializes a new instance of the NativeMdiView class. - - - - - - - - Gets whether all documents are minimized to icons. - - - true if all documents are minimized to icons; otherwise, false. - - - - - - - Gets or sets whether or not the document caption text's fore color should be mixed with its backcolor. - - - - true, if the document caption text's fore color should be mixed with its backcolor; otherwise, false. - - - - - - - - Provides access to the appearance settings used to paint document captions when these documents are active. Affects all documents within this NativeMdiView. - - - An AppearanceObject that stores appearance settings used to paint document captions when these documents are active. - - - - - - - Provides access to settings that customize the regular document caption's appearance. These settings affect all documents in this NativeMdiView. - - - - An AppearanceObject that stores appearance settings used to paint the regular document caption's appearance. - - - - - - - Provides methods to work with documents in the current View. - - - An object that provides methods to work with the current View's documents. - - - - - - - Provides access to properties common to all documents within the current View. - - - An IDocumentProperties object that contains settings common to all documents within the current View. - - - - - - - Gets whether a minimized document exists. - - - - true if a minimized document exists; otherwise, false. - - - - - - - - Gets whether any document is maximized. - - - true if any document is maximized; otherwise, false. - - - - - - - Gets the type of the current View. - - - The value. - - - - - - - - An element within . - - - - - - - Initializes a new instance of the AccordionControlElement class. - - - - - - - - Initializes a new instance of the AccordionControlElement class with the specified style. - - - - A value used to initialize the property. - - - - - - - - Gets the parent . - - - The parent . - - - - - - - Provides access to groups of appearance settings, applied to this AccordionControlElement in different visual states. - - - A object that stores element appearance settings. - - - - - - - Binds the specific parameterized command to this AccordionControlElement. - - - - An Object that is the command to be bound to this AccordionControlElement. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this AccordionControlElement. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this AccordionControlElement. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this AccordionControlElement. - - - - - - - Gets or sets whether the element is aligned at the near or far side of the control footer in the accordion control's expanded state. - - - An enumeration value, such as Near or Far, that specifies the element alignment in the control footer. - - - - - - - Provides access to the collection of nested elements. - - - The collection of nested elements. - - - - - - - Gets or sets the distance between any neighboring header content blocks for this AccordionControlElement. - - - An Int32 value that is the distance between neighboring header content blocks. - - - - - - - Provides access to a header template for the current AccordionControlElement. A header template specifies the order and alignment for header content blocks. - - - An AccordionHeaderTemplate object that specifies the order and alignment for header content blocks. - - - - - - - Gets whether the current element is displayed. - - - true, if the element is displayed; otherwise, false. - - - - - - - Gets or sets the element's hierarchy level. - - - The element's hierarchy level. - - - - - - - Fires when the current element's collection is modified. - - - - - - - - Tests whether or not a header template for this AccordionControlElement object should be serialized. - - - true, if a header template for this AccordionControlElement should be serialized; otherwise, false. - - - - - - - Gets or sets whether the element is considered a group or an item. - - - The element's style. - - - - - - - Occurs when the AccordionControlElement changes its property value. - - - - - - - - - An advanced hierarchical navigation menu. - - - - - - - - Initializes a new instance of the AccordionControl class with the default settings. - - - - - - - - Gets or sets the currently selected element. - - - An object specifying the currently selected element. - - - - - - - Adds a new group to this AccordionControl. - - - A object added to this AccordionControl. - - - - - - - Creates a new owned by this AccordionControl. - - - An object created by this method. - - - - - - - Gets or sets whether or not end-users should be able to drag this AccordionControl's elements at runtime. - - - true, if end-users should be able to drag this AccordionControl's elements at runtime; otherwise, false. - - - - - - - Gets or sets whether or not the Glyph Skinning feature is enabled for this AccordionControl. - - - A DefaultBoolean enumerator value that specifies whether or not the Glyph Skinning feature is enabled for this AccordionControl. - - - - - - - Gets or sets whether or not end-users can drag AccordionControl borders to resize this control horizontally. - - - A enumerator value that specifies whether or not this AccordionControl can be horizontally resized at runtime. - - - - - - - Gets or sets whether HTML tags can be used to format element header text (). - - - true, if this AccordionControl supports HTML tags, used within the captions of its items.; otherwise, false. - - - - - - - Gets or sets whether or not this AccordionControl supports the selected state for its Items. - - - - true, if this AccordionControl supports the selected state for its Items; otherwise, false. - - - - - - - - Gets or sets whether or not multiple s can be expanded simultaneously. - - - - true, if multiple s can be expanded simultaneously; otherwise, false. - - - - - - - - Gets or sets whether AccordionControl items are scrolled using smoothing animation. - - - - true, if AccordionControl items are scrolled using smoothing animation; otherwise, false. - - - - - - - - Gets or sets the animation effect that follows expanding\collapsing elements within this AccordionControl. - - - An enumerator value that specifies the animation effect. - - - - - - - Provides access to multiple appearance groups that store appearance settings for all accordion elements in every visual state. - - - An object that contains multiple appearance groups that store appearance settings for all accordion elements in every visual state. - - - - - - - Starts this AccordionControl's initialization. - - - - - - - - Locks the AccordionControl. - - - - - - - - This member is not supported by the AccordionControl class. - - - - - - - - - - Returns the hit info related to the target point within the AccordionControl. - - - - A Point that is the target location for which the hit info should be returned. - - - An object that allows you to get what accordion element is located at the target position. - - - - - - - Gets or sets the horizontal indent of child elements from their parents. - - - An integer value that specifies the horizontal indent of child elements from their parents. - - - - - - - Removes all AccordionControl child elements. - - - - - - - - Collapses all group elements that belong to this AccordionControl. - - - - - - - - Collapses the target accordion element. - - - - An that should be collapsed. - - - - - - - - Collapses the target element with optional animation effects. - - - - An AccordionControlElement that has to be collapsed. - - - - true, if collapsing this element should be visualized with animation effects; otherwise, false. - - - - - - - - Occurs whenever an item from either the or collections is clicked. - - - - - - - - - Fires before any context button is shown and allows you to dynamically customize it. - - - - - - - - Provides access to properties that affect all context buttons within this AccordionControl's elements. - - - A object that stores global context button settings. - - - - - - - Allows you to dynamically customize item tooltips. - - - - - - - - Allows you to draw your own elements upon AccordionControl items and groups using the standard e.Cache and e.Graphics methods. - - - - - - - - Provides the capability to dynamically rename specific AccordionControl elements. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the distance between top-level elements. - - - An Int32 value that is the distance between top-level elements. - - - - - - - - Occurs after any hosted in this AccordionControl is clicked. - - - - - - - - - Occurs whenever an end-user hovers an element within this AccordionControl while dragging another element. - - - - - - - - Gets or sets whether expandable groups and elements are scrolled (if required) to make their contents visible when they are expanded. - - - A value that specifies whether elements and groups are scrolled (if required) on their expansion to make their contents visible. -The Default value is equivalent to ScrollUp. - - - - - - - Provides access to s that serve as root elements for this AccordionControl. - - - A object that stores all s that serve as root elements for this AccordionControl. - - - - - - - Occurs when an end-user releases the currently dragged AccordionControl element. - - - - - - - - Ends the initialization process, launched by the method. - - - - - - - - Called after all required modifications are applied to the AccordionControl and forces the control to unlock its UI and reflect these changes. - - - - - - - - Expands all group elements within this AccordionControl. - - - true, if AccordionControl groups have been successfully expanded; otherwise, false. - - - - - - - Expands the target . - - - - An to be expanded. - - - - - - - - Expands the target element with optional animation effects. - - - - An AccordionControlElement object that is the element to be expanded. - - - - true, if expanding this element should be followed by animation effects; otherwise, false. - - - - - - - - Gets or sets whether a single element or multiple elements can be expanded simultaneously. - - - A value that defines element expansion mode. - - - - - - - Gets or sets whether or not this AccordionControl's groups can be expanded/collapsed by clicking their captions at runtime. - - - true, if this AccordionControl's groups can be expanded/collapsed by clicking their captions at runtime; otherwise, false. - - - - - - - Gets or sets whether end-users can click item elements' headers to expand these elements. - - - true, if end-users can click item elements' headers to expand these elements; otherwise, false. - - - - - - - Fires after an element has been expanded/collapsed. - - - - - - - - Fires when an element is about to be expanded/collapsed. Allows you to implement a custom element expansion behavior. - - - - - - - - Allows you to control an element's visibility during a filtration performed using the built-in filter control. - - - - - - - - Gets or sets a built-in control that provides the filter functionality. - - - A built-in filter control. - - - - - - - Gets the control representing the accordion control's flyout form. - - - An object specifying the accordion control's flyout form. - - - - - - - Gets the control representing the accordion control footer. - - - An object representing the control footer. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Performs a certain action for each element. - - - - An action to perform against each element. - - - - - - - - Performs a certain action for each visible element. - - - - An action to perform against each visible element. - - - - - - - - Gets the color, currently assigned to the control's Appearance.ControlAppearance.BackColor property. - - - A Color object that is the current backcolor of this AccordionControl. - - - - - - - Allows you to dynamically specify a content container for empty items. This event must be handled along with the event. - - - - - - - - Returns a linear list of all elements in the . - - - A linear list of all elements in the . - - - - - - - Returns a linear list that comprises visible top-level elements and visible elements that reside within expanded groups. - - - A linear list of visible elements. - - - - - - - Stores context buttons, shared among all AccordionControl groups. - - - A object that stores context buttons, displayed by any group element within this AccordionControl. - - - - - - - Gets or sets the header height common to all groups (elements whose is set to ). - - - An Int32 value that is the header height common to all group elements within this AccordionControl. - - - - - - - Allows you to specify whether an item, when expanded, will display a custom control container. The custom control container should be provided by handling the event. - - - - - - - - Gets the control representing the accordion header that contains the hamburger button. - - - An object representing the accordion header. - - - - - - - Gets or sets the source of images that can be displayed within element headers. - - - The image collection containing images to be displayed in element headers. - - - - - - - Occurs whenever an item element hides its content container (if any). - - - - - - - - Stores context buttons, shared among all AccordionControl items. - - - A object that stores context buttons, shown by all items within this AccordionControl. - - - - - - - Gets or sets the header height common to all items (elements whose is set to ). - - - The header height, common to all items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Scrolls the AccordionControl up or down until the target element is visible. - - - - A object which is the element that should be visible. - - - - - - - - Occurs whenever the collection is modified. - - - - - - - - Provides access to options specific to the control footer. To enable the control footer, set the property to Footer. - - - An object specifying control footer specific options. - - - - - - - Provides access to options specific to the hamburger menu view. To enable the hamburger menu view, set the property to HamburgerMenu. - - - - An object specifying hamburger menu view options. - - - - - - - Provides access to options related to the minimized (collapsed) state. - - - A object that stores options related to minimizing this AccordionControl. - - - - - - - Occurs when the control is redrawn. - - - - - - - - Occurs when the control is redrawn. - - - - - - - - Redraws the AccordionControl. - - - - - - - - Loads the AccordionControl layout, stored in registry. - - - - A String value that is the registry path where the AccordionControl layout is stored. - - - - - - - - Loads the AccordionControl layout, stored in a stream. - - - - - A String value that is the name of the stream that keeps the AccordionControl layout. - - - - - - - - Loads the AccordionControl layout, stored in a local XML file. - - - - A String value that is the path to the XML file that keeps the AccordionControl layout. - - - - - - - - Gets or sets whether root groups and items are displayed in the main menu (the default) or in the control footer. - - - A enumeration value that specifies where to display root groups and items. - - - - - - - Saves the current AccordionControl layout to the registry. - - - - - A String value that is the registry path to which the current layout should be saved. - - - true, if the layout was successfully saved; otherwise, false. - - - - - - - Saves the current AccordionControl layout to a stream. - - - - - A String value that is the name of the stream that should keep the current AccordionControl layout. - - - - - - - - Saves the current AccordionControl layout to a local XML file. - - - - A String value that is the name of the XML file that should keep the current AccordionControl layout. - - - - - - - - Gets or sets whether icons are automatically stretched to match the current DPI settings of the user's monitor. - - - True, if icons are scaled to match the current DPI settings; otherwise, Default or False. - - - - - - - Gets or sets the vertical scroll bar's visibility and style. - - - The vertical scroll bar's visibility and style. - - - - - - - Gets or sets the currently selected item. This property is in effect if item selection is enabled with the property. - - - The currently selected element. - - - - - - - Fires when the property's value is changed. This event is in effect if item selection is enabled with the property. - - - - - - - - - Selects the specified element. -This method is in effect if item selection is enabled with the property. - - - - An item to select. - - - - - - - - Gets or sets at which moment during an end-user click, an Accordion element this element is considered selected. - - - - A SelectElementMode enumerator value that specifies at which moment during an end-user clicking an Accordion element, this element is considered selected. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the built-in filter control's visibility. - - - A value that specifies the built-in filter control's visibility. - - - - - - - Gets or sets whether or not AccordionControl groups should display their expand/collapse buttons. - - - true, if AccordionControl groups should display their expand/collapse buttons; otherwise, false. - - - - - - - Gets or sets whether item elements should display their expand/collapse buttons. - - - true, if item elements should display their expand/collapse buttons; otherwise, false. - - - - - - - Occurs whenever an end-user presses an element owned by this AccordionControl and starts dragging this element away from its original location. - - - - - - - - Fires when the property value changes. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether to use the DirectX rendering. - - - A value that specifies whether the control employs the DirectX rendering. -The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether the control's view type is a classic accordion control or a hamburger menu. To specify hamburger menu specific options, use the property. - - - - An enumeration value that specifies the accordion control view type. - - - - - - - - The flat-styled page container without built-in navigation elements (unlike the ), displaying one page at a time. -Supports animation effects when navigating through pages. -See Navigation Frame and Tab Pane. - - - - - - - Initializes a new instance of the NavigationFrame class with the default settings. - - - - - - - - Adds a new page containing the specific control in the current NavigationFrame. - - - - - A Control object hosted in a newly created page. - - - - A object that is the page added to this NavigationFrame. - - - - - - - Adds a new page containing the specific control in the current NavigationFrame. - - - - - A String value that is the caption of the created page. - - - - A Control object hosted within a newly created page. - - - A object that is the page added to this NavigationFrame. - - - - - - - Gets or sets whether or not changing the frame's selected page is followed by animation effects. - - - - True, if changing the frame's selected page is followed with animation effects; False if not; Default uses the global setting. - - - - - - - Provides access to appearance settings for this NavigationFrame. - - - An AppearanceObject that stores appearance settings for this NavigationFrame. - - - - - - - Gets or sets the back color for this NavigationFrame. - - - A Color that paints this NavigationFrame's background. - - - - - - - Fires when the NavigationFrame has finished loading a page content. - - - - - - - - Fires when a NavigationFrame page loses its content. - - - - - - - - Fires when a dynamically populated is deselected. - - - - - - - - Fires when a NavigationFrame page has shown its loaded content. - - - - - - - - Adds a new blank page to this NavigationFrame. - - - A object that is the page added to this NavigationFrame. - - - - - - - Gets or sets the fore color for this NavigationFrame. - - - A Color used as fore color for this NavigationFrame. - - - - - - - Gets whether or not this NavigationFrame is initialized. - - - true, if this NavigationFrame is initialized; otherwise, false. - - - - - - - Gets whether or not this NavigationFrame is being initialized. - - - true, if this NavigationFrame is being initialized; otherwise, false. - - - - - - - Forces the NavigationFrame to redraw itself. - - - - - - - - Provides access to look and feel properties for this NavigationFrame. - - - A object that stores look and feel properties for this NavigationFrame. - - - - - - - Occurs whenever a new page was added to this NavigationFrame. - - - - - - - - Occurs whenever a page is removed from this NavigationFrame. - - - - - - - - - Provides indexed zero-based access to all pages owned by this NavigationFrame. - - - A object that stores pages owned by this NavigationFrame. - - - - - - - Allows you to dynamically assign content to each in this NavigationFrame or . - - - - - - - - - Returns this frame its default back color. - - - - - - - - Gets or sets whether or not Bar Managers and Ribbon Controls from this NavigationFrame's child pages should be automatically merged to Bars and Ribbons in the main application form. - - - - A enumerator value that specifies whether or not Bar Managers and Ribbon Controls from this NavigationFrame's child pages should be automatically merged to Bars and Ribbons in the main application form. - - - - - - - Gets or sets the currently selected page. - - - A , currently selected within this NavigationFrame. - - - - - - - Occurs when the selected page is changed. - - - - - - - - Fires when the NavigationFrame is about to change its currently selected page and allows you to cancel this upcoming modification. - - - - - - - - Gets or sets which from the collection should be selected. - - - An Int32 value that is the index of the newly selected page within the collection. - - - - - - - Occurs whenever the property changes its value. - - - - - - - - Selects the page that follows the currently selected page in the collection. - - - - - - - - Selects the page that precedes the currently selected page in the collection. - - - - - - - - Provides access to settings that affect the quality and performance of animation effects, played when this NavigationFrame navigates through its pages. - - - A object that stores animation properties. - - - - - - - Allows you to customize an animated state transition. - - - - - - - - Gets or sets the type of transition animation that follows navigation from one within this frame to another. - - - A enumerator value that is the transition animation type. - - - - - - - - Contains values that specify how child MDI windows are represented within a . - - - - - - - Child MDI windows are displayed as floating windows within a container. - - - - - - - - - The DocumentManager is in the Non-Document Mode. - - - - - - - - Child MDI windows are displayed as tabs. - - - - - - - - - The DocumentManager is in the Widget View mode. - - - - - - - - The Document Manager is in the WindowsUI View mode. - - - - - - - - - The base class for all Content Containers that display multiple Documents. - - - - - - - Gets a specific 's length within the current DocumentGroup. - - - - A Document whose length is to be obtained. - - - An Int32 value that is a specific 's length. - - - - - - - Gets an Int32 array whose every item specifies the length of a corresponding within a or a . - - - An Int32 array that contains Document lengths within a or a . - - - - - - - - Occurs whenever an end-user clicks a header of a Document that belongs to this DocumentGroup container. - - - - - - - - Gets the object providing general information about the current DocumentGroup. - - - An IDocumentGroupInfo object that contains general information about the current DocumentGroup. - - - - - - - Provides zero-based indexed access to the collection of s contained within the current DocumentGroup. - - - - A DocumentCollection object that contains all s for the current DocumentGroup. - - - - - - - Sets a specific 's length within the current DocumentGroup. - - - - A Document whose length is set. - - - - An Int32 value that is the document's length. - - - - - - - - - A collection of items in a . - - - - - - - Initializes a new instance of the BackstageViewControlItemCollecton class with the specified control. - - - - A object that is the owner of the created item collection. - - - - - - - - Adds the specified item to the current collection. - - - - A object that is the item to be added to the collection. - - - An integer value that is the position of the added item in the collection. - - - - - - - Indicates whether the collection contains the specified item. - - - - A object to locate in the collection. - - - true if the collection contains the specified item; otherwise, false. - - - - - - - Gets a that owns the current collection. - - - A that owns the current collection. - - - - - - - Gets the index of the first object in the collection. - - - A zero-based index of the first object in the collection. - - - - - - - Returns the specified item's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer, that is the item's position within the collection. -1, if the collection does not contain the specified item. - - - - - - - - Inserts the specified item into the collection at the specified location. - - - - The zero-based index at which an item is inserted. - - - - A to insert into the collection. - - - - - - - - Provides indexed access to collection elements. - - - - An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. - - - A object that is the item located at the specified position within the collection. - - - - - - - Gets the index of the last object in the collection. - - - A zero-based index of the last object in the collection. - - - - - - - Removes the specified element from the collection. - - - - A object to be removed from the collection. - - - - - - - - Gets the number of objects in the collection. - - - The number of objects in the collection. - - - - - - - - The component that allows you to implement tabbed, native MDI, Windows 10-inspired or Widget application UIs. - - - - - - - Initializes a new instance of the DocumentManager class. - - - - - - - - Initializes a new instance of the DocumentManager class with the specified container. - - - - An object that implements . - - - - - - - - Activates the DocumentManager's About dialog box. - - - - - - - - Gets or sets the BarAndDockingController that will provide default appearance options for the DocumentManager's elements. - - - A object providing appearance options. - - - - - - - Gets the bounding rectangle of the area occupied by the DocumentManager. - - - A structure which is the bounding rectangle of the DocumentManager. - - - - - - - - Returns information on an object located at the specified position. - - - - A test point where a target element is located. - - - A BaseViewHitInfo descendant that contains information on an object located at the specified position. - - - - - - - Gets or sets a client control to the current DocumentManager, switching it to the Non-Document Mode. - - - A Control assigned to the current DocumentManager as a client control. - - - - - - - Converts client coordinates to screen coordinates. - - - - - A point whose screen coordinates are to be calculated. - - - Screen coordinates of the specified point. - - - - - - - Gets or sets a control capable of containing the current DocumentManager within. - - - A System.Windows.Forms.ContainerControl that contains the current DocumentManager within. - - - - - - - Creates a object for the current DocumentManager. - - - - The enumerator value specifying the type of view created. - - - - The object created. - - - - - - - - Gets a that belongs to the same container as the current DocumentManager. - - - A object. - - - - - - - Occurs whenever a Document within this DocumentManager is activated. - - - - - - - - - Gets or sets which Documents a Document Selector will display. - - - A DocumentActivationScope enumerator value that specifies which Documents a Document Selector will display. - - - - - - - Forces the control to finish its initialization. - - - - - - - - Gets a hosted within the specific container and control. - - - - An IContainer object from which a DocumentManager has to be obtained. - - - - A Control that stores a DocumentManager to be obtained. - - - A hosted within the specific container and control. - - - - - - - Gets a DocumentManager hosted within the specific control. - - - - A Control from which a DocumentManager object is to be obtained. - - - A DocumentManager object hosted within the specific control. - - - - - - - Retrieves a DocumentManager component from the target control. - - - - A Control from which to retrieve a DocumentManager component. - - - - true, to search for the DocumentManager component not only among the target control's children, but on its parent form as well; otherwise, false. - - - - true, to search for the DocumentManager component among all children owned by the target control; otherwise, false. - - - A retrieved DocumentManager component. - - - - - - - Returns a document that displays the specified control/dock panel/form. - - - - A control displayed by the required object. - - - A object that is a document displaying the specified control. - - - - - - - Provides access to the collection of images that can be associated with documents. - - - An object that specifies an image collection. - - - - - - - Invalidates the region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager. - - - - - - - - - Invalidates the specified region occupied by the DocumentManager (adds it to the update region that will be repainted during the next paint operation), and causes a paint message to be sent to the DocumentManager. - - - - A System.Drawing.Rectangle structure that is the region to be invalidated. - - - - - - - - Gets if a document selector for this DocumentManager is currently visible. - - - true if a document selector is currently visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager. - - - An Int32 value that is the maximum number of Document thumbnails within the Windows Task Bar for this DocumentManager. - - - - - - - Gets or sets the parent MDI form. - - - The parent MDI form. - - - - - - - Gets or sets an object that controls the look and feel of the DocumentManager's popup menus. - - - An object that controls the look and feel of the DocumentManager's popup menus. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether Bar Managers and Ribbon Controls from this DocumentManager's child Documents should be automatically merged to Bars and Ribbons in the main application form. - - - - A RibbonAndBarsMergeStyle enumerator value that specifies whether child Bar Managers and Ribbon Controls should be automatically merged to Bars and Ribbons in the main application form. - - - - - - - - Gets or sets whether right-to-left mirror placement is turned on. - - - A enumeration value that specifies whether right-to-left mirror placement is turned on. - - - - - - - Converts the screen coordinates of a specified point on the screen to client-area coordinates. - - - - A Point structure that is the screen coordinates to be converted to the screen to client-area coordinates. - - - - A Point structure that specifies coordinates of a specified point on the screen to client-area coordinates. - - - - - - - Gets or sets whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar. - - - A DefaultBoolean enumerator value that specifies whether thumbnails for the Documents within this DocumentManager should be displayed in Windows Task Bar. - - - - - - - Gets or sets whether a tooltip should be displayed when the mouse pointer is over headers. - - - true to display tooltips; otherwise, false. The default is true. - - - - - - - Gets or sets whether or not Documents owned by this DocumentManager can stick to each other, parent forms or screen edges. - - - A enumerator value that specifies whether or not Documents can stick to each other, parent forms or screen edges. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for the current DocumentManager. - - - The component controlling the appearance and behavior of hints displayed for the current DocumentManager. - - - - - - - Invalidates the region occupied by the current DocumentManager. - - - - - - - - Gets or sets a View object that displays child forms(or controls) in a specific manner. - - - - A descendant that displays child forms(or controls) in a specific manner. - - - - - - - - Occurs after the DocumentManager has switched to another view. - - - - - - - - Occurs when the current DocumentManager changes its active view and allows you to respond to these changes before they are applied. - - - - - - - - Provides access to a collection of descendants that can be used within the DocumentManager. - - - A collection of descendants that can be used within the DocumentManager. - - - - - - - - A Document within a . - - - - - - - Initializes a new instance of the Document class with the default settings. - - - - - - - - Initializes a new instance of the Document class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the Document class with custom settings. - - - - An IDocumentProperties object that contains custom settings for the newly created Document. - - - - - - - - Gets or sets the caption for the navigation action related to the current Document. - - - A String value specifying the caption for the navigation action related to the current Document. - - - - - - - Gets or sets the icon for the navigation action related to the current Document. - - - An Image object specifying the icon for the navigation action related to the current Document. - - - - - - - Provides access to properties that allow you to set up raster and vector images for the default navigation button associated with this Document. - - - A object that stores image-related properties. - - - - - - - Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this Document as its action image. - - - A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. - - - - - - - Returns the icon displayed by a default navigation action that activates this Document. This default button is shown inside Navigation Bars for the and containers. - - - An Image currently displayed by a button. - - - - - - - Provides access to the current Document's custom actions. - - - A ContentContainerActionCollection object that stores custom actions for the current Document. - - - - - - - Gets or sets whether this should be removed from the list of places where the Search Panel looks for the entered text. - - - true, if this should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. - - - - - - - Gets or sets the collection of string tags for this Document. The Search Panel will check these tags for the desired text. - - - - A String collection that stores search tags for this Document. - - - - - - - - A label, imitating an item in the Recent Documents pane in MS Office 2007 UI. - - - - - - - - Initializes a new instance of the AppMenuFileLabel class. - - - - - - - - Contains appearance settings used to customize a label's description (). - - - An that contains corresponding appearance settings. - - - - - - - Gets or sets whether the control's height is adjusted to fit its contents. - - - true if the control's height is adjusted to fit its contents; otherwise, false. - - - - - - - Gets or sets the label's caption. - - - A string that specifies the label's caption. - - - - - - - Gets or sets the label's check state. - - - true if the label is checked; otherwise, false. - - - - - - - Fires after the property has been changed. - - - - - - - - Gets or sets a label's description which is displayed below the label's . - - - A label's description. - - - - - - - Retrieves the size of a rectangular area that will fit the control. - - - - - - The custom-sized area for a control. - - - The size that will fit the control. - - - - - - - Gets or sets the image displayed before the label's . - - - An image displayed before the label's . - - - - - - - Gets or sets the image displayed within the check button when the button is in the unchecked state. - - - An image displayed within the check button, representing the unchecked state. - - - - - - - Gets or sets a for a check button, displayed when the button is in the unchecked state. - - - A object. - - - - - - - Gets or sets a regular tooltip for a check button, displayed when the button is in the unchecked state. - - - A string that specifies a regular tooltip for a check button. - - - - - - - Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button when the button is in the unchecked state. - - - - A enumeration value. - - - - - - - Gets or sets the title of a regular tooltip displayed for a check button when the button is in the unchecked state. - - - - A string that specifies a regular tooltip's title. - - - - - - - Fires when the label's image () is clicked. - - - - - - - - Fires when the label's image/selected image is clicked. - - - - - - - - Sets the property to null. - - - - - - - - Sets the property to null. - - - - - - - - Gets or sets the image displayed within the check button when the label is in the checked state. - - - An image displayed within the check button, representing the checked state. - - - - - - - Gets or sets a for a check button, displayed when the button is in the checked state. - - - A object. - - - - - - - Gets or sets a regular tooltip for a check button, displayed when the button is in the checked state. - - - A string that specifies a regular tooltip for a check button. - - - - - - - Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button, when the button in the checked state. - - - A enumeration value. - - - - - - - Gets or sets the title of a regular tooltip displayed for a check button, when the button in the checked state. - - - - A string that specifies a regular tooltip's title. - - - - - - - Gets or sets whether the label's check button is visible. - - - true if the check button is visible; otherwise, false. - - - - - - - Gets or sets the label's text, that when displayed, follows the label's . - - - - A string that specifies the label's text. - - - - - - - - Contains properties for this specific . - - - - - - - Initializes a new instance of the NavigationPageDefaultProperties class with the specified settings. - - - - An IBaseNavigationPageProperties object whose settings are to be copied to this NavigationPageDefaultProperties. - - - - - - - - Gets or sets whether or not custom header buttons for this should colorize their icons with fore colors. - - - A enumerator value that specifies whether or not custom header buttons for this should colorize their icons with fore colors. - - - - - - - Gets or sets whether or not this 's caption can be formatted using HTML tags. - - - A DefaultBoolean enumerator value that specifies whether or not this 's caption can be formatted using HTML tags. - - - - - - - - Returns whether or not the Glyph Skinning feature is currently enabled for this page. - - - true, if the Glyph Skinning feature is currently enabled for this page; otherwise, false. - - - - - - - Gets whether this page's caption can currently be formatted using HTML tags. - - - true, if this page's caption can currently be formatted using HTML tags; otherwise, false. - - - - - - - Gets whether or not this page should display its collapse button. - - - true, if this page should display its collapse button; otherwise, false. - - - - - - - Gets whether or not this page can display its expand button. - - - true, if this page can display its expand button; otherwise, false. - - - - - - - Gets or sets whether or not this page should display its collapse button. - - - A enumerator value that specifies whether or not this page should display its collapse button. - - - - - - - Gets or sets whether or not this should display its expand button. - - - A DefaultBoolean enumerator value that specifies whether or not this should display its expand button. - - - - - - - - A child element within the , and controls. - - - - - - - Initializes a new instance of the NavigationPage class with the default settings. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs when the custom header button of the check type was checked. - - - - - - - - - Occurs whenever a custom header button was clicked. - - - - - - - - Occurs when the custom header button of check type was unchecked. - - - - - - - - Provides access to the custom header buttons collection. - - - A object that stores custom header buttons for this NavigationPage. - - - - - - - Provides access to this NavigationPage's advanced settings. - - - A object that stores advanced page settings. - - - - - - - Gets or sets a super tip associated with this NavigationPage. - - - A object associated with this NavigationPage. - - - - - - - Gets or sets a regular hint associated with this NavigationPage. - - - A object associated with this NavigationPage. - - - - - - - - Provides members that affect all s within the parent control ( or ). - - - - - - - Initializes a new instance of the NavigationPageProperties class with the default settings. - - - - - - - - Gets or sets whether or not custom header buttons for all s should colorize their icons with fore colors. - - - true, to colorize icons for all navigation pages; otherwise, false. - - - - - - - Gets or sets whether any navigation page within this parent container can use HTML tags to format its caption. - - - true, if any navigation page within this parent container can use HTML tags to format its caption; otherwise, false. - - - - - - - Gets or sets whether or not all pages within the current control should display their collapse buttons. - - - true, if all pages within the current control should display their collapse buttons; otherwise, false. - - - - - - - Gets or sets whether or not all s should display their expand buttons. - - - true, if all s should display their expand buttons; otherwise, false. - - - - - - - - The page container with vertically arranged built-in flat tabs, displaying one page at a time in an expandable area, which can be resized, maximized and collapsed. -Supports animation effects when navigating through pages. See Navigation Pane. - - - - - - - Initializes a new instance of the NavigationPane class with the default settings. - - - - - - - - Gets or sets whether or not page icons should be colorized with these pages' fore colors. - - - true, if page icons should be colorized with these pages' fore colors; otherwise, false. - - - - - - - Gets or sets whether or not page tab header captions recognize HTML tags. - - - true if page tab header captions recognize HTML tags; otherwise, false. - - - - - - - Gets or sets whether or not all clicks made close to the page border should be handled by the NavigationPane instead of controls lying on top of this page. - - - true, if all clicks made close to the page border should be handled by the NavigationPane; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to resize the NavigationPane's content area by dragging its border. - - - true, if end-users are allowed to resize the NavigationPane's content area by dragging its border; otherwise, false. - - - - - - - Provides access to appearance settings applied to tab headers of s that belong to this NavigationPane. - - - A object that stores appearance settings applied to tab headers of s that belong to this NavigationPane. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the hit info for the page owned by this NavigationPane and located at the target coordinates. - - - - - A Point structure that is the NavigationPane coordinates for which page hit info should be returned. - - - - A object that is the hit info for the NavigationPane page located at the target coordinates. - - - - - - - Gets or sets whether or not this NavigationPane should disable its live preview upon resizing at runtime. - - - true, if this NavigationPane should disable its live preview upon resizing at runtime; otherwise, false. - - - - - - - Gets or sets the dock style for this NavigationPane. - - - A enumerator value that specifies the dock style for this NavigationPane. - - - - - - - Gets the object that paints this NavigationPane. - - - An object that paints this NavigationPane. - - - - - - - Gets or sets the image storage whose images can be used as icons for pages owned by this NavigationPane. - - - An Object that stores images that can be used as page icons. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets page header orientation for all s that belong to this NavigationPane. - - - - A enumerator value that specifies the page header orientation. - - - - - - - - Forces the NavigationPane to redraw itself. - - - - - - - - Fires when the overlay resizing starts. - - - - - - - - Gets or sets the width of the overlay resize zone. - - - An Int32 value that is the width of the overlay resize zone. - - - - - - - Provides access to global settings that affect every hosted within this NavigationPane. - - - A object that stores global settings that affect every hosted within this NavigationPane. - - - - - - - Gets or sets the size of this NavigationPane's content area when the pane is in its regular state. - - - A Size structure that is the size of this NavigationPane's content area when the pane is in its regular state. - - - - - - - Gets or sets whether or not hovering over tab headers displays hints and super tips associated with these tabs. - - - A enumerator value that specifies whether or not hovering over tab headers displays hints and super tips associated with these tabs. - - - - - - - Gets or sets this NavigationPane's current state. - - - A enumerator value that is this NavigationPane's current state. - - - - - - - Occurs whenever this NavigationPane changes its . - - - - - - - - Occurs whenever this NavigationPane changes its state (expanded, collapsed, regular). - - - - - - - - Specifies the NavigationPane content area's width, below which the pane is automatically collapsed. Equals 80 by default. - - - - - - - - - - Gets or sets the tooltip controller associated with this NavigationPane. - - - A object that manages tooltip appearance and behavior for this NavigationPane. - - - - - - - - Contains values that specify when the Click events for a bar item fire. - - - - - - - This option is equivalent to the option. - - - - - - - - The Click events for a specific bar item fire immediately. - - - - - - - - The Click events for a specific bar item are postponed. They fire after all events in the event queue have been processed. - - - - - - - - - - - Contains settings that control the display of bar items in a . - - - - - - - Initializes a new instance of the RibbonProperties class. - - - - A object that will receive notifications when properties of the created RibbonProperties object are changed. - - - - - - - - Gets or sets the default size for all regular item icons within the . - - - A Size structure that is the default size for all regular item icons within the . - - - - - - - Gets or sets the default size for all large item icons within the . - - - A Size structure that is the default size for all large item icons within the . - - - - - - - Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user's monitor. - - - true if in-place editors are scaled to match the current DPI settings; otherwise, false - - - - - - - Gets or sets whether gallery items are automatically stretched to match the current DPI settings of the user's monitor. - - - true, if gallery items are scaled to match the current DPI settings; otherwise, false. - - - - - - - Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor. - - - true if bar item icons are scaled to match the current DPI settings; otherwise, false - - - - - - - - A link to the object. - - - - - - - Returns a to which the current item link corresponds. - - - A to which the current item link corresponds. - - - - - - - - A Windows UI-style check button, which can have the checked and unchecked states. - - - - - - - Initializes a new instance of the BarToggleSwitchItem class. - - - - - - - - An equivalent of the property, used exclusively for data bindings. - - - true, if the BarToggleSwitchItem is checked; otherwise, false. - - - - - - - Occurs whenever the property changes its value. - - - - - - - - Gets or sets whether the item is checked. - - - true, if the item is checked; otherwise, false. - - - - - - - Fires after the check state of the current item is changed. - - - - - - - - - A link to the object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - Always false. - - - - - - - Returns a to which the current item link corresponds. - - - A to which the current item link corresponds. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - - Displays static text using a heading style which is determined by the current skin. The text is typically painted bold against a background that is different from the background of regular buttons. Use BarHeaderItem to add headers to a or (sub-menu) to separate sets of items. - - - - - - - Initializes a new instance of the BarHeaderItem class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Provides access to the appearance settings for the current header. - - - A BarItemAppearance object that contains the appearance settings for the current header. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Gets or sets whether the items below the current BarHeaderItem are displayed in columns. - - - A enumeration value that specifies whether the items are displayed in columns. - - - - - - - Provides access to the settings of the multicolumn mode of displaying items below the current header. - - - An OptionsMultiColumn object that encapsulates the settings of the multicolumn mode. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Gets or sets the BarHeaderItem's size. - - - A Size structure that is this BarHeaderItem's size. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - - Contains data for events that occur for a 's items. - - - - - - - Initializes a new instance of the BackstageViewItemEventArgs class with the specified item. - - - - A object used to initialize the property. - - - - - - - - Gets the currently processed item. - - - A object that is the currently processed item. - - - - - - - - Provides access to properties that manage the asynchronous image loading feature for this gallery. - - - - - - - - Initializes a new instance of the GalleryOptionsImageLoad class with the default settings. - - - - - - - - Gets or sets the animation that follows image loading for items within this gallery. - - - - An enumerator value that specifies the animation that follows image loading for items within this gallery. - - - - - - - - Copies all available property settings from the target BaseOptions object to this GalleryOptionsImageLoad object. - - - - A BaseOptions object whose settings are to be cloned to this GalleryOptionsImageLoad object. - - - - - - - - Gets or sets whether items in this gallery should load their images asynchronously. - - - true if items in this gallery should load their images asynchronously; otherwise, false. - - - - - - - Gets or sets the desired size of thumbnails created by the event. - - - - A Size structure that is the size of thumbnails created by the event. - - - - - - - - Gets or sets whether items within this gallery should load their images in random order. - - - true, if items within this gallery should load their images in random order; otherwise, false. - - - - - - - - A base class for all Content Containers types used within a . - - - - - - - Occurs whenever Navigation Bars within the current BaseContentContainer are to be displayed. Allows you to customize this container's Navigation Bar Actions. - - - - - - - - Provides access to the collection of Custom Navigation Bar Actions used within the current Content Container. - - - A ContentContainerActionCollection object that stores Custom Navigation Bar Actions for the current Content Container. - - - - - - - Fires when the current Content Container's actions collection changes. - - - - - - - - - Gets or sets whether or not container buttons should paint their glyphs with the foreground color. See the Glyph Skinning help article to learn more. - - - true, if container buttons should paint their glyphs with the foreground color; otherwise, false. - - - - - - - Provides access to the appearance settings used to paint WindowsUI Buttons within the current Content Container. - - - A ButtonsPanelControlAppearance object that stores appearance settings used to paint Custom Buttons. - - - - - - - Provides access to appearance settings used to paint the current Content Container's . - - - An AppearanceObject that contains appearance settings for the current Content Container's . - - - - - - - Gets or sets the collection of background images for the current Content Container's Custom Buttons. - - - An Object that stores background images for all Custom Buttons within the current BaseContentContainer. - - - - - - - Occurs when a Custom Button within the current Content Container is checked. - - - - - - - - Occurs when a regular Custom Button within the current Content Container is clicked. - - - - - - - - Gets or sets the distance between neighboring WindowsUI Buttons in the current Content Container. - - - An Int32 value that specifies the distance between neighboring Custom Buttons in the current Content Container. - - - - - - - Provides access to the Content Container's WindowsUI Buttons collection. - - - A ContentContainerButtonCollection object that stores the Content Container's WindowsUI Buttons. - - - - - - - Occurs when a Custom Button within the current Content Container is checked. - - - - - - - - Gets or sets the current Content Container's caption. - - - A String value that specifies the current Content Container's caption. - - - - - - - Gets or sets whether this Content Container should be removed from the list of places where the Search Panel looks for the entered text. - - - true, if this Content Container should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. - - - - - - - Gets an enumerator that goes down the BaseContentContainer's hierarchy and iterates the children that meet a specific set of criteria. - - - - A BaseContentContainer to be iterated through. - - - - A Predicate object that is the method that defines a set of criteria and determines whether a BaseContentContainer's child meets those criteria. - - - - An Int32 value that specifies how far down the BaseContentContainer's hierarchy an enumerator should go to reach the required container's children. - - - - An IEnumerator that goes down the BaseContentContainer's hierarchy and iterates the children that meet a specific set of criteria. - - - - - - - Gets an Enumerator that can iterate through the BaseContentContainer's content. - - - An IEnumerator for the entire BaseContentContainer. - - - - - - - Gets an enumerator that goes down the BaseContentContainer's hierarchy and iterates its children. - - - - An Int32 value that specifies how far down the BaseContentContainer's hierarchy an enumerator should go to reach the required container's children. - - - - An IEnumerator that goes down the BaseContentContainer's hierarchy and iterates its children. - - - - - - - Gets an enumerator that iterates through the current BaseContentContainer with a specific criteria. - - - - A System.Predicate object that defines a set of criteria and determines whether a BaseContentContainer's child meets those criteria. - - - An IEnumerator object that iterates through the current BaseContentContainer with a specific criteria. - - - - - - - Gets the root parent for the specific Content Container. - - - - An IContentContainer whose root parent is to be obtained. - - - An IContentContainer object that is the target Content Container's root parent. - - - - - - - Gets or sets an icon for the current Content Container. - - - An Image that is the current Content Container's icon. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this container. - - - A object that stores image-related options. - - - - - - - Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseContentContainer. - - - A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. - - - - - - - Gets specific information about the current Content Container. - - - An IContentContainerInfo object that contains specific information about the current Content Container. - - - - - - - Gets whether the Content Container is currently active. - - - true if the Content Container is currently active; otherwise, false. - - - - - - - Gets whether the current Content Container is created automatically. - - - true if the current Content Container is created automatically; otherwise, false. - - - - - - - Gets whether the 'container' Content Container is the 'parent' container's child. - - - - An IContentContainer to be checked. - - - - An IContentContainer that is a potential container's parent. - - - - true if the container Content Container is the parent container's child; otherwise, false. - - - - - - - Gets whether the number of current Content Container items has reached its limit. - - - - true if the number of current Content Container items has reached its limit; otherwise, false. - - - - - - - - Gets whether the current Content Container is orientated horizontally. - - - true if the current Content Container is orientated horizontally; otherwise, false. - - - - - - - Gets if the current Content Container is loaded. - - - true if the current Content Container is loaded; otherwise, false. - - - - - - - Gets a that owns the current Content Container. - - - A DocumentManager object that owns the current BaseContentContainer. - - - - - - - Gets or sets the current Content Container's name. - - - A String value that specifies the current Content Container's name. - - - - - - - Gets or sets the current Content Container's parent Container. - - - An IContentContainer object that is the current BaseContentContainer's parent. - - - - - - - Provides access to the current Content Container's general settings. - - - An IContentContainerDefaultProperties object that stores base Content Container properties. - - - - - - - Gets or sets the collection of string tags for this BaseContentContainer. The Search Panel will check these tags for the desired text. - - - - A String collection that stores search tags for this BaseContentContainer. - - - - - - - Gets or sets the current Content Container's subtitle. - - - A String value that is the current Content Container's subtitle. - - - - - - - Gets or sets a tag that labels this BaseContentContainer. - - - An Object that labels this BaseContentContainer. - - - - - - - Refreshes document actions displayed within this BaseContentContainer's child documents. - - - - - - - - Gets or sets whether or not container buttons should display their background images. - - - true, if container buttons should display their background images; otherwise, false. - - - - - - - - A method that will handle events related to a Document. - - - - - - - A method that will handle events that take a object as a parameter. - - - - The event source. The that raised the event. - - - - A object that contains event data. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the AlertButtonClickEventArgs class with the specified settings. - - - - An object used to initialize the property. - - - - A object used to initialize the property. - - - - An AlertFormCore object used to initialize the property. - - - - - - - - Provides access to the settings of the button that has been clicked. - - - An object containing settings of the button that has been clicked. - - - - - - - Gets the name of the button that has been clicked. - - - A string that specifies the clicked button's name. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object containing event data. - - - - - - - - - A Custom Button in the WindowsUI View. A button in the control. - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - An Int32 value that specifies an image within the collection as the newly created 's icon. - - - - An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - - A String value that is the 's tool-tip. - - - - true if the should display its caption; otherwise, false. - - - - An Int32 value specifying the newly created order relative to other s. - - - - true if the button is enabled; otherwise, false. - - - - A object associated with the created. - - - - An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). - - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - An Int32 value that specifies an image within the collection as the newly created 's icon. - - - - An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - - A String value that is the 's tool-tip. - - - - true if the should display its caption; otherwise, false. - - - - An Int32 value specifying the newly created order relative to other s. - - - - An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). - - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - An Int32 value that specifies an image within the collection as the newly created 's icon. - - - - An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - - An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). - - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings (text and icon). - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings, including caption, icon, button style and group index. - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - An Int32 value that specifies an image within the collection as the newly created 's icon. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - - An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). - - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified caption and style settings. - - - - A String value that is the newly created 's caption. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - - - - - - Initializes a new instance of the WindowsUIButton class with the custom settings. - - - - - - - - Initializes a new instance of the WindowsUIButton class with custom settings. - - - - A String value that is the newly created 's caption. - - - - An Image that is the newly created 's icon. - - - - An Int32 value that specifies an image within the collection as the newly created 's icon. - - - - An ImageLocation enumerator value that specifies the position of the newly created 's icon relative to this button's text. - - - - A ButtonStyle enumerator value specifying whether the newly created is a regular (push) or check button. - - - - A String value that is the 's tool-tip. - - - - true if the should display its caption; otherwise, false. - - - - An Int32 value specifying the newly created order relative to other s. - - - - true if the button is enabled; otherwise, false. - - - - A object associated with the created. - - - - true if the should display its image; otherwise, false. - - - - true if the button is initially checked; otherwise, false (for check-buttons only). - - - - true if the button is initially visible; otherwise, false. - - - - An Object that stores button icons. - - - - An Object that is the newly created button's tag. - - - - An Int32 value that specifies a radio button group to which the newly created belongs (for check-buttons only). - - - - true if the button is horizontally aligned to the left; otherwise, false. - - - - true if the button's icon can be transparent; otherwise, false. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - An Image object that is the button glyph. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. Overrides the image parameter. - - - - An Int32 value that is the number of an image within the container's Images collection (e.g., ) that should be used as the button glyph. - - - - An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. - - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - - A String value that is the button hint. - - - - true, if the button should display its caption; otherwise, false. - - - - An Int32 value that specifies the order for this button within its parent container. - - - - true, if the button is enabled; otherwise, false. - - - - A SuperTip object assigned to this button. - - - - true, if the button should display its glyph; otherwise, false. - - - - true, if the button is in the pressed state; otherwise, false. This setting is in effect only for buttons whose style argument was set to ButtonStyle.CheckButton. - - - - - true, if the button should be visible to end-users; otherwise, false. - - - - An Object that contains images applied to this button in all its visual states. See the property to learn more. - - - - An Object that contains any required info related to this button. - - - - An Int32 value that specifies to which group this button belongs. - - - - true, if the button is aligned to the left edge of its parent container; otherwise, false. - - - - true, if the button should process transparent pixels of its glyph; otherwise, false. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - A String value that is the Unified Resource Identifier (URI) for the image, contained within the Image Gallery and Context-Dependent Images, that should be used as the button glyph. - - - - An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. - - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - A String value that is the button hint. - - - - true, if the button should display its caption; otherwise, false. - - - - An Int32 value that specifies the order for this button within its parent container. - - - - true, if this button is enabled; otherwise, false. - - - - A SuperTip object assigned to this button. - - - - true, if this button should display its glyph; otherwise, false. - - - - true, if this button is in the pressed state; otherwise, false. Pressed state is only supported by buttons whose style parameter is set to ButtonStyle.CheckButton. - - - - - true, if this button is visible to end-users; otherwise, false. - - - - An Object that stores images, used as button images for all its visual states. See the WindowsUI Buttons topic to learn more. - - - - An Object that stores any required info related to this button. - - - - An Int32 value that specifies to which group this button belongs. - - - - true, if the button should be aligned by the left edge of the parent container; otherwise, false. - - - - true, if the button should display transparent pixels of its glyph as is; otherwise, false. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. - - - - An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. - - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - - A String value that is this button hint. - - - - true, if this button should display its caption; otherwise, false. - - - - An Int32 value that specifies the order for this button within its parent container. - - - - true, if this button is enabled; otherwise, false. - - - - A SuperTip object assigned to this button. - - - - An Int32 value that specifies to which group this button belongs. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. - - - - An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. - - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - - A String value that is the button hint. - - - - true, if this button should use its caption; otherwise, false. - - - - An Int32 value that specifies the order for this button within its parent container. - - - - An Int32 value that specifies to which group this button belongs. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - An Image object that is the button glyph. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. Overrides the image argument value. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - - An Int32 value that specifies to which group this button belongs. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - A String value that is the Unified Resource Identifier (URI) for the image contained within the Image Gallery and Context-Dependent Images that should be used as the button glyph. - - - - An ImageLocation enumerator value that specifies the button glyph's alignment relative to this button's text. - - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - - An Int32 value that specifies to which group this button belongs. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - true, if the button should display its caption; otherwise, false. - - - - A WindowsUIButtonImageOptions object that specifies image options. - - - - A Style enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - A String value that is the button hint. - - - - An Int32 value that specifies the order for this button within its parent container. - - - - true, if this button is enabled; otherwise, false. - - - - A SuperTip object assigned to this button. - - - - true, if this button should display its glyph; otherwise, false. - - - - true, if this button is in the pressed state; otherwise, false. Pressed state is only supported by buttons whose style parameter is set to ButtonStyle.CheckButton. - - - - true, if this button is visible to end-users; otherwise, false. - - - - An Object that stores any required info related to this button. - - - - An Int32 value that specifies to which group this button belongs. - - - - true, if the button should be aligned by the left edge of the parent container; otherwise, false. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - true, if the button should display its caption; otherwise, false. - - - - A WindowsUIButtonImageOptions object that specifies image options. - - - - - - - - Initializes a new instance of the WindowsUIButton class with the specified settings. - - - - A String value that is the button text. - - - - true, if the button should display its caption; otherwise, false. - - - - A WindowsUIButtonImageOptions object that specifies image options. - - - - A ButtonStyle enumerator value that specifies whether this button should be a regular push button or check button that supports regular and pressed states. - - - - An Int32 value that specifies to which group this button belongs. - - - - - - - - Provides access to appearance settings for the current . - - - An AppearanceObject that stores the current 's appearance settings. - - - - - - - Binds the specific parameterized command to this WindowsUIButton. - - - - An Object that is the command to be bound to this WindowsUIButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this WindowsUIButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this WindowsUIButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this WindowsUIButton. - - - - - - - Occurs when an end-user clicks this WindowsUIButton. - - - - - - - - Gets or sets whether specific colors in the current WindowsUIButton's image are transparent. - - - true, if specific colors in the current WindowsUIButton's image are transparent; otherwise, false. - - - - - - - Gets or sets the position of the current 's icon relative to this button's text. - - - Gets or sets the position of the current 's icon relative to this button's text. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this WindowsUIButton. - - - A object that stores all properties that allow you to assign and customize an icon for this WindowsUIButton. - - - - - - - Gets or sets whether the current is horizontally aligned to the left. - - - true if the current is horizontally aligned to the left; otherwise, false. - - - - - - - - The dropdown control container that can be associated with a object - - - - - - - Initializes a new instance of the TileBarDropDownContainer class. - - - - - - - - This property is not supported by the TileBarDropDownContainer class. - - - - - - - - - - This property is not supported by the TileBarDropDownContainer class. - - - - - - - - - - This property is not supported by the TileBarDropDownContainer class. - - - - - - - - - - - Represents a Ribbon Page within a RibbonControl. - - - - - - - Initializes a new instance of the RibbonPage class. - - - - - - - - Initializes a new instance of the RibbonPage class with the specified caption. - - - - A string that specifies the text to be displayed within the page's header. This value is assigned to the property. - - - - - - - - Provides access to the RibbonPage's appearance settings. - - - An Appearance object that stores the current RibbonPage's appearance settings. - - - - - - - Gets or sets the page category with which the current RibbonPage object is associated. - - - A object with which the current page is associated. - - - - - - - Creates a new RibbonPage object with the settings matching those of the current object. - - - A copy of the current RibbonPage object. - - - - - - - Gets the collection of pages that contains the current RibbonPage object. - - - A object that contains the current RibbonPage object. - - - - - - - Locates a page group with the specified name within the current page. - - - - A string value that identifies the name of the group to be found. The group's name is specified by the property. - - - A object with the specified name. null if no page with the specified name has been found. - - - - - - - Returns an image displayed within the pager's header. - - - A object that represents the image displayed within the page's header. - - - - - - - Gets the collection of Ribbon page groups owned by the current page. - - - A which contains Ribbon page groups of the current page. - - - - - - - Gets or sets an image displayed within the Ribbon page's header. - - - A object that represents the image displayed within the page's header. - - - - - - - Gets or sets the alignment of the image displayed within the page's header. - - - A enumeration value that specifies the image's horizontal alignment. - - - - - - - Gets or sets an image displayed within the Ribbon page's header. - - - A zero-based index that specifies the image displayed within the Ribbon page's header. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this page. - - - A object that stores image-related properties. - - - - - - - Gets a collection of images. - - - An object that contains images. - - - - - - - Gets or sets the distance between the page header's image and text. - - - An integer value that specifies the distance between the page header's image and text, in pixels. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current page's tab. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current page's tab. - - - - - - - Gets or sets whether the current page belongs to the default page category. - - - true if the current page belongs to the default page category; otherwise, false. - - - - - - - Gets or sets the Key Tip for a Ribbon Page. - - - A value that specifies the Key Tip associated with the Ribbon Page. - - - - - - - Provides access to groups that have been merged into the current page. - - - A collection containing groups that have been merged into the current page. - - - - - - - Defines the visual position of the current RibbonPage object after merging this Ribbon Control into an MDI parent Ribbon. - - - An ordinal number determining the position of the RibbonPage after merging this Ribbon Control into an MDI parent Ribbon. - - - - - - - Gets the name of the current component. - - - A string which specifies the name of the component. - - - - - - - Gets the page's index within the page collection of the category to which this page belongs. - - - An integer value that specifies the zero-based index of the current page within the page collection of the category to which this page belongs. -1 if the page doesn't belong to any category. - - - - - - - Gets the information used to render the Ribbon page. - - - A object which contains information used to render the Ribbon page. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the which owns the current page. - - - A which owns the current page. - - - - - - - Gets or sets an object that contains data on the current RibbonPage object. - - - An object that contains data on the current object. - - - - - - - Gets or sets the text displayed within the page's header. - - - A string that is displayed within the page's header. - - - - - - - Returns the RibbonPage's caption. - - - A String value that is the RibbonPage's caption. - - - - - - - - Gets or sets whether the page is visible. - - - true if the page is visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - Provides functionality for Windows 10-styled pop-ups and flyout messages. - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A Control that will be displayed by this FlyoutDialog. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that will own this FlyoutDialog. - - - - A object that will be displayed within this FlyoutDialog. - - - - A FlyoutProperties object that specifies advanced FlyoutDialog settings. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that will own the newly created FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that will own the newly created FlyoutDialog. - - - - A Control displayed within the FlyoutDialog. - - - - A FlyoutProperties object that contains advanced FlyoutDialog settings. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that will own the newly created FlyoutDialog. - - - - A Control that is this FlyoutDialog's content. - - - - An IDXMenuManager object that controls this FlyoutDialog. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that will own this FlyoutDialog. - - - - A object that will be displayed in this FlyoutDialog. - - - - A Control displayed in the FlyoutDialog. - - - - - A FlyoutProperties object that specifies advanced FlyoutDialog settings. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A object that will be displayed in this FlyoutDialog. - - - - - A Control that will be displayed by this FlyoutDialog. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this newly created FlyoutDialog. - - - - A FlyoutAction object assigned to this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object that contains advanced FlyoutDialog settings. - - - - true, if the FlyoutDialog should use the backcolor of the assigned flyoutControl; otherwise, false. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this newly created FlyoutDialog. - - - - A FlyoutAction object assigned to this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - true, if the FlyoutDialog should use the backcolor of the assigned flyoutControl; otherwise, false. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A String value that is the FlyoutDialog description. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object associated with this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object associated with this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A String value that is the FlyoutDialog description. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A String value that is the FlyoutDialog description. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - - - - - Initializes a new instance of the FlyoutDialog class with the specified settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - - - - - - Gets a control assigned to this FlyoutDialog. - - - A Control assigned to this FlyoutDialog. - - - - - - - Provides access to an object that stores advanced FlyoutDialog settings. - - - A object that stores advanced FlyoutDialog settings. - - - - - - - Displays a FlyoutDialog with specific parameters and assigned flyout action. - - - - A Form that owns this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A FlyoutProperties object assigned to this FlyoutDialog. - - - A DialogResult enumerator value that is the value returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog object with a specific action assigned to it. - - - - A Form that owns this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. - - - - - - - - Displays a FlyoutDialog with a specific control within and related to a predicate function. - - - - - A Form that owns this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. - - - - - - - - Displays a FlyoutDialog that has an assigned flyout action and predicate function. - - - - A Form that owns this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. - - - - - - - Shows a FlyoutDialog with specific properties and displayed content. - - - - A Form that owns the FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object that stores advanced FlyoutDialog settings. - - - A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog object that displays a specific control and has the related predicate function. - - - - A Form that owns this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object that stores advanced FlyoutDialog settings. - - - - A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumerator value that is the value returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog object with a flyout action, flyout properies and predicate function assigned. - - - - A Form that owns this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A FlyoutProperties object that stores this FlyoutDialog's properties. - - - - A Predicate that checks whether the FlyoutDialog can be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumerator value that is the value, returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog object with the target control within. - - - - A Form that owns this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - A DialogResult enumerator value that is the value returned from the FlyoutDialog after it is closed. - - - - - - - - Displays a FlyoutDialog with a flyout action and a specific control within. - - - - A Form that owns this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - A DialogResult enumeration value returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog with a flyout action and a specific control within, using a related predicate function. - - - - A Form that owns the FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumeration value returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties. - - - - A Form that owns the FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A FlyoutProperties object that stores advanced FlyoutDialog settings. - - - A DialogResult enumeration value returned from the FlyoutDialog after it was closed. - - - - - - - Displays a FlyoutDialog with a flyout action and a specific control within, using specific properties and a related predicate function. - - - - A Form that owns the FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A object assigned to this FlyoutDialog. - - - - A FlyoutProperties object that stores advanced FlyoutDialog settings. - - - - A Predicate function that checks whether this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - A DialogResult enumeration value returned from the FlyoutDialog after it was closed. - - - - - - - Shows this FlyoutDialog with the specific parameters set. - - - - A Form that owns this FlyoutDialog. - - - - A Control displayed within this FlyoutDialog. - - - - A assigned to this FlyoutDialog. - - - - A FlyoutProperties object that stores advanced FlyoutDialog settings. - - - - A Predicate function that checks the DialogResult value, returned by this FlyoutDialog and depending on this, determines whether or not this FlyoutDialog can currently be closed. End-users cannot close the FlyoutDialog until this function returns true. - - - - - true, if the FlyoutDialog should use the same background color as the flyoutControl assigned; otherwise, false. - - - A DialogResult enumerator value that specifies the way this FlyoutDialog is closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A String value that is the FlyoutDialog description. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A String value that is the FlyoutDialog description. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A Control displayed within this FlyoutDialog. - - - - A FlyoutProperties object associated with this FlyoutDialog. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Displays a FlyoutDialog with specific settings. - - - - A Form that owns this FlyoutDialog. - - - - A String value that is the FlyoutDialog caption. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutDialog will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which FlyoutDialog button is the default one. A default button is considered as clicked when end-users press the Enter key as the FlyoutDialog pops up. - - - - A enumeration value that this FlyoutDialog returns when closed. - - - - - - - Gets or sets whether or not this FlyoutDialog should use the same background color as the control displayed in it. - - - - true, if this FlyoutDialog should use the same background color as the control displayed within it; otherwise, false. - - - - - - - - Provides members that specify how popup sub-menus are shown. - - - - - - - Nested popup sub-menus are displayed in the traditional cascaded style. - - - - - - - - - - - Specifies the same mode as the Inplace option if popup menus are managed by the displayed in the TabletOffice style (see ). In other cases, specifies the same mode as the Classic option. - - - - - - - - Child sub-menus, when invoked, are displayed in place of their parent popup menus. - - - - - - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TileBarDropDownShowingEventArgs class. - - - - - - - - Gets or sets the dropdown control associated with the current tile. - - - A dropdown control associated with the current tile. - - - - - - - Gets or sets the tile whose dropdown button has been clicked. - - - The tile whose dropdown button has been clicked. - - - - - - - - Contains values that specify how the 's background is painted. - - - - - - - The background of the is not affected and painted as specified by the dropdown control's Appearance property. - - - - - - - - The background of the is painted using the . - - - - - - - - The background of the is painted using the tile's background color. You can customize the tile's background color using the TileBarItem.AppearanceItem.Normal.BackColor property. - - - - - - - - - Exposes base properties. - - - - - - - Gets or sets the application logo image. This image is shown when the notification has the Generic template applied. - - - An Image that is the application logo image. - - - - - - - Gets or sets the way the is cropped. - - - A enumerator value that specifies the way the is cropped. - - - - - - - Gets or sets the path to the image that is used as the application logo image. This image is shown when the notification has the Generic template applied. - - - A String value that specifies the path to the image that is used as the application logo image. - - - - - - - Gets or sets the attribution text, displayed to the application name's right. This text is shown when the notification has the Generic template applied. - - - A String value that is the attribution text, displayed to the application name's right. - - - - - - - Gets or sets this notification's first body text string. - - - A String value that is this notification's first body text string. - - - - - - - Gets or sets this notification's second body text string. - - - A String value that is this notification's second body text string. - - - - - - - Gets or sets the date and time associated with this notification. The notification time is visible in the Windows Action Center. - - - A DateTimeOffset that specifies the date and time associated with this notification. - - - - - - - Gets or sets this notification's duration. - - - A enumerator value that specifies this notification's duration. - - - - - - - Returns whether this notification has an application logo image. - - - true, if this notification has an application logo image; otherwise, false. - - - - - - - Returns whether or not this notification has the application image path specified. - - - true, if this notification has the application image path specified; otherwise, false. - - - - - - - Returns whether or not this notification has the hero image specified. - - - true, if this notification has the hero image specified; otherwise, false. - - - - - - - Returns whether or not this notification has the path to the hero image specified. - - - true, if this notification has the path to the hero image specified; otherwise, false. - - - - - - - Gets or sets whether this notification currently has an image. - - - true, if this notification currently has an image; otherwise, false. - - - - - - - Gets whether or not this notification has its image path specified. - - - true, if this notification has its image path specified; otherwise, false. - - - - - - - Gets or sets the header text string for this notification. - - - A String value that is this notification's header text. - - - - - - - Gets or sets the "hero image" - an image docked to the notification's top. -This image is shown when the notification has the Generic template applied. - - - An Image that is the hero image for this notification. - - - - - - - Gets or sets the path to the "hero image" - an image docked to the notification's top. -This image is shown when the notification has the Generic template applied. - - - A String value that specifies the path to this notification's hero image. - - - - - - - Gets or sets this notification's ID. - - - An Object that is this notification's ID. - - - - - - - Gets or sets this notification's image. - - - An Image object displayed within this notification. - - - - - - - Gets or sets the path to an image displayed by this . - - - A String value that is the path to an image displayed by this . - - - - - - - Gets or sets the sound played when this notification is shown. - - - A enumerator value that specifies the sound played when this notification is shown. - - - - - - - Gets or sets the current template for this notification. - - - A enumerator value that specifies the current template for this notification. - - - - - - - - The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager. - - - - - - - Initializes a new instance of the ToastNotificationsManager class with the default settings. - - - - - - - - Initializes a new instance of the ToastNotificationsManager class with the specified settings. - - - - An IContainer object that owns this ToastNotificationsManager. - - - - - - - - Invokes the About dialog box. - - - - - - - - Fires when an end-user clicks an active notification. - - - - - - - - Gets or sets the path to the application icon, displayed within toast notifications. - - - A String value that is the path to the application icon, displayed within toast notifications. - - - - - - - Gets or sets the ID of the application that displays toast notifications using this ToastNotificationsManager. - - - A String value that is the application ID. - - - - - - - Gets or sets the caption of an application shortcut, pinned to the Windows 8 Start Screen. - - - - A String value that is the caption of an application shortcut, pinned to the Windows 8 Start Screen. - - - - - - - - Gets whether or not toast notifications are supported on this machine. - - - true, if the application is running under Windows 8 or higher; otherwise, false. - - - - - - - Gets or sets whether the application should add its shortcut to the Windows 8 Start Screen. - - - - A DefaultBoolean enumerator value that specifies whether the application should add its shortcut to the Windows 8 Start Screen. - - - - - - - Occurs when a notification owned by this ToastNotificationsManager could not be displayed due to end-user system settings. - - - - - - - - - - - - - - - Occurs when a notification owned by this ToastNotificationsManager is hidden via corresponding methods in code. - - - - - - - - Hides a specific notification. - - - - An Object that is the ID of a hidden notification. - - - - - - - - Hides the specific notification that matches the notificationProperties parameter. - - - - An object owned by a hidden notification. - - - - - - - - - - - - - - - - - - Hides all notifications with the specific properties set. - - - - An IToastNotificationProperties object that specifies toast notification properties. - - - - - - - - Provides access to a notification collection owned by this ToastNotificationsManager. - - - - A object containing notifications owned by this ToastNotificationsManager. - - - - - - - - Displays a specific notification. - - - - An object owned by the displayed notification. - - - - - - - - Displays a notification with the specific ID. - - - - An Object that is the ID of a notification that needs to be displayed. - - - - - - - - - - - - - - - - Occurs when a notification lifetime expires. - - - - - - - - Tests whether or not a Start Screen application shortcut with the current and property values can be created. - - - - - - - - - - - - - - - Fires if an end-user closes a notification owned by this ToastNotificationsManager. - - - - - - - - - Provides data for the 's events. - - - - - - - - Initializes a new instance of the ToastNotificationEventArgs class with the specified settings. - - - - An Object that is the corresponding notification's ID. - - - - - - - - Gets the ID of a notification related to the current event. - - - An Object that is the related notification's ID. - - - - - - - - A objects collection. - - - - - - - Initializes a new instance of the ToastNotificationCollection class with the default settings. - - - - - - - - Tests whether an element with a target ID and properties currently exists. - - - - - An Object that is the element ID. - - - - An IToastNotificationProperties object that is the element's set of properties. - - - true, if an element with target ID and properties currently exists; otherwise, false. - - - - - - - - A toast notification. - - - - - - - Initializes a new instance of the ToastNotification class with the default settings. - - - - - - - - Initializes a new instance of the ToastNotification class with the specified settings. - - - - An Object that is the newly created ToastNotification's ID. - - - - An Image that is the newly created ToastNotification's image. - - - - A String value that is the newly created ToastNotification's header. - - - - A String value that is the property value. - - - - A String value that is the property value. - - - - A ToastNotificationTemplate enumerator value that specifies the newly created ToastNotification's template. - - - - - - - - Initializes a new instance of the ToastNotification class with the specified settings. - - - - An Object that is the notification ID. - - - - An Image displayed by this notification. - - - - A string value that is the path to an image displayed by this notification. - - - - A String value that is the notification caption. - - - - A String value that is the first body text string of this notification. - - - - A String value that is the second body text string of this notification. - - - - A ToastNotificationTemplate enumerator value that specified the template applied to this notification. - - - - - - - - Initializes a new instance of the ToastNotification class with the specified settings. - - - - An Object that is the newly created ToastNotification's ID. - - - - An Image that is the newly created ToastNotification's image. - - - - A String that is the newly created ToastNotification's image path. - - - - A String value that is the newly created ToastNotification's header. - - - - A String value that is the property value. - - - - A String value that is the property value. - - - - A object that is the property value. - - - - A object that is the property value. - - - - A ToastNotificationTemplate enumerator value that specifies the newly created ToastNotification's template. - - - - - - - - Initializes a new instance of the ToastNotification class with the specified settings. - - - - An Object that is the newly created ToastNotification's ID. - - - - An Image that is the newly created ToastNotification's image. - - - - A String value that is the newly created ToastNotification's header. - - - - A String value that is the property value. - - - - A String value that is the property value. - - - - A object that is the property value. - - - - A object that is the property value. - - - - A ToastNotificationTemplate enumerator value that specifies the newly created ToastNotification's template. - - - - - - - - Initializes a new toast notification and specifies its content that matches the Generic template. - - - - An object that is a unique notification ID. - - - - The main notification image. - - - - A String value that is the path to the main notification image. - - - - The application logo image. - - - - A String value that is the path to the application logo image. - - - - The image docked to the notification's top, 364x180 pixels at 100% scale. - - - - A String value that is the path to the hero image. - - - - A String value that is the header text for this notification. - - - - A String value that is the primary notification text. - - - - A String value that is the secondary notification text. - - - - A String value that is the attribution text, displayed to the right of the application name. - - - - A ToastNotificationSound enumerator value that specifies what Windows sound plays when this notification appears on screen. - - - - A ToastNotificationDuration enumerator value that specifies for how long this notification remains visible once shown. - - - - A DateTimeOffset value that specifies the date and time related to this notification. - - - - An AppLogoCrop enumeration value that specifies the crop mode for the application logo icon. - - - - A ToastNotificationTemplate enumeration value that specifies the notification template. For this constructor, choose the ToastNotificationTemplate.Generic value. - - - - - - - - Gets or sets the application logo image. This image is shown when the notification has the Generic template applied. - - - An Image that is the application logo image. - - - - - - - Gets or sets the way the is cropped. - - - A enumerator value that specifies the way the is cropped. - - - - - - - Gets or sets the path to the image that is used as the application logo image. This image is shown when the notification has the Generic template applied. - - - A String value that specifies the path to the image that is used as the application logo image. - - - - - - - Gets or sets the attribution text, displayed to the application name's right. This text is shown when the notification has the Generic template applied. - - - A String value that is the attribution text, displayed to the application name's right. - - - - - - - Gets or sets this ToastNotification's first body text string. - - - A String value that is this ToastNotification's first body text string. - - - - - - - Gets or sets this ToastNotification's second body text string. - - - A String value that is this ToastNotification's second body text string. - - - - - - - Gets or sets the date and time associated with this notification. The notification time is visible in the Windows Action Center. - - - A DateTimeOffset that specifies the date and time associated with this notification. - - - - - - - Gets or sets this ToastNotification duration. - - - A ToastNotificationDuration enumerator value that is this ToastNotification duration. - - - - - - - Returns whether this ToastNotification has an application logo image. - - - true, if this ToastNotification has an application logo image; otherwise, false. - - - - - - - Returns whether or not this notification has the application image path specified. - - - true, if this notification has the application image path specified; otherwise, false. - - - - - - - Returns whether or not this notification has the hero image specified. - - - true, if this notification has the hero image specified; otherwise, false. - - - - - - - Returns whether or not this notification has the path to the hero image specified. - - - true, if this notification has the path to the hero image specified; otherwise, false. - - - - - - - Gets whether this ToastNotification currently has an image. - - - true, if this ToastNotification currently has an image; otherwise, false. - - - - - - - Gets whether or not this notification has its image path specified. - - - true, if this notification has its image path specified; otherwise, false. - - - - - - - Gets whether or not this notification has its or specified. - - - true, if this notification has its or specified; otherwise, false. - - - - - - - Gets or sets this ToastNotification's header text string. - - - A String value that is this ToastNotification's header text. - - - - - - - Gets or sets the "hero image" - an image docked to the notification's top. -This image is shown when the notification has the Generic template applied. - - - An Image that is the hero image for this notification. - - - - - - - Gets or sets the path to the "hero image" - an image docked to the notification's top. -This image is shown when the notification has the Generic template applied. - - - A String value that specifies the path to this notification's hero image. - - - - - - - Gets or sets this ToastNotification's ID. - - - An Object that is this ToastNotification's ID. - - - - - - - Gets or sets the image, displayed within this ToastNotification. - - - An Image object displayed within this ToastNotification. - - - - - - - Gets or sets the path to an image displayed by this . - - - A String value that is the path to an image displayed by this . - - - - - - - Gets or sets the sound played when this ToastNotification is shown. - - - A ToastNotificationSound enumerator value that specifies the sound played when this ToastNotification is shown. - - - - - - - Gets or sets the template currently applied to this ToastNotification. - - - A ToastNotification enumerator value that specifies the template currently applied to this ToastNotification. - - - - - - - - Provides members that specify the current template. - - - - - - - - - - - - - - An image and a single text string wrapped across a maximum of three lines of text. - - - - - - - - An image, one string of bold header text on the first line, one string of regular body text wrapped across the second and third lines. - - - - - - - - An image, one string of bold header text wrapped across the first and second lines, one string of regular body text on the third line. - - - - - - - - - An image, one string of bold header text on the first line, two strings of regular body text on the second and third lines. - - - - - - - - A single text string wrapped across a maximum of three lines of text. - - - - - - - - One string of bold header text on the first line, one string of regular body text wrapped across the second and third lines. - - - - - - - - One string of bold header text wrapped across the first and second lines, one string of regular body text on the third line. - - - - - - - - - One string of bold header text on the first line, two strings of regular body text on the second and third lines. - - - - - - - - - Provides members that specify sounds played when the specific notification is shown. - - - - - - - The default sound. - - - - - - - - The instant message sound. - - - - - - - - The looping alarm sound. - - - - - - - - The looping alarm sound #10. - - - - - - - - The looping alarm sound #2. - - - - - - - - The looping alarm sound #3. - - - - - - - - The looping alarm sound #4. - - - - - - - - The looping alarm sound #5. - - - - - - - - The looping alarm sound #6. - - - - - - - - The looping alarm sound #7. - - - - - - - - The looping alarm sound #8. - - - - - - - - The looping alarm sound #9. - - - - - - - - The looping incoming call sound. - - - - - - - - The looping incoming call sound #10. - - - - - - - - The looping incoming call sound #2. - - - - - - - - The looping incoming call sound #3. - - - - - - - - The looping incoming call sound #4. - - - - - - - - The looping incoming call sound #5. - - - - - - - - The looping incoming call sound #6. - - - - - - - - The looping incoming call sound #7. - - - - - - - - The looping incoming call sound #8. - - - - - - - - The looping incoming call sound #9. - - - - - - - - The received e-mail sound. - - - - - - - - No sound played. - - - - - - - - The reminder sound. - - - - - - - - The incoming text message sound. - - - - - - - - - Provides members that specify the notification lifetime. - - - - - - - Default notification duration. - - - - - - - - Prolonged notification duration. - - - - - - - - - An object that implements operations common to all types of documents. - - - - - - - Activates the specified document. - - - - A to be activated. - - - true if the document has been activated; otherwise, false. - - - - - - - Adds the specified document to a View. - - - - A to be added to the View. - - - true if the document has been added to the View; otherwise, false. - - - - - - - Closes and destroys the specified document and its contents. - - - - A object to be closed. - - - true if the document has been closed and destroyed; otherwise, false. - - - - - - - Closes all currently opened documents within the IBaseViewController. - - - - true, if one or more documents have been closed; otherwise, false. - - - - - - - Closes all documents except the specified document. - - - - A that must not be destroyed. - - - true if the method was successfully completed; otherwise, false. - - - - - - - Closes all documents hosted in both the current View itself and all floating document containers. - - - - true, if documents were successfully closed; otherwise, false. - - - - - - - Docks the specified document to a View. - - - - A object to be docked to a View. - - - true if the operation was a success; otherwise, false. - - - - - - - Docks the specified to a View, displaying the panel as a tab. - - - - A object to be docked to a View. - - - true if the operation was a success; otherwise, false. - - - - - - - Performs a simple operation within the current View. - - - - A BaseViewControllerCommand object that is the command to be performed. - - - - An object that is the command's target. - - - true, if the command was successfully performed; otherwise, false. - - - - - - - Makes the specified document floating. - - - - A to be made floating. - - - true if the specified document was made floating; otherwise, false. - - - - - - - Makes the specified document floating at the specified location. - - - - A to be made floating. - - - - A Point where the document will be displayed floating. - - - true if the specified document was made floating; otherwise, false. - - - - - - - Makes the specified document floating at the specified location, with the specified size. - - - - A to be made floating. - - - - A Point where the document will be displayed floating. - - - - A Size value that specifies the floating document's size. - - - true if the specified document was made floating; otherwise, false. - - - - - - - Makes a docked float. - - - - A that is to be undocked. - - - true, if the target DockPanel was successfully undocked; otherwise, false. - - - - - - - Undocks all tabbed s contained within the current View. - - - true, if Documents were successfully undocked; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Gets the commands collection owned by the target View. - - - - - A BaseView object whose commands are to be obtained. - - - An IEnumerable structure that stores the View's commands. - - - - - - - Gets a View that owns this Document. - - - - A BaseDocument object whose parent View is to be obtained. - - - A BaseView that owns the target Document. - - - - - - - Gets a that the current controller operates on. - - - A object. - - - - - - - Removes the specified document from the collection. - - - - A object to be removed. - - - true if the operation was successful; otherwise, false. - - - - - - - Resets the current 's layout to default. - - - - - - - - Displays a View's context menu at the specified position. - - - - A point where a context menu will be displayed. - - - true if the operation was successful; otherwise, false. - - - - - - - Displays a context menu for the specified document at the specified position. - - - - A document for which a menu will be displayed. - - - - A point where a context menu will be displayed. - - - true if the operation was successful; otherwise, false. - - - - - - - Shows a dialog with all documents currently opened within a view. - - - - - - - - Provides access to the View that owns the current . - - - A BaseView object that owns the current . - - - - - - - - Contains options that specify the view and behavior settings of dropdown controls associated with s. - - - - - - - - Initializes a new instance of the TileBarDropDownOptions class. - - - - The owner of the created TileBarDropDownOptions object. - - - - - - - - Gets or sets whether automatic height/width calculation is enabled for dropdown windows. - - - A value that specifies if automatic height/width calculation is enabled for dropdown windows. - - - - - - - Gets or sets how the 's background color is specified. - - - A value that defines how the 's background color is specified. - - - - - - - Gets or sets the color of a dropdown window's beak. - - - The color of a dropdown window's beak. - - - - - - - Gets or sets whether a dropdown window is hidden on clicking outside the dropdown's bounds. - - - - A value that specifies if a dropdown window is hidden on clicking outside the dropdown's bounds. - - - - - - - Gets or sets the size of a dropdown window (the height in the horizontal orientation; the width in the vertical orientation). - - - The size of a dropdown window, in pixels. - - - - - - - - Enumerates available tile sizes for the control. - - - - - - - The same as Wide. - - - - - - - - A square tile with the dimension specified by the property. - - - - - - - - A rectangular tile with the width specified by the property. The item's height is equal to the property value. - - - - - - - - - A group of tiles in the control. - - - - - - - Initializes a new instance of the TileBarGroup class. - - - - - - - - - Provides properties for individual Content Containers within the WindowsUI View. - - - - - - - Gets the actual value of the property. - - - An Int32 value that is the actual value of the property. - - - - - - - Gets whether this Content Container will be destroyed after removing all its child items. - - - true, if this Content Container will be destroyed after removing all its child items; otherwise, false. - - - - - - - Gets this container's current header offset. - - - An Int32 value that is the current header offset for this content container. - - - - - - - Gets this Content Container's current margin. - - - A Padding structure that is this Content Container's current margin. - - - - - - - Gets the actual value of the property. - - - An Orientation enumerator value that specifies the current Content Container orientation. - - - - - - - Gets whether or not this Content Container should display its caption. - - - true, if this Content Container should display its caption; otherwise, false. - - - - - - - Gets whether this Content Container will automatically display its context navigation bar upon activation. - - - true, if this Content Container will automatically display its context navigation bar upon activation; otherwise, false. - - - - - - - Gets or sets the maximum number of Documents this Content Container can contain. - - - An Int32 value that is the maximum number of Documents this Content Container can contain. - - - - - - - Gets or sets whether this Content Container should be automatically destroyed after all its child Documents have been removed. - - - A DefaultBoolean enumerator value that specifies whether this Content Container should be automatically destroyed after all its child Documents have been removed. - - - - - - - Gets whether this container currently has a header offset. - - - true, if this container currently has a header offset; otherwise, false. - - - - - - - Gets whether this Content Container currently has a margin. - - - true, if this Content Container currently has a margin; otherwise, false. - - - - - - - Gets or sets the distance between the Content Container's top edge and the header. - - - - An Int32 value that is the distance between the Content Container's top edge and the header. - - - - - - - - Gets or sets this Content Container's margin. - - - A Padding structure that is this container's margin. - - - - - - - Gets or sets the current container's orientation. - - - An Orientation enumerator value that is the current container's orientation. - - - - - - - Gets or sets whether or not the container that displays individual documents, hosted within this or container, should display its caption. - - - A object enumerator that specifies whether or not this detail container should display its caption. - - - - - - - Gets or sets whether this Content Container should automatically display its context Navigation Bar upon activation. - - - - A DefaultBoolean enumerator value that specifies whether this Content Container should automatically display its context Navigation Bar upon activation. - - - - - - - - - Provides properties that affect all Content Containers within the WindowsUI View. - - - - - - - Gets or sets the maximum number of Documents Content Containers that this View can contain. - - - - An Int32 value that is the maximum number of Documents Content Containers that this View can contain. - - - - - - - - Gets or sets whether Content Containers within this View should be automatically destroyed after all their child Documents have been removed. - - - true, if Content Containers within this View should be automatically destroyed after all their child Documents have been removed; otherwise, false. - - - - - - - Gets or sets the distance between the Content Container's top edge and header. This value is common to all containers within this View. - - - - An Int32 value that is the distance between the Content Container's top edge and the header. - - - - - - - - Gets or sets the margin common to all Content Containers. - - - - A Padding structure that is the margin common to all containers within this View. - - - - - - - - Gets or sets the orientation of all Content Containers within this View. - - - An Orientation enumerator value that specifies the orientation common to all Content Containers within this View. - - - - - - - Gets or sets whether or not any container that displays individual documents, hosted within this View's or containers, should display its caption. - - - A object enumerator that specifies whether or not any detail container should display its caption. - - - - - - - Gets or sets whether any Content Container within this View should display its context navigation bar upon activation. - - - - true, if any Content Container within this View should display its context navigation bar upon activation; otherwise, false. - - - - - - - - - Provides advanced properties for individual and content containers. - - - - - - - Returns the distance between document buttons within the current container. - - - An Int32 value that is the distance between document buttons within the current container. - - - - - - - Gets the current property value. - - - An Int32 value that is the current property value. - - - - - - - Gets the current number of frames used by switch Documents animation in this Content Container. - - - An Int32 value that is the current number of frames used by switch Documents animation in this Content Container. - - - - - - - Gets the current animation type for this Content Container. - - - A TransitionAnimation enumerator value that specifies the current animation type for this Content Container. - - - - - - - Gets or sets whether this Content Container can use HTML tags to draw Document headers. - - - A DefaultBoolean enumerator value that specifies whether this Content Container can use HTML tags to draw Document headers. - - - - - - - Gets or sets the distance between document buttons within the and containers. - - - An Int32 value that is the distance between document buttons within the and containers. - - - - - - - Returns whether this Content Container can use HTML tags to draw Document headers. - - - true, if this Content Container can use HTML tags to draw Document headers; otherwise, false. - - - - - - - Returns whether or not button interval is set to a custom value. - - - true if button interval is set to a custom value; otherwise, false. - - - - - - - Gets or sets the interval between frames, used within switch Documents animation. - - - An Int32 value that is the interval between frames, used within switch Documents animation. - - - - - - - Gets or sets the number of frames used for Document switch animation within this Content Container. - - - An Int32 value that is the number of frames used for Document switch animation within this Content Container. - - - - - - - Gets or sets the type of animation played when an end-user switches Documents within this Content Container. - - - - A TransitionAnimation enumerator value that specifies the type of animation played when an end-user switches Documents within this Content Container. - - - - - - - - - Provides advanced properties for all and content containers within this . - - - - - - - Gets or sets whether the and containers within this View can use HTML tags to draw Document headers. - - - true, if the and containers within this View can use HTML tags to draw Document headers; otherwise, false. - - - - - - - Gets or sets the distance between document buttons within all and containers that belong to this View. - - - An Int32 value that is the distance between document buttons within all and containers that belong to this View. - - - - - - - Gets or sets the interval between frames, used within switch Documents animation. - - - An Int32 value that is the interval between frames, used within switch Documents animation. - - - - - - - Gets or sets the number of frames used for Document switch animation. This property affects all Content Containers within this View that support such animation. - - - An Int32 value that is the number of frames used for Document switch animation. - - - - - - - Gets or sets the type of animation played when an end-user switches Documents within Content Containers. - - - - A TransitionAnimation enumerator value that specifies the type of animation played when an end-user switches Documents within Content Containers. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the TileNavItemCollection class with the specified settings. - - - - The that owns the TileNavItemCollection. - - - - - - - - Gets the that owns the current TileNavItemCollection. - - - The that owns the current TileNavItemCollection. - - - - - - - - Represents an item in the control. - - - - - - - Initializes a new instance of the NavigationBarItem class. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this NavigationBarItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. - - - - - - - Binds the specific parameterized command to this NavigationBarItem. - - - - An Object that is the command to be bound to this NavigationBarItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this NavigationBarItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavigationBarItem. - - - - - - - Returns the collection to which the current object belongs. - - - The collection to which the current object belongs. - - - - - - - Gets or sets the item's text by which the item is presented in the Navigation Options dialog. - - - The item's text when it is displayed in the Navigation Options dialog. - - - - - - - Gets or sets the object's name. - - - The object's name. - - - - - - - Returns the property to its default value. - - - - - - - - Selects this NavigationBarItem. - - - - - - - - Gets or sets whether a popup Peek Form is displayed for the current item when it is hovered over. - - - A value that specifies whether or not a popup Peek Form is displayed for the current item when it is hovered over. - - - - - - - Gets or sets a super tip displayed by this NavigationBarItem on hover. - - - A object assigned to this NavigationBarItem. - - - - - - - Gets or sets an object that contains custom data for the current NavigationBarItem object. - - - An object that contains custom data for the current object. - - - - - - - Gets or sets the item's text. - - - The item's text. - - - - - - - Returns the text representation of the current object. - - - The text representation of the current object. - - - - - - - Gets or sets whether or not this NavigationBarItem is currently visible. - - - true, if this NavigationBarItem is currently visible; otherwise, false. - - - - - - - - The MS Outlook-inspired navigation bar that supports integration with the . - - - - - - - - Initializes a new instance of the OfficeNavigationBar class. - - - - - - - - Gets or sets whether items can be rearranged by an end-user using drag-and-drop. - - - true, if items can be rearranged by an end-user using drag-and-drop; otherwise, false. - - - - - - - Gets or sets whether or not this OfficeNavigationBar should paint its item glyphs with these items' fore colors. - - - true, if this OfficeNavigationBar should paint its item glyphs with these items' fore colors; otherwise, false. - - - - - - - Gets or sets whether HTML tags can be used to format the text of the control's items. - - - true, if HTML tags can be used to format the text of the control's items; otherwise, false. - - - - - - - Gets or sets whether item selection is enabled. - - - true, if item selection is enabled; otherwise, false. - - - - - - - Gets or sets whether an item press is indicated using an animation effect. - - - true, if an item press is indicated using an animation effect; otherwise, false. - - - - - - - Contains appearance settings used to paint items in various states. - - - An object that stores appearance settings of items in various states. - - - - - - - Gets or sets whether the control's height (in the horizontal orientation) and width (in the vertical orientation) is auto-adjusted to best fit items. - - - true, if the control's height/width is auto-adjusted to best fit items; otherwise, false. - - - - - - - Gets or sets whether the OfficeNavigationBar is auto-sized to fit its contents when it's placed in a . - - - - A Boolean value that specifies whether the OfficeNavigationBar is auto-sized to fit its contents when it's placed in a . - - - - - - - - Starts the control's runtime initialization. - - - - - - - - Locks the OfficeNavigationBar object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets whether this OfficeNavigationBar is in compact mode. - - - true, if this OfficeNavigationBar is in compact mode; otherwise, false. - - - - - - - Occurs when the property changes its value. - - - - - - - - Creates a new that belongs to this OfficeNavigationBar. - - - A object that belongs to this OfficeNavigationBar. - - - - - - - Gets or sets the visibility and position of the Customization Button (). - - - The Customization Button's visibility and position. - - - - - - - Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. - - - - A value that specifies which control borders are docked to its parent control and determines how a control is resized with its parent. - - - - - - - Ends the control's runtime initialization. - - - - - - - - Unlocks the OfficeNavigationBar object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Hides the Peek Form if it is currently displayed. - - - - - - - - Gets or sets the horizontal alignment of items. - - - A value that specifies the horizontal alignment of items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets if this OfficeNavigationBar is currently locked by the method call. - - - true, if this OfficeNavigationBar is currently locked by the method call; otherwise, false. - - - - - - - Gets whether the OfficeNavigationBar's visual elements are actually aligned to support locales using right-to-left fonts. - - - true, if OfficeNavigationBar's visual elements are actually aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Fires when an item is clicked. - - - - - - - - Gets or sets the outer indents for items, in pixels. - - - A value that specifies item padding, in pixels. - - - - - - - Provides access to the collection of items. - - - A collection of items. - - - - - - - Gets or sets whether the background of items is painted based on the current skin. - - - true, if the background of items is painted based on the current skin; otherwise, false. - - - - - - - Provides access to settings controlling the look and feel of the OfficeNavigationBar. - - - A object whose properties specify the look and feel of the OfficeNavigationBar. - - - - - - - Gets or sets the maximum number of items simultaneously displayed within the OfficeNavigationBar. - - - The maximum number of items simultaneously displayed within the OfficeNavigationBar. - - - - - - - Gets or sets an object that controls the look and feel of the control's popup menus. - - - An object that controls the look and feel of the control's popup menus. - - - - - - - - Gets or sets the control that provides a source of selectable objects that will be represented as items in the OfficeNavigationBar. If item selection is enabled (see ), the OfficeNavigationBar will provide means for selecting (activating) the bound control's source objects. - - - The control that provides a source of selectable objects that will be represented as items in the OfficeNavigationBar. - - - - - - - Repaints the control. - - - - - - - - Contains options related to the display of the Peek Form's built-in button panel. - - - An object that stores options related to the Peek Form's built-in button panel. - - - - - - - Gets or sets whether items are arranged horizontally or vertically. - - - A value that specifies whether items are arranged horizontally or vertically. - - - - - - - Fires when a button within the Peek Form's built-in button panel is clicked. - - - - - - - - Fires when the Peek Form is hidden. - - - - - - - - Gets or sets the time in milliseconds, after which the Peek Form is automatically displayed when hovering over an item. - - - The time in milliseconds, after which the Peek Form is displayed when hovering over an item. - - - - - - - Fires after the Peek Form is displayed. - - - - - - - - - Gets or sets the size of the Peek Form. - - - The size of the Peek Form. - - - - - - - Gets the item for which the Peek Form is currently displayed. - - - The item for which the Peek Form is currently displayed. - - - - - - - Allows you to customize a context menu for OfficeNavigationBar elements. - - - - - - - - Allows you to provide a content for the Peek Form. - - - - - - - - Fires when an item is automatically added that corresponds to an element in the element source provided by the . -This event allows you to customize these automatically created items. - - - - - - - - Gets or sets the selected item. - - - The selected item. - - - - - - - Fires after the item is selected. - - - - - - - - Allows you to prevent an item from being selected. - - - - - - - - Displays the Navigation Options dialog. - - - - - - - - Displays the Peek Form for the specified item. - - - - An collection item for which the Peek Form needs to be displayed. - - - - - - - - Gets or sets whether a popup Peek Form is displayed for an item when it is hovered over. - - - true, if a popup Peek Form is displayed for an item when it is hovered over; otherwise, false. - - - - - - - Gets or sets whether or not items owned by this OfficeNavigationBar should display their hints on hover. - - - true, if items owned by this OfficeNavigationBar should display their hints on hover; otherwise, false. - - - - - - - Allows you to implement your own custom relation between items of this OfficeNavigationBar and items of the child managed by this OfficeNavigationBar. - - - - - - - - Gets or sets a tooltip controller that manages this OfficeNavigationBar object's hints. - - - A object that manages this OfficeNavigationBar object's hints. - - - - - - - Fires when removing an item -that was automatically created when the property was set to an INavigationBarClient object. - - - - - - - - - An item, rendered as a tile in the control. - - - - - - - - Initializes a new instance of the TileBarItem class. - - - - - - - - This property is not supported by the TileBarItem class. - - - - - - - - - - This property is not supported by the TileBarItem class. - - - - - - - - - - This member is not supported by the TileBarItem class. - - - - - - - - - - This property is not supported by the TileBarItem class. - - - - - - - - - - Gets or sets a control displayed as a dropdown when you click the item's dropdown button. - - - A TileBarDropDownContainer object that is the associated dropdown control. - - - - - - - Provides options that specify view and behavior settings of dropdown controls associated with the current . - - - An object that provides view and behavior settings of dropdown controls associated with the current - - - - - - - This property is not supported by the TileBarItem class. - - - - - - - - - - This member is not supported by the TileBarItem class. - - - - - - - - - - Gets or sets the size of the current item. - - - The item's size. - - - - - - - This member is not supported by the TileBarItem class. - - - - - - - - Raises the event. - - - - - - - - Shows a dropdown window for the TileBarItem. - - - - - - - - Gets or sets whether the dropdown button is visible for the TileBarItem. - - - The value that specifies if the dropdown button is visible for the TileBarItem. - - - - - - - Gets or sets whether a shadow is displayed for the item. - - - A value that specifies whether a shadow is displayed for the item. - - - - - - - This property is not supported by the TileBarItem class. - - - - - - - - - - - The bar with tiles that support the dropdown functionality. - - - - - - - Initializes a new instance of the TileBar class. - - - - - - - - This member is not supported by the TileBar class. - - - - - - - - - - Gets or sets if the item hover feature is enabled. - - - - true, if the item hover feature is enabled; otherwise, false. - - - - - - - - Gets or sets whether a dropdown window is hidden on clicking any item in the TileBar. - - - A value that specifies whether a dropdown window is hidden on clicking any item in the TileBar. - - - - - - - This property is not supported by the TileBar class. - - - - - - - - - - Gets the default amount of space in pixels between an item's borders and its contents. - - - A Padding object that contains indents between an item's borders and its contents. - - - - - - - This property is not supported by the TileBar class. - - - - - - - - - - Gets or sets the width of the dropdown button displayed within items, when they are associated with dropdown controls via the property. - - - The width of dropdown buttons, in pixels. - - - - - - - Occurs whenever any a drop-down for any tile within this TileBar is hidden. - - - - - - - - Provides options that specify view and behavior settings of dropdown controls associated with s. - - - An object that contains view and behavior settings of dropdown controls associated with items. - - - - - - - Gets or sets the direction in which dropdown controls associated with tiles are opened. - - - The direction in which tiles' dropdown controls are opened. - - - - - - - Fires when a tile's dropdown button is clicked. - - - - - - - - - Occurs whenever any tile within this TileBar displays its drop-down. - - - - - - - - Returns the currently displayed dropdown container. - - - The currently displayed dropdown container. Returns null if no dropdown is displayed. - - - - - - - Gets or sets the vertical distance between group captions and items. - - - The vertical distance between group captions and items, in pixels. - - - - - - - Hides the currently displayed dropdown window. - - - - - - - - This member is not supported by the TileBar class. - - - - - - - - - - Gets or sets the distance between neighboring s. - - - The distance between neighboring items, in pixels. - - - - - - - This property is not supported by the TileBar class. - - - - - - - - - - Gets or sets the amount of space in pixels between an item's borders and its contents. - - - A Padding object that contains indents between an item's borders and its contents. - - - - - - - Gets or sets the tile height. - - - - The tile height. - - - - - - - - Gets or sets whether this TileBar operates in regular or adaptive layout mode. - - - A TileControlLayoutMode enumerator value that specifies whether this TileBar operates in regular or adaptive layout mode. - - - - - - - Provides access to settings that are in use when this TileBar is in Adaptive Layout Mode. - - - A object that stores settings that are in use when this TileBar is in Adaptive Layout Mode. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The number of rows within the control. - - - - - - - This property is not supported by the TileBar class. - - - - - - - - - - Gets or sets the border width of the rectangle painted around the selected tile. - - - The border width of the rectangle painted around the selected tile. - - - - - - - Gets or sets whether selected tiles within this TileBar should paint their selection borders with their own background colors, or with an external color specified by the property. - - - A enumerator value that specifies which color should be used to paint tile selection borders. - - - - - - - Shows a dropdown window for the item passed through the parameter. - - - - An item whose dropdown window should be displayed - - - - - - - - Gets or sets whether captions are visible. - - - true, if captions are visible; otherwise, false. - - - - - - - Gets or sets whether each item displays a shadow. - - - true, if items display a shadow; otherwise, false. - - - - - - - Gets or sets the width of wide tiles. - - - The width of wide tiles. - - - - - - - - Allows a control to be rendered as a button in the 's nav bar. - - - - - - - Gets or sets the object's alignment. - - - The object's alignment. - - - - - - - Gets or sets the caption of the current ITileNavButton. - - - A System.String value specifying the caption of the current ITileNavButton object. - - - - - - - Creates and returns a copy of the current ITileNavButton object. - - - A representing copy of the current ITileNavButton object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - A object. - - - - - - - Returns a drop-down tile bar associated with the current ITileNavButton. - - - A TileBarWindow object representing a drop-down tile bar. - - - - - - - Returns the current ITileNavButton object type-casting it to the class. - - - A object representing the current ITileNavButton. - - - - - - - Gets or sets the glyph of the current ITileNavButton object. - - - A glyph of the current ITileNavButton object. - - - - - - - Gets or sets the 's alignment. - - - A enumeration value specifying the glyph's alignment. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets the object that owns the current ITileNavButton. - - - A object representing a collection of objects. - - - - - - - Gets or sets whether the current ITileNavButton object is visible. - - - true, if the current ITileNavButton object is visible; otherwise, false. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the TileNavSubItemCollection class with the default settings. - - - - - - - - Initializes a new instance of the TileNavSubItemCollection class with the specified settings. - - - - The that owns the current TileNavSubItemCollection. - - - - - - - - Gets the that owns the current TileNavSubItemCollection. - - - The that owns the current TileNavSubItemCollection. - - - - - - - - Represents a navigation element on the last level of the navigation hierarchy. - - - - - - - Initializes a new instance of the TileNavSubItem class with the default settings. - - - - - - - - Returns a that owns the current TileNavSubItem. - - - A that owns the current TileNavSubItem. - - - - - - - Gets the that contains the current TileNavSubItem. - - - The object representing the collection of objects. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the TileNavButtonCollection class with the default settings. - - - - - - - - Initializes a new instance of the TileNavButtonCollection class with the specified settings. - - - - The control which owns the created TileNavButtonCollection. - - - - - - - - Adds an to the TileNavButtonCollection. - - - - The to add to the TileNavButtonCollection. - - - The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. - - - - - - - Determines whether the TileNavButtonCollection contains a specific . - - - - The to locate in the TileNavButtonCollection. - - - true, if the is found in the TileNavButtonCollection; otherwise, false. - - - - - - - Returns the index of a specific in the TileNavButtonCollection. - - - - The to locate in the collection. - - - The index of button if found in the collection; otherwise, -1; - - - - - - - Inserts an in the TileNavButtonCollection at the specified index. - - - - - The zero-based index at which button should be inserted. - - - - The to insert into the TileNavButtonCollection. - - - - - - - - Provides indexed access to elements of the collection. - - - - An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. - - - The object that is the element located at the specified position within the collection. - - - - - - - - The that owns the current TileNavButtonCollection. - - - - - - - - - Removes the first occurrence of a specific from the TileNavButtonCollection. - - - - The to remove from the TileNavButtonCollection. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the TileNavCategoryCollection class with the specified settings. - - - - The that owns the TileNavCategoryCollection. - - - - - - - - Copies elements of the specified collection to the current collection. - - - - A object whose elements are copied to the current collection. - - - - - - - - Gets the that owns the current TileNavCategoryCollection. - - - The that owns the current TileNavCategoryCollection. - - - - - - - - Defines the contents of the drop-down tile bar that is invoked on clicking the Main Button. - - - - - - - A click on the Main Button invokes a drop-down tile bar displaying categories as tiles if the collection is not empty. Otherwise, a click on this button invokes a drop-down tile bar displaying the default category's items as tiles (see ). - - - - - - - - - A click on the Main Button invokes a drop-down tile bar displaying categories () as tiles. - - - - - - - - A click on the Main Button invokes a drop-down tile bar displaying the default category's items as tiles (see ). - - - - - - - - - Represents a navigation element on the root level of the navigation hierarchy. - - - - - - - Initializes a new instance of the TileNavCategory class with the default settings. - - - - - - - - Copies settings and contents from the specified object to the current TileNavCategory. - - - - A object whose settings and contents are copied to the current TileNavCategory. - - - - - - - - Gets whether the current TileNavCategory is the default category of the . - - - true, if the current TileNavCategory is the default category of the ; otherwise, false. - - - - - - - Provides access to the collection of the objects that belong to the current TileNavCategory. - - - - The object representing the collection of child objects. - - - - - - - Gets the that owns this TileNavCategory. - - - The that owns this TileNavCategory. - - - - - - - Gets the that contains the current TileNavCategory. - - - The object representing the collection of objects. - - - - - - - - - Represents a button in the 's nav bar. - - - - - - - Initializes a new instance of the NavButton class with the default settings. - - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this NavButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavButton. - - - - - - - Binds the specific parameterized command to this NavButton. - - - - An Object that is the command to be bound to this NavButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this NavButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this NavButton. - - - - - - - Gets or sets whether the current NavButton is the Main Button from which navigation starts. - - - true, if the current NavButton is the Main Button; otherwise, false. - - - - - - - - The base class for elements in the control. - - - - - - - Initializes a new instance of the NavElement class. - - - - - - - - Gets or sets the alignment of the NavElement rendered as a button in the nav bar. - - - The enumeration value specifying the alignment of the NavElement rendered as a button in the nav bar. - - - - - - - Gets or sets whether the element's images gain a color hue, specified via the element's foreground color. - - - The enumeration value specifying whether the element's images are painted using the element's foreground color. - - - - - - - Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar. - - - - The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar. - - - - - - - - Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the hovered state. - - - The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the hovered state. - - - - - - - - Provides access to the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the selected state. - - - The object that contains the appearance settings applied to the current NavElement rendered as a button in the nav bar, when it is in the selected state. - - - - - - - Gets or sets the caption of the current NavElement when it is rendered as a button in the 's nav bar. - - - The String value specifying the caption of the current NavElement when it is rendered as a button in the 's nav bar. - - - - - - - - Occurs when the current NavElement is clicked. - - - - - - - - Gets or sets whether the current NavElement object is enabled. This property is in effect for elements of the collection. - - - true, if the current NavElement is enabled; otherwise, false. - - - - - - - Gets or sets the NavElement's glyph when the NavElement is rendered as a button in the 's nav bar. - - - The element's glyph displayed within the nav bar. - - - - - - - Gets or sets the alignment of the , which is displayed when the NavElement is rendered as a button in the 's nav bar. - - - The value specifying the glyph alignment. - - - - - - - Gets or sets the object's name. - - - The object's name. - - - - - - - Gets or sets the amount of space around the NavElement when it is rendered as a button in the nav bar. - - - The object specifying the amount of space around the NavElement when it is rendered as a button in the nav bar. - - - - - - - - Removes the object that has been assigned to the current navigation element. - - - - - - - - Gets or sets a for the current navigation element. - - - A object associated with the current navigation element. - - - - - - - Gets or sets an object that contains custom data for the current NavElement object. - - - An Object that contains custom data for the current NavElement. - - - - - - - Gets or sets whether the current NavElement object is visible. This property is in effect for elements of the collection. - - - - true, if the current NavElement is visible; otherwise, false. - - - - - - - - Represents a navigation element on the second level of the navigation hierarchy. - - - - - - - Initializes a new instance of the TileNavItem class with default settings. - - - - - - - - Copies the settings and contents from the specified to the current TileNavItem. - - - - - A object whose settings and contents are copied to the current TileNavItem. - - - - - - - - Returns a that owns the current TileNavItem. - - - A that owns the current TileNavItem. - - - - - - - Gets the that contains the current TileNavItem. - - - The object representing the collection of objects. - - - - - - - - Provides access to the collection of objects owned by the current TileNavItem. - - - The collection of objects owned by the current TileNavItem - - - - - - - - Represents a base class for elements of the 's navigation hierarchy that are represented as tiles in drop-down tile bars. - - - - - - - Initializes a new instance of the TileNavElement class. - - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Binds the specific parameterized command to this navigation element. - - - - An Object that is the command to be bound to this navigation element. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigation element. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and binds it to this navigation element. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigation element. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and binds it to this navigation element. - - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigation element. - - - - - - - Gets or sets the caption of the current TileNavElement when it is rendered as a button in the 's nav bar. - - - The String value specifying the caption of the current TileNavElement when it is rendered as a button in the 's nav bar. - - - - - - - Gets or sets the name of the tile group to which the TileNavElement belongs. - - - A value specifying the name of the tile group to which the TileNavElement belongs. - - - - - - - Provides access to the view and behavior settings applied to the current TileNavElement's drop-down tile bar. - - - A TileNavPaneDropDownOptions object that contains the view and behavior settings applied to a drop-down tile bar. - - - - - - - Provides access to the tile used to render the current TileNavElement in the 's drop-down tile bars. - - - The object used to render the current TileNavElement in the 's drop-down tile bars. - - - - - - - Fires when the current tile navigation element is clicked. - - - - - - - - Gets or sets the glyph displayed in the tile corresponding to the current TileNavElement object. - - - - The image displayed in a tile. - - - - - - - Gets the that owns the current TileNavElement. - - - The that owns the current TileNavElement. - - - - - - - Gets or sets the text displayed in the tile corresponding to the current TileNavElement object. - - - A string value specifying the tile text. - - - - - - - - Represents a class containing the miscellaneous settings applied to a drop-down tile bar and its tiles. - - - - - - - Initializes a new instance of the TileNavPaneDropDownOptions class with the specified settings. - - - - The object that owns this TileNavPaneDropDownOptions object. - - - - - - - - Gets or sets whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color. - - - The enumeration value specifying whether the glyphs of all tiles in the drop-down tile bar are painted using their foreground color. - - - - - - - Provides access to the appearance settings applied to group names in the current drop-down tile bar. - - - The object that contains the appearance settings applied to group names in the current drop-down tile bar. - - - - - - - Provides access to the appearance settings of tiles when they are in the normal, hovered and selected states. - - - The object specifying the appearance settings of tiles when they are in the normal, hovered and selected states. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Gets or sets the back color of the drop-down tile bar. - - - The object specifying the back color of the drop-down tile bar. - - - - - - - Gets or sets whether the opened drop-down tile bar closes on light dismiss. - - - A enumeration value specifying whether the opened drop-down tile bar closes on light dismiss. - - - - - - - Gets or sets the height of the drop-down tile bar. - - - An integer value specifying the height of the current drop-down tile bar, in pixels. - - - - - - - Gets or sets the height of tiles in the drop-down tile bar. - - - A value specifying the height of tiles in the drop-down tile bar, in pixels. - - - - - - - Gets or sets whether the tiles in the drop-down cast a shadow. - - - - The enumeration value specifying whether the tiles in the drop-down cast a shadow. - - - - - - - - Gets or sets the width of wide tiles. - - - A value specifying the width of wide tiles in the drop-down tile bar, in pixels. - - - - - - - - The hierarchical tile menu, providing navigation in a touch-friendly manner. - - - - - - - Initializes a new instance of the TileNavPane class with the default settings. - - - - - - - - Gets or sets whether glyphs of the 's elements are painted using the elements' foreground colors. - - - true, if glyphs utilize the hue specified by elements' foreground colors; otherwise, false. - - - - - - - - Provides access to the appearance settings used to paint the TileNavPane and all buttons in the nav bar, when they are in the normal state. - - - The object that contains the appearance settings. - - - - - - - Provides access to the appearance settings common to all buttons in the nav bar when they are in the hovered state. - - - - The object that contains the appearance settings common to all buttons in the nav bar when they are in the hovered state. - - - - - - - - Provides access to the appearance settings common to all buttons in the nav bar when they are in the selected state. - - - - The object that contains the appearance settings common to all buttons in the nav bar when they are in the selected state. - - - - - - - - Copies settings from the specified object to this object. - - - - A object whose settings are copied to this object. - - - - - - - - Locks the TileNavPane object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets the amount of space around NavElements rendered as buttons in the nav bar. - - - The object specifying the amount of space around NavElements rendered as buttons in the nav bar. - - - - - - - Provides access to the collection of buttons in the nav bar. - - - The representing the collection of buttons. - - - - - - - Returns information on the TileNavPane element located at the specified point. - - - - A structure specifying the test point coordinates relative to the top-left corner of the TileNavPane control. - - - A TileNavPaneHitInfo object containing information about the TileNavPane element located at the test point. - - - - - - - Provides access to the collection of navigation categories. - - - The object representing the collection of navigation categories. - - - - - - - - Gets or sets whether selecting an element automatically shows the primary drop-down tile bar with the children of this element. - - - true, if the TileNavPane automatically shows the primary drop-down tile bar on selecting a navigation element; otherwise, false. - - - - - - - Returns the default amount of space around NavElements rendered as buttons in the nav bar. - - - A Padding object that specifies the amount of space around buttons in the nav bar. The default value is Padding(12). - - - - - - - Provides access to the default category of the TileNavPane. - - - The object which is the default category of the TileNavPane. - - - - - - - Fires after the primary or secondary drop-down tile bar is hidden. - - - - - - - - Gets or sets the direction in which the TileNavPane's drop-down is displayed. - - - The direction in which the TileNavPane's drop-down is displayed. - - - - - - - Fires after the primary or secondary drop-down tile bar is shown. - - - - - - - - Occurs when any of the TileNavPane is clicked. - - - - - - - - Unlocks the TileNavPane object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets the characteristics of the text displayed by the TileNavPane control. This member is not supported by the TileNavPane class. - - - The object specifying the font characteristics. - - - - - - - Gets or sets the foreground color of the TileNavPane control. This member is not supported by the TileNavPane class. - - - The structure specifying the foreground color. - - - - - - - Hides the currently displayed drop-down tile bar. - - - - - - - - Provides access to settings controlling the look and feel of the TileNavPane. - - - A object whose properties specify the look and feel of the TileNavPane. - - - - - - - Gets or sets whether or the 's items are displayed as tiles on the Main Button click. - - - The enumeration value specifying whether categories or items of the default category are displayed on the Main Button click. - - - - - - - Provides access to the settings applied to the primary drop-down tile bar of the current TileNavPane. - - - The object specifying the settings applied to the primary drop-down tile bar of the current TileNavPane. - - - - - - - Provides access to the settings applied to the secondary drop-down tile bar of the current TileNavPane. - - - The object specifying the settings applied to the secondary drop-down tile bar of the current TileNavPane. - - - - - - - Forces the TileNavPane to invalidate its surface and redraw itself and any child controls. - - - - - - - - Gets or sets whether control elements are aligned to support locales using right-to-left fonts. This member is not supported by the TileNavPane class. - - - - A enumeration value indicating whether the text appears from right to left. - - - - - - - Gets or sets whether icons for navigation buttons are automatically stretched to match the current DPI settings of the user's monitor. - - - true, if icons are scaled to match the current DPI settings; otherwise, false - - - - - - - Gets or sets the currently selected in the TileNavPane. - - - The object which is currently selected in the TileNavPane. - - - - - - - Occurs after the is changed. - - - - - - - - Occurs when the is about to be changed. - - - - - - - - Shows the drop-down tile bar for the specified navigation element. - - - - A object representing a navigation element whose drop-down should be shown. - - - - - - - - This property is obsolete, use the property instead. - - - - - - - - - - Gets or sets the associated with the current TileNavPane. - - - A associated with the current TileNavPane. - - - - - - - Occurs when any tile in a drop-down tile bar is clicked. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the TileNavPane. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the TileNavPane. - - - - - - - Gets or sets the mode that specifies for which navigation elements tooltips are shown. - - - A ToolTipShowMode enumeration value that specifies for which elements tooltips are shown. - - - - - - - Returns the object which contains internal information used to render the control. - - - A object which contains internal information used to render the control. - - - - - - - - Provides members that label specific layout modes. - - - - - - - - The is in Flow Layout Mode. - - - - - - - - The Widget View is in Free Layout Mode. - - - - - - - - The is in Stack Layout Mode. - - - - - - - - The is in Table Layout Mode. - - - - - - - - - Provides access to a set of properties that manage this 's touch behavior. - - - - - - - - Initializes a new instance of the RibbonOptionsTouch class with the specified settings. - - - - A that owns the newly created RibbonOptionsTouch object. - - - - - - - - Gets or sets whether the setting only affects the Ribbon UI. - - - true if the setting only affects the Ribbon UI; false if this setting affects all touch-aware DevExpress controls in the application, including the Ribbon Control. - - - - - - - Copies all settings to the current RibbonOptionsTouch object from the target BaseOptions object. - - - - A BaseOptions object whose properties are copied to this RibbonOptionsTouch. - - - - - - - - - Gets or sets the glyph displayed for the Mouse option in the drop-down of the Touch/Mouse UI Mode selector. - - - An object that specifies the glyph displayed for the Mouse option in the drop-down of the Touch/Mouse UI Mode selector. - - - - - - - Gets or sets whether this displays a touch/mouse mode selector in its Quick Access Toolbar. - - - true, if this displays a touch/mouse mode selector in its Quick Access Toolbar; otherwise, false. - - - - - - - Gets or sets whether end-users can switch the touch/mouse mode selector's visibility via the Quick Access Toolbar menu. - - - true, if end-users can switch the touch/mouse mode selector's visibility via the Quick Access Toolbar menu; otherwise, false. - - - - - - - Gets or sets the glyph displayed for the Touch option in the drop-down of the Touch/Mouse UI Mode selector. - - - An object that specifies the glyph displayed for the Touch option in the drop-down of the Touch/Mouse UI Mode selector. - - - - - - - Gets or sets the glyph displayed in the Quick Access Toolbar's selector that allows an end-user to choose between the Mouse and Touch UI Modes. - - - An object that specifies the glyph displayed in the QAT's selector that allows an end-user to choose between the Mouse and Touch UI Modes. - - - - - - - Gets or sets whether the touch UI is enabled for the Ribbon Control and optionally for other DevExpress controls in the project. - - - True, if the touch UI is enabled; False, if this mode is disabled; The Default value is equivalent to False. - - - - - - - - Contains properties common to documents within a . - - - - - - - Gets or sets if a tab icon's animation is allowed for all Documents within a . - - - true if a tab icon's animation is allowed for all Documents within a ; otherwise, false. - - - - - - - Gets or sets whether floating documents in the current View can be docked as tabs. - - - - - - - - - Gets or sets whether the current Tabbed View's documents can be made floating with a double click on document headers. - - - - true, if the current Tabbed View's documents can be made floating with a double click on document headers; otherwise, false. - - - - - - - - Gets or sets whether any within the current can be pinned. - - - true if any within the current can be pinned; otherwise, false. - - - - - - - Gets or sets whether or not any document within this can be reordered within its parent . - - - true, if any document within this can be reordered within its parent ; otherwise, false. - - - - - - - Gets or sets the tab header's width for all s within a . - - - An Int32 value specifying the tab header's width for all s within a . - - - - - - - Gets or sets whether s within the current should be displayed in a Document Selector. - - - true, if s within the current should be displayed in a Document Selector; otherwise, false. - - - - - - - - Gets or sets whether Pin Buttons should be displayed in tab headers of the current 's s. - - - true if Pin Buttons should be displayed in tab headers of the current 's s; otherwise, false. - - - - - - - Gets or sets the width of tabs within the current . - - - An value specifying the width of all tabs within the current . - - - - - - - Gets or sets the format of a text, displayed within document thumbnails in a Windows task bar. - - - - A String value that is the format of a text, displayed within document thumbnails in a Windows task bar. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the AlertClickEventArgs class with the specified settings. - - - - A object used to initialize the property. - - - - An AlertFormCore object used to initialize the property. - - - - - - - - Gets or sets whether the owner (a form) of the current alert window is activated after executing your event handler. - - - true if the owner (a form) of the current alert window is activated; otherwise, false. - - - - - - - Gets the currently processed alert window. - - - - An AlertFormCore object that represents the currently processed alert window. - - - - - - - Gets an object that contains information displayed in the currently processed alert window. - - - A object that contains information displayed in an alert window. - - - - - - - - Contains common document group properties. - - - - - - - Gets or sets whether or not any document that belongs to a can format its caption by using HTML tags. - - - true, if documents can format their captions by using HTML tags; otherwise, false. - - - - - - - Gets or sets the value that determines the way the Close buttons are displayed in document groups. - - - A value that determines the way the Close buttons are displayed in document groups. - - - - - - - Gets or sets the value that determines if tabs in document groups will be closed on a mouse middle click. - - - A value that determines if tabs in document groups will be closed on a mouse middle click. - - - - - - - Provides access to a custom header button collection displayed in document groups. - - - A displayed in document groups. - - - - - - - - Gets or sets the value that determines if document groups will be destroyed after removing all of their children. - - - true if document groups will be destroyed; otherwise, false. - - - - - - - Gets or sets whether tabs are stretched to fill the entire width of the groups. - - - True if tabs are stretched to fill the entire width of the groups; False if not; by Default, the behavior depends on the setting. - - - - - - - Gets or sets which tab buttons can be displayed within all s' tab header panels. - - - A TabButton enumerator value that specifies which tab buttons can be displayed within all s' tab header panels. - - - - - - - Gets or sets when tab buttons are displayed within all s' tab header panels. - - - A TabButtonShowMode enumerator value that specifies when tab buttons are displayed within all s' tab header panels. The Default value acts in the same way as the WhenNeeded value. - - - - - - - Gets or sets the value that specifies the document group's header position. - - - A value that specifies the document group's header position. - - - - - - - - Gets or sets the value that specifies the header orientation for document groups. - - - A value that specifies the header orientation for document groups. - - - - - - - Gets or sets the maximum number of documents in document groups. - - - The integer value that is the maximum number of documents in document groups. - - - - - - - Gets or sets whether tabs are displayed in multiple or single lines. - - - - true, if tabs are displayed in multiple lines; otherwise, false. - - - - - - - Gets or sets the default alignment of images displayed in document tabs. - - - - The value that is the default alignment of images displayed in document tabs. - - - - - - - - - Gets or sets which tab headers within the current should display their Pin Buttons. - - - A PinPageButtonShowMode enumerator value that specifies which tab headers within the current should display their Pin Buttons. - - - - - - - Gets or sets if a document selector button should be displayed within all s. - - - true if a document selector button should be displayed within all document groups; otherwise, false. - - - - - - - Gets or sets the value that determines if tab headers are shown in document groups. - - - true if tab headers are shown in document groups; otherwise, false. - - - - - - - - Provides options to specify images and image settings for bar items. - - - - - - - Initializes a new instance of the BarItemImageOptions class. - - - - A object specifying the bar item associated with the image options being created. - - - - - - - - Gets or sets whether glyphs for this should be painted using the text foreground color. - - - A enumeration value specifying whether this should be painted using the text foreground color. - - - - - - - Gets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned. - - - True if this item and all its links should display a stub glyph when it has no custom icon assigned; False if not; Default uses the setting. - - - - - - - Gets or sets the default vector image. - - - An object specifying the default vector image. - - - - - - - Gets or sets the size of the default vector image. - - - A object specifying the size of the default vector image. - - - - - - - Gets or sets the image corresponding to the item's disabled state. - - - An object representing the image that is displayed in the disabled item's link(s). - - - - - - - Gets or sets the index of the image that corresponds to the item's disabled state. - - - - An integer value specifying the image by its zero-based index in the image source collection. -1 implies that the image is not set. - - - - - - - Gets or sets the large image that corresponds to the item's disabled state. - - - A object that represents the large image that is displayed in the disabled item's link(s). - - - - - - - Gets or sets the index of the large image that corresponds to the item's disabled state. - - - - An integer value that specifies the zero-based index of the large image in the image source collection. - - - - - - - Gets or sets the vector image for the item's disabled state. - - - An object specifying the vector image for the item's disabled state. - - - - - - - Gets or sets the required size of the vector image in disabled state. - - - A structure that specifies the required size for rendering the vector image in disabled state. - - - - - - - Returns the required image form the associated image collections. - - - - An ISvgPaletteProvider object specifying colors used to paint vector images. - - - - true to get a large image; false to get a small image. - - - - true to get an image for the disabled state; false to get an image for the normal state. - - - The required image. - - - - - - - Returns whether or not this BarItemImageOptions has a context-dependent image. - - - true if this BarItemImageOptions has a context-dependent image; otherwise, false. - - - - - - - Gets whether or not this has a glyph assigned. - - - true, if this item has a glyph assigned; otherwise, false. - - - - - - - Gets whether or not this has a large glyph assigned. - - - true, if this item has a large glyph assigned; otherwise, false. - - - - - - - Returns whether or not this BarItemImageOptions has a context-dependent large image. - - - true if this BarItemImageOptions has a context-dependent large image; otherwise, false. - - - - - - - Returns whether or not this BarItemImageOptions has a vector icon assigned to it. - - - true if this BarItemImageOptions has a vector icon assigned to it; otherwise, false. - - - - - - - Gets or sets the 's glyph. - - - An object representing the glyph that is displayed in the 's link(s). - - - - - - - Gets or sets the index of a small glyph assigned to this . - - - The index of an image in the collection of small images. - - - - - - - Gets or sets the uniform resource identifier of the glyph in the DX Image Gallery displayed in the current . -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the glyph to be displayed in the current item. - - - - - - - Gets or sets the item's large image. - - - A object that represents the large image that is displayed in the item's link(s). - - - - - - - Gets or sets the index of the large image in the image source collection. - - - An integer value that specifies the zero-based index of the large image in the image source collection. - - - - - - - Gets the source of large glyphs. - - - A which provides large images for this . - - - - - - - Gets or sets a vector image displayed in the item. - - - An object that specifies the vector image displayed in the item. - - - - - - - Gets or sets the required size of the vector image. - - - A structure that specifies the required size for rendering the vector image. - - - - - - - - A Document within a . - - - - - - - Initializes a new instance of the Document class with the specified settings. - - - - An object that implements . - - - - - - - - Initializes a new instance of the Document class with the specified settings. - - - - An IDocumentProperties object that stores settings for the newly created Document. - - - - - - - - Initializes a new instance of the Document class with the default settings. - - - - - - - - Gets or sets whether this individual document should blend its caption fore color. - - - true, if this individual document should blend its caption fore color; otherwise, false. - - - - - - - Provides access to appearance settings used to paint this Document's caption when the document is active (selected). - - - An object that stores appearance settings used to paint this Document's caption when the document is active (selected). - - - - - - - Provides access to appearance settings used to paint this Document's caption when the document is not selected. - - - An object that stores appearance settings used to paint this Document's caption when the document is not selected. - - - - - - - Clones all document properties from the target Document to this Document object. - - - - A Document whose settings should be copied to this Document. - - - - - - - - Gets or sets an integer value that is the index of a column within a table layout WidgetView, in which this Document is nested. - - - An Int32 value that is the index of a column within a table layout WidgetView, in which this Document is nested. - - - - - - - Gets or sets the total number of columns that the current Document occupies. - - - An Int32 value that is the total number of columns that the current Document occupies. - - - - - - - Occurs when a check Custom Header Button within this Document is checked. - - - - - - - - Occurs when an end-user clicks a regular Custom Header Button within this Document. - - - - - - - - Occurs when a check Custom Header Button within this Document is unchecked. - - - - - - - - Gets the set of Header Buttons assigned to the current Document. - - - A ButtonCollection that stores Header Buttons assigned to the current Document. - - - - - - - Docks this Document to the desired table group. - - - - - A TableGroup that should host this Document. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks this Document to the desired stack group. - - - - - A StackGroup object that should host this Document. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Places this Document at a specific position within the targeted stack group. - - - - - A StackGroup object that should host this Document. - - - - An Int32 value that is the document's index inside its new parent stack group. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks this Document to either side of another Document. Additionally specifies which of these two documents should go first. - - - - A Document to which this Document should be docked. - - - - An Orientation enumerator value that specifies whether documents should be aligned horizontally or vertically. - - - - true, to place this Document after the targeted document; otherwise, false. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks this Document to either side of another Document. - - - - A Document to which this Document should be docked. - - - - An Orientation enumerator value that specifies whether documents should be aligned horizontally or vertically. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks this widget to another widget using the given orientation setting. - - - - A Document that is the widget next to which this widget should be docked. - - - - An Orientation enumeration value that specifies whether these two widgets should align vertically or horizontally. - - - - An Int32 value that specifies the docked widget's position. - - - true, if the widget was successfully docked; otherwise, false. - - - - - - - Provides access to a structure that specifies the height of this widget in Free Layout Mode. - - - A structure that specifies the height of this widget in Free Layout Mode. - - - - - - - Provides access to a structure that specifies the width of this widget in Free Layout Mode. - - - A structure that specifies the width of this widget in Free Layout Mode. - - - - - - - Gets an object that paints the current Document. - - - An ObjectPainter object that paints the current Document. - - - - - - - Gets or sets this Document's height. - - - An Int32 value that is this Document's height. - - - - - - - Gets a collection of images that this Document can use as its icons. - - - - An Object that stores images that this Document can use as its icons. - - - - - - - - Gets the detailed info about this Document. - - - An IDocumentInfo object related to this Document. - - - - - - - Invalidates the region occupied by this Document. - - - - - - - - Invalidates a specific region within this Document. - - - - A Rectangle structure that specifies the bounds for the region to invalidate. - - - - - - - - - Gets whether this Document is currently maximized. - - - true, if this Document is currently maximized; otherwise, false. - - - - - - - Gets or sets whether this Document is currently selected. - - - true, if this Document is currently selected; otherwise, false. - - - - - - - Occurs when this Document is maximized at runtime. - - - - - - - - Gets or sets the control displayed within this Document in its maximized state. - - - A Control that is the Document's content in its maximized state. - - - - - - - Gets a that owns this Document. - - - A that owns this Document. - - - - - - - Provides access to this Document's properties. - - - An IDocumentDefaultProperties object that stores properties for this Document. - - - - - - - Occurs when this maximized Widget Document is restored to its normal state. - - - - - - - - Gets or sets an integer value that is the index of a row within a table layout WidgetView, in which this Document is nested. - - - An Int32 value that is the index of a row within a table layout WidgetView, in which this Document is nested. - - - - - - - Gets or sets the total number of columns that the current Document occupies. - - - An Int32 value that is the total number of columns that the current Document occupies. - - - - - - - Gets or sets a super tool-tip for this Document. - - - A object assigned to this Document. - - - - - - - Gets or sets the simple hint for this Document. - - - A String value that is this Document's tool-tip. - - - - - - - Gets or sets one of nine standard icons to be displayed within this Document's tool-tip. - - - A enumerator value that specifies the icon to be displayed within this Document's tool-tip. - - - - - - - Gets or sets the title string displayed by this Document's hint. - - - A String value that is the caption of this Document's tool-tip. - - - - - - - Gets or sets this Document's width. - - - An Int32 value that is this Document's width. - - - - - - - - Represents a gallery within a . - - - - - - - Initializes a new instance of the PopupGalleryEditGallery class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A object that owns the current PopupGalleryEditGallery. - - - - - - - - Initializes a new instance of the PopupGalleryEditGallery class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A object that owns the current PopupGalleryEditGallery. - - - - - - - - Initializes a new instance of the PopupGalleryEditGallery class. - - - - - - - - Gets or sets whether the PopupGalleryEditGallery popup window closes immediately when an end-user clicks a gallery item. This property is not supported if the option is enabled. - - - true, if the PopupGalleryEditGallery window closes when an end-user clicks a gallery item; otherwise, false. - - - - - - - Gets the that owns the current PopupGalleryEditGallery object. - - - The that owns the current PopupGalleryEditGallery. - - - - - - - Gets or sets the mode that specifies how gallery items can be selected. - - - - The value that specifies how gallery items can be selected. - - - - - - - - - Represents a method that handles the event. - - - - - - - Represents a method that will handle the event. - - - - The gallery that fires this event. - - - - The event's data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the GalleryThumbnailImageEventArgs class with the specified settings. - - - - The currently processed item. - - - - The item's position among other items. - - - - An object that performs image load. - - - - An object that stores detailed information about the item. - - - - - - - - Gets the currently processed item. - - - The currently processed item. - - - - - - - - Stores settings specific to the PageNumberEdit control. - - - - - - - Initializes a new instance of the RepositoryItemPageNumberEdit class with the default settings. - - - - - - - - Copies contents of the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - The class name of the edit control corresponding to the current repository item. - - - - - - - - - Gets the default horizontal alignment of the editor's content. - - - A enumeration value specifying the editor content's default horizontal alignment. Always . - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - A System.String value specifying the class name of the corresponding editor. - - - - - - - Gets or sets the edit control's caption. - - - A string value that specifies the caption of the edit control. - - - - - - - Gets or sets whether the edit control is vertically or horizontally oriented. - - - A enumeration value that specifies how the edit control is oriented. - - - - - - - Registers the current editor. - - - - - - - - Gets or sets the maximum page number. - - - An integer value that specifies the maximum page number. - - - - - - - Gets whether the edit control is painted using a transparent background. - - - true, if the edit control is painted using a transparent background; otherwise, false. Always true. - - - - - - - - Contains values that specify the anchor point relative to which tooltips are displayed for BarItems within a . - - - - - - - A tooltip is aligned with the left or right edge of a and never overlaps the . The cursor position is not taken into account. The property is ignored. - - - - - - - - - - - - A tooltip is displayed relative to the mouse cursor at the position specified by the property. The tooltip might overlap the in some circumstances. - - - - - - - - - - - - - A default localizer to translate resources for WinForms Ribbon, Menu and Docking. - - - - - - - - - Initializes a new instance of the BarResLocalizer class with default settings. - - - - - - - - Gets the string, localized by the current BarResLocalizer, for the specified user interface element. - - - - A enumeration value specifying the UI element whose caption (text) is to be localized. - - - A representing the text to be displayed within the specified UI element. - - - - - - - Returns the name of the language currently used by this localizer object. - - - - - A specifying the language used to localize the user interface. - - - - - - - - A base class that provides necessary functionality for custom localizers of the Ribbon, Menu and Docking library. - - - - - - - Initializes a new instance of the BarLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - A class descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - Provides access to this object's settings. - - - - - - - Gets the current value of the property. - - - A HeaderStyle enumerator value currently assigned to the property. - - - - - - - Gets the current property value. - - - An Int32 value currently assigned to the property. - - - - - - - Returns the current tile column number, displayed by this container. - - - - An value that is the current tile column number. - - - - - - - - Gets the current property value. - - - A Padding structure currently assigned to the property. - - - - - - - Gets the current value of the property. - - - A TileHeaderContentAlignment enumerator value currently assigned to the property. - - - - - - - Gets the current property value. - - - An Int32 value currently assigned to the property. - - - - - - - Gets the current property value. - - - A enumerator value currently assigned to the property. - - - - - - - Gets whether this group's property has a custom value. - - - true, if this group's property has a custom value; otherwise, false. - - - - - - - Gets whether this group's property has a custom value. - - - true, if this group's property has a custom value; otherwise, false. - - - - - - - Gets whether this group's property has a custom value. - - - true, if this group's property has a custom value; otherwise, false. - - - - - - - Gets or sets the style of Document headers within this . - - - A HeaderStyle enumerator value that specifies the style of Document headers. - - - - - - - - Gets or sets the area of the tabbed Document header's width. - - - - An Int32 value that is the area of the tabbed Document header's width. - - - - - - - - Gets or sets the number of tile columns available for this . - - - - An Int32 value that is the number of tile columns available for this . - - - - - - - - Gets or sets the margin for a group of tiles which serve as Document headers within this . - - - - A Padding structure that is the tile content margin. - - - - - - - Gets or sets the image location within tiles that serve as Document headers for Documents within this . - - - A object that specifies the image location within tiles that serve as Document headers for Documents within this . - - - - - - - Gets or sets the size of Document headers that are presented as tiles within this . - - - - An Int32 value that is the size of Document headers that are presented as tiles within this . - - - - - - - - Gets or sets the text location within tiles that serve as Document headers for Documents within this . - - - A TileHeaderContentAlignment enumerator value that specifies the text location within tiles that serve as Document headers for Documents within this . - - - - - - - - A Tabbed Group container within a WindowsUI View - - - - - - - Initializes a new instance of the TabbedGroup class with the specified settings. - - - - An IContainer object that owns this TabbedGroup. - - - - - - - - Initializes a new instance of the TabbedGroup class with the default settings. - - - - - - - - Initializes a new instance of the TabbedGroup class with the specified settings. - - - - An ITabbedGroupProperties object that stores this TabbedGroup object's settings. - - - - - - - - Gets specific information about this TabbedGroup. - - - An ITabbedGroupInfo object that stores specific information about this TabbedGroup. - - - - - - - Provides access to this TabbedGroup object's advanced settings. - - - An object that stores settings for this TabbedGroup. - - - - - - - - Provides members that specify Bar and Ribbon Controls merging within a component. - - - - - - - Bar and Ribbon controls in child Documents will merge to Bar and Ribbon controls in a parent application form whenever it's possible. - - - - - - - - - Ribbon/Bar merging is managed by the s/s themselves, rather than the Document Manager. - - - - - - - - - Bar and Ribbon controls in child Documents will always be merged, unless these Documents are floating. - - - - - - - - - Specifies how small items are arranged within a in the Office2007, Office2010 and Office2013 Ribbon styles. - - - - - - - The same as the option. - - - - - - - - Small items are arranged in one row. - - - - - - - - - - - Small items are arranged in three rows. - - - - - - - - - - - Small items are arranged in two rows. - - - - - - - - - - - - Enumerates Ribbon paint schemes. - - - - - - - The Blue color scheme. - - - - - - - - The DarkBlue color scheme. - - - - - - - - All Ribbon elements are painted with their default skin colors. - - - - - - - - The Green color scheme. - - - - - - - - The Orange color scheme. - - - - - - - - The Purple color scheme. - - - - - - - - The Red color scheme. - - - - - - - - The Teal color scheme. - - - - - - - - The Yellow color scheme. - - - - - - - - - Provides methods that allow you to manage s within a in code. - - - - - - - Docks the to the specific . - - - - A Document to be docked. - - - - A StackGroup to which the document has to be docked. - - - true, if the Document was successfully docked; otherwise, false. - - - - - - - Docks a widget document to a targeted table group. - - - - A Document that should be added to a table group. - - - - A TableGroup that should contain the document. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Places the document at a specific position inside the targeted stack group. - - - - - The Document that should be placed to a stack group. - - - - - The StackGroup that should contain the document. - - - - - An Int32 value that is the index of a document inside its new parent StackGroup. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks one widget document aside another document using the specific orientation setting. - - - - A document that should be docked to another document. - - - - A document to which the first document should be docked. - - - - An Orientation enumerator value that specifies whether these documents should be aligned horizontally or vertically. - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks one widget document aside another document using the specific orientation setting. - - - - A document that should be docked to another document. - - - - A document to which the first document should be docked. - - - - An Orientation enumerator value that specifies whether these documents should be aligned horizontally or vertically. - - - - true, to place the sourceDocument after the targetDocument; otherwise, false. - - - - true, if the document was successfully docked; otherwise, false. - - - - - - - Docks one widget to another according to the given orientation value. - - - - A Document that is the widget that needs to be docked. - - - - A Document that is the widget next to which the sourceDocument widget will be docked. - - - - An Orientation enumerator value that specifies whether these two widgets will be aligned horizontally or vertically. - - - - An Int32 value that specifies the docked widget's position. - - - true if a widget is successfully docked; otherwise, false. - - - - - - - Maximizes the target . - - - - A Document to be maximized. - - - - - - - - Restores a maximized Document to its normal state. - - - - A Document to be restored. - - - - - - - - - Enumerates values that specify how custom page categories are aligned. - - - - - - - The same as the option. - - - - - - - - Headers of contextual page categories are aligned to a RibbonControl's left edge. - - - - - - - - Headers of contextual page categories are aligned to a RibbonControl's right edge. - - - - - - - - - Contains values specifying when the merge mechanism is invoked in MDI applications when using Ribbon Controls within a parent and child MDI forms. - - - - - - - Specifies that the merge mechanism should be invoked when a child MDI form is activated. The unmerge mechanism is invoked when a child form becomes inactive. - - - - - - - - The same as the option. - - - - - - - - Specifies that the merge mechanism is never invoked. - - - - - - - - Specifies that the merge mechanism should be invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view. - - - - - - - - - Stores default properties. - - - - - - - Gets or sets whether any within this can be collapsed. - - - true, if any within this can be collapsed; otherwise, false. - - - - - - - Gets or sets whether any widget document within this View can be dragged at runtime. - - - true, if any widget document within this View can be dragged at runtime; otherwise, false. - - - - - - - Gets or sets - - - - - - - - - Gets or sets whether all s within this can be resized at runtime. - - - true, if all s within this can be resized at runtime; otherwise, false. - - - - - - - Gets or sets whether or not any widget within this can display its borders. - - - true, if any widget within this can display its borders; otherwise, false. - - - - - - - Gets or sets whether or not all widgets owned by this View display their Close buttons. - - - true, if all widgets owned by this View display their Close buttons; otherwise, false. - - - - - - - Gets or sets whether all s within this should display their maximize buttons. - - - true, if all s within this should display their maximize buttons; otherwise, false. - - - - - - - - Stores the individual properties of s. - - - - - - - - Gets or sets whether the current can be collapsed. - - - true, if the current can be collapsed; otherwise, false. - - - - - - - Gets or sets whether or not this can be dragged at runtime. - - - A enumerator value that specifies whether or not this can be dragged at runtime. - - - - - - - Gets or sets whether the current can be maximized at runtime. - - - true, if the current can be maximized at runtime and its Maximize button should be displayed; otherwise, false. - - - - - - - Gets or sets whether this can be resized at runtime. - - - true, if this can be resized at runtime; otherwise, false. - - - - - - - Gets whether the current can be collapsed. - - - true, if the current can be collapsed; otherwise, false. - - - - - - - Determines whether or not end-users are currently allowed to drag this document at runtime. - - - true, if end-users are currently allowed to drag this document at runtime; otherwise, false. - - - - - - - Gets whether this can currently be maximized at runtime. - - - true, if this can currently be maximized at runtime; otherwise, false. - - - - - - - Gets whether an end-user can resize the current at runtime. - - - true, if an end-user can resize the current at runtime; otherwise, false. - - - - - - - Gets whether this widget can show its borders. - - - true, if this widget can show its borders; otherwise, false. - - - - - - - Returns whether or not this widget document shows its Close button. - - - true, if this widget document shows its Close button; otherwise, false. - - - - - - - Gets whether this can currently display its maximize button. - - - true, if this can currently display its maximize button; otherwise, false. - - - - - - - Gets or sets whether this widget should display its borders. - - - A DefaultBoolean enumerator value that specifies whether or not this widget should display its borders. - - - - - - - Gets or sets whether or not this widget should display its Close button. - - - A enumerator value that specifies whether or not this widget should display its Close button. - - - - - - - Gets or sets whether this should display its maximize button. - - - A DefaultBoolean enumerator value that specifies whether this should display its maximize button. - - - - - - - - An object that stores settings for individual s. - - - - - - - Initializes a new instance of the StackGroupDefaultProperties class with the specified settings. - - - - An IStackGroupProperties object that stores settings common to all StackGroups within the parent Widget View. - - - - - - - - Gets the maximum number of s this can currently contain. - - - An Int32 value that specifies the maximum number of s this can currently contain. - - - - - - - Gets or sets whether an end-user can drag this at runtime. - - - - - - - - - - Gets whether this can be dragged at runtime. - - - - - - - - - - Gets or sets the maximum number of s that the current can contain. - - - - An Int32 value that is the maximum number of s that the current can contain. - - - - - - - - - A Group within a that stores Documents. - - - - - - - Initializes a new instance of the StackGroup class with the specified settings. - - - - An IStackGroupProperties object that stores settings common to all StackGroups within the Widget View. - - - - - - - - Initializes a new instance of the StackGroup class with the specified settings. - - - - An object that implements the . - - - - - - - - - Initializes a new instance of the StackGroup class with the default settings. - - - - - - - - Provides access to an that paints this StackGroup's caption. - - - An that paints this StackGroup's caption. - - - - - - - Gets or sets this StackGroup's title. - - - A String value that specifies this StackGroup's title. - - - - - - - Gets whether this StackGroup stores the maximum allowed number of s. - - - true, if this StackGroup stores the maximum allowed number of s; otherwise, false. - - - - - - - Gets whether this StackGroup is horizontally oriented. - - - true, if this StackGroup is horizontally oriented; otherwise, false. - - - - - - - Gets the collection of s contained within this StackGroup. - - - A DocumentCollection object that stores s contained within this StackGroup. - - - - - - - Gets the Document Manager that owns this StackGroup. - - - A DocumentManager that owns this StackGroup. - - - - - - - Gets the View that owns this StackGroup. - - - A WidgetView that owns this StackGroup. - - - - - - - Provides access to this StackGroup's properties. - - - An IStackGroupDefaultProperties object that stores properties for this StackGroup. - - - - - - - Returns the text representation of the StackGroup object. - - - A String value that is the StackGroup's text representation. - - - - - - - - A structure that specifies the width (or the height) of s, s and s. - - - - - - - Initializes a new instance of the Length class with the specified settings. - - - - A Double value that specifies the length in pixels. - - - - - - - - Initializes a new instance of the Length class with the specified settings. - - - - A Double value that specifies the absolute length in pixels or the relative length. - - - - A LengthUnitType that specifies whether the unitValue parameter value is the number of pixels or the relative length multiplier. - - - - - - - - - Initializes a new instance of the Length class with the default settings. - - - - - - - - Occurs whenever this Length's properties change. - - - - - - - - Returns the text representation of the Length object. - - - A String value that is the Length's text representation. - - - - - - - Gets or sets the way a 's, 's or 's length is measured. - - - A LengthUnitType enumerator value that specifies the way a 's, 's or 's length is measured. - - - - - - - Gets or sets the numeric representation for the length of a Stack Group, or . - - - - A Double value that specifies the Stack Group (, ) length. - - - - - - - - A Widget View. - - - - - - - Initializes a new instance of the WidgetView class with the specified settings. - - - - An object that implements the . - - - - - - - - - Initializes a new instance of the WidgetView class with the default settings. - - - - - - - - Gets or sets whether or not the document header text should be colorized according to the caption area fore color. - - - - true, if the document header text should be colorized according to the caption area fore color; otherwise, false. - - - - - - - - Gets or sets whether changing the s' state within this WidgetView should be followed with animation effects. - - - - A DefaultBoolean enumerator value that specifies whether changing the s' state within this WidgetView should be followed with animation effects. - - - - - - - - Gets or sets whether wobble animation for Table Layout mode is enabled. - - - A DefaultBoolean enumerator value that specifies whether the wobble animation effect is enabled. - - - - - - - - Gets or sets whether Documents within this WidgetView are resized using a smooth animation effect. - - - True if Documents within this WidgetView are resized using a smooth animation effect; False if not; Default uses the global setting. - - - - - - - Gets or sets whether or not this WidgetView's content should be displayed with a light animation when displayed. - - - - A enumerator value that specifies whether or not this WidgetView's content should be displayed with a light animation when displayed. - - - - - - - - Stores appearance settings used to paint the header of the currently active . - - - An AppearanceObject used to paint the header of the currently active . - - - - - - - Stores appearance settings for headers. - - - An AppearanceObject that stores appearance settings for headers. - - - - - - - Occurs whenever an end-user tries to drag a . - - - - - - - - Occurs immediately after an end-user moves a within this WidgetView. - - - - - - - - Locks the current layout and prevents it from playing document animation. - - - - - - - - Provides access to the column collection for this WidgetView. - - - A ColumnDefinitionCollection object that stores columns for this WidgetView. - - - - - - - Provides access to the WidgetView controller. - - - An IWidgetViewController object, related to the current WidgetView. - - - - - - - Provides access to properties that manage document animation for this WidgetView. - - - - A object that stores properties that manage document animation for this WidgetView. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to properties, common to all s within this WidgetView. - - - An object that stores properties, common to all s within this WidgetView. - - - - - - - Gets or sets the margins within this WidgetView. - - - An Int32 value that is the margins within this WidgetView. - - - - - - - Occurs when a within this WidgetView is dragged. - - - - - - - - Occurs whenever an end-user drops a after dragging. - - - - - - - - Occurs when an end-user drops a dragged . - - - - - - - - Unlocks this WidgetView and animates all changes executed to its layout. - - - - - - - - - Provides access to the FlowLayoutProperties settings when this View is in Flow Layout mode. - - - A object that stores Flow Layout mode settings for this View. - - - - - - - Provides access to settings related to the Free Layout Mode. - - - A object that contains Free Layout Mode settings. - - - - - - - Gets or sets the current layout mode for this WidgetView. - - - A enumerator value that specifies the current layout mode for this WidgetView. - - - - - - - Fires after a WidgetView document receives its maximized control on the event. - - - - - - - - - Fires after the WidgetView document was destroyed. - - - - - - - - Occurs when a WidgetView document is minimized back to its regular state and allows you to destroy its maximized content. - - - - - - - - Gets or sets this WidgetView's orientation. - - - An Orientation enumerator value that specifies this WidgetView's orientation. - - - - - - - Allows you to dynamically assign a maximized control for each widget document. - - - - - - - - Raises the event for the target document and specifies whether its maximized control should be retained. - - - - - A Document for which the event should be raised. - - - - true, if the unbound maximized control should be preserved; otherwise, false. - - - - - - - - Raises the event with default parameters for the target document. - - - - A Document for which the event should be raised. - - - - - - - - Raises the event for the target document and sets its initial and parameters. - - - - A Document for which the event should be raised. - - - - A Boolean value that is the initial parameter value for the raised event. - - - - A Boolean value that is the initial parameter value for the raised event. - - - - - - - - Raises the event for all deferred WidgetView documents. - - - - - - - - Raises the event for all deferred WidgetView documents and sets the initial parameter for this event. - - - - A Boolean value that is the initial parameter value for the raised event. - - - - - - - - Raises the event for all deferred WidgetView documents and sets the initial and parameter values for this event. - - - - - A Boolean value that is the initial parameter value for the raised event. - - - - A Boolean value that is the initial parameter value for the raised event. - - - - - - - - Resets all properties stored within the section to their default values. - - - - - - - - Resets all properties stored within the section to their default values. - - - - - - - - Resets all properties from the section to their default values. - - - - - - - - Unlocks the WidgetView layout and makes it reflect all previously applied changes. - - - - - - - - - Returns the root docking container for this WidgetView. - - - A object that is the root docking container for this WidgetView. - - - - - - - Provides access to the row collection for this WidgetView. - - - A ColumnDefinitionCollection object that stores rows for this WidgetView. - - - - - - - Scrolls this WidgetView up or down to the target document. - - - - A Document to which the View should be scrolled. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Checks whether or not settings related to Free Layout Mode should be serialized. - - - true, if Free Layout Mode settings should be serialized; otherwise, false. - - - - - - - Provides access to the set of properties common to all s within this WidgetView. - - - - An IStackGroupProperties object that stores properties common to all s within this WidgetView. - - - - - - - - Gets the collection of s used within this WidgetView. - - - A StackGroupCollection object that stores s used within this WidgetView. - - - - - - - Freezes the current WidgetView layout. - - - - - - - - Gets the type of the current WidgetView. - - - A ViewType.Widget value. - - - - - - - - The control that can accommodate bars and display them at any position within the form. - - - - - - - Initializes a new instance of the StandaloneBarDockControl class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the control adjusts its size automatically to display its bars in their entirety. This property is not supported when a StandaloneBarDockControl control is placed within a . Use the property instead. - - - true if the automatic sizing feature is enabled; otherwise, false. - - - - - - - Gets or sets whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a . - - - A Boolean value that specifies whether the StandaloneBarDockControl is auto-sized to fit its contents, when it's placed within a . - - - - - - - Gets or sets which control borders are docked to its parent control and determines how the control is resized with its parent. - - - A enumeration member which specifies the position and manner in which the control is docked. - - - - - - - Gets a value which specifies how the bar dock control is aligned within its parent control. - - - Always the value. - - - - - - - Retrieves the size of a rectangular area that will fit the control. - - - - - - The custom-sized area for a control. - - - The size that will fit the control. - - - - - - - - Gets whether the current control contains any bar. - - - true if the current control contains any bar; otherwise, false. - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Gets or sets whether bars are oriented vetically within the StandaloneBarDockControl object. - - - true if bars are oriented vetically within the StandaloneBarDockControl object; false if bars are oriented horizontally. - - - - - - - Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. - - - The structure that represents the upper-left corner of the control relative to the upper-left corner of its container. - - - - - - - Gets or sets a counter that controls the StandaloneBarDockControl's updates. - - - An integer that specifies the value of the counter used to control the StandaloneBarDockControl's updates. - - - - - - - Gets or sets the name of the control. - - - The name of the control. - - - - - - - Gets or sets the width and height of the StandaloneBarDockControl. - - - The that represents the height and width of the control in pixels. - - - - - - - - A 's collection of objects - - - - - - - Initializes a new RibbonMiniToolbarCollection class instance with the specified Ribbon. - - - - A object that will own the created collection. This value is assigned to the property. - - - - - - - - Adds a new Ribbon mini toolbar to the current collection. - - - - A object that is a Ribbon mini toolbar to be added to the collection. - - - An integer value that is a new mini toolbar's index in the collection. - - - - - - - Indicates whether the collection contains the specified item. - - - - A object to locate in the collection. - - - true if the collection contains the specified item; otherwise, false. - - - - - - - Returns the specified item's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer, that is the item's position within the collection. -1, if the collection does not contain the specified item. - - - - - - - - Inserts the specified item into the collection at the specified location. - - - - The zero-based index at which an item is inserted. - - - - A to insert into the collection. - - - - - - - - Provides indexed access to collection elements. - - - - An integer value that specifies the zero-based index of the required object in the collection. If negative or exceeds the maximum available index, an exception is raised. - - - A object that is the item located at the specified position within the collection. - - - - - - - Removes the specified element from the collection. - - - - A object to be removed from the collection. - - - - - - - - Gets the that owns the current collection. - - - The that owns the current collection. - - - - - - - - The base class for documents within a . - - - - - - - Returns the currently displayed document image. - - - An Image object that is the currently displayed document image. - - - - - - - Gets or sets the document's caption. - - - A string that specifies the document's caption. - - - - - - - Gets the control displayed within the current document. - - - The control displayed within the current document. - - - - - - - Gets or sets the name of a control that will be passed to the current Document as content. - - - - A String value specifying the name of a control that will be passed to the current Document as content. - - - - - - - - Gets or sets the type of a control that will be passed to the current Document as content. - - - - A String value specifying the type of a control that will be passed to the current Document as content. - - - - - - - - Gets or sets the current BaseDocument's top left corner coordinates according to which the document will be arranged when made floating. - - - A Point structure that specifies a floating document's position. - - - - - - - Gets or sets the size that the current BaseDocument will gain when made floating. - - - - A Size value that specifies the floating document's size. - - - - - - - Gets or sets the current document's footer. - - - A String value that is the current document's footer. - - - - - - - Gets the form that displays the document's contents when the document is floating. - - - A Form descendant that displays the document's contents when the document is floating. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the current document's header. - - - A String value that is the current document's header. - - - - - - - Gets or sets the image associated with the current document. - - - The image associated with the current document. - - - - - - - Gets or sets the index of an image within the collection. - - - A zero-based index of an image in the collection. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this document. - - - A object that stores image-related options. - - - - - - - Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this BaseDocument. - - - A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. - - - - - - - Gets whether the document is active. - - - true if the document is active; otherwise, false. - - - - - - - Gets if the current BaseDocument is loaded in the Deferred Load mode. - - - true if the current BaseDocument is loaded in the Deferred Load mode; otherwise, false. - - - - - - - Gets if the current document displays a . - - - true if the current document displays a ; otherwise, false. - - - - - - - Gets whether the document is enabled. - - - true if the document is enabled; otherwise, false. - - - - - - - Gets whether the document is floating. - - - true if the document is floating; otherwise, false. - - - - - - - Gets whether the BaseDocument is currently maximized. - - - true, if the BaseDocument is currently maximized; otherwise, false. - - - - - - - Gets whether the document is visible. - - - true if the document is visible; otherwise, false. - - - - - - - Gets a that owns the current document. - - - A object that owns the current document. - - - - - - - Provides access to the current document's properties. - - - An object that contains the current document's properties. - - - - - - - Resets settings of the object to their default values. - - - - - - - - Returns whether settings of the object should be serialized. - - - true if settings of the object should be serialized.; otherwise, false. - - - - - - - Gets or sets an object that contains data on the current BaseDocument object. - - - An object that contains data on the current object. - - - - - - - - Contains values that specify the visibility states for a gallery's vertical scroll bar. - - - - - - - - A gallery's vertical scroll bar is only visible when all gallery items do not fit into the gallery's visible area entirely. - - - - - - - - A gallery's vertical scroll bar is always hidden. - - - - - - - - A gallery's vertical scroll bar is always visible. The scroll bar is only enabled when scrolling is required. Otherwise, it's disabled. - - - - - - - - - Identifies paint styles for gallery items when they are in the checked state. - - - - - - - The same as the option. - - - - - - - - A gallery item's text and image are painted checked. - - - - - - - - A gallery item's image is only painted checked. - - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the RibbonPageCategoryCollection class. - - - - A control that will own this collection. This value is assigned to the property. - - - - - - - - Adds the specified category to the current collection. - - - - A object to add to the collection. - - - An integer value that specifies the position of the category within the collection. - - - - - - - Adds an array of categories to the end of the collection. - - - - An array of objects to add to the collection. - - - - - - - - Indicates whether the collection contains the specified category. - - - - A object to locate in the collection - - - true if the collection contains the specified category; otherwise, false - - - - - - - Gets the RibbonControl's default page category. - - - A object that represents the default page category. - - - - - - - Returns a category by its name (). - - - - The name of the required category matching the property's value. - - - A object that has the specified name. - - - - - - - Returns a category by its caption (). - - - - The caption of the required category matching the property's value. - - - A object that has the specified caption. - - - - - - - Returns the specified category's position within the collection. - - - - A object representing the category to be located. - - - An integer value representing the specified category's zero-based index. -1 if the collection doesn't contain the specified category. - - - - - - - Adds the specified category to the specified position within the collection. - - - - An integer value representing the zero-based index at which the specified category should be inserted. If negative or exceeds the number of elements, an exception is raised. - - - - A object representing the category to be inserted. - - - - - - - - Provides indexed access to categories in the collection. - - - - An integer value specifying the zero-based index of the required category. If negative or exceeds the maximum available index, an exception is raised. - - - A object representing a category at the specified position within the collection. - - - - - - - Returns a page category by its caption. - - - - A string that represents the caption of the page category to be located. The category's caption is specified by the property. - - - A object with the specified caption; null if there is no category with the specified caption. - - - - - - - Removes the specified category from the collection. - - - - A object to remove from the collection. - - - - - - - - Gets the which owns the current collection. - - - The which owns the current collection. - - - - - - - Allows you to return all pages and visible pages owned by the RibbonControl. - - - A object that allows you to return all pages and visible pages owned by the RibbonControl. - - - - - - - - Represents a Ribbon page category. - - - - - - - Initializes a new instance of the RibbonPageCategory class with default settings. - - - - - - - - Initializes a new instance of the RibbonPageCategory class with the specified settings. - - - - A string that specifies the category's text. This value is assigned to the property. - - - - A string that specifies the category's color. This value is assigned to the property. - - - - A string that specifies the category's visibility. This value is assigned to the property. - - - - - - - - Initializes a new instance of the RibbonPageCategory class with the specified text and color. - - - - A string that specifies the category's text. This value is assigned to the property. - - - - A string that specifies the category's color. This value is assigned to the property. - - - - - - - - Gets or sets whether the page headers are stretched to occupy the entire width of a custom category caption. - - - - true, if page headers are stretched to fit the current custom category's caption; otherwise, false. - - - - - - - Gets an object containing view information on the RibbonPageCategory object. - - - A object. - - - - - - - Creates a new RibbonPageCategory object with the settings matching those of the current object. - - - A copy of the current RibbonPageCategory object. - - - - - - - Gets the category collection that owns the current RibbonPageCategory object. - - - A object that owns the current object. - - - - - - - Gets or sets the color that is used to paint the category's caption and its pages. - - - A value that specifies the category's color. - - - - - - - Gets or sets whether the category is expanded. - - - true if the category is expanded; otherwise, false. - - - - - - - Returns a Ribbon Page by its caption. - - - - A string that represents the caption of the page to be located. The page's caption is specified by the property. - - - A object with the specified caption; null if there is no page with the specified caption. - - - - - - - Returns whether or not this RibbonPageCategory is a default category for its parent Ribbon. - - - true, if this RibbonPageCategory is a default category for its parent Ribbon; otherwise, false. - - - - - - - Provides access to pages that have been merged into the current category. - - - A object that contains pages that have been merged into the current category. - - - - - - - Defines the visual position of the current RibbonPageCategory object after merging this Ribbon Control into an MDI parent Ribbon. - - - An ordinal number determining the position of the RibbonPageCategory after merging this Ribbon Control into an MDI parent Ribbon. - - - - - - - Gets or sets the component's name. - - - A string that specifies the component's name. - - - - - - - Gets or sets the collection of Ribbon pages that belong to the current category. - - - A collection containing Ribbon pages that belong to the current category. - - - - - - - Gets the which owns the current category. - - - The which owns the current category. - - - - - - - Gets or sets an object that contains data on the current RibbonPageCategory object. - - - An object that contains data on the current object. - - - - - - - Gets or sets the text displayed within the category's caption. - - - A string that specifies the text displayed within the category's caption. - - - - - - - Gets or sets whether the current category is visible. - - - true if the category is visible; otherwise, false. - - - - - - - - The base class for Views in a . - - - - - - - Activates the document that displays the specified control. - - - - A Control object displayed by a target document. - - - - - - - - Gets the active document. - - - A object that is the active document. - - - - - - - Gets the active floating document. - - - A object that is the active floating document. - - - - - - - Adds an empty Document with specified and properties to the current View. - - - - A String value that is the newly created Document's . - - - - A String value that is the newly created Document's property value. - - - A object created. - - - - - - - Adds a Document containing the specific control as content to the current BaseView. - - - - - A Control object, stored within the newly added document as its content. - - - A Document added to the current BaseView. - - - - - - - Creates a new floating document that will display the specified control/form. - - - - A Control descendant to be displayed within the newly created document. - - - A newly created object. - - - - - - - Creates a floating documents host (container) that will contain the specific objects collection. - - - - A objects collection that stores Documents hosted within the newly created floating documents container. - - - true, if a floating documents host was successfully added; otherwise, false. - - - - - - - Creates a documents host window that contains the specified document. This method is in effect in the DocumentsHost mode. - - - - A that should be contained in the created documents host window. - - - true, if a documents host window is successfully created; otherwise, false. - - - - - - - Creates a documents host window that contains a newly created document wrapping the specified control. This method is in effect in the DocumentsHost mode. - - - - A Control that should be wrapped by the newly created document residing in the created documents host window. - - - true, if a documents host window is successfully created; otherwise, false. - - - - - - - Activates an existing document that contains the specific control. If no such document was found, a new document is created and added to this View. - - - - A Predicate that retrieves an existing document. - - - - A Function that retrieves a control. This control will be placed within a newly created document of the match predicate returns nothing. - - - A BaseDocument class descendant that is the activated or created document. - - - - - - - Gets or sets whether switching between tabbed documents using keyboard shortcuts is allowed. - - - - A enumeration value that specifies whether switching between tabbed documents using keyboard shortcuts is allowed. - - - - - - - - Gets or sets whether the current 's layout can be reset to default. - - - - true if the current 's layout can be reset to default; otherwise, false. - - - - - - - - Contains appearance settings for the current View. - - - An that contains appearance settings for the current View. - - - - - - - Gets or sets the current 's background image. - - - An Image object specifying the current 's background image. - - - - - - - Gets or sets the background image layout as defined in the enumeration. - - - An enumeration value specifying the background image layout. - - - - - - - Gets or sets stretching margins for a 's background image in a View. - - - A nullable System.Windows.Forms.Padding structure specifying stretching margins for a 's background image. - - - - - - - Allows you to cancel docking a document onto the current control. - - - - - - - - - Occurs whenever a Floating Documents Container starts docking to this BaseView. - - - - - - - - Fires when an end-user starts to drag a docked document, so that it is transformed into a floating window. - - - - - - - - Occurs when a resizing of the current View's layout begins. - - - - - - - - - Gets the visual bounds of the current object. - - - A Rectangle object that specifies the bounds of the current object. - - - - - - - Provides methods to work with documents in the current View. - - - An object that provides methods to work with the current View's documents. - - - - - - - Occurs after a control has been loaded to a Document within this BaseView. - - - - - - - - Fires after the previously selected document is disposed. - - - - - - - - Occurs when a document is deselected and allows you to unbind the document from its content and dispose of the content. This event is in effect in Deferred Load mode. - - - - - - - - Fires when an empty document is loaded and displayed. - - - - - - - - Fired before a host container for floating documents is created, allowing you to create your own custom floating document container. - - - - - - - - - Occurs when the current View's background becomes visible to an end-user. - - - - - - - - Gets or sets the resize zone thickness. - - - An Int32 value that is the resize zone thickness. - - - - - - - Fires when the View's property changes. - - - - - - - - Fires when a new document is added to the current View. - - - - - - - - Fires after a document has been closed. - - - - - - - - Fires when a document is about to be closed. - - - - - - - - Fires when a document is deactivated. - - - - - - - - Provides access to properties common to all documents within the current View. - - - An object that contains settings common to all documents within the current View. - - - - - - - Fires when a document is removed from the collection. - - - - - - - - Stores all documents displayed within the View. - - - A BaseDocumentCollection object that stores all documents displayed within the View. - - - - - - - Allows you to manually sort documents and dock panels displayed within the Document Selector. - - - - - - - - Fires when a document selector is closed. - - - - - - - - Provides access to appearance settings used for a Document Selector within the current view. - - - An IBaseDocumentSelectorProperties object containing appearance settings used for a Document Selector within the current view. - - - - - - - Fires when a document selector is displayed. - - - - - - - - Fires when the last floating document in the documents host window is closed or the control it contains is disposed, allowing you to specify whether to keep open the empty documents host window. - - - - - - - - - Fires after a document has been docked to the control. - - - - - - - - Occurs when a Floating Document Container with all its child Documents is docked to a View. - - - - - - - - Fires after an end-user drops a floating document. - - - - - - - - Occurs when resizing the current View's layout is complete. - - - - - - - - - Provides access to floating documents. - - - A FloatDocumentCollection that stores floating documents. - - - - - - - Fires when a docked document becomes floating. - - - - - - - - Gets or sets a type of container for floating documents within the current BaseView. - - - A FloatingDocumentContainer enumerator value that specifies the type of container for floating documents within the current BaseView. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires when focus is moved to any document within the current View. - - - - - - - - Gets if a document selector for this BaseView is currently visible. - - - true if a document selector is currently visible; otherwise, false. - - - - - - - Gets whether a View is empty. - - - true if the View doesn't contain any documents; otherwise, false. - - - - - - - Gets whether any document within the current View has focus. - - - true if any document within the current View has focus; otherwise, false. - - - - - - - Gets whether the current object has been loaded. - - - true if the current object has been loaded; otherwise, false. - - - - - - - Gets whether the current object is being loaded. - - - true if the current object is being loaded; otherwise, false. - - - - - - - Gets whether loading indicator animation is currently running within this View. - - - true, if loading indicator animation is currently running within this View; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs whenever the current 's layout is being modified. - - - - - - - - Fires after a 's layout was reset. - - - - - - - - - Occurs when the current BaseView's layout is to be reset. - - - - - - - - - Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage (a stream, xml file or system registry). - - - - - - - - Provides access to appearance settings used for a loading indicator within the current BaseView. - - - An ILoadingIndicatorProperties object that contains settings used for a loading indicator within the current BaseView. - - - - - - - Occurs when the loading indicator is shown within this BaseView. - - - - - - - - Fires when focus is moved from the current View's document to any external control (for instance, to an external ). - - - - - - - - Gets a that owns the current View. - - - A that owns the current View. - - - - - - - Fires when an end-user tries to switch to the next or previous document by pressing CTRL+TAB or CTRL+SHIFT+TAB. - - - - - - - - Gets the object containing properties related to the current View's layout. - - - An OptionsLayout object that contains properties related to the current View's layout. - - - - - - - Occurs when the BaseView is redrawn. - - - - - - - - Fires when a context menu is about to be displayed. - - - - - - - - Occurs when a document is to be displayed and allows you to assign content to this document. This event is in effect in Deferred Load mode. - - - - - - - - - Fires when a document is made floating and provides access to the created documents host window. This allows subscribing its DocumentManager to existing event handlers. This event is in effect in the DocumentsHost mode. - - - - - - - - - Disposes a specific deferred load Document within the current View. - - - - A object, loaded using the Deferred Load feature, which is to be disposed. - - - - - - - - Fires the event with the specified parameters for the specified document. - - - - A object for which the event should be fired. - - - - true, to cancel releasing and keep the document content; otherwise, false. - - - - true, to dispose the document content; otherwise, false. - - - - - - - - Fires the event with the specified parameter for the specified document. - - - - A object for which the event should be fired. - - - - true, to cancel the release and keep the document content; otherwise, false. - - - - - - - - - Disposes all deferred load Documents within the current view. - - - - - - - - Fires the event with the specified parameter for all documents with unreleased content in the current BaseView. - - - - true, to cancel releasing and keep the document content; otherwise, false. - - - - - - - - Fires the event with the specified parameters for all documents with unreleased content in the current BaseView. - - - - true, to cancel releasing and keep the document content; otherwise, false. - - - - true, to dispose the document content; otherwise, false. - - - - - - - - Removes a document whose property's value matches the specified control object. - - - - A control used to identify the target document. - - - - - - - - Restores the current layout of documents from the specified system registry path. - - - - A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Restores the current layout of documents from a stream. - - - - A stream where a layout is stored. - - - - - - - - Restores the View layout from a binary or text stream. - - - - A Stream that keeps the View layout. - - - - true, to restore layout from a binary stream; otherwise, false. - - - - - - - - Restores the current layout of documents from an XML file. - - - - An XML file where a layout is stored. - - - - - - - - Loads a View layout stored as XML data in a specific stream. - - - - A Stream that stores a View layout. - - - - - - - - Saves the layout of documents to the specified system registry path. - - - - The registry path to which to save the layout of documents. - - - - - - - - - Saves the layout of documents to a stream. - - - - A stream where the layout will be stored. - - - - - - - - Saves the current View layout in a binary or text stream. - - - - - A Stream that should keep the current View layout. - - - - true, to save the View layout as binary data ; otherwise, false. - - - - - - - - Saves the layout of documents to an XML file. - - - - An XML file where the layout will be stored. - - - - - - - - Saves the current View layout as XML data to a specific stream. - - - - A Stream where the current View layout is to be saved. - - - - - - - - Allows you to hide and disable individual dock hints. - - - - - - - - Gets or sets the View style. - - - A enumeration value that specifies the View style. - - - - - - - Gets the text representation of the BaseView object. - - - A string representation of the BaseView object. - - - - - - - Gets the current View's type. - - - A value that specifies the current View's type. - - - - - - - Fires when a documents host window is closed and allows you to unsubscribe event handlers from its DocumentManager. - - - - - - - - Gets or sets if a Document Selector is enabled for the current Document Manager. - - - A value specifying if a Document Selector is enabled for the current Document Manager - - - - - - - Gets or sets if a loading indicator for deferred load should be used. - - - - true if a loading indicator for a deferred load should be used; otherwise, false. - - - - - - - - Gets or sets whether this BaseView uses snapping emulation for its child documents. - - - A DefaultBoolean enumeration value that specifies whether or not this BaseView uses snapping emulation for its child documents. - - - - - - - Gets an object containing settings related to the current 's Windows dialog. - - - An IWindowsDialogProperties object that contains settings related to the current 's Windows dialog. - - - - - - - - Provides base functionality for custom Navigation Bar Actions. - - - - - - - - Contains options that specify how a layout of dock panels is stored to and restored from a data store (a stream, xml file or system registry). - - - - - - - Initializes a new instance of the LayoutSerializationOptions class. - - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether captions of dock panels are restored from the data store when a layout is restored from the store. - - - - true to restore the captions of dock panels when a layout is restored; otherwise, false. - - - - - - - - Lists values that specify when Ribbon page headers are displayed. - - - - - - - - Currently, this option is the same as the option. - - - - - - - - Ribbon page headers are hidden. - - - - - - - - Ribbon page headers are always visible. - - - - - - - - Ribbon page headers are visible when the control contains two or more pages. - - - - - - - - - - Provides members that store specific data for the method and the event. - - - - - - - Gets the collection of How To: Create Custom Document Actions associated with the current Document. - - - An IList object that stores the collection of How To: Create Custom Document Actions associated with the current Document. - - - - - - - Gets or sets a related to the current event. - - - A related to the current event. - - - - - - - - Provides the method that can be used to add How To: Create Custom Document Actions to specific Documents. - - - - - - - Called each time a Document that implements the ISupportDocumentActions interface is activated. - - - - An IDocumentActionArgs object that contains data for the current method. - - - - - - - - - A push button displayed within a Content Container header and related to a specific . - - - - - - - Initializes a new instance of the DocumentAction class with the specified functionality. - - - - An Action that implements the DocumentAction's functionality. - - - - - - - - Initializes a new instance of the DocumentAction class with the specified functionality and availability check. - - - - A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. - - - - An Action delegate that implements the DocumentAction's functionality. - - - - - - - - - A MS Office 2007-inspired main menu for Ribbon UI. - - - - - - - Initializes a new instance of the ApplicationMenu class with the specified container. - - - - - An object which implements . - - - - - - - - Initializes a new instance of the ApplicationMenu class with default settings. - - - - - - - - Gets or sets the control to be displayed along the bottom edge of the ApplicationMenu. - - - A control that is displayed along the bottom edge of the ApplicationMenu. - - - - - - - Indicates whether the ApplicationMenu can be displayed. - - - true, if the ApplicationMenu can be displayed; otherwise, false. - - - - - - - Specifies the responsible for displaying the current ApplicationMenu. - - - A responsible for displaying the current ApplicationMenu object. - - - - - - - Gets or sets the menu's caption. This property is not supported by the ApplicationMenu class. - - - A string value. - - - - - - - Gets or sets the control to be displayed within the ApplicationMenu's right pane. - - - A control that is displayed within the ApplicationMenu's right pane. - - - - - - - Gets or sets the right pane's width. - - - An integer value which specifies the right pane's width, in pixels. - - - - - - - Gets or sets whether the menu is aligned to support locales using right-to-left fonts. - - - A enumeration value that specifies whether the menu is aligned to support locales using right-to-left fonts. - - - - - - - Gets or sets whether the menu's header is visible. This property is not supported by the ApplicationMenu class. - - - - A Boolean value. - - - - - - - Gets or sets whether the menu's right pane is visible. - - - true if the right pane is visible; otherwise, false. - - - - - - - - Provides members that store base data for WindowsUI Navigation Events. - - - - - - - Initializes a new instance of the BaseNavigationEventArgs class with the specified settings. - - - - A in which the related navigation event occurs. - - - - A Content Container from which the end-user is currently navigating. - - - - - - - - - Gets a Content Container from which an end-user navigates. - - - An IContentContainer from which an end-user navigates. - - - - - - - Gets the current zoom level of a source Content Container. - - - A ContextualZoomLevel enumerator value that is the current zoom level of a source container. - - - - - - - Gets a in which the current navigation event occurs. - - - A in which the current navigation event occurs. - - - - - - - - Provides appearance settings that are used to paint Ribbon gallery elements. - - - - - - - Initializes a new instance of the RibbonGalleryAppearances class. - - - - An object which owns the appearance collection. - - - - - - - - Releases all the resources used by the current object. - - - - - - - - Gets the appearance settings used to paint the filter panel's caption. - - - A object which provides the appearance settings used to paint the filter panel's caption. - - - - - - - Gets the appearance settings used to paint group captions. - - - A object which provides the appearance settings used to paint group captions. - - - - - - - Gets the appearance settings used to paint Gallery item captions. - - - A object which provides the appearance settings used to paint Gallery item captions. - - - - - - - Provides appearance settings used to paint gallery item captions () within a in different visual states. - - - A object which provides settings used to paint gallery item captions within a . - - - - - - - Gets the appearance settings used to paint Gallery item descriptions. - - - A object which provides the appearance settings used to paint Gallery item descriptions. - - - - - - - Provides appearance settings used to paint gallery item descriptions () in different visual states. - - - A object that contains corresponding appearance options. - - - - - - - - Provides data for gallery item handling events. - - - - - - - Initializes a new instance of the GalleryItemEventArgs class. - - - - A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. - - - - A object which represents the processed Gallery item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GalleryItemEventArgs class with the specified settings. - - - - A object that represents a link to a object. This value is assigned to the property. - - - - A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. - - - - A object which represents the processed Gallery item. This value is assigned to the property. - - - - - - - - Gets the Gallery that contains the processed Gallery item. - - - A descendant which represents the Gallery whose item is currently being processed. - - - - - - - For In-Ribbon galleries, gets the bar item link that displays the current gallery. - - - A object that displays the current gallery. null if the current gallery is not an In-Ribbon gallery. - - - - - - - Gets the Gallery item currently being processed. - - - A object which represents the processed Gallery item. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the GalleryItemClickEventArgs class. - - - - A object which contains the clicked Gallery item. This value is assigned to the property. - - - - A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. - - - - A object which represents the processed Gallery item. This value is assigned to the property. - - - - - - - - - Represents a method that will handle events used to custom paint gallery items. - - - - - - - Represents a method that will handle the and events. - - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Provides data for events used to custom paint gallery items. - - - - - - - Initializes a new instance of the GalleryItemCustomDrawEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A descendant which represents the Ribbon Gallery whose item is currently being processed. This value is assigned to the property. - - - - An object which provides information required to paint a Gallery item. This value is assigned to the property. - - - - - A structure which represents the Gallery item's boundaries. This value is assigned to the property. - - - - - - - - Gets the bounding rectangle of the Gallery item currently being painted. - - - A structure which represents the Gallery item's boundaries. - - - - - - - Gets an object which specifies the storage for the most used pens, fonts and brushes. - - - A object which specifies the storage for the most used pens, fonts and brushes. - - - - - - - Gets or sets whether an event was handled. If it was handled default painting isn't required. - - - - true if default painting isn't required; otherwise, false. - - - - - - - Gets the information which is required to paint a Gallery item. - - - An object which provides information required to paint a Gallery item. - - - - - - - - - Represents a collection of gallery items. - - - - - - - Initializes a new instance of the GalleryItemCollection class with the default settings. - - - - - - - - Initializes a new instance of the GalleryItemCollection class with the specified owner. - - - - A object which represents the owner of the created collection. This value is used to initialize the property. - - - - - - - - - Adds the specified item to the collection. - - - - A to be added to the collection. - - - A zero-based integer which specifies the position of the element within the collection. - - - - - - - Adds an array of gallery items to the end of the collection. - - - - An array of objects which need to be added to the collection. - - - - - - - - Indicates whether the collection contains the specified item. - - - - A object to locate in the collection. - - - true if the collection contains the specified item; otherwise, false. - - - - - - - Gets the actual number of items in the collection. - - - An value that specifies the number of items in the collection. - - - - - - - Gets or sets the group which owns the current collection. - - - A object which owns the current collection. - - - - - - - Returns the specified item's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the item's position within the collection. -1 if the collection does not contain the specified item. - - - - - - - Inserts the specified item into the collection at the specified location. - - - - The zero-based index at which an item is inserted. - - - - A to insert into the collection. - - - - - - - - Provides indexed access to items in the collection. - - - - The zero-based index of the object to return from the collection. - - - A object located at the specified position within the collection. null (Nothing in Visual Basic) if the specified item has not been found. - - - - - - - - Removes the specified item from the collection. - - - - A object to remove from the collection. - - - - - - - - - A form that supports incorporation of a . - - - - - - - Initializes a new instance of the RibbonForm class with the default settings. - - - - - - - - - Gets or sets whether the form's embedded Ribbon Control is visible. - - - true if the embedded Ribbon Control is visible; otherwise, false. - - - - - - - Gets or sets whether an end-user is allowed to drag the RibbonForm window by a page category caption. - - - The value that specifies whether window dragging by a page category caption is allowed. - - - - - - - - Gets or sets whether the form's title and border are painted according to the native Windows theme or with a skin. - - - - - A value that specifies whether the form's title and border are painted according to the native Windows theme or with a skin. - - - - - - - - - Gets or sets whether the RibbonForm's title bar and borders are painted using the current skin. - - - The property always returns true. - - - - - - - Gets or sets whether the Ribbon Control is automatically hidden when the form's size is reduced so that the control's commands cannot be displayed in their entirety. - - - - true if the RibbonControl's auto-hide feature is enabled; otherwise, false. - - - - - - - Gets the bounds of the form's client region. - - - A structure which represents the bounding rectangle of the from's client region. - - - - - - - This property is not supported by this class. - - - A object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member is not supported by the RibbonForm. - - - - - - - - - - Gets or sets a displayed within the form. - - - A displayed within the form. - - - - - - - Gets or sets whether a within this RibbonForm always lays underneath all other components. - - - true, if a within this RibbonForm always lays underneath all other components; otherwise, false. - - - - - - - Gets or set the visibility mode of the displayed on the RibbonForm. - - - A RibbonVisibility value specifying the visibility mode of the displayed on the RibbonForm. - - - - - - - Gets or sets whether right-to-left mirror placement is turned on. - - - true if right-to-left mirror placement is turned on; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets a displayed within the form. - - - A object displayed within the form. - - - - - - - Gets or sets the current RibbonForm's caption. - - - A String value that is the current RibbonForm's caption. - - - - - - - For internal use. - - - - - - - - - - Represents a group of gallery items within a gallery. - - - - - - - Initializes a new instance of the GalleryItemGroup class with the default settings. - - - - - - - - - Initializes a new instance of the GalleryItemGroup class with settings of the specified GalleryItemGroup object. - - - - A GalleryItemGroup object which will be a prototype for the object being created. - - - - - - - - Copies settings from the specified object to the current object. - - - - A GalleryItemGroup object whose settings are copied to the current object. - - - - - - - - Specifies the caption of the GalleryItemGroup object. - - - A string which specifies the caption of the GalleryItemGroup object. - - - - - - - Gets or sets the horizontal alignment of the group caption content. - - - A value that specifies the alignment of the group caption content. - - - - - - - Gets or sets a custom control to be displayed within a group caption. This property is only supported for the . - - - A custom control to be displayed within a group caption. - - - - - - - Gets or sets the size of the control assigned to the property. - - - A Size value that specifies the size of the . - - - - - - - Creates a new GalleryItemGroup object with the settings matching those of the current object. - - - A copy of the current GalleryItemGroup object. - - - - - - - Releases all resources used by the GalleryItemGroup object. - - - - - - - - Gets the gallery which owns the current GalleryItemGroup object. - - - A descendant which owns the current object. - - - - - - - Gets a list of checked items within the current group. - - - A list of checked gallery items. - - - - - - - Returns the total number of currently checked gallery items in this GalleryItemGroup. - - - An Int32 value that is the total number of currently checked gallery items in this GalleryItemGroup. - - - - - - - Gets a that matches the specific value. - - - - An Object that is the value. - - - A that matches the specific value and belongs to the current GalleryItemGroup. - - - - - - - Gets whether the current GalleryItemGroup contains any s currently visible to an end-user. - - - true, if the current GalleryItemGroup contains any s currently visible to an end-user; otherwise, false. - - - - - - - Provides access to the collection of items of the current GalleryItemGroup object. - - - A object which specifies the collection of items displayed within the current group. - - - - - - - Gets or sets an object that contains data on the current GalleryItemGroup object. - - - An object that contains data on the current object. - - - - - - - Gets or sets whether the current GalleryItemGroup object is visible. - - - true if the group is visible; otherwise, false. - - - - - - - - Represents a collection of gallery groups. - - - - - - - Initializes a new instance of the GalleryItemGroupCollection class with the specified owner. - - - - A descendant that will own the new collection. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GalleryItemGroupCollection class - - - - - - - - Adds a new Gallery Item Group to the collection. - - - - A object to add to the collection. - - - A object that has been added to the collection. - - - - - - - Adds an array of fields to the end of the collection. - - - - An array of objects to add to the collection. - - - - - - - - Indicates whether the collection contains the specified Gallery Item Group. - - - - A object to locate in the collection. - - - true if the collection contains the specified group; otherwise, false. - - - - - - - Gets or sets the collection's owner. - - - A descendant which owns the collection. - - - - - - - - Returns the specified element's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer which specifies the Gallery Item Group's position within the collection. -1 if the Gallery Item Group doesn't belong to the collection. - - - - - - - Adds the specified Gallery Item Group at the specified position. - - - - A zero-based integer which specifies the position at which the Gallery Item Group should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. - - - - A object to insert. - - - - - - - - Provides indexed access to individual Gallery Item Groups in the collection. - - - - A zero-based integer which specifies the group's position within the collection. If negative or exceeds the last available index, an exception is raised. - - - A object which is located at the specified position. - - - - - - - Removes the specified element from the collection. - - - - A object to remove. - - - - - - - - Returns visible groups as an object. - - - An object that contains visible groups. - - - - - - - Gets the number of visible groups within the collection. - - - An integer which specifies the number of visible groups. - - - - - - - - Represents an item within a gallery. - - - - - - - Initializes a new instance of the GalleryItem class with the specified image, caption and description. - - - - A object which specifies the item's image. This value is assigned to the property. - - - - A string which specifies the item's caption. This value is assigned to the property. - - - - A string which specifies the item's description. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GalleryItem class with the default settings. - - - - - - - - - Initializes a new instance of the GalleryItem class with the values of the specified source gallery item. - - - - - A GalleryItem object whose values are used to initialize the item being created. - - - - - - - - Initializes a new instance of the GalleryItem class with the specified settings. - - - - A object which specifies the item's image. This value is assigned to the property. - - - - A object which specifies the item's hover image. This value is assigned to the property. - - - - A string which specifies the item's caption. This value is assigned to the property. - - - - A string which specifies the item's description. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An object to be bound to the item. This value is assigned to the property. - - - - A string which specifies the item's hint. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GalleryItem class with the specified settings. - - - - A object which specifies the item's image. This value is assigned to the property. - - - - A object which specifies the item's hover image. This value is assigned to the property. - - - - A string which specifies the item's caption. This value is assigned to the property. - - - - A string which specifies the item's description. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An object to be bound to the item. This value is assigned to the property. - - - - A string which specifies the item's hint. This value is assigned to the property. - - - - A Boolean value that indicates whether the item is checked. This value is assigned to the property. - - - - - - - - Initializes a new instance of the GalleryItem class with the specified settings. - - - - A object which specifies the item's image. This value is assigned to the property. - - - - A object which specifies the item's hover image. This value is assigned to the property. - - - - A string which specifies the item's caption. This value is assigned to the property. - - - - A string which specifies the item's description. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An integer which specifies the index of the item's image in the collection. This value is assigned to the property. - - - - An object to bind to the item. This value is assigned to the property. - - - - - A string which specifies the item's hint. This value is assigned to the property. - - - - A Boolean value that specifies the gallery item's visibility. This value is assigned to the property. - - - - A Boolean value that indicates whether the item is checked. This value is assigned to the property. - - - - - - - - Provides access to the appearance settings used to paint this GalleryItem's caption. - - - A object that stores appearance settings for this GalleryItem's caption. - - - - - - - Provides access to the appearance settings used to paint this GalleryItem's descritpion. - - - A object that stores appearance settings for this GalleryItem's description. - - - - - - - Copies settings from the specified object to the current object. - - - - A GalleryItem object whose settings are copied to the current object. - - - - - - - - Binds the specific parameterized command to this GalleryItem. - - - - An Object that is the command to be bound to this GalleryItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this GalleryItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this GalleryItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this GalleryItem. - - - - - - - Gets or sets the item's caption. - - - A string that specifies the item's caption. - - - - - - - Gets or sets whether the item is checked. - - - - true if the item is checked; otherwise, false. - - - - - - - Creates a new GalleryItem object with the settings matching those of the current object. - - - A copy of the current GalleryItem object. - - - - - - - Gets or sets the item's description. - - - A string that specifies the item's description. - - - - - - - Gets or sets whether the current GalleryItem is enabled. - - - true, if the current GalleryItem is enabled; otherwise, false. - - - - - - - Focuses this GalleryItem. - - - true, if the item was successfully focused; otherwise, false. - - - - - - - Gets the gallery which owns the current item. - - - A descendant which owns the current item. - - - - - - - Gets a gallery group which is the owner of the current item. - - - A object which is the owner of the current item. - - - - - - - Gets a hint associated with the gallery item. - - - A string that specifies the gallery item's hint. - - - - - - - Gets or sets the item's hover image. - - - An object which represents the item's hover image. - - - - - - - Gets or sets the index of the hover image assigned to the gallery item. - - - An integer which specifies the index of the item's hover image in the collection of hover images. - - - - - - - Gets the collection of hover images that can be used by the current item. - - - A which provides hover images for the gallery item. - - - - - - - Gets or sets the item's image. - - - An object which represents the item's image. - - - - - - - Gets or sets the index of the image assigned to the gallery item. - - - An integer which specifies the index of the item's image in the collection of images. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this GalleryItem. - - - A object that stores image-related properties. - - - - - - - Gets the collection of images that can be displayed within the current item. - - - A which provides images for the gallery item. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current item. - - - - - - - Occurs each time an end-user clicks the GalleryItem. - - - - - - - - Makes the current gallery item visible onscreen, if it's hidden due to scrolling. - - - - - - - - Gets the item that was used as a source when the current item was created. - - - A object that was used as a source for the current object. - - - - - - - Removes the object that has been assigned to the current gallery item. - - - - - - - - - Gets or sets a for the current bar item. - - - A object associated with the item. - - - - - - - Gets or sets an object that contains data on the current GalleryItem object. - - - An object that contains data on the current object. - - - - - - - Gets or sets the GalleryItem's value. - - - An Object that is the GalleryItem's value. - - - - - - - Gets or sets whether the gallery item is visible. - - - A Boolean value that specifies whether the gallery item is visible. - - - - - - - - Contains values that specify how a dropdown gallery can be resized. - - - - - - - Allows a dropdown gallery to be resized horizontally and vertically. - - - - - - - - - The same as the option. - - - - - - - - A dropdown gallery cannot be resized. - - - - - - - - A dropdown gallery can only be resized vertically. - - - - - - - - - Represents a base class for galleries. - - - - - - - Initializes a new instance of the BaseGallery class with the default settings. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets whether or not all gallery items can simultaneously be in a normal (elevated) state. - - - true, if all gallery items can simultaneously be in a normal (elevated) state; otherwise, false. - - - - - - - Gets or sets whether items within this gallery should colorize their icons using foreground colors. - - - true, if items within this gallery should colorize their icons using foreground colors; otherwise, false. - - - - - - - Gets or sets whether or not hovering over gallery items is accompanied with animation effects. - - - true, if hovering over gallery items is accompanied with animation effects; otherwise, false. - - - - - - - Gets or sets whether the hover images feature is enabled. - - - true to enable the hover images feature; otherwise, false. - - - - - - - Gets or sets whether captions for items and groups in this gallery can be formatted using HTML tags. - - - true, if captions for items and groups in this gallery can be formatted using HTML tags; otherwise, false. - - - - - - - Gets or sets whether the marquee selection feature is enabled, which allows gallery items to be selected by dragging over items with the mouse. - - - true if the marquee selection feature is enabled; otherwise, false. - - - - - - - Gets the appearances that are used to paint gallery elements. - - - - - A object which provides the appearance settings for gallery elements. - - - - - - - - - Assigns all s, displayed within the specific BaseGallery to the current BaseGallery. - - - - A BaseGallery whose items should be copied to the current BaseGallery. - - - - - - - - Locks the BaseGallery, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Unlocks the BaseGallery object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets or sets how gallery items are painted when in the checked state. - - - A value that specifies how checked gallery items are painted. - - - - - - - Gets or sets whether the gallery item currently selected via the keyboard should be immediately checked. - - - - true, if the gallery item currently selected via the keyboard should be immediately checked; otherwise, false. - - - - - - - - Gets or sets whether the current selection is cleared when clicking the empty space. - - - A Boolean value that specifies whether the current selection is cleared when clicking the empty space. - - - - - - - Gets or sets the (maximum) number of columns in the gallery. - - - An integer value that specifies the (maximum) number of columns in the gallery. - - - - - - - - Copies contents and settings from the specified gallery to the current gallery. - - - - The gallery whose contents and settings are copied to the current gallery. - - - - - - - - Enables the Gallery item's image to be painted manually. - - - - - - - - Enables the Gallery item's text to be painted manually. - - - - - - - - Destroys gallery items and clears gallery group collection. - - - - - - - - Destroys gallery items that belong to the current gallery. - - - - - - - - Gets or sets the distance between Gallery items. - - - An integer value that specifies the distance between Gallery items, in pixels. - - - - - - - Gets or sets the distance between an item's caption and its description. - - - An integer value that specifies the distance between an item's caption and its description, in pixels. - - - - - - - Gets or sets the distance between an item's image and its text. - - - An integer value that specifies the distance between an item's image and its text, in pixels. - - - - - - - Gets or sets whether the background of the Gallery item's image is displayed. - - - true to draw the background of the Gallery item's image; otherwise, false. - - - - - - - Fires after gallery scrolling stops. - - - - - - - - Unlocks the BaseGallery object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Fires when a standard item of a gallery's Group Filter menu is clicked. - - - - - - - - Fires when an end-user invokes the Group Filter menu. - - - - - - - - Gets or sets the first gallery item's vertical position beyond which this item cannot be moved when scrolling backwards. -(When the gallery is horizontally oriented (see ), the FirstItemVertAlignment property defines the first item's horizontal position. - - - A value that specifies the item's vertical or horizontal position. - - - - - - - Gets or sets a custom indent of the first gallery item from the gallery's top or left edge (depending on the gallery's orientation). The property is in effect when is set to Custom. - - - A custom indent of the first gallery item from the gallery's top or left edge, in pixels. - - - - - - - Gets or sets whether hover images are displayed with the same size. - - - true to display hover images with the same size; false to display hover images with their original size. - - - - - - - Gets or sets whether gallery item images have the same display size, as specified by the property. - - - - - true to display gallery item images in the same size; false to display gallery item images in their original size. - - - - - - - - - - Gets a currently focused in this gallery. - - - A object currently focused in this gallery. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Fires when the mouse pointer hovers over a Gallery item. - - - - - - - - Fires when the mouse pointer leaves a Gallery item. - - - - - - - - Returns a list containing all gallery items that belong to the current gallery. - - - A list of gallery items that belong to the current gallery. - - - - - - - Returns whether animation on hovering gallery items is actually enabled. - - - true, if animation on hovering gallery items is actually enabled; otherwise, false. - - - - - - - Returns the checked (selected) gallery item (if only one item is selected). - - - - The checked (selected) gallery item; otherwise, null (Nothing in VB). - - - - - - - Returns a list containing the currently checked (selected) gallery items. - - - A list that contains checked (selected) gallery items. - - - - - - - Returns the total number of currently checked gallery items. - - - An Int32 value that is the number of currently checked gallery items. - - - - - - - Returns an item that has the specified caption. - - - - A string that specifies the caption of the item to be located. - - - A object that has the specified caption. null if no item matching the specified criteria is found. - - - - - - - Gets a that matches the specific value. - - - - An Object that is the value. - - - A that matches the specific value. - - - - - - - Allows you to set the custom loading indicator. - - - - - - - - Occurs each time the gallery needs to display an item whose image is loaded asynchronously. - - - - - - - - Returns a list containing visible gallery items. - - - A list that contains visible gallery items. - - - - - - - Gets or sets margins of a gallery group's content. - - - The Padding object that specifies margin information. - - - - - - - Gets a collection of groups owned by the gallery. - - - A object that represents the collection of groups owned by the gallery. - - - - - - - Gets or sets the source of hover images. - - - - A that is an image collection providing hover images for gallery items. - - - - - - - Gets or sets the size of hover images. - - - A structure which specifies the size of hover images. - - - - - - - Gets or sets the source of images that can be displayed within gallery items. - - - - A that is an image collection providing images for gallery items. - - - - - - - Gets or sets the display size of gallery item images. - - - A structure which specifies the display size of gallery item images. - - - - - - - Invalidates the region which is occupied by the gallery. - - - - - - - - Invalidates the region which is occupied by the specified Gallery item. - - - - A object which represents the Gallery item. - - - - - - - - Invaldates the specified region of the current BaseGallery object. - - - - A structure which represents the region to invalidate. - - - - - - - - Gets or sets the auto-size mode of gallery items. - - - - The auto-size mode of gallery items. - - - - - - - Fires whenever an item's check (selected) state is changed. - - - - - - - - Gets or sets whether item checking (selection) is enabled, and how the items can be checked (selected). - - - A value. - - - - - - - Fires when a Gallery item is clicked. - - - - - - - - - - - - - - - - Fires after a gallery item has been double-clicked. - - - - - - - - Gets or sets how a gallery item's image is displayed within the item's image area. - - - An value that specifies how a gallery item's image is arranged. - - - - - - - Gets or sets the location of images within gallery items, relative to the items' text. - - - A enumeration value which specifies how the item's image is positioned relative to the item's text. - - - - - - - Gets or sets the amount of space, in pixels, between the Gallery item's image and its borders. - - - - A object that contains inner indents between the Gallery item's image and its borders. - - - - - - - Gets or sets the size of gallery items when item auto-sizing is disabled. The Width attribute is also in effect when the auto-height feature is enabled. - - - The size of gallery items. - - - - - - - Gets or sets the amount of space, in pixels, between the Gallery item's text and its borders. - - - - A object that contains inner indents between the Gallery item's text and its borders. - - - - - - - Gets or sets the last gallery item's vertical position, beyond which this item cannot be moved when scrolling forwards. -(When the gallery is horizontally oriented (see ), the LastItemVertAlignment property defines the last item's horizontal position. - - - A value that specifies the item's vertical or horizontal position. - - - - - - - Gets or sets a custom indent of the last gallery item from the gallery's bottom or right edge (depending on the gallery's orientation). The property is in effect when is set to Custom. - - - A custom indent of the last gallery item from the gallery's bottom or right edge, in pixels. - - - - - - - Recalculates all the graphical information of the gallery. - - - - - - - - Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. - - - - A object to make visible. - - - - - - - - Fires when a user has finished selecting gallery items using marquee selection. - - - - - - - - Gets or sets an item's maximum width in auto-size mode. - - - The maximum width of gallery items in auto-size mode. - - - - - - - Provides access to the set of properties that manage image loading options for items in this gallery. - - - - A object that stores properties that manage image loading options for items in this gallery. - - - - - - - - Gets a control that owns this BaseGallery. - - - A Control that is this BaseGallery's parent. - - - - - - - Raises the event with specific arguments. - - - - A GetLoadingImageEventArgs object that stores event data. - - - An Image assigned on the raised event. - - - - - - - Raises the event with specific arguments. - - - - A ThumbnailImageEventArgs object passed to the event. - - - A object that provides data for the raised event. - - - - - - - Recalculates all the graphical information of the gallery. - - - - - - - - Gets or sets the number of rows in a gallery when the gallery is displayed within a dropdown window. - - - An integer which specifies the number of rows when the gallery is displayed within a dropdown window. - - - - - - - Gets or sets whether gallery items are automatically stretched to match the current DPI settings of the user's monitor. - - - True, if gallery items are scaled to match the current DPI settings; otherwise, Default or False. -For galleries within the , Default uses the setting. - - - - - - - Gets or sets how the gallery is scrolled when the method is called. - - - A value that specifies the current scroll mode. - - - - - - - Gets or sets how fast the gallery is scrolled when calling the method. - - - A Single value that specifies the speed multiplier. - - - - - - - Scrolls the gallery (with or without an animation effect) making the specified gallery group visible. - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - - - - - Scrolls the gallery (with or without an animation effect) making the specified gallery item visible at a specific position. - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - A value that specifies the position at which the gallery item will be displayed within the display region after scrolling. - - - - - - - - Scrolls the gallery (with or without an animation effect) making the specified item visible. - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - - - - - Scrolls the gallery (with or without an animation effect) making the specified gallery group visible at a specific position. - - - - A object to be made visible. - - - - true to use an animation effect when scrolling; otherwise, false. - - - - A value that specifies the position at which the gallery group will be displayed within the display region after scrolling. - - - - - - - - Checks or unchecks the specified item, while allowing you to specify whether the previously checked items should be unchecked. - - - - A object to be checked/unchecked. - - - - A Boolean value that specifies the new value for the item's property. - - - - true to uncheck the previously checked items; false to retain the items' check states (this option is in effect only when multiple item checking is enabled). - - - - - - - - Checks or unchecks the specified item. If multiple item checking is enabled and the CTRL or SHIFT key is currently pressed, the SetItemCheck method doesn't uncheck the previously checked items. Otherwise, these items are unchecked. - - - - A to be checked/unchecked. - - - - A Boolean value that specifies the new value for the item's property. - - - - - - - - Gets or sets whether group captions are displayed. - - - true to display group captions; otherwise, false. - - - - - - - Gets or sets whether Gallery items display their images. - - - true, to display the images of Gallery items; otherwise, false. - - - - - - - Gets or sets whether Gallery items display their caption and description. - - - true, to display the caption and description of Gallery items; otherwise, false. - - - - - - - Gets or sets an object that contains data on the current BaseGallery object. - - - An object that contains data on the current object. - - - - - - - Gets or sets whether gallery item images have the same display size as the biggest image. - - - - true if gallery item images have the same display size as the biggest image; otherwise, false. - - - - - - - - - An In-Ribbon gallery. - - - - - - - - Initializes a new instance of the InRibbonGallery class. - - - - A object which owns the In-Ribbon Gallery. This value is assigned to the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This property is not supported by this class. - - - Always true - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets the control associated with the bar item that owns the current In-Ribbon gallery. - - - A object which is associated with the bar item. - - - - - - - Gets a BaseDesignTimeManager object associated with the current InRibbonGallery. - - - A BaseDesignTimeManager object associated with the current InRibbonGallery. - - - - - - - Gets a that owns the current InRibbonGallery. - - - A that owns the current InRibbonGallery. - - - - - - - Enables the gallery, when it's displayed as a dropdown window, to be customized. - - - - - - - - Invalidates the region occupied by the specified gallery item. - - - - A whose region needs to be invalidated. - - - - - - - - Invalidates the region occupied by the gallery. - - - - - - - - Invaldates the specified region of the current InRibbonGallery object. - - - - A structure which represents the region to invalidate. - - - - - - - - Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. - - - - A object to make visible. - - - - - - - - Gets or sets the minimum number of columns allowed in the InRibbonGallery. - - - - An integer which specifies the minimum number of columns allowed in a gallery. - - - - - - - - Gets or sets the bar item which owns the In-Ribbon Gallery. - - - A object which owns the In-Ribbon Gallery. - - - - - - - Fires when a popup window which contains the current gallery is closed. - - - - - - - - Recalculates all the graphical information of the In-Ribbon Gallery. - - - - - - - - - Represents an In-Dropdown gallery. - - - - - - - Initializes a new instance of the InDropDownGallery class with the default settings. - - - - - - - - Initializes a new instance of the InDropDownGallery class with the specified owner. - - - - A control which will become the owner of the created object. This value is used to initialize the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets whether the InDropDownGallery is automatically closed on clicking its gallery item. - - - true if the gallery is closed on clicking its gallery item; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets the Dropdown control which owns the current gallery. - - - A control which owns the current gallery. - - - - - - - Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. - - - - A object to make visible. - - - - - - - - Gets the control that displays the current gallery. - - - The control that displays the current gallery. - - - - - - - Recalculates all the graphical information used to render the gallery and then updates the gallery onscreen. - - - - - - - - Gets or sets how the Dropdown control that owns the current gallery can be resized. - - - A value that specifies the current size mode. - - - - - - - - Gets or sets whether changes to item check states within the current automatically generated dropdown gallery are reflected by corresponding items in the . - - - true, if changes to item check states within the current automatically generated dropdown gallery are reflected by corresponding items in the ; otherwise, false. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the InDropDownGallery class. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the InDropDownGallery. - - - - - - - - - Displays an image gallery and custom commands in a popup window. - - - - - - - Initializes a new instance of the GalleryDropDown class with the default settings. - - - - - - - - - Initializes a new instance of the GalleryDropDown class with the specified container. - - - - A object. - - - - - - - - Locks the GalleryDropDown object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Indicates whether the current GalleryDropDown can be displayed onscreen. - - - true, if the GalleryDropDown can be displayed; otherwise, false. - - - - - - - Unlocks the GalleryDropDown object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the gallery displayed by the GalleryDropDown. - - - An object which specifies the control's gallery. - - - - - - - Enables images of items in the GalleryDropDown control's gallery to be painted manually. - - - - - - - - Enables the text of gallery items in the GalleryDropDown control's gallery to be painted manually. - - - - - - - - Fires when a filter menu item is clicked. - - - - - - - - Fires when an end-user invokes the filter menu. - - - - - - - - Fires whenever an item's check state is changed. - - - - - - - - Fires when a Gallery item in the GalleryDropDown control's gallery is clicked. - - - - - - - - Fires after a gallery item has been double-clicked. - - - - - - - - Fires when the mouse pointer hovers over a Gallery item. - - - - - - - - Fires when the mouse pointer leaves a Gallery item. - - - - - - - - Hides the current GalleryDropDown object. - - - - - - - - Gets or sets the that owns the current GalleryDropDown. - - - A that owns the current GalleryDropDown. - - - - - - - Fires when a user has finished selecting gallery items using marquee selection. - - - - - - - - Displays the GalleryDropDown control at the specified position. - - - - A object which represents the Bar Manager responsible for managing the Dropdown control. - - - - A value which specifies the screen point at which the Dropdown control is shown. - - - - - - - - - Represents a link to a object. - - - - - - - - This property is not supported by the RibbonGalleryBarItemLink class. - - - false - - - - - - - Gets whether the RibbonGalleryBarItemLink's Dropdown button can be pressed. - - - true if the Dropdown button can be pressed; otherwise, false. - - - - - - - Releases all resources used by the RibbonGalleryBarItemLink. - - - - - - - - - - - - - - - - Gets a to which the current link refers. - - - A to which the current link refers. - - - - - - - Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. - - - - A object to make visible. - - - - - - - - Gets or sets the top visible row of items within the current gallery. - - - A zero-based integer value representing the top visible row. - - - - - - - Gets the top coordinate of the gallery's display area. - - - An integer which specifies the top coordinate of the gallery's display area. - - - - - - - - - - - - - - - - A bar item that represents an In-Ribbon gallery. - - - - - - - - Initializes a new instance of the RibbonGalleryBarItem class with the specified owner. - - - - A object which will own the created bar item. - - - - - - - - Initializes a new instance of the RibbonGalleryBarItem class with the default settings. - - - - - - - - - Gets or sets whether clicking a bar item link should invoke an associated Dropdown control. This member is not supported by the RibbonGalleryBarItem class. - - - - A Boolean value. - - - - - - - Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. This member is not supported by the RibbonGalleryBarItem class. - - - - A Boolean value. - - - - - - - Get or sets the button item's style. This member is not supported by the RibbonGalleryBarItem class. - - - - A value. - - - - - - - Gets or sets a value indicating whether a submenu which contains the item's link is closed on a click. This member is not supported by the RibbonGalleryBarItem class. - - - - A Boolean value. - - - - - - - Gets or sets a value indicating whether the button item is pressed down. This member is not supported by the RibbonGalleryBarItem class. - - - - A Boolean value. - - - - - - - Gets or sets the item's Dropdown control. This member is not supported by the RibbonGalleryBarItem class. - - - - A control. - - - - - - - Gets or sets whether the item's Dropdown control is enabled. This member is not supported by the RibbonGalleryBarItem class. - - - - A Boolean value. - - - - - - - Gets the gallery associated with the item. - - - A object associated with the bar item. - - - - - - - Enables images of gallery items to be painted manually. - - - - - - - - Enables the text of gallery items to be painted manually. - - - - - - - - Gets or sets the object, which is a control displaying a dropdown gallery. - - - A control. - - - - - - - Fires when a filter menu item is clicked. - - - - - - - - Fires when an end-user invokes the filter menu. - - - - - - - - Enables a gallery, when displayed as a dropdown window, to be customized. - - - - - - - - - Fires whenever a gallery item's check (selected) state is changed. - - - - - - - - Fires when a gallery item is clicked. - - - - - - - - Fires after a gallery item has been double-clicked. - - - - - - - - Fires when the mouse pointer hovers over a Gallery item. - - - - - - - - Fires when the mouse pointer leaves a Gallery item. - - - - - - - - Fires when a popup window containing a gallery is closed. - - - - - - - - - . Gets or sets the item's image. This member is not supported by the RibbonGalleryBarItem class - - - - An object. - - - - - - - Gets or sets the image corresponding to the item's disabled state. This member is not supported by the RibbonGalleryBarItem class. - - - - An object. - - - - - - - Gets or sets the item's group index. This member is not supported by the RibbonGalleryBarItem class. - - - - An integer value. - - - - - - - Gets or sets the index of the item's small image. This member is not supported by the RibbonGalleryBarItem class. - - - - An integer value. - - - - - - - Gets or sets the index of the image displayed within the corresponding links when they are disabled. This member is not supported by the RibbonGalleryBarItem class. - - - - An integer value. - - - - - - - Gets or sets the shortcut used to access associated links using the keyboard. This property is not supported by the RibbonGalleryBarItem class. - - - - A value. - - - - - - - Gets or sets the item's large image. This member is not supported by the RibbonGalleryBarItem class. - - - - An object. - - - - - - - Gets or sets the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. - - - - An object. - - - - - - - Gets or sets the index of the item's large image. This member is not supported by the RibbonGalleryBarItem class. - - - - An integer value. - - - - - - - Gets or sets the index of the item's large image that is used when the item is disabled. This member is not supported by the RibbonGalleryBarItem class. - - - - An integer value. - - - - - - - This member is not supported by the RibbonGalleryBarItem object. - - - An integer value. - - - - - - - Makes the specified gallery item visible onscreen, if it's hidden due to scrolling. - - - - A object to make visible. - - - - - - - - Fires when a user has finished selecting gallery items using marquee selection. - - - - - - - - Gets or sets the item's paint style. This member is not supported by the RibbonGalleryBarItem class. - - - - A value. - - - - - - - Gets or sets the options that specify the item's possible states within a . This member is not supported by the RibbonGalleryBarItem class. - - - - A value. - - - - - - - This member is not supported by the RibbonGalleryBarItem object. - - - An integer value. - - - - - - - This member is not supported by the RibbonGalleryBarItem object. - - - An integer value. - - - - - - - - A check button displayed within a Content Container header and related to a specific . - - - - - - - Initializes a new instance of the DocumentCheckAction class with different actions performed when checking and unchecking the DocumentCheckAction. - - - - - A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. - - - - An Action delegate that encapsulates a method performed when the DocumentCheckAction is checked. - - - - An Action delegate that encapsulates a method performed when the DocumentCheckAction is unchecked. - - - - - - - - Initializes a new instance of the DocumentCheckAction class with the specified settings. - - - - A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. - - - - A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. - - - - An Action delegate that encapsulates a method performed when the DocumentCheckAction is checked. - - - - An Action delegate that encapsulates a method, performed when the DocumentCheckAction is unchecked. - - - - - - - - Initializes a new instance of the DocumentCheckAction class with the specified settings. - - - - A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. - - - - An Action delegate that encapsulates a method executed whenever the DocumentCheckAction's checked state changes. - - - - - - - - Initializes a new instance of the DocumentCheckAction class with the specified settings. - - - - A Predicate that specifies the set of criteria and checks whether the Document meets these criteria. The Action is not visible if the canExecute returns false. - - - - A Func delegate that returns the boolean value related to the current DocumentCheckAction's checked state. - - - - An Action delegate that encapsulates a method executed whenever the DocumentCheckAction's checked state changes. - - - - - - - - Gets a Command, executed when the current DocumentCheckAction is checked. - - - An ICommand executed when the current DocumentCheckAction is checked. - - - - - - - Gets a Command, executed when the current DocumentCheckAction is unchecked. - - - An ICommand executed when the current DocumentCheckAction is unchecked. - - - - - - - - Contains values that specify how items are resized within a . - - - - - - - Auto size mode. The size of gallery items is calculated to fit their contents while taking into account the and properties. -You can limit the width of gallery items in this mode via the property. - - - - - - - - - Auto sizing is disabled. The size of gallery items is fixed and specified by the property. - - - - - - - - Auto height mode. -The height of gallery items is automatically calculated to vertically fit an item's contents while taking into account the and properties. -The width of items is specified by the Width attribute of the property. - - - - - - - - - Represents a Bar Dock Control. - - - - - - - Initializes a new instance of the BarDockControl class. - - - - - - - - Gets or sets whether the control can be disposed of. - - - true if the control can be disposed of; otherwise, false. - - - - - - - This property is not supported by the BarDockControl class. - - - - - - - - - - Gets the appearance settings used to paint the dock control. - - - A object that contains the dock control's appearance settings. - - - - - - - - Gets the background color for the bar dock control. - - - - A object that specifies the background color. - - - - - - - Locks the BarDockControl, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the BarDockControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets the collection of controls contained within the bar dock control. - - - - A object which represents the collection of controls contained within the bar dock control. - - - - - - - - Returns the rectangle that represents the BarDockControl's display area. - - - A structure that represents the BarDockControl's display area. - - - - - - - Gets or sets a value which specifies how the bar dock control is aligned within its parent control. - - - A enumeration value which specifies the manner in which a bar dock control is docked. - - - - - - - Gets a value which specifies how the bar dock control is aligned within its parent control. - - - A enumeration value which specifies the manner in which a bar dock control is docked. - - - - - - - Unlocks the BarDockControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - An ordered pair of type System.Drawing.Size representing the width and height of a rectangle. - - - - - - - Gets whether the bar dock control is oriented vertically. - - - true if the bar dock control is oriented vertically; otherwise, false. - - - - - - - Gets or sets the location of the BarDockControl. - - - A structure that specifies the control's location relative to the owner's top left corner. - - - - - - - Gets or sets a counter that controls updates of the BarDockControl. - - - - An integer that specifies the value of the counter used to control updates of the BarDockControl. - - - - - - - - Gets or sets the control's name. - - - A value that specifies the name of the bar dock control. - - - - - - - Gets or sets a for a control. - - - A for a control. - - - - - - - Gets or sets the width and height of the bar dock control. - - - A structure which specifies the width and height of the bar dock control, in pixels. - - - - - - - Gets or sets the control's index within the set of controls included in the tab order. - - - A zero-based integer value that specifies the control's index within the set of controls included in the tab order. - - - - - - - Gets or sets a value that specifies whether an end-user can focus the control using the TAB key. - - - true if an end-user can focus the control using the TAB key; otherwise, false. - - - - - - - Updates the bar dock control. - - - - - - - - Gets the bar dock control's view information. - - - A object that provides view information on all the control's elements. - - - - - - - - Provides the appearance settings used to paint a Ribbon Control. - - - - - - - Initializes a new instance of the RibbonAppearances class. - - - - An object that implements the interface and will own the created collection. - - - - - - - - Locks the RibbonAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Releases all the resources used by the current object. - - - - - - - - Provides access to the settings controlling the font of the text displayed within the RibbonControl's in-place editors. - - - An object providing corresponding settings. - - - - - - - Unlocks the RibbonAppearances object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the appearance settings used to paint a RibbonForm's caption. - - - An object which provides corresponding appearance settings. - - - - - - - Gets or sets the color used to paint the portion of the RibbonForm's caption which is specified by the property. - - - A color used to paint the string within a RibbonForm's caption. - - - - - - - Gets or sets the color used to paint the caption of an inactive RibbonForm. - - - A color used to paint the caption of an inactive RibbonForm. - - - - - - - Provides the default appearance settings used to paint galleries in a RibbonControl. - - - A object that contains corresponding settings. - - - - - - - Gets the appearance settings used to paint bar items. - - - A object that provides the appearance settings used to paint bar items. - - - - - - - Provides appearance settings used to paint the descriptions () of bar items. - - - An that contains corresponding appearance options. - - - - - - - Provides appearance settings used to paint the descriptions () of disabled bar items. - - - An that contains corresponding appearance options. - - - - - - - - Provides appearance settings used to paint bar item descriptions () when a bar item is hovered. - - - An that contains corresponding appearance options. - - - - - - - Provides appearance settings used to paint the descriptions () of bar items in the pressed state. - - - An that contains corresponding appearance options. - - - - - - - Gets the appearance settings used to paint bar items when they are disabled. - - - A object that provides the appearance settings used to paint bar items when they are disabled. - - - - - - - Gets appearance settings used to paint commands when they are hovered. - - - An that contains corresponding appearance options. - - - - - - - Gets appearance settings used to paint commands when they are pressed. - - - An that contains corresponding appearance options. - - - - - - - Gets the appearance settings (the foreground color and font settings) used to paint captions of Page Categories. - - - An object that specifies the corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint group captions. - - - A object that provides the appearance settings used to paint group captions. - - - - - - - Gets the appearance settings used to paint page headers. - - - A object that provides the appearance settings used to paint page headers. - - - - - - - - Represents a link to the . - - - - - - - - Represents a link to the item. - - - - - - - Gets the default value for the property. - - - true - - - - - - - - Represents a group of links that correspond to the bar button items. - - - - - - - - Initializes a new instance of the BarButtonGroup class with the specified BarManager. - - - - A object that represents the Bar Manager that will manage the created bar button group. - - - - - - - - Initializes a new instance of the BarButtonGroup class. - - - - - - - - Initializes a new instance of the BarButtonGroup class with the specified settings. - - - - A object that represents the Bar Manager that will control the created bar button group. - - - - - An array of descendants that represent items to which links are created and added to the collection. - - - - - - - - Gets or sets the number of rows that all BarButtonGroups that follow this BarButtonGroup will occupy. - - - A enumerator value that specifies the number of rows that all BarButtonGroups that follow this BarButtonGroup will occupy. - - - - - - - - Provides access to links that are owned by the current group. - - - A object that contains links owned by the container item. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - Always null (Nothing in Visual Basic). - - - - - - - - Represents a collection of bar items within the RibbonControl. - - - - - - - Initializes a new instance of the RibbonBarItems class. - - - - A object that represents Ribbon BarManager. - - - - - - - - Creates a bar button group that contains links to the specified items. - - - - An array of objects that represent bar button items. - - - A object that represents the bar button group. - - - - - - - - Represents the Quick Access Toolbar. - - - - - - - Initializes a new instance of the RibbonQuickAccessToolbar class. - - - - A object that represents the Ribbon Control which owns the Quick Access Toolbar. - - - - - - - - Releases all resources used by the current object. - - - - - - - - Gets whether the specified link represents the RibbonQuickAccessToolbar's customize button. - - - - A object which represents the link to be tested. - - - true if the specified link represents the RibbonQuickAccessToolbar's customize button; otherwise, false. - - - - - - - Gets a collection of item links. - - - A object which contains item links that are owned by the Quick Access Toolbar. - - - - - - - - Occurs whenever this RibbonQuickAccessToolbar's collection is modified. - - - - - - - - Restores the layout of the RibbonQuickAccessToolbar's items from the system registry. - - - - A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Restores the layout of the RibbonQuickAccessToolbar's items from a stream. - - - - A descendant from which the layout of items is loaded. - - - - - - - - Restores the layout of the RibbonQuickAccessToolbar's items from an XML file. - - - - A string value which specifies the path to the XML file from which the layout of items is read. If the specified file doesn't exist, an exception is raised. - - - - - - - - Gets the Ribbon Control that owns the current RibbonQuickAccessToolbar instance. - - - - A object that owns the current RibbonQuickAccessToolbar instance. - - - - - - - Saves the layout of the RibbonQuickAccessToolbar's items to the system registry. - - - - A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - true if the layout has been saved to the system registry; otherwise, false. - - - - - - - Saves the layout of the RibbonQuickAccessToolbar's items to a stream. - - - - A descendant to which the layout of items is written. - - - - - - - - Saves the layout of the RibbonQuickAccessToolbar's items to an XML file. - - - - A string value which specifies the path to the XML file to which the layout of items is stored. - - - - - - - - Gets or sets whether the customize item is displayed within the Quick Access Toolbar. - - - true if the customize item is displayed within the Quick Access Toolbar; otherwise, false. - - - - - - - Gets or sets an object that contains data on the current RibbonQuickAccessToolbar object. - - - An object that contains data on the current object. - - - - - - - - Lists the options that specify the bar item's possible states within a Ribbon Control. - - - - - - - If active, enables all other options. - - - - - - - - If active, an item's possible states with a Ribbon Control are determined based on the item's settings. For example, if the item is associated with a small image and isn't associated with a large image, its possible states within the Ribbon Control are and . - - - - - - - - If active, a bar item can be displayed as a large bar item. - - - - - - - - - If active, an item can be displayed like a smal bar item without its caption. - - - - - - - - - If active, an item can be displayed like a smal bar item with its caption. - - - - - - - - - - Lists the values that specify the location of a Quick Access Toolbar. - - - - - - - A Quick Access Toolbar is displayed above the Ribbon Control. - - - - - - - - A Quick Access Toolbar is displayed below the Ribbon Control. - - - - - - - - A Quick Access Toolbar is displayed above the Ribbon Control. - - - - - - - - A Quick Access Toolbar is hidden. - - - - - - - - - Contains information about a specific point within a Ribbon Control. - - - - - - - Initializes a new instance of the RibbonHitInfo class. - - - - - - - - Determines whether the specified is equal to the current Object. - - - - The to compare with the current Object. - - - true if the specified is equal to the current Object; otherwise, false. - - - - - - - Gets the Gallery located at the test point. - - - A descendant which represents the Gallery located at the test point. null (Nothing in Visual Basic) if there isn't any Gallery located at the test point. - - - - - - - Gets the Gallery item located at the test point. - - - A object which represents the Gallery item located at the test point. null (Nothing in Visual Basic) if there isn't any Gallery item located at the test point. - - - - - - - Gets the Gallery item group located at the test point. - - - A object that represents the group of gallery items within a gallery located at the test point. null (Nothing in Visual Basic) if there is no Gallery item group located at the test point. - - - - - - - - Returns the hash code for this instance. - - - A 32-bit signed integer hash code. - - - - - - - Gets or set the test point. - - - A structure that specifies test point coordinates relative to the Ribbon Control's top-left corner. - - - - - - - Gets a value which identifies the type of the visual element located under the test point. - - - A enumeration value that identifies the type of the visual element that contains the test point. - - - - - - - Gets whether the test point is within any of the form's buttons (Minimize, Maximize or Close). - - - true if the test point is within a form's button; otherwise, false. - - - - - - - Gets whether the test point is within the Full Screen button. - - - true, if the test point is within the Full Screen button; otherwise, false. - - - - - - - Gets whether the test point is within a Gallery. - - - true if the test point is within a Gallery; otherwise, false. - - - - - - - Gets whether the test point is within the Dropdown Gallery's Filter panel. - - - true if the test point is within the Dropdown Gallery's Filter panel; otherwise, false. - - - - - - - Gets whether the test point is within a Gallery group. - - - true if the test point is within a Gallery group; otherwise, false. - - - - - - - Gets whether the test point is within a Gallery item. - - - true if the test point is within a Gallery item; otherwise, false. - - - - - - - Gets whether the test point is over a gallery's scroll bar. - - - true if the test point is over a gallery's scroll bar; otherwise, false. - - - - - - - Gets whether the test point is within a size grip region. - - - true if the test point belongs to a size grip region; otherwise, false. - - - - - - - Gets whether the test point is within the Dropdown Gallery's Sizing panel. - - - true if the test point is within the Dropdown Gallery's Sizing panel; otherwise, false. - - - - - - - Gets whether the test point is within a bar item link. - - - true if the test point is within a bar item link; otherwise, false. - - - - - - - Gets whether the test point is within a Ribbon page's caption. - - - true if the test point belongs to a Ribbon page's caption; otherwise, false. - - - - - - - Gets whether the test point is within a Ribbon page category's caption. - - - true if the test point belongs to a Ribbon page category's caption; otherwise, false. - - - - - - - Gets whether the test point is within a page group. - - - true if the test point is within a page group; otherwise, false. - - - - - - - - Gets whether the test point belongs to a scroll button used to scroll through pages. - - - true if the test point belongs to a scroll button used to scroll through pages; otherwise, false. - - - - - - - - Gets whether the test point is within a bar item link that is displayed within a page group. - - - true if the test point is within a bar item link that is displayed within a page group; otherwise, false. - - - - - - - Gets whether the test point is within the Group Panel. - - - true if the test point is within the Group Panel; otherwise, false. - - - - - - - - Gets whether the test point belongs to a scroll button used to scroll through a page's contents. - - - true if the test point belongs to a scroll button used to scroll through a page's contents; otherwise, false. - - - - - - - Gets whether the test point is within a Quick Access Toolbar. - - - true if the test point is within a Quick Access Toolbar; otherwise, false. - - - - - - - Gets whether the test point belongs to any visual element or is outside the Ribbon Control. - - - - true if the test point does not belong to any visual element or is outside the Ribbon Control; otherwise, false. - - - - - - - - Returns true, if the current and the specified RibbonHitInfo objects contain matching bar item links. - - - - A object to which the current object is compared. - - - - true if the current and the specified RibbonHitInfo objects contain matching bar item links; otherwise, false. - - - - - - - Gets the bar item link which is located at the test point. - - - A object that represents the link which is located at the test point. - - - - - - - Gets or sets the Ribbon page which is located at the test point. - - - A object that represents the Ribbon page which is located at the test point. null (Nothing in Visual Basic) if there isn't any Ribbon page located at the test point. - - - - - - - Gets or sets the Ribbon page category which is located at the test point. - - - A object that refers to the Ribbon page category at the test point. - - - - - - - Gets an object that contains view information on the category at the test point. - - - A object. - - - - - - - Gets or sets the Ribbon page group which is located at the test point. - - - A object that represents the Ribbon page group located at the test point. - - - - - - - Returns the RibbonPageViewInfo object associated with this RibbonHitInfo object. - - - A object associated with this RibbonHitInfo object. - - - - - - - Gets the control located at the test point. - - - A control located at the test point; null (Nothing in Visual Basic) if the test point doesn't belong to a Ribbon Status Bar. - - - - - - - Gets or sets the Ribbon Quick Access Toolbar which is located at the test point. - - - A object that represents the Ribbon Quick Access Toolbar located at the test point. - - - - - - - - Lists values that identify a Ribbon Control's elements. - - - - - - - The test point belongs to the Application Button. - - - - - - - - The test point belongs to a Ribbon form's caption. - - - - - - - - The test point belongs to the Close button in the top-right corner of a Ribbon form. - - - - - - - - The test point belongs to the Full-Screen Mode button (see ) in the top-right corner of a Ribbon form. - - - - - - - - The test point belongs to the Help button in the top-right corner of a Ribbon form. - - - - - - - - The test point belongs to the Maximize button in the top-right corner of a Ribbon form. - - - - - - - - The test point belongs to the Minimize button in the top-right corner of a Ribbon form. - - - - - - - - The test point belongs to the bar at the top window edge to which a Ribbon Control with an Office 2013 style applied (see the property) is minimized in Full-Screen Mode. - - - - - - - - - The test point belongs to a Gallery. - - - - - - - - The test point belongs to the Down button which is used to scroll down a Gallery's content. - - - - - - - - The test point belongs to the Dropdown button which is used to invoke an In-Ribbon Gallery's Dropdown Gallery. - - - - - - - - The test point belongs to the Filter panel within a Dropdown Gallery. - - - - - - - - The test point belongs to the image within a Gallery item. - - - - - - - - The test point belongs to a Gallery item. - - - - - - - - The test point belongs to a Gallery group. - - - - - - - - The test point belongs to the left scroll button which is used to scroll a Gallery's content to the left. - - - - - - - - The test point belongs to the right scroll button which is used to scroll a Gallery's content to the right. - - - - - - - - The test point belongs to the size grip. - - - - - - - - The test point belongs to a Dropdown Gallery's Sizing panel. - - - - - - - - The test point belongs to the Up button which is used to scroll up a Gallery's content. - - - - - - - - The test point belongs to a header panel. - - - - - - - - The test point belongs to a Items and Item Links. - - - - - - - - The test point belongs to a bar item's drop down button. - - - - - - - - The test point belongs to a bar item separator. - - - - - - - - The test point does not belong to any visual element or is outside a Ribbon Control. - - - - - - - - The test point belongs to a page group. - - - - - - - - The test point belongs to the caption of a page group. - - - - - - - - The test point belongs to the caption button of a page group. - - - - - - - - The test point belongs to a page header. - - - - - - - - The test point belongs to a page category's header. - - - - - - - - The test point belongs to the left page scroll button. - - - - - - - - The test point belongs to the right page scroll button. - - - - - - - - The test point belongs to a group panel. - - - - - - - - The test point belongs to the left scroll button used to scroll through a page's contents. - - - - - - - - The test point belongs to the right scroll button used to scroll through a page's contents. - - - - - - - - The test point belongs to a Ribbon Status Bar. - - - - - - - - The test point belongs to a Quick Access Toolbar. - - - - - - - - - The status bar designed to be used along with the . - - - - - - - Initializes a new instance of the RibbonStatusBar class with the specified Ribbon Control. - - - - A object that represents the Ribbon Control which the created status bar belongs to. This value is assigned to the property. - - - - - - - - Initializes a new instance of the RibbonStatusBar class with default settings. - - - - - - - - Notifies the accessibility client applications of the specified event for the specified child control. - - - - - An event being fired. - - - - The identifier of the AccessibleObject. - - - - A child which fires the event. - - - - - - - - Gets the object that provides the accessibility information. - - - A object that provides the accessibility information. - - - - - - - Gets or sets whether the status bar's height is automatically adjusted to display all the bar items in their entirety. - - - true if the auto-height feature is enabled; otherwise, false. - - - - - - - Locks the RibbonStatusBar object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Returns information on the status bar elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the status bar's top-left corner. - - - A object which contains information about the visual elements located at the test point. - - - - - - - This member overrides the property. - - - A enumeration value which specifies the position and manner in which a control is docked. - - - - - - - Unlocks the RibbonStatusBar object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs. - - - A DefaultBoolean enumerator value specifying whether the current RibbonStatusBar should be hidden when the Ribbon Merging process occurs. - - - - - - - Gets a value which indicates whether the status bar is currently in design mode. - - - true if the status bar is in design mode; otherwise, false. - - - - - - - Gets a collection of item links. - - - A object which contains item links that are owned by the status bar. - - - - - - - - Updates a status bar. - - - - - - - - Gets the Ribbon BarManager. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object that represents the Ribbon BarManager. - - - - - - - Allows you to perform any actions after a RibbonStatusBar within a child MDI form has been merged into the current RibbonStatusBar object. - - - - - - - - Merges the specified RibbonStatusBar object into the current RibbonStatusBar object. - - - - A RibbonStatusBar object to be merged into the current status bar. - - - - - - - - Updates a status bar. - - - - - - - - Gets or sets a Ribbon Control which the status bar belongs to. - - - A object that represents the Ribbon Control which owns the status bar. - - - - - - - Gets or sets whether the size grip is displayed within the status bar. - - - true is the size grip is displayed within the status bar; otherwise, false. - - - - - - - Gets or sets the control's index within the set of controls included in the tab order. - - - A zero-based integer value that specifies the control's index within the set of controls included in the tab order. - - - - - - - Gets or sets a value that specifies whether an end-user can focus the control using the TAB key - - - true if an end-user can focus the control using the TAB key; otherwise, false. - - - - - - - Gets or sets the control's text. - - - Always the value. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the . - - - A object that controls the appearance and behavior of tooltips displayed by elements of the . - - - - - - - Allows you to perform any actions after another RibbonStatusBar object has been unmerged from the current RibbonStatusBar object. - - - - - - - - Restores the bar commands layout within the current RibbonStatusBar object after another RibbonStatusBar object has been merged into it. - - - - - - - - Gets the status bar's view information. - - - A object that provides view information on all the status bar's elements. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. - - - - A object which contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the RibbonPageGroupEventArgs class. - - - - A object that represent the processed page group. This value is assigned to the property. - - - - - - - - Gets the processed page group. - - - A object that represent the processed page group. - - - - - - - - Represents a page group collection for Ribbon pages. - - - - - - - Initializes a new instance of the RibbonPageGroupCollection class. - - - - A object that represents the Ribbon page which will own the collection being created. - - - - - - - - Adds the specified group to the end of the collection. - - - - A object to add to the collection. - - - A zero-based integer which represents the group's position within the collection. - - - - - - - Adds an array of groups to the end of the collection. - - - - An array of objects to add to the collection. - - - - - - - - Occurs whenever the RibbonPageGroupCollection is modified and allows you to respond to these changes in a specific manner. - - - - - - - - - Indicates whether the collection contains the specified group. - - - - A object to locate in the collection. - - - true if the collection contains the specified group; otherwise, false. - - - - - - - Locates a page group with the specified name within the current collection. - - - - A string value that identifies the name of the group to be found. The group's name is specified by the property. - - - A object with the specified name. null if no page with the specified name has been found. - - - - - - - Retrieves a group by its caption. - - - - A string that represents the caption of the group to be located. A group's caption is specified by the property. - - - A object with the specified caption. - - - - - - - Returns the position of the group within the collection. - - - - A object to locate in the collection. - - - A zero-based index of the specified group in the collection. -1 if the collection doesn't contain the specified group. - - - - - - - Adds the specified group to the collection at the specified position - - - - A zero-based index at which the specified group is inserted. If negative or exceeds the number of elements in the collection an exception is thrown. - - - - A object that represents the inserted group. - - - - - - - - Gets a page group at the specified index. - - - - An integer value that specifies the zero-based index of the required page group. If negative or exceeds the maximum available index, an exception is raised. - - - A object that represents a page group at the specified position within the collection. - - - - - - - Gets a page group by its name. - - - - A string that represents the name of the group to be located. The group's name is specified by the property. - - - A object with the specified name; null if there is no group with the specified name. - - - - - - - Removes the specified page group from the collection. - - - - A object to remove from the collection. - - - - - - - - - Represents a group within a Ribbon Page. - - - - - - - Initializes a new instance of the RibbonPageGroup class with the specified caption. - - - - A string which specifies the created group's caption. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the RibbonPageGroup class with default settings. - - - - - - - - Creates a link to the current group and adds it to the Quick Access Toolbar. - - - - - - - - Gets or sets whether the page group can be collapsed. - - - true if the page group automatically collapses when its size is reduced so it can no longer display all its links at a time; otherwise, false. - - - - - - - Gets or sets whether to clip the group's text when there's not enough space to display it entirely, or to expand the group to accommodate the entire text. - - - true if the group's text is clipped when there's not enough space to display it entirely; false if the group's width is increased to accommodate the group's entire text. - - - - - - - Copies settings of the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Occurs when the group's Caption Button is clicked. - - - - - - - - Creates a new RibbonPageGroup object with the settings matching those of the current object. - - - A copy of the current RibbonPageGroup object. - - - - - - - Gets or sets whether the current RibbonPageGroup is enabled. - - - true if the current RibbonPageGroup is enabled; otherwise, false. - - - - - - - Gets or sets the image that is displayed within the group when it's collapsed. - - - A object which represents the image displayed when the group is collapsed. - - - - - - - Gets or sets the index of the image within the image collection that is displayed within the group when it's in a collapsed state. - - - An integer that specifies the index of the image in the image collection. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this RibbonPageGroup. - - - A object that stores image-related properties. - - - - - - - Gets the collection of images that can be displayed within the group when it's in a collapsed state. - - - An object which represents the collection of images. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current group when it is collapsed. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current group when it is collapsed. - - - - - - - Gets the collection of bar item links displayed within the group. - - - A object which stores links that are displayed within the current group. - - - - - - - Gets or sets the number of rows used to vertically arrange small items within the current RibbonPageGroup in the Office2007, Office2010 and Office2013 Ribbon styles (see ). - - - The value that specifies the layout mode for small items within the current RibbonPageGroup. - - - - - - - Gets or sets the Key Tip used to emulate clicking on the group's Caption Button. - - - A value that specifies the Key Tip associated with the Ribbon Page Group. - - - - - - - Defines the visual position of the current RibbonPageGroup object after merging this Ribbon Control into an MDI parent Ribbon. - - - An ordinal number determining the position of the RibbonPageGroup after merging this Ribbon Control into an MDI parent Ribbon. - - - - - - - Gets the name of the current component. - - - A string which specifies the name of the component. - - - - - - - Gets the group that was used to create the current RibbonPageGroup instance. - - - A object that represents the original group. - - - - - - - Gets the page which owns the current group. - - - A object which owns the current group. - - - - - - - Removes a link to the current group from the Quick Access Toolbar. - - - - - - - - Gets the which owns the current group. - - - A object which is the owner of the current group. - - - - - - - Gets or sets whether the Caption Button is visible. - - - true if the Caption Button is visible; otherwise, false. - - - - - - - - - - - - - - - Gets or sets a associated with the Ribbon page group. - - - A object. - - - - - - - Gets or sets an object that contains data on the current RibbonPageGroup object. - - - An object that contains data on the current object. - - - - - - - Gets or sets the text displayed within the group. - - - A string which specifies the text displayed within the group. - - - - - - - Gets a link to the current group within the Quick Access Toolbar. - - - A link to the current group within the Quick Access Toolbar. - - - - - - - Returns the RibbonPageGroup's caption. - - - A String value that is the RibbonPageGroup's caption. - - - - - - - - Gets or sets whether the group is visible. - - - true if the group is visible; otherwise, false. - - - - - - - - Represents a collection of pages within the RibbonControl. - - - - - - - Initializes a new instance of the RibbonPageCollection class. - - - - A which will own the created collection. - - - - - - - - Initializes a new instance of the RibbonPageCollection class with the specified and objects. - - - - A which will own the created collection. - - - - A object that specifies the category to which the page collection is associated. This value is assigned to the property. - - - - - - - - Adds the specified page to the current collection. - - - - A object to add to the collection. - - - An integer value that specifies the position of the page within the collection. - - - - - - - Adds an array of pages to the end of the collection. - - - - An array of objects to add to the collection. - - - - - - - - Gets the page category with which the current collection's pages are associated. - - - A object with which the current collection's pages are associated. - - - - - - - Indicates whether the collection contains the specified page. - - - - A object to locate in the collection - - - true if the collection contains the specified page; otherwise, false. - - - - - - - Returns a page by its name (). - - - - The name of the required page matching the property's value. - - - A object that has the specified name. - - - - - - - Returns a page by its caption (). - - - - The caption of the required page matching the property's value. - - - A object that has the specified caption. - - - - - - - Returns the specified page's position within the collection. - - - - A object representing the page to be located. - - - An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. - - - - - - - Adds the specified page to the specified position within the collection. - - - - An integer value representing the zero-based index at which the specified page should be inserted. If negative or exceeds the number of elements, an exception is raised. - - - - A object representing the page to be inserted. - - - - - - - - Gets a page at the specified index. - - - - An integer value specifying the zero-based index of the required page. If negative or exceeds the maximum available index, an exception is raised. - - - A object representing a page at the specified position within the collection. - - - - - - - Returns a page by its caption. - - - - A string that represents the caption of the page to be located. The page's caption is specified by the property. - - - A object with the specified caption; null if there is no page with the specified caption. - - - - - - - Removes the specified page from the collection. - - - - A object to remove from the collection. - - - - - - - - - Allows you to create a Ribbon toolbar with commands grouped into categories, pages and page groups. See Ribbon. - - - - - - - Initializes a new instance of the RibbonControl class. - - - - - - - - Activates the Ribbon Control's About dialog box. - - - - - - - - Notifies the accessibility client applications of the specified event for the specified child control. - - - - - An event being fired. - - - - The identifier of the AccessibleObject. - - - - A child which fires the event. - - - - - - - - Gets the object that provides the accessibility information. - - - A DevExpress.XtraBars.Ribbon.Accessible.AccessibleRibbon object that provides the accessibility information. - - - - - - - Fires after the dropdown control associated with the Application Button is hidden. - - - - - - - - Gets or sets whether an end-user can customize the current RibbonControl at runtime. - - - A Boolean value specifying whether an end-user can customize the current RibbonControl at runtime. - - - - - - - Gets or sets whether glyphs for all s within the RibbonControl should be painted using the text foreground color. - - - true, if glyphs for all s within the RibbonControl should be painted using the text foreground color; otherwise, false. - - - - - - - Gets or sets whether a s' text within the current RibbonControl can be formatted using HTML tags. - - - - true if s' text within the current RibbonControl can be formatted using HTML tags; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - Gets or sets whether Key Tips are enabled. - - - true if Key Tips are enabled; otherwise, false. - - - - - - - Gets or sets whether MDI buttons for the current RibbonControl's child Ribbons are enabled. - - - true if MDI buttons for the current RibbonControl's child Ribbons are enabled; otherwise, false. - - - - - - - Gets or sets whether invisible items within a parent RibbonControl should be merged with child RibbonControl's items with same captions. - - - true, if invisible items within a parent RibbonControl should be merged with a child RibbonControl's items with same captions; otherwise, false. - - - - - - - Gets or sets whether the RibbonControl's context menu displays the Minimize the Ribbon command, allowing an end-user to collapse the Ribbon Control. - - - true if the RibbonControl's context menu displays the Minimize the Ribbon command; otherwise, false. - - - - - - - Gets or sets whether pressing the ALT key displays shortcuts for controls that belong to the same form as the RibbonControl. - - - true if shortcuts for external controls are displayed when ALT is pressed; otherwise, false. - - - - - - - Gets or sets whether text in Ribbon page tabs () is trimmed when reducing the Ribbon Control's width. - - - true if text in Ribbon page tabs is trimmed when reducing the Ribbon Control's width; otherwise, false. - - - - - - - Gets or sets the description for the Application Button used by client accessibility applications. - - - - A string that specifies the description for the Application Button. - - - - - - - Gets or sets the name for the Application Button which is used by client accessibility applications. - - - - A string which specifies the name for the Application Button used by client accessibility applications. - - - - - - - - Gets or sets the length of the fading animation effect for the Application Button. - - - An integer value that specifies the length of the fading animation effect for the Application button, in system timer ticks. - - - - - - - Occurs when the Application Button is clicked. - - - - - - - - Fires when the Application Button is double-clicked. - - - - - - - - Gets or sets the dropdown control which is invoked when the Application Button is clicked. - - - An object (any control or specific DevExpress component) which is invoked when the Ribbon Form's Application Button is clicked. - - - - - - - Provides access to options that allow you to assign and customize a raster or vector image displayed in the Application Button. - - - A object that stores options that allow you to assign and customize an image displayed in the Application Button. - - - - - - - Gets or sets the Key Tip for the Application Button. - - - A value that specifies the Key Tip associated with the Application Button. - - - - - - - Gets or sets a for the Application Button. - - - A assigned to the application button. - - - - - - - Gets or sets the text displayed within the Application Button in the Office2010 style, when no icon is assigned to the button. - - - A string value that species the text to be displayed in the Application Button. - - - - - - - Gets or sets the second portion of the RibbonForm's caption which generally specifies the name of the current application. - - - A string which specifies the second portion of the RibbonForm's caption. - - - - - - - Gets or sets the first portion of the RibbonForm's caption which generally specifies the name of the active document. - - - A string which specifies the first portion of the RibbonForm's caption. - - - - - - - Gets or sets an image displayed in the Application Button. - - - A object which specifies the image displayed in the Application Button. - - - - - - - For internal use. - - - - - - - - - - Gets or sets whether all empty items within this RibbonControl should be automatically hidden. - - - true, if all empty items within this RibbonControl should be automatically hidden; otherwise, false. - - - - - - - Gets or sets whether the current RibbonControl's auto-save layout feature is enabled. - - - A Boolean value indicating whether the current RibbonControl's auto-save layout feature is enabled. - - - - - - - Gets or sets the path for an XML file, to which the auto-saved layout is written. - - - - A String value that is the path for an XML file, to which the auto-saved layout is written. - - - - - - - - This property is not supported by the RibbonControl class. - - - - - - - - - - Gets or sets whether bar item links are displayed with the same width within a group. - - - - true, to display bar item links with the same width within a group; otherwise, false. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires when the Application Button's associated control () is about to be displayed. - - - - - - - - Raises before this RibbonControl is unmerged and allows you to react to this upcoming change. - - - - - - - - Starts the runtime initialization of the RibbonControl component. - - - - - - - - Gets or sets the button group layout for all objects within this RibbonControl. - - - A enumerator value that specifies the button group layout for all objects within this RibbonControl. - - - - - - - Gets or sets the vertical alignment of button groups within Ribbon page groups. - - - A value that specifies the vertical alignment of button groups within Ribbon page groups. - - - - - - - Returns information on the Ribbon Control elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the Ribbon Control's top-left corner. - - - A object which contains information about the visual elements located at the test point. - - - - - - - Gets a collection of categories used to logically organize bar items. - - - A object that represents the collection of categories. - - - - - - - Gets or sets the color applied to specific RibbonControl elements. - - - A enumerator value that specifies the color applied to specific RibbonControl elements. - - - - - - - - Fires when the property's value is changed. - - - - - - - - Overrides the property. - - - A object. - - - - - - - - Overrides the property. - - - A object. - - - - - - - Gets or sets the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that provides default appearance options for the Ribbon Control. - - - A object that provides default appearance options for the Ribbon Control. - - - - - - - Allows you to manually paint any within this RibbonControl. - - - - - - - - Fires when the Quick Access Toolbar customization menu is about to be displayed, allowing commands in the menu to be customized. - - - - - - - - Hides key tips displayed if the 'Alt' key is pressed. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Provides access to pages associated with the default page category. - - - A object that provides access to pages which are associated with the default page category. - - - - - - - Gets or sets whether the Ribbon Control's accessibility feature (providing information on the control's data to accessibility tools, e.g., MS Narrator) is disabled. This is a static property, and thus it affects all Ribbon Controls in your application. - - - true, if the Ribbon Control's accessibility feature is disabled; otherwise, false. - - - - - - - This member overrides the property. - - - A enumeration member which specifies the position and manner in which a control is docked. - - - - - - - Gets or sets whether to draw captions for Ribbon Page Groups. - - - A value that specifies whether to draw captions for Ribbon Page Groups. - - - - - - - Gets or sets whether to draw borders for Ribbon Page Groups. - - - true, to draw borders for Ribbon Page Groups; otherwise, false. - - - - - - - Gets or sets whether or not Ribbon page groups should display their borders and captions. - - - A object that specifies whether or not Ribbon page groups should display their borders and captions. - - - - - - - Finishes the runtime initialization of the component. - - - - - - - - Gets the bar item that encapsulates the Ribbon expand/collapse functionality. - - - A object that encapsulates the Ribbon expand/collapse functionality. - - - - - - - Gets or sets the external editors repository. - - - A component that holds a collection of the repository items that can be used to create editors. - - - - - - - Calls the painting methods used to draw the current RibbonControl. - - - - - - - - Forces the Ribbon Control to finish its initialization. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets whether the RibbonControl is displayed in the auto-hidden mode, while the is maximized up to the full screen. This property is in effect for the RibbonControl embedded into the , and displayed using the Office2013 style. - - - true if the RibbonControl is displayed in the auto-hidden mode, while the is maximized up to the full screen; otherwise, false. - - - - - - - Gets or sets the length of the fading animation effect for gallery items. - - - An integer value that specifies the length of the fading animation effect for gallery items, in system timer ticks. - - - - - - - Returns the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that provides default appearance options for the Ribbon Control. - - - A object that provides default appearance options for the Ribbon Control. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Locates a page group with the specified name within all pages. - - - - A string value that identifies the name of the group to be found. The group's name is specified by the property. - - - A object with the specified name. null if no page with the specified name has been found. - - - - - - - Returns the minimum allowed height of the Ribbon Control. - - - An integer value that specifies the minimum allowed height of the Ribbon Control. - - - - - - - Gets the popup menu which is assigned to a control. - - - - The control whose popup menu is to be returned. - - - The popup menu which is assigned to the control. - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - The size that will fit the control. - - - - - - - Gets or sets the length of the fading animation effect for Ribbon page groups. - - - An integer value that specifies the length of the fading animation effect for Ribbon page groups, in system timer ticks. - - - - - - - Hides the control assigned to the property. - - - - - - - - Occurs when a hyperlink within the current RibbonControl is clicked. - - - - - - - - Gets or sets the custom background image for this RibbonControl. - - - A object that is the custom background image for this RibbonControl. - - - - - - - Gets or sets the alignment of a background Ribbon image. - - - A enumerator value that specifies the alignment of a background Ribbon image. - - - - - - - Gets or sets the source of images that can be displayed within item links. - - - A that is an image collection providing images for Ribbon items. - - - - - - - Fires whenever saving or loading a RibbonControl's layout fails. - - - - - - - - Gets a value which indicates whether the Ribbon Control is currently in design mode. - - - true if the control is in design mode; otherwise, false. - - - - - - - Gets or sets the length of the fading animation effect for the RibbonControl's bar item links. - - - An integer value that specifies the length of the fading animation effect for bar item links, in system timer ticks. - - - - - - - Fires when a link within the Ribbon Control is clicked. - - - - - - - - Fires after a links has been pressed. - - - - - - - - Provides access to a Ribbon Control's item collection. - - - A object that represents the collection of bar items. - - - - - - - Gets or sets the vertical alignment of bar items within Ribbon page groups. - - - A value that specifies the vertical alignment of bar items within Ribbon page groups. - - - - - - - Gets the key tip manager. - - - A object that represents the key tip manager. - - - - - - - Gets or sets the source of large images that can be displayed within item links. - - - A that is an image collection providing large images for bar button items. - - - - - - - Updates a Ribbon Control. - - - - - - - - Gets the Ribbon BarManager. - - - A object that represents the Ribbon BarManager. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - The integer value. - - - - - - - Gets or sets if and when a merge mechanism is invoked in an MDI application. - - - A value that specifies when merge operations must be performed. - - - - - - - Allows you to perform additional customizations after another Ribbon Control has been merged into the current RibbonControl. - - - - - - - - Provides access to categories that have been merged into the Ribbon Control. - - - A object containing page categories that have been merged into the Ribbon Control. - - - - - - - Provides access to pages that have been merged into the default category of the Ribbon Control. - - - A object that contains pages that have been merged into the default category. - - - - - - - Gets the RibbonControl that has been merged into the current RibbonControl object. - - - A object that has been merged with the current RibbonControl object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Merges the specified Ribbon Control into the current RibbonControl. - - - - A to be merged into the current RibbonControl. - - - - - - - - Merges the specified RibbonControl into the current RibbonControl. - - - - A to be merged into the current RibbonControl. - - - - true, to hide the merged RibbonContol; otherwise, false. - - - - - - - - Gets or sets whether the Ribbon Control is minimized. - - - true if the Ribbon Control is minimized; otherwise, false. - - - - - - - Allows you to respond to minimizing/restoring the RibbonControl's pages. - - - - - - - - Provides access to the collapsed ribbon that has been displayed in a pop-up and is about to be hidden. - - - - - - - - - Provides access to the collapsed ribbon that is about to be displayed in a pop-up. - - - - - - - - Provides access to the collection of objects. - - - A object that is the collection of objects. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to animation settings for this RibbonControl. - - - A object that stores animation settings for this RibbonControl. - - - - - - - Gets or sets an object containing settings related to the current RibbonControl's Customization Form. - - - An RibbonCustomizationFormOptions object that contains settings related to the current RibbonControl's Customization Form. - - - - - - - Gets or sets the minimum width of the Display Options button's dropdown window. - - - An integer value that specifies the minimum width of the Display Options button's dropdown window. - - - - - - - Provides access to options that modify a stub glyphs' appearance. - - - - A object that stores stub glyph options. - - - - - - - Provides access to properties that specify this RibbonControl's behavior on touch-input devices. - - - A RibbonOptionsTouch object that stores properties which specify this RibbonControl's behavior on touch-input devices. - - - - - - - This member is not supported by the RibbonControl. - - - - - - - - - - Gets or sets the length of the fading animation effect for the RibbonControl's page headers. - - - An integer value that specifies the length of the fading animation effect for Ribbon pages' headers, in system timer ticks. - - - - - - - Gets the collection of custom page categories, which allows contextual tab pages to be added and manipulated. - - - A object containing the collection of custom page categories. - - - - - - - Gets or sets the alignment of custom page categories, which display contextual tab pages. - - - A value that specifies the alignment of custom page categories. - - - - - - - Enables you to perform actions when end-users click group caption buttons. - - - - - - - - Gets a collection of bar item links displayed at the right edge of the control in the same row with tab headers. - - - A object representing the collection of bar item links. - - - - - - - Gets or sets the minimum allowed width of page headers. - - - An integer value that specifies the minimum allowed width of page headers. - - - - - - - Provides access to the Ribbon Control's main pages. - - - A object that represents the collection of main pages. - - - - - - - Gets or sets how popup menus associated with this RibbonControl should be aligned. - - - A enumerator value that specifies how popup menus associated with this RibbonControl should be aligned. - - - - - - - Gets or sets whether nested popup sub-menus are displayed in cascaded or inplace mode. - - - A PopupShowMode enumeration value that specifies how nested popup sub-menus are displayed. - - - - - - - - Gets the collection of item links displayed in the Quick Access Toolbar. - - - A object that contains item links owned by the Quick Access Toolbar. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Updates a Ribbon Control. - - - - - - - - Gets the registration info for this RibbonControl. - - - A List structure that contains registration info for this RibbonControl. - - - - - - - Provides access to the control's internal repository. - - - A object that contains repository items whose settings can be used to create in-place editors. - - - - - - - Removes the object that has been assigned to the Application Button via the property. - - - - - - - - - - Occurs when the current RibbonControl's control is being reset to defaults. - - - - - - - - - Loads the current RibbonControl's layout from the specific XML file. - - - - A String value that is the path to an XML file where the current RibbonControl's layout should be restored from. - - - - - - - - Gets or sets the alignment of the ribbon caption in a Ribbon Form. - - - A enumerator value that specifies the alignment of the ribbon caption in a Ribbon Form. - - - - - - - Gets or sets the style of the RibbonControl. - - - A enumeration value that specifies the paint style. - - - - - - - Occurs each time the current RibbonControl's property value is changed. - - - - - - - - Saves the current RibbonControl's layout to the specific XML file. - - - - A String value that is the path to an XML file where the current RibbonControl's layout should be saved. - - - - - - - - - Fires when the property value changes. - - - - - - - - Gets or sets the currently selected page. - - - A object that represents the page currently selected. null (Nothing in Visual Basic) if the collection is empty. - - - - - - - Fires after the selected page has been changed. - - - - - - - - Fires before a specific Ribbon Page is activated. - - - - - - - - Sets the current RibbonControl layout as the default layout. - - - - - - - - Sets a specific object as the target control's pop-up. - - - - A Control to be associated with a pop-up. - - - - A PopupMenuBase object to be made the control's pop-up menu. - - - - - - - - Gets or sets whether the Application Button is visible. - - - A value that specifies the Application Button's visibility. - - - - - - - Opens the control associated with the Application Button via the property. - - - - - - - - Gets or sets whether category names are displayed in the RibbonForm's title bar. - - - true if category names are displayed in the RibbonForm's title bar; otherwise, false. - - - - - - - - Occurs before the RibbonControl's Customization Menu is displayed. - - - - - - - - Gets or sets whether the button allowing an end-user to switch between the regular, minimized and full-screen ribbon modes is displayed in the form title bar. This property is in effect for the RibbonControl embedded into the , and displayed using the Office2013 style. - - - True or Default, if the button is displayed; otherwise, False. - - - - - - - Gets or sets whether the Ribbon Control displays a button that allows an end-user to hide/restore the RibbonControl's pages. - - - A value that specifies the visibility of the button that allows an end-user to hide/restore the RibbonControl's pages. - - - - - - - Gets or sets whether the button allowing an end-user to switch between the regular, minimized and full-screen ribbon modes is displayed in the form title bar. This property is in effect for the RibbonControl embedded into the , and displayed using the Office2013 style. - - - True or Default, if the button is displayed; otherwise, False. - - - - - - - Gets or sets whether item links within page header area should display their captions. - - - - true, if item links within page header area should display their captions; otherwise, false. - - - - - - - - Gets or sets whether bar item links within the Quick Access Toolbar should display their captions. - - - true, if bar item links within the Quick Access Toolbar should display their captions; otherwise, false. - - - - - - - Gets or sets whether page headers are displayed. - - - true to display page headers; otherwise, false. - - - - - - - Gets or sets whether ribbon page headers are displayed in place of the regular form title bar. This property is in effect for the RibbonControl displayed using the OfficeUniversal style, and embedded into the . - - - A enumeration value that specifies whether ribbon page headers are displayed in place of the regular title bar. - - - - - - - Gets or sets page headers display mode. - - - - A value that specifies page headers display mode. - - - - - - - - Gets or sets whether the option that allows an end-user to change the Quick Access Toolbar location is displayed in the customization menus. - - - true, to display the option that allows an end-user to change the location of the QAT in the customization menus; otherwise, false. - - - - - - - Gets or sets whether the customize item is displayed within the Quick Access Toolbar. - - - true to display the customize item within the Quick Access Toolbar; otherwise, false. - - - - - - - Gets or sets the object linked with the current Ribbon Control. - - - A object linked with the Ribbon Control. - - - - - - - This member overrides the property. - - - A zero-based integer value that specifies the control's index within the set of controls included in the tab order. - - - - - - - This member overrides the property. - - - true if an end-user can focus the control using the TAB key; otherwise, false. - - - - - - - This member overrides the property. - - - Always the value. - - - - - - - Provides access to the Quick Access Toolbar. - - - A object that represents the Ribbon Control's Quick Access Toolbar. - - - - - - - Gets or sets the position of the Quick Access Toolbar. - - - A enumeration value that specifies the Quick Access Toolbar's position. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the RibbonControl. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the RibbonControl. - - - - - - - - Allows you to return all pages and visible pages owned by the RibbonControl. - - - A object that allows you to return all pages and visible pages owned by the RibbonControl. - - - - - - - This property is provided for backward compatibility. Use the property instead. - - - true, if specific in-place editors are painted using a transparent background color when focused; otherwise, false. - - - - - - - Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color. - - - True if specific in-place editors are painted using a transparent background color when focused; False if not; Default if the behavior depends on the global setting. - - - - - - - - Allows you to perform additional customizations after another Ribbon Control has been unmerged from the current RibbonControl. - - - - - - - - Restores the original layout of Ribbon Controls after they have been manually merged via the method. - - - - - - - - Recalculates the control's view information. - - - - - - - - Gets the Ribbon Control's view information. - - - A object that provides view information on all the Ribbon's elements. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - Represents a link to the . - - - - - - - Indicates whether the current menu can be opened. - - - true, if the current menu can be opened; otherwise, false. - - - - - - - - Enumerates menu display modes. - - - - - - - A menu is painted according to its type. - - -For objects, the default draw mode is affected by the property. If the option is set to false, menu items are painted as in the mode. If the option is set to true, menu items are painted as in the draw mode. - - - - - - - - - Allows menu item captions and large images to be displayed. - - - - - - - - - - - - Allows menu item captions, descriptions and large images to be displayed. - - - - - - - - - - - - Allows menu item captions and small images to be displayed. - - - - - - - - - - - - - A control that allows pinning Live Tiles to the Windows 8 Start Screen for traditional Windows Forms applications. - - - - - - - - Initializes a new instance of the WinRTLiveTileManager class with default parameters. - - - - - - - - Initializes a new instance of the WinRTLiveTileManager class associated with the specific Container Control. - - - - An IContainer associated with the newly created WinRTLiveTileManager. - - - - - - - - For internal use. - - - - - - - - Returns the current size for tiles with square templates. - - - A Size structure that is the size for all square tiles owned by this WinRTLiveTileManager. - - - - - - - Gets the actual size of wide Tiles within this WinRTLiveTileManager. - - - - A Size structure that is the actual size of wide Tiles within this WinRTLiveTileManager. - - - - - - - Gets or sets the application name that a Live Tile for this application will display. - - - - A string value that is the application name that, a Live Tile for this application will display. - - - - - - - - Begins the runtime initialization of the WinRTLiveTileManager control that is used on a form, or by another component. - - - - - - - - Gets whether the Live Tile Manager application is installed. - - - true, if the Live Tile Manager application is installed; otherwise, false. - - - - - - - Removes all the previous Live Tile content. - - - An UpdateTileResult enumerator value specifying if a Live Tile was successfully cleared. - - - - - - - Gets or sets the Container Control that owns the current WinRTLiveTileManager. - - - A ContainerControl associated with the current WinRTLiveTileManager. - - - - - - - An image, displayed within a Live Tile by default. - - - An Image that is the default Live Tile image. - - - - - - - Finishes the runtime initialization of the WinRTLiveTileManager control that is used on a form or by another component. - - - - - - - - Checks whether the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen. - - - - true, if the current WinRTLiveTileManager has its associated Live Tile pinned to the Windows 8 Start Screen; otherwise, false. - - - - - - - - Gets or sets the ID for the current WinRTLiveTileManager. - - - A String value that is the current WinRTLiveTileManager's ID. - - - - - - - Allows you to control end-user navigation. - - - - - - - - Gets whether the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager. - - - true, if the Windows Start Screen is available on the machine, running the application with this WinRTLiveTileManager; otherwise, false. - - - - - - - Occurs each time an end-user clicks a Live Tile on a Start Screen. - - - - - - - - Unpins a Live Tile from the Windows 8 Start Screen. - - - - - - - - Opens the Live Tile Manager. - - - - - - - - Gets or sets a site associated with the current WinRTLiveTileManager. - - - A System.ComponentModel.ISite object. - - - - - - - Displays an integer value from 0 to 99 as a Live Tile badge. - - - - An Int32 to be shown as a Live Tile badge. - - - An UpdateTileResult enumerator value specifying whether the operation was successfully completed. - - - - - - - Displays a sign as a Live Tile badge. - - - - A BadgeGlyphTypes enumerator value that is the sign to be displayed as a Live Tile badge. - - - An UpdateTileResult enumerator value specifying whether the operation was successfully completed. - - - - - - - Adds the specific Live Tile content to a queue. - - - - A template to be added in the queue. - - - - - A template to be added in the queue. - - - - - true to add this content to the current queue; false to replace the current queue with this content. - - - An UpdateTileResult enumerator value specifying whether the operation was successfully completed. - - - - - - - Replaces the current Live Tile content with the new one. - - - - A template. - - - - A template. - - - An UpdateTileResult enumerator value specifying whether the operation was successfully completed. - - - - - - - - A large (wide) Tile template for WinRTLiveTileManager Live Tiles. - - - - - - - Creates a WideTile with 4 text lines on its left, and text block on its right. Text block contains a short string of large bold text above a short string of regular text. - - - - A String value that is the 1st text line within the WideTile's left column. - - - - A String value that is the 2nd text line within the WideTile's left column. - - - - A String value that is the 3rd text line within the WideTile's left column. - - - - A String value that is the 4th text line within the WideTile's left column. - - - - A String value that is the large bold text within the WideTile's right text block. - - - - A String value that is the small regular text within the WideTile's right text block. - - - A WideTile with 4 text lines on its left and text block on its right. - - - - - - - Creates a WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on the right. The text block contains a short string of large bold text above a short string of regular text. - - - - - A String value that is a text line wrapped over a maximum of 4 lines on the WideTile's left. - - - - - A String value that is the large bold text within the WideTile's right text block. - - - - A String value that is the small regular text within the WideTile's right text block. - - - A WideTile with a text line wrapped over a maximum of 4 lines on its left, and a text block on its right. - - - - - - - - Creates a WideTile with a single image that fills the entire Tile. - - - - An Image that fills the WideTile. - - - A WideTile with a single image that fills the entire Tile. - - - - - - - Creates a WideTile with a wide image on top, and a regular text string wrapped over a maximum of 2 lines at the bottom. The for this Live Tile template is not displayed. - - - - - An Image that occupies the WideTile's top. - - - - A String that is the regular text wrapped over a maximum of 2 lines at the WideTile's bottom. - - - - A WideTile with a wide image on top, and a regular text wrapped over a maximum of 2 lines at the bottom. - - - - - - - - Creates a WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap. The for this Live Tile template is not displayed. - - - - An Image that occupies the WideTile's top. - - - - A String value that is the upper text line at the WideTile's bottom. - - - - A String value that is the lower text line at the WideTile's bottom. - - - A WideTile with a wide image on top, and a 2 regular text strings at the bottom. Text does not wrap. - - - - - - - Creates a WideTile with a square image on the WideTile's left and 4 small square images on its right. - - - - An Image that fills the WideTile's left half. - - - - An Image that occupies the top left corner within the WideTile's right half. - - - - An Image that occupies the top right corner within the WideTile's right half. - - - - An Image that occupies the bottom left corner within the WideTile's right half. - - - - An Image that occupies the bottom right corner within the WideTile's right half. - - - A WideTile with a square image on the WideTile's left and 4 small square images on its right. - - - - - - - Creates a two-sided WideTile with an image on one side and text on the other. The first side contains a wide image. The second side contains a header string in larger text and a regular text string, wrapped over a maximum of 4 lines. - - - - - An Image that occupies the entire WideTile side. - - - - A String value that is the larger header on the WideTile's other side. - - - - A String value that is the regular text on the WideTile's other side. - - - A WideTile with an image on one side and text on the other. - - - - - - - - Creates a two-sided WideTile with an image on one side and text on the other. The first side contains a wide image. The second side contains a header string in larger text and four regular text strings, arranged in separate lines. - - - - - An Image that occupies the entire WideTile's side. - - - - A String value that is the large text header on the WideTile's back side. - - - - - A String value that is the 1st line of regular text on the WideTile's back side. - - - - - A String value that is the 2nd line of regular text on the WideTile's back side. - - - - - A String value that is the 3rd line of regular text on the WideTile's back side. - - - - - A String value that is the 4th line of regular text on the WideTile's back side. - - - - A WideTile with an image on one side and text on the other. - - - - - - - - Creates a two-sided WideTile with an image on the front side and larger text wrapped over a maximum of 3 lines on the back side. - - - - - An Image that occupies the entire WideTile's front side. - - - - A String value that is the large wrapped over a maximum of 3 lines of text that occupies the WideTile's back side. - - - - A WideTile with an image on the front side and larger text wrapped over a a maximum of 3 lines on the back side. - - - - - - - - Creates a two-sided WideTile with a wide image over the entire front side and one string of regular text, wrapped over a maximum of 5 lines on the back side. - - - - - An Image that occupies the entire WideTile's front side. - - - - A String value that is the WideTile back side's regular text. - - - A WideTile with a wide image over the entire front side and one string of regular text, wrapped over a maximum of 5 lines at the back side. - - - - - - - Creates a two-sided WideTile. The front side contains one wide image. The back side contains a small square image, bold header and a string of regular text, wrapped over a maximum of 4 lines. - - - - - An Image stretched over the entire WideTile's front side. - - - - A square Image on the WideTile back side's left. - - - - - A String value that is the bold header on the right of the WideTile back side right. - - - - - A String value that is the regular text below the header. Wrapped over a maximum of 4 lines. - - - A WideTile with a wide image on the front side and square image, bold header and regular text on the other side. - - - - - - - Creates a two-sided WideTile with a wide image over the entire front side and square image with large header, wrapped over a maximum of 3 lines of text on the back side. - - - - - An Image stretched over the entire WideTile's front side. - - - - An Image at the WideTile back side's left. - - - - A String that is the large, wrapped over a maximum of 3 lines text at the WideTile back side's right. - - - A WideTile with a wide image over the entire front side and square image with large, wrapped over maximum of 3 lines text on the back side. - - - - - - - - - Creates a two-sided WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side. The is not displayed within this template. - - - - - An Image stretched over the entire WideTile's front side. - - - - A Sting value that is the regular text, wrapped over a maximum of 5 lines on the WideTile's back side. - - - A WideTile with a wide image stretched over the front side and a regular text string, wrapped over a maximum of 5 lines on the back side. - - - - - - - Creates a two-sided WideTile with a wide image stretched over the front side and 5 regular text strings on the back side. Text does not wrap. The is not displayed within this template. - - - - - An Image stretched over the WideTile's front side. - - - - A String value that is the 1st text line on the WideTile's back side. - - - - A String value that is the 2nd text line on the WideTile's back side. - - - - A String value that is the 3rd text line on the WideTile's back side. - - - - A String value that is the 4th text line on the WideTile's back side. - - - - A String value that is the 5th text line on the WideTile's back side. - - - A WideTile with a wide image stretched over the front side and 5 regular text strings on the back side. - - - - - - - - Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images on the left. The back side contains one string of large text above one string of regular text wrapped over a maximum of 4 lines. - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner within the WideTile's right half. - - - - An Image that occupies the top right corner within the WideTile's right half. - - - - An Image that occupies the bottom left corner within the WideTile's right half. - - - - An Image that occupies the bottom right corner within the WideTile's right half. - - - - A String value that is the large text on the WideTile's back side. - - - - A String value that is the regular text, wrapped over a maximum of 4 lines text below the header. - - - A WideTile with 5 images on its front side, and large header above regular text on its back side. - - - - - - - Creates a two-sided WideTile. The front side contains one square image on the left and 4 smaller images at the left. The back side contains one string of large text above 4 strings of regular text arranged into 4 lines, one above the other. Text does not wrap. - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner of the WideTile's right half. - - - - - An Image displayed in the top right corner of the WideTile's right half. - - - - - An Image displayed in the bottom left corner of the WideTile's right half. - - - - - An Image displayed in the bottom right corner of the WideTile's right half. - - - - - A String value that is the large header on the WideTile's back side. - - - - A String value that is the regular text below the header. - - - - A String value that is the regular text below the text2. - - - - A String value that is the regular text below the text3. - - - - A String value that is the regular text below the text4. - - - A WideTile with 5 images on its front side, and large header above 4 lines of regular text on its back side. - - - - - - - Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one string of larger text wrapped over a maximum of 3 lines. - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner of the WideTile's right half. - - - - - An Image displayed in the top right corner of the WideTile's right half. - - - - - An Image displayed in the bottom left corner of the WideTile's right half. - - - - - An Image displayed in the bottom right corner of the WideTile's right half. - - - - - A String value that is the larger text wrapped over a maximum of 5 lines on the WideTile's back side. - - - A WideTile with 5 images on its front side and a string of larger text wrapped over a maximum of 3 lines on the back side. - - - - - - - Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one string of regular text wrapped over a maximum of 5 lines. - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner of the WideTile's right half. - - - - - An Image displayed in the top right corner of the WideTile's right half. - - - - - An Image displayed in the bottom left corner of the WideTile's right half. - - - - - An Image displayed in the bottom right corner of the WideTile's right half. - - - - - A String value that is the regular text wrapped over a maximum of 5 lines on the WideTile's back side. - - - A WideTile with 5 images on its front side and a string of regular text wrapped over a maximum of 5 lines on the back side. - - - - - - - Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one small square image on its left and a larger header over regular text, wrapped over a maximum of 4 lines text at the right. - - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner of the WideTile's right half. - - - - - An Image displayed in the top right corner of the WideTile's right half. - - - - - An Image displayed in the bottom left corner of the WideTile's right half. - - - - - An Image displayed in the bottom right corner of the WideTile's right half. - - - - - An Image that is the small square icon on the left of the WideTile back side. - - - - - A String value that is the large header on the right of the WideTile back side. - - - - - A String value that is regular text, wrapped over maximum of 4 lines text below the header. - - - - A WideTile with 5 images on its front side and a square image, larger header and regular text on its back side. - - - - - - - Creates a two-sided WideTile. The front side contains one square image and 4 smaller images on the left . The back side contains one small square image on its left and a larger header, wrapped over a maximum of 3 lines text on the right. - - - - - An Image that occupies the left half of the WideTile's front side. - - - - An Image displayed in the top left corner of the WideTile's right half. - - - - - An Image displayed in the top right corner of the WideTile's right half. - - - - - An Image displayed in the bottom left corner of the WideTile's right half. - - - - - An Image displayed in the bottom right corner of the WideTile's right half. - - - - - An Image that is the small square icon on the left of the WideTile back side. - - - - - A String value that is large text, wrapped over the header, consisting of a maximum of 3 lines on the right of image6. - - - - A WideTile with 5 images on its front side and a square image with a arger header on its back side. - - - - - - - - Creates a WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines. - - - - - An Image that is displayed on the left of the WideTile. - - - - - A String value that is the large, wrapped over a maximum of 3 lines header at the WideTile's right. - - - A WideTile that displays a small square image on its left and one string of large text, wrapped over maximum of 3 lines. - - - - - - - - Creates a WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right. - - - - - An Image displayed on the WideTile's left. - - - - - A String value that is the large header displayed on the right of the WideTile. - - - - - A String value that is regular unwrapped text displayed below the header. - - - - - A String value that is regular unwrapped text displayed below the text2. - - - - - A String value that is regular unwrapped text displayed below the text3. - - - - - A String value that is regular unwrapped text displayed below the text4. - - - - A WideTile with a small square image on its left and one large header above 4 lines of regular unwrapped text on the right. - - - - - - - - Creates a WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines. - - - - An Image displayed the left of the WideTile. - - - - - A String value that is regular text, wrapped over a maximum of 5 lines text displayed on the right of the WideTile. - - - - A WideTile with one small square image on its left and one string of regular text, wrapped over a maximum of 5 lines. - - - - - - - Creates a WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right. - - - - - An Image displayed on the left of the WideTile. - - - - - A String value that is the large header displayed on the right of the WideTile. - - - - - A String value that is regular text, wrapped over a maximum of 4 lines of text below the header. - - - - A WideTile with a small square image on its left and a large header above regular text, wrapped over a maximum of 4 lines of text on the right. - - - - - - - - Creates a WideTile with a large header above regular text, wrapped over a maximum of 4 lines of text on its left, and a small image with a dimension 3:4 on its right. - - - - - An Image displayed on the right of the WideTile. - - - - - A String that is the large header on the left of the WideTile's left. - - - - - A String that is regular text, wrapped over 4 lines of text displayed below the header. - - - - A WideTile with a large header above regular text, wrapped over a maximum of 4 lines text on its left, and a small image with a dimension of 3:4 on its right. - - - - - - - - Creates a WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below. Text does not wrap. - - - - - A String value that is the WideTile's header. - - - - A String value that is the WideTile's 2nd text line. - - - - A String value that is the WideTile's 3rd text line. - - - - A String value that is the WideTile's 4th text line. - - - - A String value that is the WideTile's 5th text line. - - - A WideTile with one header string in larger text on the first line and 4 strings of regular text on the 4 lines below. - - - - - - - - Creates a WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each. Columns have the same width. - - - - A String value that is the WideTile's header. - - - - A String value that is the first text line of the left column. - - - - A String value that is the first text line of the right column. - - - - A String value that is the second text line of the left column. - - - - A String value that is the second text line of the right column. - - - - A String value that is the third text line of the left column. - - - - A String value that is the third text line of the right column. - - - - A String value that is the fourth text line of the left column. - - - - A String value that is the fourth text line of the right column. - - - A WideTile with a header string in larger text over 8 short strings arranged in 2 columns, 4 lines in each. - - - - - - - Creates a WideTile with one string of large text wrapped over a maximum of three lines. - - - - A String value that is the large text block wrapped over a maximum of three lines. - - - A WideTile with one string of large text wrapped over a maximum of three lines. - - - - - - - Creates a WideTile with one single string of regular text, wrapped over a maximum of 5 lines. - - - - - A String value that is the WideTile's text. - - - A WideTile with one single string of regular text, wrapped over a maximum of 5 lines. - - - - - - - - Creates a WideTile with 5 strings of regular text, arranged in 5 lines. Text does not wrap. - - - - A String value that is the WideTile's text, displayed on the 1st line. - - - - - A String value that is the WideTile's text, displayed on the 2nd line. - - - - - A String value that is the WideTile's text, displayed on the 3rd line. - - - - - A String value that is the WideTile's text, displayed on the 4th line. - - - - - A String value that is the WideTile's text, displayed on the 5th line. - - - - A WideTile with 5 strings of regular text, arranged in 5 lines. - - - - - - - Creates a WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each. - - - - A String value that is the WideTile's 1st line of the left column. - - - - A String value that is the WideTile's 1st line of the right column. - - - - A String value that is the WideTile's 2nd line of the left column. - - - - A String value that is the WideTile's 2nd line of the right column. - - - - A String value that is the WideTile's 3rd line of the left column. - - - - A String value that is the WideTile's 3rd line of the right column. - - - - A String value that is the WideTile's 4th line of the left column. - - - - A String value that is the WideTile's 4th line of the right column. - - - - A String value that is the WideTile's 5th line of the left column. - - - - A String value that is the WideTile's 5th line of the right column. - - - A WideTile with 10 shorts strings of regular text, arranged into 2 equal columns of 5 lines each. - - - - - - - Creates a WideTile with one header string in larger text over eight short strings of regular text arranged in 2 columns of 4 lines each. Left column is fairly narrow, right column is wider. - - - - A String value that is the WideTile's header. - - - - A String value that is the WideTile left column's 1st text line. - - - - A String value that is the WideTile right column's 1st text line. - - - - A String value that is the WideTile left column's 2nd text line. - - - - A String value that is the WideTile right column's 2nd text line. - - - - A String value that is the WideTile left column's 3rd text line. - - - - A String value that is the WideTile right column's 3rd text line. - - - - A String value that is the WideTile left column's 4th text line. - - - - A String value that is the WideTile right column's 4th text line. - - - A WideTile with a header string and two unequal text columns of 4 lines in each. - - - - - - - Creates a WideTile with two unequal columns, each containing 5 text lines. Left column is fairly narrow, right column is wider. - - - - A String value that is the WideTile left column's 1st text line. - - - - A String value that is the WideTile right column's 1st text line. - - - - A String value that is the WideTile left column's 2nd text line. - - - - A String value that is the WideTile right column's 2nd text line. - - - - A String value that is the WideTile left column's 3rd text line. - - - - A String value that is the WideTile right column's 3rd text line. - - - - A String value that is the WideTile left column's 4th text line. - - - - A String value that is the WideTile right column's 4th text line. - - - - A String value that is the WideTile left column's 5th text line. - - - - - A String value that is the WideTile right column's 5th text line. - - - A WideTile with two unequal columns, each containing 5 text lines. - - - - - - - Creates a WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines. - - - - - A String value that is the WideTile's header. - - - - A String value that is the WideTile's regular text, wrapped over a maximum of 4 lines. - - - - A WideTile with one header string in larger text over one string in regular text, wrapped over a maximum of 4 lines. - - - - - - - - A WideTile with a header string in larger text and 2 unequal columns, each containing 4 text lines. The left column is narrower than the right column. - - - - - A String value that is the WideTile's header. - - - - A String value that is the WideTile left column's 1st text line. - - - - A String value that is the WideTile right column's 1st text line. - - - - A String value that is the WideTile left column's 2nd text line. - - - - A String value that is the WideTile right column's 2nd text line. - - - - A String value that is the WideTile left column's 3rd text line. - - - - A String value that is the WideTile right column's 3rd text line. - - - - A String value that is the WideTile left column's 4th text line. - - - - A String value that is the WideTile right column's 4th text line. - - - A WideTile with a header string in larger text and 2 unequal columns, each containing 4 text lines. - - - - - - - A WideTile with 10 short text lines, arranged into 2 unequal columns. The left column is much narrower than the right column. - - - - - A String value that is the WideTile left column's 1st text line. - - - - A String value that is the WideTile right column's 1st text line. - - - - A String value that is the WideTile left column's 2nd text line. - - - - A String value that is the WideTile right column's 2nd text line. - - - - A String value that is the WideTile left column's 3rd text line. - - - - A String value that is the WideTile right column's 3rd text line. - - - - A String value that is the WideTile left column's 4th text line. - - - - A String value that is the WideTile right column's 4th text line. - - - - A String value that is the WideTile left column's 5th text line. - - - - A String value that is the WideTile right column's 5th text line. - - - A WideTile with 10 short text lines, arranged into 2 unequal columns. - - - - - - - - Provides properties that manage the behavior and appearance of a search bar within the Search Panel. - - - - - - - Gets or sets the way the clear button within this Search Panel is shown. - - - A enumerator value that specifies the way the clear button within this Search Panel is shown. - - - - - - - Gets or sets the time span after which the search starts automatically. - - - - An Int32 value that is the number of milliseconds to wait before the search starts automatically. - - - - - - - - Gets or sets the text displayed within the Search Panel's search bar when this bar is empty. - - - A String value that is the text displayed within the Search Panel's search bar when this bar is empty. - - - - - - - Gets or sets whether the text should be displayed within the Search Panel's empty search bar. - - - true, if the text should be displayed within the Search Panel's empty search bar; otherwise, false. - - - - - - - Gets or sets whether the search bar within the Search Panel should display its text when this bar is focused. - - - true, if the search bar within the Search Panel should display its text when this bar is focused; otherwise, false. - - - - - - - Gets or sets whether the search bar within this Search Panel should display its 'Find' button. - - - true, if the search bar within this Search Panel should display its 'Find' button; otherwise, false. - - - - - - - - A repository item which stores settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemPopupGalleryEdit class. - - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Gets of sets whether the editor's edit value is represented by the string of character-separated values (the default behavior) or by the System.Collections.Generic.List<object> object. - - - An EditValueTypeCollection enumeration value that specifies the type in which the edit value is represented. - - - - - - - Gets the gallery used in the control. - - - The gallery used in the control. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies the format settings. - - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Enables you to provide custom display text for the editor. - - - - - - - - Gets or sets the delimiter used to separate items selected in the editor. This delimiter separates item values in the editor's value and item captions in the editor's edit box. - - - The delimiter used to separate items selected in the editor. - - - - - - - - Gets or sets whether the OK and Cancel buttons are displayed in the popup window. - - - true, if the OK and Cancel buttons are displayed; otherwise, false. - - - - - - - Gets or sets whether the Cancel button is displayed in the control. - - - true, if the Cancel button is displayed; otherwise, false. - - - - - - - Gets or sets whether the size grip is displayed in the control. - - - true, if the size grip is displayed; otherwise, false. - - - - - - - - The editor that displays a dropdown gallery of items categorized into groups. - - - - - - - - - Initializes a new instance of the PopupGalleryEdit class. - - - - - - - - Gets the collection of checked editor items. - - - - The collection of checked editor items. - - - - - - - - Gets the collection of values of the checked editor items. - - - - The collection of values of the checked editor items. - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Gets an object which contains properties, methods and events specific to the control. - - - An object that contains settings for the control. - - - - - - - - Provides members that label different navigation modes. - - - - - - - Indicates that an end-user navigates from the current container to its parent container. The opposite of the value. - - - - - - - - - Indicates that an end-user navigates from a parent container to its child container (e.g., from a to its ). - - - - - - - - - Indicates that an end-user navigates to the newly created container. - - - - - - - - Indicates that the current navigation occurs within the single container (e.g., navigating through Documents within a ). - - - - - - - - - - Provides base and properties. - - - - - - - Initializes a new instance of the NavigationPageBase class with the default settings. - - - - - - - - Gets or sets the edges of a parent container to which this page sticks. - - - An enumeration value that specifies the edges of a parent container to which this page sticks. - - - - - - - Gets or sets the distance between page borders and the background of the same page. - - - - A Padding structure that is the distance between page borders and the background of the same page. - - - - - - - - Gets or sets the border style of this page. - - - A enumeration value that specifies the page border style. - - - - - - - Gets or sets the caption of this page. - - - A String value that is the page caption. - - - - - - - Gets or sets the name of a control associated with this page. - - - A String value that is the name of a control associated with this page. - - - - - - - Gets or sets the type name of a control associated with this page. - - - A value that is the type name of a control associated with this page. - - - - - - - Gets or sets the dock style of this page. - - - A enumeration value that is the dock style of this page. - - - - - - - Gets or sets whether or not this page is currently enabled. - - - true, if this page is currently enabled; otherwise, false. - - - - - - - Gets or sets the icon for this page. - - - An Image object that is the page icon. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this page. - - - An ImageOptions object that stores image-related properties. - - - - - - - Gets or sets the resource identifier that allows this page to retrieve a context-dependent image from the DevExpress Image Gallery. - - - A object that is the resource identifier of this page. - - - - - - - Returns whether or not this page is fully loaded. - - - true, if this page is fully loaded; otherwise, false. - - - - - - - Returns whether or not this page has dynamically received its content. - - - true, if this page has dynamically received its content; otherwise, false. - - - - - - - Gets or sets the page location. - - - A Point structure that is the page location. - - - - - - - Returns the owner of this page. - - - An object that owns this page. - - - - - - - Gets or sets the text displayed in the tab header area of a parent Navigation Pane control. - - - A String value that is the text displayed in the tab header area of a parent Navigation Pane control. - - - - - - - Gets or sets whether or not this page is currently visible. - - - true, if this page is currently visible; otherwise, false. - - - - - - - Provides access to advanced page settings. - - - An object that stores advanced page settings. - - - - - - - Gets or sets the page size. - - - A Size structure that is the page size. - - - - - - - Gets or sets how many times an end-user should press "Tab" to focus this navigation page. - - - An Int32 value that specifies how many times an end-user should press "Tab" to focus this navigation page. - - - - - - - Gets or sets whether or not end-users can focus this page by pressing the "Tab" key. - - - true, if end-users can focus this page by pressing the "Tab" key; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Base class for WindowsUI buttons (actions). - - - - - - - Gets or sets the Action's caption. - - - A String value that is the Action's caption. - - - - - - - Gets or sets the Action's description. - - - A String value that is the Action's description. - - - - - - - Gets or sets the Action's icon. - - - An Image that is the Action's icon. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this WindowsUI button. - - - An object that stores image-related properties. - - - - - - - - Provides methods that allow you to pass specific data when navigating through Content Containers within a WindowsUI View. - - - - - - - - Allows you to pass the required information to the method when navigating from the one Content Container to another. - - - - - An INavigationArgs object that stores data related to the current navigation process. - - - - - - - - Allows you to get the specific data passed via the method. - - - - An INavigationArgs object that stores data related to the current navigation process. - - - - - - - - - A base class for Widget View elements with relative lengths. - - - - - - - Initializes a new instance of the BaseRelativeLengthElement class with the specified settings. - - - - An IContainer object that owns this newly created BaseRelativeLengthElement. - - - - - - - - Returns the actual length of this BaseRelativeLengthElement. - - - An Int32 value that is the actual length of this BaseRelativeLengthElement. - - - - - - - Returns whether or not this element is currently visible. - - - true if this element is currently visible; otherwise, false. - - - - - - - Gets or sets the Length structure that specifies the size of this element. - - - A object that specifies the size of this element. - - - - - - - Fires whenever this BaseRelativeLengthElement changes its length. - - - - - - - - Fires whenever this BaseRelativeLengthElement changes its visibility. - - - - - - - - - Provides settings for the Widget View's Free Layout Mode. - - - - - - - Initializes a new instance of the FreeLayoutProperties class with the specified settings. - - - - A FreeLayoutGroup that owns this newly created FreeLayoutProperties object. - - - - - - - - - Gets or sets whether sticky splitters are enabled. Sticky splitters allow end-users to quickly adjust widget sizes when resizing them. - - - A enumerator value that specifies whether or not sticky splitters are enabled. The Default and True values are equal. - - - - - - - Provides access to all widgets that are displayed when the Free Layout Mode activates. - - - A object that stores all widgets that are displayed when the Free Layout Mode activates. - - - - - - - Gets or sets whether end-users see docking hints or live widget preview when dragging a widget in Free Layout Mode. - - - A enumerator value. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Exposes properties that affect widget animation effects. - - - - - - - Initializes a new instance of the DocumentAnimationProperties class with the default settings. - - - - - - - - Gets or sets the amount of frames employed in document animations. Increasing this value raises the animation quality but can negatively affect application performance. - - - - - An Int32 value that is the total number of frames employed in document animation effects. - - - - - - - Gets or sets for how long one animation frame is visible before changed to another. Decreasing this value improves the animation quality but can negatively affect application performance. - - - - An Int32 value that is the duration of time (in milliseconds) for which an animation frame is visible. - - - - - - - Resets all properties exposed by a DocumentAnimationProperties object to their default values. - - - - - - - - Returns whether settings of the DocumentAnimationProperties object should be serialized. - - - true, if settings of the DocumentAnimationProperties object should be serialized; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Provides properties for the "Windows" dialog. - - - - - - - Gets or sets the caption of the "Name" column within the "Windows" dialog. - - - A String value that is the caption of the "Name" column within the "Windows" dialog. - - - - - - - Gets or sets the width of the "Name" column within the "Windows" dialog. - - - An Int32 value that is the width of the "Name" column within the "Windows" dialog. - - - - - - - Gets or sets the caption of the "Path" column within the "Windows" dialog. - - - A String value that is the caption of the "Path" column within the "Windows" dialog. - - - - - - - Gets or sets the width of the "Path" column within the "Windows" dialog. - - - An Int32 value that is the width of the "Name" column within the "Windows" dialog. - - - - - - - Gets or sets the size of the "Windows" dialog. - - - A structure that is the "Windows" dialog size. - - - - - - - - Provides settings for a loading indicator, visible when the property equals DefaultBoolean.True. - - - - - - - Gets or sets the format string for a loading indicator text. - - - A String value that formats loading indicator text. - - - - - - - Gets or sets the minimal time duration for which the loading indicator is visible. - - - An Int32 value that is the minimal time duration for which the loading indicator is visible. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new NavigationEventArgs class instance with specific settings. - - - - A that owns the newly created NavigationEventArgs. - - - - A Document related to navigation events. - - - - An IContentContainer object to which an end-user navigates. - - - - An IContentContainer object from which an end-user navigates. - - - - An Object that is the tag of a involved in navigation. - - - - - - - - Gets a Document involved in the current navigation event. - - - A Document involved in the current navigation event. - - - - - - - Gets the current navigation's direction. - - - A NavigationMode enumerator value that specifies the current navigation's direction. - - - - - - - Gets or sets the parameter passed to the current navigation event. - - - An Object that is the parameter passed to the current navigation event. - - - - - - - Gets the tag of a Tile which fired the current navigation event when clicked. - - - - An object that is the tag of a Tile related to the current event. - - - - - - - - Gets the Content Container to which an end-user navigates. - - - - An IContentContainer object to which an end-user navigates. - - - - - - - Gets the current zoom level of a target Content Container. - - - A ContextualZoomLevel enumerator value that is the current zoom level of a target container. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new FlyoutResultEventArgs class instance with custom settings. - - - - A DialogResult object. - - - - - - - - Gets or sets the returned result after a Flyout is closed. - - - - A DialogResult value that specifies the returned result after a Flyout is closed. - - - - - - - - - Enumerates members that specify the Flyout style. - - - - - - - The Flyout acts as a message box. - - - - - - - - The Flyout acts as a pop-up menu. - - - - - - - - - Provides buttons for objects. - - - - - - - Initializes a new FlyoutCommand class instance with specific settings. - - - - A Boolean function that performs required checks when the FlyoutCommand is clicked. Triggers the execute function upon completion. - - - - A Function that performs required actions if the canExecute function returned true. - - - - - - - - Initializes a new FlyoutCommand class instance with default settings. - - - - - - - - Initializes a new instance of the FlyoutCommand class with the specified settings. - - - - A method that defines the set of criteria and checks whether the current FlyoutCommand meets these criteria. - - - - A method that implements the FlyoutCommand's functionality. - - - - - - - - The 'Abort' button. - - - - - - - - - - The 'Cancel' button. - - - - - - - - - - Defines a set of criteria and checks whether the current meets these criteria. - - - - - A related to the current FlyoutCommand. - - - true, if the current meets the specific criteria; otherwise, false. - - - - - - - Occurs upon changing the criteria that controls whether or not this FlyoutCommand is currently available. - - - - - - - - A method that implements the FlyoutCommand's functionality. - - - - A Flyout related to the current FlyoutCommand. - - - - - - - - The 'Ignore' button. - - - - - - - - - - Gets or sets the current FlyoutCommand icon. - - - An Image that is the current FlyoutCommand icon. - - - - - - - The 'No' button. - - - - - - - - - - The 'OK' button. - - - - - - - - - - Raises the event for this FlyoutCommand. - - - - - - - - Gets or sets the current FlyoutCommand's result. - - - A DialogResult value that specifies the result the FlyoutCommand will return when an end-user clicks this button. - - - - - - - The 'Retry' button. - - - - - - - - - - Gets or sets the current FlyoutCommand caption. - - - A String value that is the current FlyoutCommand caption. - - - - - - - The 'Yes' button. - - - - - - - - - - - An object that contains buttons and text displayed within a . - - - - - - - Initializes a new instance of the FlyoutAction class with default settings. - - - - - - - - Initializes a new instance of the FlyoutAction class with the specific set of buttons. - - - - A DialogResult objects array, which is the set of flyout buttons - - - - - - - - Initializes a new instance of the FlyoutAction class and allows you to specify which FlyoutAction button should act as a default button. - - - - A DialogResult array that specifies buttons displayed by this FlyoutAction. - - - - A System.Windows.Forms.MessageBoxDefaultButton enumeration value that specifies which of the FlyoutAction buttons should act as a default button. This button will be "clicked" when a user presses Enter key to dismiss this FlyoutAction. - - - - - - - - - Initializes a new instance of the FlyoutAction class with the specified settings. - - - - A MessageBoxButtons enumerator value that specifies what buttons this FlyoutAction will display. - - - - A MessageBoxDefaultButton enumeration value that specifies which of the FlyoutAction buttons is the default one. A default button is considered clicked when end-users press Enter as the FlyoutAction pops up. - - - - - - - - - Gets a collection of the FlyoutAction's buttons. - - - A List object that stores s. - - - - - - - Returns the default button for this FlyoutAction. - - - A object that is the default button for this FlyoutAction. - - - - - - - - Destroys this FlyoutAction. - - - - - - - - Gets or sets a currently focused FlyoutAction button. - - - A object that is a currently focused FlyoutAction button. - - - - - - - - Contains settings common to all Flyouts within a . - - - - - - - Gets or sets the alignment for all pop-up Flyouts within the current View. - - - A ContentAlignment enumerator value that specifies the alignment for all pop-up Flyouts within the current View. - - - - - - - Gets or sets whether captions and descriptions for all Flyouts within the can be formatted via HTML Text Formatting. - - - true, if captions and descriptions for all Flyouts within the can be formatted via HTML tags; otherwise, false. - - - - - - - Provides access to base appearance settings common to all s within the current . - - - An AppearanceObject that stores base Flyout appearance settings. - - - - - - - Provides access to the appearance settings used to paint buttons for all s within the View. - - - An AppearanceObject that stores appearance settings used to paint buttons for all s within the View. - - - - - - - Provides access to common appearance settings used to paint all Flyout captions within the current View. - - - An AppearanceObject that stores common appearance settings used to paint all Flyout captions within the current View. - - - - - - - Provides access to appearance settings used to paint all Flyout descriptions within the current View. - - - An AppearanceObject that stores appearance settings used to paint all Flyout descriptions within the current View. - - - - - - - Specifies the button size for all s within the current . - - - A Size structure that specifies the button size for all s within the current . - - - - - - - Gets or sets the style for all Flyouts within the View. - - - A FlyoutStyle enumerator value that specifies the style common to all Flyouts within the current View. - - - - - - - - Lists the values that specify the order in which pages are cycled. - - - - - - - - The input focus is set to the next visible page. - - - - - - - - The input focus is set to the next visible page. - - - - - - - - The input focus is set to the next page in the tab order. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender. - - - - A object which contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - An object which represents the processed page. This value is assigned to the property. - - - - - - - - - Gets the processed tab page. - - - An object which represents the processed page. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which implements a Windows message. - - - - - - - - Gets a value which identifies the direction in which the pages are cycled. - - - true if the pages are cycled forward; otherwise, false. - - - - - - - Gets or sets whether an event was handled, if it was handled the default actions are not required. - - - true if the default cycling mechanism isn't required; otherwise, false. - - - - - - - - Represents a tabbed MDI manager's page collection. - - - - - - - Initializes a new instance of the class. - - - - - - - - Adds the specified tab page to the collection. - - - - An object which represents the tab page to add. - - - - An integer value which specifies the position into which the tab page was inserted. - - - - - - - Disposes of all pages owned by the current collection. - - - - - - - - Returns the specified page's position within the collection. - - - - An object which implements the interface. - - - An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. - - - - - - - Adds the specified page to the collection at the specified position. - - - - A zero-based integer which specifies the position at which the page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. - - - - An object which implements the interface. - - - - - - - - Gets whether the specified index points to an existing page within the current collection. - - - - An integer that specifies the index to be tested. - - - true if the specified index falls in the range [0;Count-1]; otherwise, false. - - - - - - - Gets the tab page which corresponds to the specified MDI child form. - - - - A object which represents the MDI child form. - - - An object representing the tab page which corresponds to the specified MDI child form. null (Nothing in Visual Basic) if no tab page is found. - - - - - - - Gets the tab page at the specified position within the collection. - - - - An integer value representing the zero-based index of the page. If it's negative or exceeds the number of elements, an exception is raised. - - - An object which represents the tab page at the specified position. - - - - - - - Removes the specified tab page from the collection. - - - - An object which implements the interface to remove from the collection. - - - - - - - - - Represents a single tab page. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - - An object which implements the interface and owns the created tab page. This value is assigned to the property. - - - - A object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - - An object which implements the interface and owns the created tab page. This value is assigned to the property. - - - - A object which represents the MDI child form to which the created tab page corresponds. This value is assigned to the property. - - - - A Boolean value that specifies whether to display a child form's icon (Form.Icon) in the corresponding page header. This value is assigned to the property. - - - - - - - - Gets or sets whether the XtraMdiTabPage's icon should be painted using the page foreground color. - - - - A enumerator value specifying whether the XtraMdiTabPage's icon should be painted using the page foreground color. - - - - - - - - - Gets or sets whether the current XtraMdiTabPage can be pinned. - - - true if the current XtraMdiTabPage can be pinned; otherwise, false. - - - - - - - Provides access to the properties that control the tab page's appearance. - - - A PageAppearance object which provides the appearance settings for the tab page's elements. - - - - - - - Gets the specified form's icon (Form.Icon) in Image format. - - - - A Form whose icon needs to be converted. - - - A object to which the form's icon is converted. null if no icon is assigned to the form. - - - - - - - Gets or sets the image displayed within the tab page's header. - - - A object which represents the image displayed within the tab page's header. - - - - - - - Gets or sets the index of the image displayed within the tab page's header. - - - A zero-based integer value specifying the index of an image within the list. - - - - - - - Gets or sets the maximum width of the current page's tab header. - - - An integer value that is the maximum width of the current page's tab header. - - - - - - - Gets the multiple document interface (MDI) child form to which the current page corresponds. - - - A object which represents the MDI child form to which the created tab page corresponds. - - - - - - - Gets whether the tab page can be selected. - - - true if the tab page is enabled and can be selected by an end-user or via code; otherwise, false. - - - - - - - Gets whether the tab page is visible. - - - true if the tab page is visible; otherwise, false. - - - - - - - Gets or sets whether this XtraMdiTabPage is currently pinned. - - - true if this XtraMdiTabPage is currently pinned; otherwise, false. - - - - - - - Gets or sets whether the page contains a Close button. - - - A value that specifies whether a Close button is displayed in the tab. - - - - - - - Gets or sets whether the current XtraMdiTabPage should display its pin button. - - - true if the current XtraMdiTabPage should display its pin button; otherwise, false. - - - - - - - Starts the animation of an animated GIF file displayed in the page's header. - - - - - - - - - Stops animation of an animated GIF file displayed in the tab page's header. - - - - - - - - - Gets or sets a for the current XtraMdiTabPage object. - - - A object associated with the current XtraMdiTabPage object. - - - - - - - Gets the tabbed MDI manager to which the current tab page belongs. - - - An object which implements the interface. - - - - - - - Gets or sets the tab page's caption. - - - A value which specifies the text displayed within the page header. - - - - - - - Gets or sets a regular tooltip for the tab page. - - - - A value which specifies a regular tooltip for the tab page. - - - - - - - Gets or sets the type of the tooltip icon to display in a regular tooltip. - - - A enumeration value. - - - - - - - Gets or sets a regular tooltip's title. - - - A string that specifies a regular tooltip's title. - - - - - - - - The component that displays MDI child forms as tabs and provides basic form management features. To create an advanced tabbed UI, use the component instead. - - - - - - - Initializes a new instance of the class which is associated with the specified container. - - - - - An object which implements . - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Gets the currently active floating page. - - - The currently active floating page - - - - - - - Gets or sets whether end-users can reorder pages by dragging their headers. - - - A enumeration value which specifies whether end-users can reorder pages by dragging their headers. - - - - - - - Gets or sets whether icons for all s within the XtraTabbedMdiManager should be painted with the same color as the page header text. - - - - A enumerator value specifying whether or not icons for all s within the XtraTabbedMdiManager should be painted with the same color as the page header text. - - - - - - - Gets the appearance settings used to paint the MDI client. - - - A object which provides the appearance settings used to paint the MDI client. - - - - - - - Provides access to the properties that control the appearance of all the pages. - - - A object which provides appearance settings for all the pages. - - - - - - - Allows you to cancel docking a floating page onto the XtraTabbedMdiManager. - - - - - - - - - Allows you to prevent a page from becoming floating. - - - - - - - - - Locks the XtraTabbedMdiManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets the border style of the multiple document interface (MDI) client. - - - A enumeration value which specifies the border style of the MDI client. - - - - - - - Gets or sets the border style of all the tab pages. - - - A enumeration value which specifies the border style for all the tab pages. - - - - - - - Gets the bounding rectangle of the multiple document interface (MDI) client. - - - A structure which represents the bounding rectangle of the MDI client. - - - - - - - Returns information on the visual elements located at the specified point. - - - - - A structure which specifies test point coordinates relative to the tabbed MDI's top-left corner. - - - A object that contains information about the visual elements located at the test point. - - - - - - - Gets or sets whether Close buttons are displayed in individual tab pages and the tab control's header. - - - A value that specifies the display mode for Close buttons. - - - - - - - Gets or sets the value that determines if tabs will be closed on a mouse middle click. - - - - A value that determines if tabs will be closed on a mouse middle click. - - - - - - - Gets or sets the BarAndDockingController that controls the appearance settings of the XtraTabbedMdiManager component. - - - - A object which controls the appearance settings of the XtraTabbedMdiManager component. - - - - - - - - - Allows you to customize display settings of the Document Selector's items. - - - - - - - - Allows you to customize the Document Selector's settings, before it's displayed on-screen. - - - - - - - - Moves a floating page from the specified XtraTabbedMdiManager to the current XtraTabbedMdiManager and docks the page. - - - - A floating page (form) that belongs to the specified XtraTabbedMdiManager, and must be docked to the current XtraTabbedMdiManager. - - - - - A XtraTabbedMdiManager object that represents the old owner of the floating page. - - - A Boolean value indicating that the floating page has been successfully moved and docked in the current XtraTabbedMdiManager. - - - - - - - - Fires after a floating page has been docked to the XtraTabbedMdiManager. - - - - - - - - Fires when dropping a page that is becoming floating. - - - - - - - - Unlocks the XtraTabbedMdiManager object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Makes the specified page floating. - - - - - An object to be made floating. - - - - A Point at which the page will float. - - - true if the page was successfully made floating; otherwise, false. - - - - - - - Provides access to the collection of floating pages. - - - A FloatFormCollection object that represents the collection of floating pages. - - - - - - - Fires when a docked page becomes floating. - - - - - - - - Fires when a floating page is activated. - - - - - - - - Fires when a floating page is deactivated. - - - - - - - - Gets or sets the time interval between moving a floating page onto the tab header region and docking the page. - - - An integer value that specifies the delay before docking a floating page, in milliseconds. - - - - - - - Fires when dragging a floating page. Allows you to implement the drag-and-drop of child floating pages to another XtraTabbedMdiManager. - - - - - - - - - Gets or sets whether a page is made floating on double-clicking its tab. - - - A value that specifies if a page is made floating on double-clicking its tab. - - - - - - - Gets or sets whether a page can be dragged away from the XtraTabbedMdiManager and then restored. - - - - A value that specifies if a page is made floating on dragging its tab outside the tab header region. - - - - - - - Gets or sets how a page is dragged away from the XtraTabbedMdiManager's header region. - - - A value. - - - - - - - Gets the tabbed MDI manager which is associated with the specified Form. - - - - A object which represents the container for multiple document interface (MDI) child forms. - - - - An object representing the tabbed MDI manager which is associated with the Form specified. null (Nothing in Visual Basic) if the manager isn't associated with the form. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row. - - - A enumeration value which specifies whether the page headers should be automatically stretched to fill the empty space in a tab row. - - - - - - - Gets the options that specify which tab buttons can be displayed within the header panel. - - - A set of flags that specify the visibility of tab buttons. - - - - - - - Gets or sets a value which specifies the display mode for the header buttons. - - - A enumeration member which specifies the manner in which buttons are displayed. - - - - - - - Gets or sets the position of the page headers. - - - A enumeration member which specifies the position of the page headers. - - - - - - - Gets or sets the orientation of the page headers. - - - A enumeration member which specifies the orientation of the page headers. - - - - - - - Gets or sets the source of images that can be displayed within page headers. - - - A that is an image collection providing images for page headers. - - - - - - - Invalidates the specified region occupied by the multiple document interface (MDI) client. - - - - A structure which represents the region to invalidate. - - - - - - - - Invalidates the region occupied by the multiple document interface (MDI) client. - - - - - - - - Updates a tabbed MDI. - - - - - - - - Gets or sets the default maximum width of tab headers for all pages. - - - - An integer value that is the default maximum width of tab headers for all pages. - - - - - - - Gets or sets a container for multiple document interface (MDI) child forms. - - - A object which represents a container for multiple document interface (MDI) child forms. - - - - - - - Occurs when the mouse pointer is over a tabbed MDI and a mouse button is pressed. - - - - - - - - Occurs when the mouse pointer enters the tabbed MDI. - - - - - - - - Occurs when the mouse pointer leaves the tabbed MDI. - - - - - - - - Occurs when the mouse pointer moves over a tabbed MDI. - - - - - - - - Occurs when the mouse button is released if it was pressed within a tabbed MDI. - - - - - - - - Gets or sets whether more than one row of page headers can be displayed. - - - A value which specifies whether more than one row of page headers can be displayed. - - - - - - - Fires after a new page has been added to the collection. - - - - - - - - Gets or sets the alignment of the image displayed within the page header. - - - A enumeration member which specifies the image's alignment. - - - - - - - Fires after a page has been removed from the collection. - - - - - - - - Provides access to the tabbed MDI manager's page collection. - - - An object which represents a collection of pages that represent multiple document interface (MDI) child forms that are parented to the form. - - - - - - - - Gets or sets which s should display a Pin Button on their tab headers. - - - - A PinPageButtonShowMode enumerator value that specifies which s should display a Pin Button on their tab headers. - - - - - - - - Gets or sets the zoom ratio to calculate the size of a floating page's preview version. - - - A Single value that specifies the zoom ratio to calculate the size of a floating page's preview version. - - - - - - - Gets or sets whether right-to-left mirror placement is turned on. - - - A enumeration value that specifies whether right-to-left mirror placement is turned on. - - - - - - - Gets or sets the currently selected page. - - - An object which represents the page currently selected. null (Nothing in Visual Basic) if the collection is empty or all pages are hidden. - - - - - - - - Fires after the selected page has been changed. - - - - - - - - Provides the ability to cycle through the pages using custom rules. - - - - - - - - Gets or sets a value which specifies the order in which pages are cycled through. - - - A enumeration value that specifies the order in which pages are cycled through. - - - - - - - Gets or sets whether hints are displayed to indicate positions when a floating page is being dragged-and-dropped onto the XtraTabbedMdiManager's header region. - - - true if the hints are enabled; otherwise, false. - - - - - - - Gets or sets whether a focus frame is displayed around the selected page header. - - - A enumeration member which specifies whether a focus frame is displayed around the selected page header. - - - - - - - Gets or sets whether hints can be displayed for page headers. - - - A enumeration member which specifies whether hints can be displayed for page headers. - - - - - - - Gets or sets the width for all tab page headers within the XtraTabbedMdiManager. - - - An Int32 value that is the width for all tab headers within the XtraTabbedMdiManager. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for tab pages. - - - The component which controls the appearance and behavior of the hints displayed for tab pages. - - - - - - - Gets or sets whether the Document Selector feature is enabled, which allows an end-user to switch between tab pages. - - - A value that specifies whether a Document Selector feature is enabled. - - - - - - - Gets or sets whether to display a child form's icon (Form.Icon) in the corresponding page header. - - - true to display a child form's icon (Form.Icon) in the corresponding page header; otherwise, false. - - - - - - - - Provides base data for all Deferred Load Document events. - - - - - - - - Initializes a new instance of the DocumentEventArgs object with specific settings. - - - - A Document that owns the created DocumentEventArgs. - - - - - - - - Points to the document related to the current event. - - - - A BaseDocument related to the current event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the QueryControlEventArgs class associated with a specific document. - - - - A object. - - - - - - - - Gets or sets the content of the document that raised the current event. - - - - A Control that is the current document's content. - - - - - - - - A method that will handle the event. - - - - - - - The method that will handle the event. - - - - The event source. A that raised the related event. - - - - A object that contains event data. - - - - - - - - - A method that will handle Deferred Load events. - - - - - - - A method that will handle events that take a object as a parameter. - - - - The event source. The that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for Deferred Load events. - - - - - - - Initializes a new instance of the DeferredControlLoadEventArgs object with specific settings. - - - - A Document that owns the created DeferredControlLoadEventArgs object. - - - - A Control that is the document's content. - - - - - - - - Gets the current Document's content. - - - A Control that is the current Document's content. - - - - - - - - A method that will handle the event. - - - - - - - A method that will handle the event. - - - - The event source. The that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ControlReleasingEventArgs class with specific settings. - - - - A object related to the newly created ControlReleasingEventArgs. - - - - true, if the document's content should be kept after this document is deselected; otherwise, false. - - - - true if the detached document's content should be destroyed; otherwise, false. Takes effect only if the keepControl parameter equals false. - - - - - - - - Gets or sets whether a content object should be disposed of after it has been unbound from a document. - - - true if a content object should be destroyed after it has been unbound from a document; otherwise, false. The default is true. - - - - - - - Gets or sets whether a deselected Document's content should be kept. - - - true if the Document's content should be kept; false to unbind a content. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - A object representing the dock panel whose visible state has been changed. This value is assigned to the property. - - - - A enumeration value specifying the panel's previous visible state. This value is assigned to the property. - - - - - - - - Gets the previous visible state of the panel. - - - A enumeration value specifying the previous visible state of the panel. - - - - - - - Gets the current visible state of the panel. - - - A enumeration value specifying the panel's current visible state. - - - - - - - - Enumerates display modes for the vertical scroll bar in the . - - - - - - - A scroll bar is displayed when the content height is greater than the control's visible height. Otherwise, it is hidden. - - - - - - - - - Entirely collapses the scroll bar's area when there is no need to display the scroll bar. It is recommended to use this mode only when the property is set to None. - - - - - - - - - A standard vertical scroll bar is used by default. A touch-style scroll bar is used when the is set to Touch. The touch-style scroll bar supports the auto-hide functionality. - - - - - - - - The scroll bar is hidden. - - - - - - - - A touch-style vertical scroll bar is used. This scroll bar supports the auto-hide functionality. - - - - - - - - - Contains properties for individual s within a . - - - - - - - Gets whether s within the current can be dragged at runtime. - - - true, if s within the current can be dragged at runtime; otherwise, false. - - - - - - - Returns whether or not this ITileContainerDefaultProperties and its tiles are smoothly scrolled when using the mouse wheel. - - - true, if smooth pixel scrolling is currently enabled; otherwise, false. - - - - - - - Gets the current appearance settings used to highlight Tile Groups within this . - - - A GroupHighlightingProperties object that contains appearance settings used to highlight Tile Groups within this . - - - - - - - s do not currently support background images. - - - - - - - - - - Gets the current property value. - - - An Int32 value that is the current property value. - - - - - - - Gets the current horizontal alignment common to all Tile Groups within this . - - - A HorzAlignment enumerator value that specifies the current horizontal alignment common to all Tile Groups within this . - - - - - - - Gets the current distance between neighboring Tile Groups within this . - - - An Int32 value that is the current distance between neighboring Tile Groups within this . - - - - - - - Gets the current distance between neighboring s within this . - - - An Int32 value that is the current distance between neighboring s within this . - - - - - - - Gets the current background image alignment settings for this . - - - A TileItemContentAlignment enumerator value that specifies the current background image alignment settings for the current . - - - - - - - Gets the current background image stretch mode common to all Tiles within this . - - - A TileItemImageScaleMode enumerator value that specifies the current background image stretch mode common to all Tiles within this . - - - - - - - Returns the tile border visibility mode currently applied to this . - - - A enumerator value that specifies the tile border visibility mode currently applied to this . - - - - - - - Gets how many s within the current an end-user can check at runtime. - - - A TileItemCheckMode enumerator value specifying how many s within the current an end-user can check at runtime. - - - - - - - Gets the animation effect common to all s within the current . - - - A TileItemContentAnimantionType enumerator value that specifies the animation effect common to all s within the current . - - - - - - - Gets the current image alignment settings common to all s within this . - - - A TileItemContentAlignment enumerator value specifying the current image alignment settings common to all s within this . - - - - - - - Gets the current image stretch mode common to all s within this . - - - A TileItemImageScaleMode enumerator value specifying the current image stretch mode common to all s within this . - - - - - - - Gets the actual margins common to all s within the current . - - - A Padding structure that is the actual margins common to all s within the current . - - - - - - - Gets the actual rectangular side dimension common to all Tiles within the current . - - - An Int32 value that is the actual rectangular side dimension common to all Tiles within the current . - - - - - - - Gets whether s within the current should always display their text content or display it on hover only. - - - - A TileItemContentShowMode enumerator value that specifies whether s within the current should always display their text content or display it on hover only. - - - - - - - - Gets the current large s size within the . - - - An Int32 value that is the current large s size within the . - - - - - - - Returns whether this is currently in regular or adaptive layout mode. - - - A TileControlLayoutMode enumerator value that specifies whether this container currently operates in regular or adaptive layout mode. - - - - - - - Returns the currently used Adaptive Layout Mode settings. - - - - A object that stores the currently used Adaptive Layout Mode settings. - - - - - - - - Returns the object that stores layout settings currently applied to this . - - - A object that stores layout settings currently applied to this . - - - - - - - Gets the current amount of space between the 's outer border and content. - - - A Padding structure that specifies the current amount of space between the 's outer border and content. - - - - - - - Gets the object that stores settings currently applied to this . - - - An ITileControlProperties object that stores settings currently applied to this . - - - - - - - Gets the current maximum rows number within this . - - - An Int32 value that is the current maximum rows number within this . - - - - - - - Gets the current vertical alignment common to all Tile Groups within this . - - - A VertAlignment enumerator value that specifies the current vertical alignment common to all Tile Groups within this . - - - - - - - Gets or sets if a s runtime dragging is enabled. - - - A DefaultBoolean value indicating whether a s runtime dragging is enabled. - - - - - - - Gets or sets whether tiles within this can be dragged only within their parent . - - - A DefaultEnumerator value that specifies whether tiles within this can be dragged only within their parent . - - - - - - - Gets or sets whether Tile Groups within the current are highlighted during a 's drag-and-drop. - - - - true, if Tile Groups within the current are highlighted during a 's drag-and-drop. -; otherwise, false. - - - - - - - - Gets or sets if HTML text formatting is enabled for all s within the current . - - - A DefaultBoolean enumerator value specifying whether HTML text formatting is enabled for all s within the current . - - - - - - - Gets or sets whether s within the current can be hovered at runtime. - - - A DefaultBoolean enumerator value specifying whether s within the current can be hovered at runtime. - - - - - - - Gets or sets if s within the current can be selected. - - - true, if s within the current can be selected; otherwise, false. - - - - - - - Gets or sets whether or not a selection border should be drawn around the currently selected tile. - - - A enumerator value that specifies whether or not a selection border should be drawn around the currently selected tile. - - - - - - - Gets or sets whether or not this ITileContainerDefaultProperties and its tiles are smoothly scrolled when using the mouse wheel. - - - A enumerator value that specifies whether or not smooth pixel scrolling is enabled. - - - - - - - Gets or sets an object that specifies appearance settings used to highlight Tile Groups within the current . - - - A GroupHighlightingProperties object that contains appearance settings used to highlight Tile Groups within the current . - - - - - - - Gets or sets the layout mode for this 's background image. - - - An ImageLayout enumeration value that specifies the layout mode for this 's background image. - - - - - - - - Gets whether an end-user can drag-and-drop s within the current at runtime. - - - true, if an end-user can drag-and-drop s within the current at runtime; otherwise, false. - - - - - - - Gets whether an end-user can drag tiles to anywhere within this container, or within its parent group only. - - - true, if an end-user can drag tiles to anywhere within this container; otherwise, false. - - - - - - - Gets whether or not selected tiles within this should display an external selection border. - - - true, if selected tiles within this should display an external selection border; otherwise, false. - - - - - - - Gets whether the current 's Tile Groups are highlighted during Tile dragging at runtime. - - - - true, if the current 's Tile Groups are highlighted during Tiles dragging at runtime; otherwise, false. - - - - - - - Gets or sets whether HTML-tags formatting is currently allowed for s within this . - - - true, if HTML-tags formatting is currently allowed for s within this ; otherwise, false. - - - - - - - Gets whether s within the can currently be hovered at runtime. - - - true, if s within the can currently be hovered at runtime; otherwise, false. - - - - - - - Gets whether Tile Group captions are currently displayed within this . - - - true, if Tile Group captions are currently displayed within this ; otherwise, false. - - - - - - - Gets whether the current 's caption is displayed. - - - true, if the current 's caption is displayed; otherwise, false. - - - - - - - Gets or sets the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented . - - - - An Int32 value that is the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented . - - - - - - - - Gets or sets the horizontal alignment for all the current 's Tile Groups. - - - A HorzAlignment enumerator value that specifies the horizontal alignment for all the current 's Tile Groups. - - - - - - - Gets or sets the distance between neighboring Tile Groups for the current . - - - An Int32 value that is the distance between neighboring Tile Groups for the current . - - - - - - - Gets or sets the distance between neighboring s within the current . - - - An Int32 value that is the distance between neighboring s within the current . - - - - - - - Gets or sets the background image position for all s within the current . - - - A enumerator value that specifies the background image position for all s within the current . - - - - - - - Gets or sets the background image stretch mode common to s within the current . - - - A TileItemImageScaleMode enumerator value that specifies the background image stretch mode common to s within the current . - - - - - - - Gets or sets the tile border visibility mode applied to all tiles within this . - - - A enumerator value that specifies the tile border visibility mode applied to all tiles within this . - - - - - - - Gets or sets how many s within the current can be checked. - - - An enumerator value specifying how many s within the current can be checked. - - - - - - - Gets or sets the frame animation effect applied to all s within the current . - - - A TileItemContentAnimationType enumerator value specifying the frame animation effect applied to all s within the current . - - - - - - - Gets or sets the way s' glyphs are aligned within the current . - - - A TileItemContentAlignment enumerator value that specifies the way s' glyphs are aligned within the current . - - - - - - - Gets or sets the common stretch mode for all s' glyphs within the current . - - - A TileItemImageScaleMode enumerator value that specifies the common stretch mode for all s' glyphs within the current . - - - - - - - - Gets or sets for the current , the common amount of space between a 's borders and its content. - - - - A Padding structure that specifies the amount of space between a 's borders and its content. - - - - - - - - Gets or sets a medium 's side dimension for all Tiles within the current . - - - An Int32 value that specifies a medium 's side dimension for all Tiles within the current . - - - - - - - Gets or sets when s within the current should display their text content. - - - A TileItemContentShowMode enumerator value that indicates how Tiles' text content is displayed. - - - - - - - Gets or sets the width of all large and wide s within the current . - - - An Int32 value that is the width of all large and wide s within the current . - - - - - - - Gets or sets whether this container operates in regular or adaptive layout mode. - - - A TileControlLayoutMode enumerator value that specifies whether this container operates in regular or adaptive layout mode. - - - - - - - Provides access to settings in use when this container is in Adaptive Layout Mode. - - - - A object that stores settings in use when this container is in Adaptive Layout Mode. - - - - - - - - Gets or sets the amount of space between the current 's border and its content. - - - A Padding structure that is the amount of space between the current 's border and its content. - - - - - - - Gets or sets the maximum number of Tile rows within the current . - - - An Int32 value specifying the maximum number of Tile rows within the current . - - - - - - - Gets or sets whether Tile Group captions are displayed for the current . - - - A DefaultBoolean enumerator value specifying whether Tile Group captions are displayed for the current . - - - - - - - Gets or sets whether the current 's text is visible. - - - The DefaultBoolean enumerator value that specifies whether the current 's text is visible. - - - - - - - Gets or sets the vertical alignment for all the current 's Tile Groups. - - - A VertAlignment enumerator value that specifies the vertical alignment for all the current 's Tile Groups. - - - - - - - - The component that supports displaying alert windows. - - - - - - - Initializes a new instance of the AlertControl class with the specified container. - - - - A object. - - - - - - - - Initializes a new instance of the AlertControl class with the specified settings. - - - - - - - - Fires when the text of alert windows is clicked. - - - - - - - - - Provides access to the list of active alert windows. - - - A list of active alert windows. - - - - - - - Gets or sets whether text in alert windows is hot-tracked when hovering over it with the mouse. - - - true if text in alert windows is hot-tracked when hovering with the mouse; otherwise, false. - - - - - - - Gets or sets whether HTML tags can be used to format an alert window's caption and text. - - - A Boolean value that specifies whether HTML formatting is supported for an alert window's caption and text. - - - - - - - Provides appearance settings that are used to paint the captions of alert windows. - - - An AppearanceCaptionObject object containing corresponding appearance settings. - - - - - - - Provides appearance settings that are used to paint the text in alert windows when the text is hovered over. - - - An object containing corresponding appearance settings. - - - - - - - Provides appearance settings that are used to paint the text in alert windows when the text is not hovered over. - - - An object containing corresponding appearance settings. - - - - - - - Gets or sets an alert window's delay, in milliseconds. - - - An integer value that specifies an alert window's delay, in milliseconds. - - - - - - - Gets or sets whether the height of alert windows are automatically calculated, according to their content. - - - - true if the height of alert windows are automatically calculated, according to their content; otherwise, false. - - - - - - - - Fires before displaying an alert window and allows it to be customized. - - - - - - - - Fires when a custom button within an alert window has been clicked. - - - - - - - - Fires when the pressed state of a custom check button within an alert window has been changed. - - - - - - - - Provides access to the collection of custom buttons that can be displayed in alert windows. - - - An object that contains custom buttons. - - - - - - - Gets or sets the position of an alert window's control box. - - - An value that specifies the position of an alert window's control box. - - - - - - - Fires when an alert window is about to be closed. - - - - - - - - Gets or sets the speed of the appearance of an alert window. - - - - A value that specifies the speed of appearance of an alert window. - - - - - - - - Fires after an alert window has been created, and allows you to customize the window and window's buttons. - - - - - - - - Gets or sets the screen position where alert windows appear. - - - An value that specifies the screen position where alert windows appear. - - - - - - - Gets or sets the maximum number of simultaneously displayed alert windows. - - - An integer value that specifies the maximum number of simultaneously displayed alert windows. 0 if this number is not limited. - - - - - - - Gets or sets an animation effect applied when displaying an alert window. - - - An value that specifies the type of animation effect applied when displaying alert windows. - - - - - - - Allows you to set an alert window's width. - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - false - - - - - - - Gets or sets the source of images for buttons that can be displayed in alert windows. - - - An object that specifes the source of images for buttons in alert windows. - - - - - - - Provides access to settings controlling the look and feel of alert windows. - - - A object whose properties specify the look and feel of alert windows. - - - - - - - Fires when the mouse pointer enters an alert window. - - - - - - - - Fires when the mouse pointer leaves an alert window. - - - - - - - - Gets or sets a popup menu associated with alert windows. - - - A object associated with popup menus. - - - - - - - Provides access to alert windows whose display is postponed. - - - A list of alert windows whose display is postponed. - - - - - - - Raises the event. - - - - An object that contains information displayed in the currently processed alert window. - - - - An AlertFormCore object that specifies the currently processed alert window. - - - - The value of the parameter returned from your event handler. - - - - - - - Raises the event. - - - - An object passed to the event. - - - - A object passed to the event. - - - - An AlertFormCore object passed to the event. - - - - - - - - Raises the event. - - - - An object passed to the event. - - - - An object passed to the event. - - - - An AlertFormCore object passed to the event. - - - - - - - - Raises the event. - - - - An AlertFormClosingEventArgs object. - - - - - - - - Raises the event. - - - - An AlertFormCore object passed to the event. - - - - - - - - Raises the event. - - - - An AlertFormWidthEventArgs object passed to the event. - - - The value of the Width event parameter. - - - - - - - Raises the event. - - - - An AlertEventArgs object passed to the event. - - - The value of the Cancel event parameter. - - - - - - - Raises the event. - - - - An AlertEventArgs object passed to the event. - - - The value of the Cancel event parameter. - - - - - - - Displays an alert window with the specified caption, text and image. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - A string that specifies the window's caption. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - An image to be displayed within the alert window. - - - - - - - - Displays an alert window with the specified text, caption, image and the text displayed when the window's text region is hot-tracked. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - A string that specifies the window's caption. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - An image to be displayed within the alert window. - - - - - - - - Displays an alert window with the specified settings. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - A string that specifies the window's caption. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - A string that specifies the text which is displayed when the text region is hovered over. - - - - An image to be displayed within the alert window. - - - - Any custom data associated with the window. - - - - - - - - Displays an alert window with the specified text, caption and the text displayed when the window's text region is hot-tracked. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - A string that specifies the window's caption. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - - - - - Displays an alert window displaying information from the specified structure. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - An object that contains settings used to initialize the newly created alert window. - - - - - - - - Displays an empty alert form. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - - - - - Displays an alert window with the specified text and caption. - - - - An owner of the window. In a multi-monitor system, if the owner is set to null, the window will be displayed on the main monitor. Otherwise, the window will be displayed on the same monitor as the owner. - - - - A string that specifies the window's caption. - - - - A string that specifies the window's text, displayed when the text region is not hovered over. - - - - - - - - Displays an alert with customized settings and the capability to close on click. - - - - - A Form that owns the displayed alert. - - - - - A String value that is the alert form's caption. - - - - A String value that is the alert form's text. - - - - A String value that is the alert form's text displayed only when hovered over (see the property). - - - - An Image displayed by this alert window. - - - - An Object that serves as a unique ID associated with this alert. - - - - true, if the alert form should be closed on click; otherwise, false. - - - - - - - - Displays an alert window with customized content settings. - - - - A Form that owns the displayed alert. - - - - - A String value that is the alert form's caption. - - - - A String value that is the alert form's text. - - - - true, if the alert form should be closed on click; otherwise, false. - - - - - - - - Gets or sets whether the Close button must be displayed in newly created alert windows. - - - true if the Close button must be displayed in newly created alert windows; otherwise, false. - - - - - - - Gets or sets whether the Pin button must be displayed in newly created alert windows. - - - true if the Pin button must be displayed in newly created alert windows; otherwise, false. - - - - - - - Gets or sets whether tooltips are enabled for custom buttons in alert windows. - - - true if tooltips in alert windows are supported; otherwise, false. - - - - - - - - Provides options for controlling the docking functionality of a panel. - - - - - - - - Initializes a new instance of the DockPanelOptions class with default settings. - - - - A panel that will own the newly created DockPanelOptions object. - - - - - - - - Gets or sets whether the current can be docked as a tab within a Tabbed View, created using the component. - - - - - true, if the current can be docked as a tab in a Tabbed View; otherwise, false. - - - - - - - Gets or sets whether the dock panel can be docked to the bottom edge of a form (or user control). - - - true if the current panel can be docked to the bottom edge of a form; otherwise, false. - - - - - - - Gets or sets whether the dock panel can be docked to another dock panel. - - - true if the panel can be docked to another dock panel; otherwise, false. - - - - - - - Gets or sets whether the dock panel can be docked to the left edge of a form (or user control). - - - true if the panel can be docked to the left edge of a form; otherwise, false - - - - - - - Gets or sets whether the dock panel can be docked to the right edge of a form (or user control). - - - true if the panel can be docked to the right edge of a form; otherwise, false - - - - - - - Gets or sets whether the dock panel can be docked to the top edge of a form (or user control). - - - true if the current panel can be docked to the top edge of a form; otherwise, false - - - - - - - Gets or sets whether the dock panel can be floated. - - - true if the panel can be floated; otherwise, false - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the borders at which the current dock panel can be resized using the mouse. - - - A ResizeDirection enumeration value that specifies the borders at which the current dock panel can be resized using the mouse. - - - - - - - - Allows you to create Windows UI flat buttons. - - - - - - - Initializes a new instance of the WindowsUIButtonPanel class with the default settings. - - - - - - - - Glyph Skinning is always enabled for the WindowsUIButtonPanel. - - - - - - - - - - Gets or sets whether s' captions for the current WindowsUIButtonPanel can be formatted via HTML tags. - - - true if s' captions for the current WindowsUIButtonPanel can be formatted via HTML tags; otherwise, false. - - - - - - - Gets the object that contains appearance settings applied to s within the WindowsUIButtonPanel. - - - An ButtonsPanelControlAppearance object that contains appearance settings applied to s within the WindowsUIButtonPanel. - - - - - - - Gets or sets whether this WindowsUIButtonPanel should be auto-sized, when hosted in a . - - - - true, if this WindowsUIButtonPanel should be auto-sized, when hosted in a ; otherwise, false. - - - - - - - - Gets or sets a collection of background images for all s within the current WindowsUIButtonPanel. - - - An Object that stores a collection of background images for all s within the current WindowsUIButtonPanel. - - - - - - - Occurs when an end-user checks a within the current WindowsUIButtonPanel. - - - - - - - - Occurs when a regular (push) is clicked within the current WindowsUIButtonPanel. - - - - - - - - Gets or sets the interval between neighboring s within the current WindowsUIButtonPanel. - - - An Int32 value that is the interval between neighboring s within the current WindowsUIButtonPanel. - - - - - - - Provides access to the collection of s used within the current WindowsUIButtonPanel. - - - A BaseButtonCollection that stores the current WindowsUIButtonPanel's buttons. - - - - - - - Occurs when an end-user unchecks a within the current WindowsUIButtonPanel. - - - - - - - - Returns the hit info for the specific point within this WindowsUIButtonPanel. - - - - A Point structure that is the point within the WindowsUIButtonPanel for which the hit info should be obtained. - - - An IBaseButton object that stores the hit info for the specific point within this WindowsUIButtonPanel. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets how the current WindowsUIButtonPanel's buttons are aligned. - - - A ContentAlignment enumerator value that specifies how s within the current WindowsUIButtonPanel are aligned. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether specific colors in images of all s within the current WindowsUIButtonPanel are transparent. - - - true, if specific colors in images of all s within the current WindowsUIButtonPanel are transparent; otherwise, false. - - - - - - - Gets the color used to paint button icons when the Glyph Skinning feature is enabled. - - - - A BaseButtonInfo object that stores the button glyph skinning color. - - - A Color used to paint button icons when the Glyph Skinning feature is enabled. - - - - - - - Retrieves detailed information about a tool-tip located at the specific position. - - - - A Point structure to check whether it belongs to a tool-tip. Coordinates are counted from the WindowsUIButtonPanel's top left corner. - - - A ToolTipControlInfo object that stores the tool-tip's information. - - - - - - - Hides the opened Peek Form. - - - - - - - - Gets or sets an image collection that contains icons for the current WindowsUIButtonPanel's s. - - - An object that stores icons for the current WindowsUIButtonPanel's s. - - - - - - - Merges this WindowsUIButtonPanel to the target WindowsUIButtonPanel. - - - - A WindowsUIButtonPanel to which this WindowsUIButtonPanel should be merged. - - - - - - - - Gets or sets the current WindowsUIButtonPanel's orientation. - - - A System.Windows.Forms.Orientation enumerator value that specifies the current WindowsUIButtonPanel's orientation. - - - - - - - Provides access to the Peek Form settings, such as size, show delay, beak location. - - - A object that specifies the Peek Form settings, such as size, show delay, beak location. - - - - - - - Gets or sets the amount of time, in milliseconds, after which a Peek Form is automatically shown when a button is hovered with the mouse pointer. - - - An integer value that specifies the amount of time, in milliseconds, after which a Peek Form is automatically shown when a button is hovered with the mouse pointer. - - - - - - - Gets or sets a Peek Form's size. - - - A System.Drawing.Size structure that specifies a Peek Form's size. - - - - - - - Enables you to provide content for a Peek Form. - - - - - - - - - Shows a Peak Form for the specified button at the specified location. - - - - A button for which to show a Peak Form. - - - - A Peak Form location. - - - - - - - - Gets or sets whether a Peek Form is automatically shown when a button is hovered with the mouse pointer. - - - true if a Peek Form is automatically shown when a button is hovered with the mouse pointer; otherwise, false. - - - - - - - Gets or sets an object that controls the tool-tips for the current WindowsUIButtonPanel's buttons. - - - A ToolTipController object that controls the tool-tips for the current WindowsUIButtonPanel's buttons. - - - - - - - Removes all merged to this WindowsUIButtonPanel. - - - - - - - - Gets or sets whether buttons within this WindowsUIButtonPanel should display their background images. - - - true, if buttons within this WindowsUIButtonPanel should display their background images; otherwise, false. - - - - - - - Gets or sets whether button wrapping is enabled for the current WindowsUIButtonPanel. - - - true, if button wrapping is enabled for the current WindowsUIButtonPanel; otherwise, false. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class with the specified parameters. - - - - A object which represents the processed dock panel. This value is assigned to the property. - - - - true if the sizing operation has been canceled; otherwise, false. - - - - A enumeration member which represents the dock panel's dragging edge. This value is assigned to the property. - - - - - - - - Gets a value which indicates whether the operation has been canceled. - - - true if the operation has been canceled; otherwise, false. - - - - - - - Gets the dock panel's dragged edge. - - - A enumeration member which represents the dock panel's dragged edge. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which represents the dock panel being resized. This value is assigned to the property. - - - - A enumeration member which represents the dock panel's dragging edge. This value is assigned to the property. - - - - - - - - Gets the edge of the dock panel which is being dragged. - - - A enumeration member which represents the edge of the dock panel being dragged. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which represents the processed dock panel. This value is assigned to the property. - - - - A enumeration member which represents the edge of the dock panel being dragged. This value is assigned to the property. - - - - A structure which specifies the current coordinates of the mouse pointer, in client coordinates. This value is assigned to the property. - - - - A structure which specifies the dock panel's new size. This value is assigned to the property. - - - - - - - - Gets the dock panel's new size. - - - A structure which specifies the dock panel's new size. - - - - - - - Gets the mouse pointer's coordinates relative to the top-left corner of the control. - - - A structure which specifies the current coordinates of the mouse pointer, in client coordinates. - - - - - - - Returns the panel that resizes together with the panel dragged by an end-user. - - - A object that is the panel that resizes together with the panel dragged by an end-user. - - - - - - - - Provides settings for all s within a . - - - - - - - Gets or sets whether tiles within of this View can be dragged only within their parent . - - - true if tiles within this View's tile containers can be dragged to any existing tile group; otherwise, false. - - - - - - - Gets or sets the orientation for all s within the View. - - - An Orientation enumerator value specifying the orientation for all s within the View. - - - - - - - - The menu where items are arranged along the circumference. - - - - - - - Initializes a new instance of the RadialMenu class. - - - - - - - - Initializes a new instance of the RadialMenu class. - - - - An object that owns the created RadialMenu. - - - - - - - - Initializes a new instance of the RadialMenu class with the specified settings. - - - - A object to which the current RadialMenu should be bound. - - - - - - - - Adds a specific item link to the current RadialMenu. - - - - - A BarItem whose link is added to the RadialMenu. - - - A corresponding to the new item. - - - - - - - Gets or sets whether the menu item glyphs are painted using the item foreground colors. - - - true, if the menu item glyphs are painted using the item foreground colors; otherwise, false. - - - - - - - Gets or sets whether the menu is automatically expanded when invoked. - - - true, if the menu is automatically expanded when invoked; otherwise, false. - - - - - - - Gets or sets the Radial Menu's background color. - - - The Radial Menu's background color. - - - - - - - Gets or sets the background color of the menu's outer border (the outer circle segment). - - - The background color of the menu's outer border. - - - - - - - Returns information on the RadialMenu's elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the RadialMenu's top-left corner. - - - An object which contains information about the visual elements located at the test point. - - - - - - - Occurs when the center button is clicked. - - - - - - - - Removes all links from the RadialMenu object. - - - - - - - - Gets or sets whether the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu's area. - - - true if the current RadialMenu should be closed when an end-user clicks anywhere outside the RadialMenu's area; otherwise, false. - - - - - - - Collapses the RadialMenu and optionally closes it. - - - - true if the RadialMenu should be collapsed using animation effects; otherwise, false. - - - - true if the RadialMenu should be closed after collapsing; otherwise, false. - - - - - - - - Collapses the RadialMenu. The menu's central button remains visible and active. - - - - true if the RadialMenu should be collapsed using animation effects; otherwise, false. - - - - - - - - Gets or sets whether the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu. - - - - true if the current RadialMenu should be collapsed to its central circle button when an end-user clicks anywhere outside this RadialMenu; otherwise, false. - - - - - - - - Gets whether the container for items currently displayed in the menu is the , or object. - - - A object that determines whether the container for items currently displayed in the menu is the , or object. - - - - - - - Gets or sets the glyph displayed by default in the RadialMenu's central circle button. - - - An Image object that specifies the glyph displayed by default in the RadialMenu's central circle button. - - - - - - - Expands the collapsed RadialMenu. - - - - - - - - Gets whether the specified is auto-sized when it belongs to a . - - - - - A object which indicates whether it is auto-sized. - - - - A RadialMenuContainerItemAutoSize enumeration value indicating whether the auto-size feature is enabled or disabled. - - - - - - - Gets whether items contained in the specified are auto-sized. - - - - A object which indicates whether its items are auto-sized. - - - - A RadialMenuContainerItemAutoSize enumeration value indicating whether items of the specified object are auto-sized. - - - - - - - Gets or sets an image displayed within the Radial Menu's central circle button. - - - An Image object displayed within the Radial Menu's central circle button. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Hides the current . - - - - - - - - Gets or sets the starting radius of the inner circle segment that is filled with the color specified by an item's BackColor (BarItem.ItemInMenuAppearance.Normal.BackColor) property. - - - An Int32 value that is the distance between the RadialMenu's center and its sectors' color fill. - - - - - - - Gets or sets whether items are auto-sized to fit the entire area of the RadialMenu. - - - A RadialMenuItemAutoSize enumeration value specifying whether items are auto-sized. - - - - - - - Gets or sets the secondary RadialMenu's color. - - - A Color used to paint the current RadialMenu's inner elements. - - - - - - - This property is not supported by the RadialMenu class. - - - - - - - - - - Gets or sets the radius of the Radial Menu, in pixels. - - - An integer value that is the radius of the Radial Menu, in pixels. - - - - - - - Gets or sets the style used to paint the current RadialMenu. - - - A PaintStyle enumeration value specifying the style used to paint the current RadialMenu. - - - - - - - Removes a specific item link from the collection. - - - - The item link to remove from the collection. - - - - - - - - Sets whether the specified is auto-sized when it belongs to a . - - - - - A object for which the auto-size feature should be specified. - - - - A RadialMenuContainerItemAutoSize enumeration value specifying whether the specified is auto-sized. - - - - - - - - Sets whether items contained in the specified object are auto-sized. This method is in effect when the belongs to a . - - - - A object with which to set whether its items are auto-sized. - - - - - A RadialMenuContainerItemAutoSize enumeration value specifying whether the auto-size feature is enabled or disabled. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Displays the menu at the specified position. - - - - A Point where the menu is displayed. - - - - - - - - Displays the RadialMenu at the specified position in either the expanded or collapsed state. - - - - - A Point where the menu is displayed. - - - - true, to show an expanded RadialMenu; otherwise, false. - - - - - - - - - Displays the menu at the specified position. - - - - - - - - A structure that specifies the location to display the . - - - - - - - - - - - - Displays the menu at the specified position. - - - - A structure that specifies the location to display the . - - - - - - - - - - - - Gets or sets the color used to paint the menu's border segment corresponding to a sub-menu when it is hovered over. - - - The color used to paint the menu's border segment corresponding to a sub-menu when it is hovered over. - - - - - - - Gets or sets custom data associated with the current RadialMenu. - - - Custom data associated with the current RadialMenu. - - - - - - - Gets or sets the RadialMenu's text rendering quality. - - - A System.Drawing.Text.TextRenderingHint enumerator value specifying the RadialMenu's text rendering quality. - - - - - - - Gets whether the menu is visible. - - - true if the menu is visible; otherwise, false. - - - - - - - - The base class for popup menus. - - - - - - - Initializes a new instance of the PopupMenuBase class with the specified BarManager. - - - - A object representing the Bar Manager that will manage the created popup menu. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PopupMenuBase class. - - - - - - - - Initializes a new instance of the PopupMenuBase class with the specified container. - - - - An object which implements the System.ComponentModel.IContainer interface. - - - - - - - - Adds a specific item link to the current PopupMenuBase. - - - - A whose link is added to the PopupMenuBase. - - - A corresponding to the new item. - - - - - - - Adds an array of item links to the current PopupMenuBase. - - - - An array of descendants whose links are added to the PopupMenuBase object. - - - - - - - - Allows you to customize the popup menu before it is displayed onscreen. - - - - - - - - Starts the runtime initialization of the PopupMenuBase object. - - - - - - - - Locks the PopupMenuBase object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Indicates whether the current PopupMenuBase object can be displayed. - - - - true, if the PopupMenuBase object can be displayed; otherwise, false. - - - - - - - Removes all links from the PopupMenuBase object. - - - - - - - - Occurs when the PopupMenuBase object is hidden. - - - - - - - - - Displays the customization dialog for the current PopupMenuBase object. - - - - - - - - - Ends the runtime initialization of the PopupMenuBase object. - - - - - - - - - Unlocks the PopupMenuBase object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Hides the current PopupMenuBase object. - - - - - - - - Inserts a new item link in the item link collection of the current PopupMenuBase object before a specific collection element. - - - - The member of the item link collection before which a new item link is inserted. - - - - The whose link is inserted. - - - The inserted in the collection. - - - - - - - Provides access to links owned and displayed by the popup menu. - - - A object containing links owned by the popup menu. - - - - - - - Fires immediately after a link has been added to the popup menu. - - - - - - - - Fires immediately after a link has been removed from the popup menu. - - - - - - - - Gets or sets a value that stores information on the links added to the current PopupMenuBase object at design time. - - - A LinksInfo value that stores information about item links in the current PopupMenuBase object. - - - - - - - Specifies the responsible for managing the PopupMenuBase object. - - - A responsible for managing the PopupMenuBase object. - - - - - - - Gets or sets the menu's display mode. - - - A value that specifies the menu's display mode. - - - - - - - - Merges the specified menu's items with the current menu's items. - - - - A object whose items need to be merged with the current menu's items. - - - - - - - - Gets or sets the name of the popup menu component. - - - A string value representing the name of the popup menu. - - - - - - - Occurs when the PopupMenuBase object appears onscreen. - - - - - - - - Removes a specific item link from the collection. - - - - The item link to remove from the collection. - - - - - - - - Specifies the responsible for managing the PopupMenuBase object. - - - A responsible for managing the PopupMenuBase object. - - - - - - - Displays the current pop-up menu at a specific point. - - - - - A Point structure that specifies coordinates where the pop-up should be displayed. - - - - - - - - - Displays the current pop-up associated with a at a specific point. - - - - - A Bar Manager associated with the PopupMenuBase. - - - - A Point structure that specifies the pop-up's location. - - - - - - - - Displays a child object at the specific point. - - - - - A associated with the object. - - - - A Point structure that specifies the location to display the object. - - - - A PopupControl object that owns the object. - - - - - - - - Displays the current pop-up menu at a specific point. - - - - A screen point at which to display the . - - - - An object that activates the . - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Restores the original layout of the menu after a previous merge operation. - - - - - - - - Indicates whether the current PopupMenuBase object is visible. - - - true, if the current PopupMenuBase object is visible; otherwise, false. - - - - - - - - A Tile within a . - - - - - - - Initializes a new instance of the Tile class with the default settings. - - - - - - - - Initializes a new instance of the Tile class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the Tile class with custom settings and links it to the specific . - - - - An IBaseTileProperties object that contains custom settings for the newly created Tile. - - - - A which the Tile created is linked to. - - - - - - - - Initializes a new instance of the Tile class with custom settings. - - - - An IBaseTileProperties object that contains custom settings for the newly created Tile. - - - - - - - - Gets or sets a content container displayed on the current Tile activation. - - - An IContentContainer object that will be shown on the current Tile activation. - - - - - - - Gets or sets a related to the current Tile. - - - A related to the current Tile. - - - - - - - - A WindowsUI View container that displays all its Documents simultaneously, arranging them in a single row or column without a scroll bar. End-users can resize Documents at runtime by dragging split bars. - - - - - - - Initializes a new instance of the SplitGroup class with the default settings. - - - - - - - - Initializes a new instance of the SplitGroup class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the SplitGroup class with custom settings. - - - - An ISplitGroupProperties object that specifies custom settings for the newly created SplitGroup. - - - - - - - - Provides access to properties of the content container that displays individual documents hosted within this SplitGroup. - - - A object that stores properties of the content container that displays individual documents hosted within this SplitGroup. - - - - - - - Provides access to the current SplitGroup's settings. - - - An ISplitGroupDefaultProperties object that contains settings for the current SplitGroup. - - - - - - - - A WindowsUI View container that arranges multiple s side-by-side in a single scrollable row or column. - - - - - - - Initializes a new instance of the SlideGroup class with custom settings. - - - - An ISlideGroupProperties object that specifies custom settings for the newly created SlideGroup. - - - - - - - - Initializes a new instance of the SlideGroup class with the specified container. - - - - An object that implements the interface. - - - - - - - - Initializes a new instance of the SlideGroup class with the default settings. - - - - - - - - Provides access to properties of the content container that displays individual documents hosted within this SlideGroup. - - - A object that stores properties of the content container that displays individual documents hosted within this SlideGroup. - - - - - - - Gets the object providing information about the current SlideGroup. - - - An ISlideGroupInfo object that contains information about the current SlideGroup. - - - - - - - Provides access to properties that customize the current SlideGroup Overview Screen. - - - An IOverviewContainerDefaultProperties object that contains settings used to customize a SlideGroup's Overview Screen. - - - - - - - Provides access to the current SlideGroup's settings. - - - An ISlideGroupDefaultProperties object that contains the current SlideGroup's settings. - - - - - - - Gets or sets whether scroll bars are visible for the current SlideGroup. - - - A ScrollBarVisibility enumerator value specifying whether scroll bars are visible for the current SlideGroup. - - - - - - - - A WindowsUI View container that stores multiple s but can display only one of them at a time. - - - - - - - - Initializes a new instance of the PageGroup class with the default settings. - - - - - - - - Initializes a new instance of the PageGroup class with custom settings. - - - - An IPageGroupProperties object that specifies the newly created PageGroup's settings. - - - - - - - - Initializes a new instance of the PageGroup class with the specified container. - - - - An object that implements the interface. - - - - - - - - Gets the object providing information about the current PageGroup. - - - An IPageGroupInfo object that contains information about the current PageGroup. - - - - - - - Provides access to the current PageGroup's settings. - - - An IPageGroupDefaultProperties that contains settings for the current PageGroup. - - - - - - - - A WindowsUI View container that displays a single . - - - - - - - Initializes a new instance of the Page class with custom settings. - - - - An IPageProperties object that contains custom settings for the newly created Page. - - - - - - - - Initializes a new instance of the Page class with the default settings. - - - - - - - - Initializes a new instance of the Page class with the specified container. - - - - An object that implements the interface. - - - - - - - - Gets or sets a document contained within the current Page. - - - A contained within the current Page. - - - - - - - Provides access to the current Page's settings. - - - An IPageDefaultProperties object that stores settings for the current Page. - - - - - - - Refreshes document actions displayed within this Page. - - - - - - - - - Contains properties for individual s within a . - - - - - - - Gets whether the current can display its Page Headers. - - - true if the current can display its Page Headers; otherwise, false. - - - - - - - Gets or sets whether the current 's Page Headers are visible. - - - true if the current 's Page Headers are visible; otherwise, false. - - - - - - - - Contains properties for s within a . - - - - - - - Gets or sets if tile checking is enabled. - - - true if tile checking is enabled; otherwise, false. Default is true. - - - - - - - - Represents a collection of all the dock panels owned by the dock manager. - - - - - - - Initializes a new instance of the class. - - - - - - - - Indicates whether the collection contains the specified dock panel. - - - - A object to locate in the collection. - - - true if the collection contains the specified dock panel; otherwise, false. - - - - - - - Returns the specified dock panel's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the dock panel's position within the collection. -1 if the collection doesn't contain the specified dock panel. - - - - - - - Gets the dock panel which has the specified name. - - - - A value specifying the name of the dock panel to find. - - - A object representing the dock panel with the specified name. null (Nothing in Visual Basic) if no dock panel is found. - - - - - - - Provides indexed access to the dock panels contained within the collection. - - - - An integer value specifying the dock panel's zero-based index within the collection. - - - A object representing the dock panel at the specified position. - - - - - - - Gets the dock panel with the specified unique identifier. - - - - A object which represents a globally unique identifier (GUID). - - - A object which represents the dock panel with the specified unique identifier. null (Nothing in Visual Basic) if no dock panel is found. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender. Identifies the dock manager or panel that raised the event. - - - - A object that contains event data. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender. Identifies the dock manager or panel that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - A object representing the dock panel whose property has been changed. This value is assigned to the property. - - - - A enumeration value specifying the previous position of the tabs in a tab container. This value is assigned to the property. - - - - - - - - Gets the previous position of the tabs in a tab container. - - - A enumeration value specifying the previous position of the tabs in a tab container. - - - - - - - Gets the current position of the tabs in a tab container. - - - A enumeration value specifying the current position of the tabs in a tab container. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the docked panel. This value is assigned to the property. - - - - true if the docking operation was canceled by an end-user; otherwise, false. This value is assigned to the property. - - - - - - - - Indicates whether the docking operation was canceled by an end-user. - - - true if the docking operation was canceled by an end-user; otherwise, false. - - - - - - - Gets the panel(s) docked to the target control. - - - A object representing the collection of panels docked to the target control. An empty collection if the docking operation has been canceled by an end-user. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which represents the processed dock panel. This value is assigned to the property. - - - - A descendant which represents the target control the panel is being docked to. This value is assigned to the or properties. - - - - A structure which specifies the current position of the mouse pointer, in screen coordinates. This value is assigned to the property. - - - - A enumeration value which specifies how the dock panel would be docked to the target control. This value is assigned to the property. - - - - true if the dock panel will represent a tab within a tab container if dropped; otherwise, false. This value is assigned to the property. - - - - A zero-based integer specifying the position of the current panel within the owning collection. This value is assigned to the property. - - - - - - - - Gets a value indicating how the dock panel would be docked to the targeted control. - - - A enumeration value specifying how the dock panel would be docked to the target control. - - - - - - - Gets the mouse pointer's coordinates relative to the top left corner of the screen. - - - A structure specifying the current position of the mouse pointer, in screen coordinates. - - - - - - - Gets the position of the dock panel within the owning collection. - - - A zero-based integer specifying the position of the current panel within the owning collection. - - - - - - - Gets the form (or user control) the panel is being docked to. - - - A object representing the form (or user control) the panel is being docked to. null (Nothing in Visual Basic) if the panel is being docked to a panel. - - - - - - - Gets the target panel, which the processed panel is being docked to. - - - A object representing the target dock panel. null (Nothing in Visual Basic) if the panel is being docked to the form (or user control). - - - - - - - Identifies whether the dock panel will be turned into a tab within a tab container if it's dropped at its current position. - - - true if the dock panel will represent a tab within a tab container if dropped; otherwise, false. - - - - - - - - Represents a link to the item. - - - - - - - Gets the bar item which the current link corresponds to. - - - A object representing the item which the current link corresponds to. - - - - - - - - Serves as a base class for classes that implement functionality for button items. - - - - - - - - Initializes a new instance of the BarBaseButtonItem class with default settings. - - - - - - - - Gets or sets whether all the button items in a group can be in the normal (elevated) state at a time. - - - - true if all the button items in a group can be in the normal (elevated) state at a time; otherwise, false. - - - - - - - - Gets or sets the button item's style which determines how it functions. - - - - A value that determines how this item functions. - - - - - - - - Gets a value indicating whether the button item has two states (normal and pressed). - - - true if the button item has two states (normal and pressed); otherwise, false. - - - - - - - Gets or sets whether only the submenu owning the current button is closed on a click, but not precedent submenus. - - - true, if only the submenu owning the current button is closed on a click; otherwise, false. The default is false. - - - - - - - Gets or sets a value indicating whether a submenu which contains the button item's link is closed on a click. - - - - true, if a submenu containing the button item's link is closed on a click; otherwise, false. - - - - - - - Gets or sets a value indicating whether the button item is pressed down. - - - true if the button item is pressed down; otherwise, false. - - - - - - - Occurs after the item's pressed state has been changed. - - - - - - - - Gets or sets the group index of the button item. - - - The group index of the button item. - - - - - - - Toggles the button item's state. - - - - - - - - Toggles the button item's (link's) state. - - - - A object that will be passed to the event. - - - - - - - - - Contains values that specify the visible state for dock panels. - - - - - - - The panel is auto-hidden. - - - - - - - - The panel is hidden. - - - - - - - - The panel is visible. - - - - - - - - - Contains appearance settings for dock panels. - - - - - - - Initializes a new instance of the class with the specified BarAndDockingController. - - - - A object representing the controller that will own the created collection. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the appearance settings used to paint the active tab within a tab container. - - - An object providing appearance settings for painting the active tab within a tab container. - - - - - - - Locks the DockManagerAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets the BarAndDockingController which the current collection belongs to. - - - A object representing the BarAndDockingController that owns the current collection. - - - - - - - Releases all the resources used by the current object. - - - - - - - - Unlocks the DockManagerAppearances object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the appearance settings used to paint the float forms' captions. - - - An object providing appearance settings for painting the captions of float forms. - - - - - - - Gets the appearance settings used to paint the caption of an active float form. - - - An object providing appearance settings for painting the caption of an active float form. - - - - - - - Gets the appearance settings used to paint the auto hide containers. - - - An object providing appearance settings for painting the auto hide containers. - - - - - - - Gets the appearance settings used to paint the panel's button in the auto hide container. - - - An object providing appearance settings for painting the panel's button in the auto hide container. - - - - - - - Gets the appearance settings used to paint a panel's button in the auto hide container when it's hot-tracked or the panel it corresponds to is displayed. - - - An object providing appearance settings for painting the active button in the auto hide container. - - - - - - - Gets the appearance settings used to paint dock panels. - - - An object providing appearance settings for painting dock panels. - - - - - - - Gets the appearance settings used to paint dock panels' captions. - - - An object providing appearance settings for painting the captions of all dock panels. - - - - - - - Gets the appearance settings used to paint the active panel's caption. - - - An object providing appearance settings for painting the active panel's caption. - - - - - - - Restores all the appearance settings and usage options to their default values and thus stops dock controls from using these appearance settings. - - - - - - - - Gets the appearance settings used to paint a tab panel and its inactive tabs. - - - An object which provides the appearance settings used to paint a tab panel and its inactive tab panels. - - - - - - - - Represents a method that will handle the dock panel events. - - - - - - - Represents a method that will handle the dock panel events. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Represents a method that will handle the dock panel events. - - - - - - - Represents a method that will handle the dock panel events. - - - - The event sender. Identifies the dock manager that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the dock panel which is being closed. This value is assigned to the property. - - - - - - - - Gets or sets whether the operation performed on the processed panel should be cancelled. - - - true to cancel the operation performed on the panel; otherwise, false. - - - - - - - - Represents a bar item with toggle button functionality. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified BarManager. - - - - A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified Bar Manager and state. - - - - A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. - - - - true if the item is checked; otherwise, false. This value is assigned to the property. - - - - - - - - An equivalent of the property, used exclusively for data bindings. - - - - true, if this BarCheckItem is checked; otherwise, false. - - - - - - - Occurs when the property changes its value. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this BarCheckItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. - - - - - - - Binds the specific parameterized command to this BarCheckItem. - - - - An Object that is the command to be bound to this BarCheckItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BarCheckItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarCheckItem. - - - - - - - Get or sets the bar item's style. - - - A enumeration value specifying the bar item's style. - - - - - - - Gets or sets the visibility of the item's check box. - - - A CheckBoxVisibility enumerator value that specifies the visibility of the current BarCheckItem's check box. - - - - - - - Gets or sets a value indicating whether the item is in the pushed state. - - - - true, if the item is currently in the pushed state; otherwise, false. - - - - - - - Fires after the check state of a link associated with the check item has been changed. - - - - - - - - Gets or sets the check box style. - - - A BarCheckStyles enumerator value that specifies the check box style. - - - - - - - Gets or set a value indicating whether the item is in the pushed state. - - - true if the item is currently in the pushed state; otherwise, false. - - - - - - - - Serves as the base class for classes which provide data to dock panel events. - - - - - - - - Initializes a new instance of the class. - - - - A object representing the processed dock panel. This value is assigned to the property. - - - - - - - - Gets the processed dock panel. - - - A object representing the processed dock panel. - - - - - - - - Lists values indicating all the available dock panel states. - - - - - - - The dock panel is being docked. - - - - - - - - The dock panel is in its normal state. No specific action is being performed by an end-user. - - - - - - - - The dock panel's edge is being dragged to change its height or width. In this case a bar indicating the edge's potential position is painted. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the dock manager that raised the event. - - - - An object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the recently activated dock panel. This value is assigned to the property. - - - - A object representing the previously active dock panel. This value is assigned to the property. - - - - - - - - Gets the previously active dock panel. - - - A object representing the previously active dock panel. null (Nothing in Visual Basic) if none of the panels have been active before. - - - - - - - - Serves as the base class for the class. - - - - - - - Returns information about the element located at the specified point. - - - - A structure which specifies the test point coordinates relative to the container's top-left corner. - - - A object which contains information on the element at the test point. - - - - - - - Gets or sets the tab order of the control within its container. - - - The index value (tab index) of the control within the set of controls that share the same container and are included in the tab order. - - - - - - - - Gets or sets the index of the control within its parent control's collection. - - - - An integer specifying the control's position within its parent control's collection. - - - - - - - - - Contains information about a specific point within a dock panel. - - - - - - - Initializes a new instance of the HitInfo class with the specified control and test point. - - - - A control that contains the test point. - - - - A structure specifying the test point's coordinates relative to the control's top-left corner. This value is assigned to the property. - - - - - - - - Gets the panel which has its auto hide functionality enabled and whose corresponding label is located under the test point. - - - A object which represents the auto hidden dock panel to which the label located under the test point corresponds. null (Nothing in Visual Basic) if there is no label under the test point. - - - - - - - Gets or sets the limits for the dock panel's element that contains the test point. - - - A structure representing the element's bounding rectangle. - - - - - - - Gets the caption button located under the test point. - - - A object representing the caption button located under the test point. null (Nothing in Visual Basic) if there is no caption button under the test point. - - - - - - - Initializes a new instance of the class. This field is read-only. - - - - - - - - - Gets the test point. - - - A structure representing the test point. The point coordinates are set relative to the dock panel's top-left corner. - - - - - - - Gets or sets a value identifying the type of the visual element located under the test point. - - - A enumeration value identifying the type of the visual element under the test point. - - - - - - - Determines whether the specified object is equal to the current object. - - - - An object containing information about a specific point within a dock panel. - - - true if the specified object is equal to the current object; otherwise, false. - - - - - - - Gets or sets the resize zone located under the test point. - - - A object representing the resize zone located under the test point. null (Nothing in Visual Basic) if there is no resize zone under the test point. - - - - - - - Gets or sets the tab located under the test point. - - - A object representing the tab located under the test point. null (Nothing in Visual Basic) if there is no tab under the test point. - - - - - - - - Represents a floating form where a floating panel resides. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the dock manager which displays the current form. - - - A object which represents the dock manager that displays the current form. - - - - - - - Gets whether the form is currently being disposed of. - - - true if the form is currently being disposed of; otherwise, false. - - - - - - - - Represents a dock panel collection. - - - - - - - Adds an array of objects to the end of the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Indicates whether the collection contains the specified dock panel. - - - - A object to locate in the collection. - - - true if the collection contains the specified dock panel; otherwise, false. - - - - - - - Returns the specified dock panel's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the dock panel's position within the collection. -1 if the collection doesn't contain the specified dock panel. - - - - - - - Provides indexed access to the dock panels contained within the collection. - - - - An integer value specifying the dock panel's zero-based index within the collection. - - - A object representing the dock panel at the specified position. - - - - - - - Provides access to the dock panels with the specified name, contained within the collection. - - - - A value that specified the dock panel's name. - - - A object that represents the dock panel with the specified name. - - - - - - - - Represents a dock panel. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether this auto-hide DockPanel should be activated when an end-user focuses its content. - - - true, if this auto-hide DockPanel should be activated when an end-user focuses its content; otherwise, false. - - - - - - - Gets or sets the currently active child dock panel. - - - A object representing the currently active child dock panel. null (Nothing in Visual Basic) if no child panel is currently active. - - - - - - - Fires after the panel's active child has been changed. - - - - - - - - Gets or sets the index of the currently active child dock panel. - - - An integer value specifying the zero-based index of the currently active child dock panel. - - - - - - - Creates a new dock panel and docks it to the current dock panel. - - - - A object representing the dock panel created by this method. - - - - - - - Gets or sets whether to colorize the dock panel's caption and border according to the BorderColor setting in skinning paint schemes. - - - true, if the dock panel's caption and border should be colorized according to its BorderColor setting in skinning paint schemes; otherwise, false. - - - - - - - Gets or sets whether Custom Header Button icons should be painted according to the currently applied skin. - - - true, if Custom Header Button icons should be painted according to the currently applied skin; otherwise, false. - - - - - - - Gets or sets whether the current DockPanel icon should be painted in this panel's foreground color. - - - - A DefaultBoolean enumerator value that specifies whether the current DockPanel icon should be painted in this panel's foreground color. - - - - - - - - - - - - - - - - Specifies the appearance settings for the dock panel's client region. - - - An object representing the appearance settings for the dock panel's client region. - - - - - - - Gets or sets the panel's background color. - - - A Color value that specifies the panel's background color. - - - - - - - Gets the object for the current panel. - - - A object. - - - - - - - Gets or sets the dock panel's size and location. - - - A structure that specifies the dock panel's bounding rectangle. - - - - - - - - Indicates whether a dock panel can be activated. - - - true if a dock panel can be activated; otherwise, false. - - - - - - - Imitates a click on the panel's close button. - - - - - - - - Occurs after the current panel has been closed. - - - - - - - - Occurs before the current panel is closed. - - - - - - - - - Occurs when the current auto-hidden DockPanel is hidden. - - - - - - - - Occurs when the current auto-hidden DockPanel is about to hide. - - - - - - - - Gets the control container representing the dock panel's client area when this panel does not contain other dock panels. - - - A object representing the panel's client area when this panel does not contain other dock panels; null if the current panel represents a split container or tab container. - - - - - - - Gets the number of dock panels the current dock panel owns. - - - An integer value specifying the number of dock panels contained within the current dock panel. - - - - - - - Allows you to prevent the current dock panel form being resized using the mouse at specific borders and corners. - - - - - - - - Fires when a custom header button is checked. - - - - - - - - - Fires on a regular (push) custom header button click. - - - - - - - - Fires when a custom header button is unchecked. - - - - - - - - - Gets all custom header buttons used within the current DockPanel. - - - A DevExpress.XtraBars.Docking2010.ButtonCollection object that stores all custom header buttons used within the current DockPanel. - - - - - - - Gets or sets a value specifying how the dock panel is aligned within its parent control. - - - A enumeration value specifying the manner in which a panel is docked. - - - - - - - Docks the panel to a located in the same form as the current . - - - true, if the operation is a success; otherwise, false. - - - - - - - Docks the panel to a located in the same form as the current and optionally activates this panel. - - - - true, to activate the docked panel; otherwise, false. - - - true, if the operation has completed successfully; otherwise, false. - - - - - - - Creates a tab which contains the current panel at the specified position within the target tab container. The target tab container is created if required. - - - - - A object representing the target tab container, the target tab container's tab or the panel that points to the location at which the target tab container will be created. - - - - - A zero-based integer specifying the position at which the created tab is placed. - - - - - - - - - Appends a tab containing the current panel to the target tab container. The target tab container is created if necessary. - - - - A object representing the target tab container or target tab container's tab, or a panel that points to the location at which to create the target tab container. - - - - - - - - - Gets or sets whether the DockPanel is displayed as a tab within a Tabbed UI, created using the component. - - - true, if the DockPanel is displayed as a tab in a Tabbed UI; otherwise, false. - - - - - - - Gets a value indicating the nesting level of the dock panel. - - - An integer value specifying the nesting level of the panel - - - - - - - Gets the which coordinates any docking operations performed on the current panel. - - - A object representing the dock manager for the panel. - - - - - - - Docks the current panel to the form (or user control) using the specified style. - - - - A value specifying how the panel is docked to the form (user control). - - - - - - - - Docks the current panel to the form (user control) at the specified position using the specified style. - - - - - A value specifying how the panel is docked to the form (user control). - - - - A zero-based integer specifying the position at which to dock the current panel. - - - - - - - - - Docks the current panel to the specified panel. - - - - A object representing the target dock panel. - - - - - - - - Docks the current panel to the specified panel in the specified position. - - - - - A object representing the target dock panel. - - - - A zero-based integer specifying the position at which to dock the current panel. - - - - - - - - - This method is not supported. - - - - A object. - - - - A value. - - - - - - - - This method is not supported. - - - - A object. - - - - A value. - - - - An integer value. - - - - - - - - - Docks the current panel on the form (user control) to the specified panel at the specified position using the specified style. - - - - - A object that is the target dock panel. - - - - A enumerator value specifying how the current panel is docked to the target panel. - - - - A zero-based integer specifying the position at which to dock the current panel. - - - - - - - - Docks the current panel to the specified panel using the specified style. - - - - The DockPanel to which the current DockPanel will dock. - - - - - The value that specifies docking style. - - - - - - - - Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is docked to a form/user control. - - - A value that specifies the orientation of dock panels in a split container. - - - - - - - Occurs when the current auto-hide DockPanel is completely displayed. - - - - - - - - Occurs when the current auto-hide DockPanel is about to be displayed. - - - - - - - - Gets the floating form which the panel resides on. - - - - - A object referring to the form which the floating panel resides on. - - - - - - - - - Gets or sets the floating panel's location. - - - A structure specifying the screen coordinates of the floating dock panel in pixels. Point.Empty if the panel isn't floating. - - - - - - - Gets or sets the size of the panel when it is floating. - - - A structure representing the panel's size, in pixels. - - - - - - - Gets or sets whether the current panel's children should be arranged vertically or horizontally when the panel is floated. - - - true if the panel's children are arranged vertically in floating mode; otherwise, false. - - - - - - - Gets or sets the current DockPanel's footer. - - - A String value that is the current DockPanel's footer. - - - - - - - Returns information about the panel's element located at the specified point. - - - - - A structure specifying the test point coordinates relative to the panel's top-left corner. - - - A object containing information on the panel's element at the test point. - - - - - - - - Indicates whether the dock panel contains the specified child panel. - - - - A object representing the dock panel to test. - - - true if the dock panel is the parent of the specified panel; otherwise false. - - - - - - - Indicates whether the current panel has the specified panel as its parent. - - - - A object representing the panel to test. - - - true if the current panel has the specified panel as its parent; otherwise false. - - - - - - - Gets or sets the current DockPanel's header. - - - A String value that is the current DockPanel's header. - - - - - - - Hides the panel. - - - - - - - - Hides the current auto-hidden panel immediately without a sliding animation effect. - - - - - - - - Hides the current auto-hidden dock panel using a sliding animation effect. - - - - - - - - Gets or sets the dock panel's hint text. - - - A value which specifies the dock panel's hint. - - - - - - - Gets or sets the dock panel's unique identifier. - - - A object which represents a globally unique identifier (GUID). - - - - - - - Gets or sets the current DockPanel's icon. - - - An Image object that is the current DockPanel's icon. - - - - - - - Gets or sets the index of an image associated with the dock panel. - - - An integer value specifying the index of an image within the list. - - - - - - - Provides access to properties that allow you to set up raster and vector images for this panel. - - - A object that stores image-related properties. - - - - - - - Gets the image source which provides images for dock panels. - - - An which provides images for dock panels. - - - - - - - Gets or sets an image stored within the DevExpress Image Gallery that should be assigned to this DockPanel. - - - A DxImageUri object that stores the uniform resource identifier (URI) for the required glyph. - - - - - - - Gets or sets the position of the dock panel within the owning collection. - - - - - A zero-based integer specifying the position of the current panel within the owning collection. - - - - - - - - - - Gets whether the panel is docked to a 's . - - - true if the panel is docked to a 's TabbedView; otherwise, false. - - - - - - - Gets whether the current panel belongs to a tab container. - - - true if the panel is displayed as a tab page in a tab container; otherwise, false. - - - - - - - Provides indexed access to the child panels of the current panel. - - - - - A zero-based integer addressing the child panel. - - - - A object representing the desired child panel of the current panel. - - - - - - - Gets or sets the dock panel's location. - - - A structure that specifies the coordinates of the panel's upper-left corner, relative to the upper-left corner of its container. - - - - - - - - Floats the current dock panel. - - - - - - - - - Floats the current dock panel at the specified position. - - - - - A structure specifying the position of the top-left corner of the floating window (in screen coordinates). - - - - - - - - Gets the control's maximum size. This property is not supported. - - - Always an empty structure. - - - - - - - Gets the control's minimum size. This property is not supported. - - - Always an empty structure. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A Boolean value. - - - - - - - Provides access to the dock panel's options. - - - A object which contains the dock panel's options. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code.. - - - A Size structure. - - - - - - - Gets the auto-hide container which displays the panel's label when its automatic hiding functionality is enabled. - - - - An object representing the auto-hide container that owns the panel when its automatic hiding functionality is enabled. - - - - - - - - Gets the immediate parent panel of the current panel. - - - A object representing the immediate parent panel of the current panel. null if the panel does not belong to any dock panel. - - - - - - - Registers the dock panel. - - - - A object that owns the dock panel. - - - - - - - - Destroys the specified child panel. - - - - A object representing the child of the current panel which must be destroyed. - - - - - - - - Restores the panel to its previous docking position. - - - - - - - - Gets the root panel of the current panel. - - - A object representing the root panel of the current panel. - - - - - - - Gets or sets the docking style applied to a panel before it's made to float or is hidden. - - - - A enumeration value. - - - - - - - Gets or sets the panel's index before it's made to float or is hidden. - - - An integer value specifying the panel's index. - - - - - - - Gets or sets whether the panel was docked in a , before it was made floating or hidden. - - - true if the panel was docked in a , before it was made floating or hidden; otherwise, false. - - - - - - - Gets or sets the panel's parent before it's made to float or is hidden. - - - A object representing the panel's parent panel. - - - - - - - - - - - - - - - Gets or sets a value indicating whether the panel was a tab container, before it was made to float or was hidden. - - - A Boolean value specifying whether the current panel represents a tab container. - - - - - - - Displays and activates the panel. - - - - - - - - Shows the auto-hidden dock panel using a sliding animation effect. - - - - - - - - Gets or sets the dock panel's size. - - - A structure that specifies the dock panel's height and width. - - - - - - - Gets the dock panel's current state. - - - A enumeration value indicating the dock panel's current state. - - - - - - - Gets or sets whether the current panel represents a tab container. - - - true if the current panel represents a tab container; otherwise, false. - - - - - - - Occurs when the panel's property is changed. - - - - - - - - Gets or sets the position of tabs. - - - A value representing the position of tabs. - - - - - - - Fires after the dock panel's property has been changed. - - - - - - - - Specifies whether tab navigation buttons are displayed when tabs don't fit into the tab container's width/height. - - - true if tab navigation buttons are enabled; otherwise, false. - - - - - - - - Occurs when the panel's property is changed. - - - - - - - - Gets or sets the panel's short caption. - - - - A string representing the panel's short caption. - - - - - - - - Gets or sets the dock panel's caption. - - - A representing the panel's caption. - - - - - - - Gets or sets the panel's visible state. - - - A value representing the panel's visible state. - - - - - - - Fires after the dock panel's visible state has been changed. - - - - - - - - Gets or sets whether the dock panel is visible. - - - true if the panel is visible; otherwise, false. - - - - - - - Fires after the visible state of any dock panel owned by the dock manager has been changed. - - - - - - - - Gets the index of the currently active child dock panel. - - - An integer value specifying the zero-based index of the currently active child dock panel. - - - - - - - Gets a value specifying how the auto hide container is aligned within its parent control. - - - A enumeration value specifying the manner in which an auto hide container is docked. - - - - - - - Gets or sets the dock panel's bounds. - - - A structure representing the dock panel's bounds. - - - - - - - Gets the dock panel's index. - - - A zero-based integer specifying the dock panel's index. - - - - - - - Gets the index of the dock panel's parent panel. - - - A zero-based integer specifying the index of the dock panel's parent panel. - - - - - - - Gets the index of the panel's parent before it's made to float or is hidden. - - - A zero-based integer specifying the index of the panel's parent. - - - - - - - - The component that allows you to create docked, floating and/or auto-hidden dock panels inside a form or user control. See Docking Library. - - - - - - - Initializes a new instance of the class with the specified container control. - - - - A object representing the container control that will display the dock panels owned by the created dock manager. - - - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the DockManager class with the specified container control. - - - - The container control that will display the dock panels owned by the newly created dock manager. - - - - - - - - - Activates the dock manager's About dialog box. - - - - - - - - Fires after the panel's active child has been changed. - - - - - - - - Gets or sets the active dock panel. - - - A object representing the currently active dock panel. null (Nothing in Visual Basic) if there is no active dock panel. - - - - - - - Fires after the active dock panel has been changed. - - - - - - - - Gets or sets the index of the active dock panel. - - - A zero-based integer specifying the index of the active dock panel. -1 if there isn't any currently active panel. - - - - - - - Creates a new dock panel and docks it to the form (user control) using the specified style. - - - - The value specifying how the created panel is docked to the container control. - - - - A object created by this method. - - - - - - - - Creates a new dock panel and floats it at the specified point. - - - - - A structure specifying the point at which the panel will be floated. - - - - The object created by this method. - - - - - - - - - Docks the specified panel to the DockManager container using the specified style. - - - - The value that specifies the docking style. - - - - The to be docked. - - - - - - - - Gets or sets whether all s within the DockManager should paint their icons in the panel's foreground colors. - - - - - true, if all s within the DockManager should paint their icons in the panel's foreground colors; otherwise, false. - - - - - - - - - Gets or sets how panel captions are displayed within an auto-hide container when these panels are combined into an auto-hidden tab container. - - - A value that specifies the way auto-hidden panel captions are displayed when these panels are combined into an auto-hidden tab container. - - - - - - - Gets or sets whether auto-hidden panels within the current DockManager are shown during mouse hover, or only during a mouse click. - - - - An AutoHiddenPanelShowMode enumerator value that indicates whether a mouse hover or mouse click should display auto-hidden panels. - - - - - - - - Provides access to the auto hide containers and thus to the panels whose auto hide functionality is enabled. - - - The object which stores auto hide containers for the dock manager's . - - - - - - - - Gets or sets a value that specifies the auto-hide speed of dock panels. - - - An integer value that specifies the auto-hide speed of dock panels. The greater the value, the faster the auto-hide speed. - - - - - - - - - Occurs before a layout is restored from storage (a stream, xml file or the system registry). - - - - - - - - - Notifies the component that the initialization has started. - - - - - - - - - Locks the DockManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Destroys all panels. - - - - - - - - Occurs after a panel has been closed. - - - - - - - - Occurs when a panel is closing. - - - - - - - - - Occurs when any auto-hide within the current DockManager is completely hidden. - - - - - - - - Occurs when any auto-hide within the current DockManager is about to hide. - - - - - - - - Gets or sets the BarAndDockingController that will provide the default appearance options for the dock panels belonging to the current dock manager. - - - A object providing appearance options. - - - - - - - Gets the total number of panels that belong to the dock manager. - - - An integer value specifying the number of panels that belong to the dock manager. - - - - - - - Fires after an auto hide container has been created. - - - - - - - - Allows you to prevent dock panels from being resized using the mouse at specific borders and corners. - - - - - - - - - Creates a helper object that manages dock visualizers for the VS2005 dock style. - - - - - - - - Fires before an auto hide container has been destroyed. - - - - - - - - Gets an IDockController that performs docking operations on panels within the current DockManager. - - - A DockController object that performs docking operations on panels within the current DockManager. - - - - - - - Fires repeatedly while a dock panel is being dragged. - - - - - - - - Provides access to the settings that affect the behavior of dock panels. - - - - A object specifying the customization settings of dock panels. - - - - - - - Gets or sets the dock style. - - - A enumeration value that specifies the dock style. - - - - - - - Gets or sets the number of frames in the fading animation effect that are applied when displaying dock visualizers (markers) in VS2005 dock style. - - - - An integer value that specifies the number of frames in the fading animation effect. - - - - - - - Gets or sets a value that specifies the speed of fade effects. - - - An integer value that specifies the speed of fade effects. - - - - - - - Gets a associated with this DockManager. - - - A associated with this DockManager. - - - - - - - Fires immediately after a docking operation on a dock panel has finished. - - - - - - - - Notifies the control that the initialization has been completed. - - - - - - - - - Fires after a resize operation on a dock panel has finished. - - - - - - - - Unlocks the DockManager object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Occurs when any auto-hide within the current DockManager is completely shown. - - - - - - - - Occurs when any auto-hide within the current DockManager is about to be displayed. - - - - - - - - Forces the dock manager to finish its initialization. - - - - - - - - Gets or sets the container control (form or user control) which displays the dock panels owned by the current dock manager. - - - - A object that is the container which displays the dock panels created by the current dock manager. - - - - - - - - - Returns the panel located under the specified point. - - - - A structure representing the test point's coordinates relative to the top-left corner of the screen. - - - A object representing the dock panel located under the specified point. null (Nothing in Visual Basic) if no dock panel is located under the test point. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to a collection of hidden dock panels. - - - A object representing the collection of hidden panels. - - - - - - - Gets or sets the image source whose images are used by dock panels. - - - An that is an image collection providing images for dock panels. - - - - - - - Indicates whether the docking layout is being loaded. - - - true if the docking layout is being loaded; otherwise, false. - - - - - - - Indicates whether the dock manager has been initialized. - - - true if the dock manager has been initialized; otherwise, false. - - - - - - - Provides indexed access to the panels which belong to the dock manager. - - - - A zero-based index specifying the panel to be returned. - - - A object representing the panel at the specified position. - - - - - - - Provides indexed access to the panels which belong to the dock manager by their names. - - - - A value specifying the panel's name. - - - A object representing the panel with the specified name. null (Nothing in Visual Basic) if no panel is found. - - - - - - - Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage (a stream, xml file or system registry). - - - - - - - - Gets or sets the version of the layout of dock windows. - - - - A string representing the version of the layout of dock windows. - - - - - - - Fires after the docking layout has been loaded. - - - - - - - - - - - - - - - - Gets or sets an object that controls the look and feel of the DockManager's popup menus. - - - An object that controls the look and feel of the DockManager's popup menus. - - - - - - - Provides access to all the dock panels owned by the dock manager. - - - A object representing the collection of dock panels. - - - - - - - Occurs when a context menu is about to be displayed. - - - - - - - - Occurs when a new panel is registered within the dock manager. - - - - - - - - Destroys the specified panel. - - - - A object that specifies the panel to destroy. - - - - - - - - Restores the layout stored at the specified system registry path to the dock panels. - - - - A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. - - - - - - - - Restores the layout in the specified stream to the dock panels. - - - - A descendant from which the dock panels' settings are read. If the specified stream is empty or null (Nothing in Visual Basic), an exception is raised. - - - - - - - - Restores the layout of dock controls from the specified XML file. - - - - A string value specifying the path to the XML file containing the settings for the dock panels. If the specified file doesn't exist, an exception is raised. - - - - - - - - Restores the layout of dock panels from the specified system registry path. - - - - A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Restores the layout of dock panels from the specified stream. - - - - A descendant from which the dock panels' settings are read. If null (Nothing in Visual Basic), an exception is raised. - - - - - - - - Restores the layout of dock panels from the specified XML file. - - - - A string value which specifies the path to the XML file from which the layout is read. If the specified file doesn't exist, an exception is raised. - - - - - - - - Provides access to the collection of visible panels which are not owned by other panels. - - - - A object. - - - - - - - Saves the layout of dock panels to the specified system registry path. - - - - The system registry path to save the dock panels' layout to. - - - true if the layout of dock panels has been saved to the specified system registry path; otherwise, false. - - - - - - - Saves the layout of dock panels to a stream. - - - - A descendant to which the layout of dock panels is written. - - - - - - - - Saves the layout of dock panels to an XML file. - - - - A string value which specifies the path to the file where the layout of dock panels should be stored. If an empty string is specified, an exception is raised. - - - - - - - - Saves the layout of the dock panels to the registry. - - - - A string value specifying the registry path at which to save the layout. - - - true if the operation is successfully completed; otherwise, false. - - - - - - - Saves the layout of dock panels to a stream. - - - - A descendant to which the layout of the dock panels is written. - - - - - - - - Saves the layout of dock panels to an XML file. - - - - - A string value specifying the path to the file in which the docking layout will be stored. If an empty string is specified, an exception is raised. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides options which control how a layout of dock panels is stored to/restored from a data store (a stream, xml file or system registry). - - - A object providing options which control how a layout of dock panels is stored and restored. - - - - - - - Occurs each time an end-user drags a into another panel and allows you to hide specific dock hints and guides. This event is in effect when the DockManager is coupled with the component. - - - - - - - - Fires when the dock panel is being resized. - - - - - - - - Fires when a docking operation starts. - - - - - - - - Enables specifying whether end-users can resize the dock panels. - - - - - - - - Gets or sets the style for all panels owned by this DockManager. - - - A enumeration value that specifies the panel style. - - - - - - - Occurs when a panel's property is changed. - - - - - - - - Fires after a dock panel's property has been changed. - - - - - - - - Occurs when a panel's property is changed. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed by the dock panels. - - - - A object which controls the appearance and behavior of the hints displayed by the dock panels. - - - - - - - Gets the string collection that stores the full names of the controls which have the top (high) indexes in the z-order and thus are positioned closest to the form's edges. - - - - - A StringUniqueCollection collection that stores the full names of the controls which have top (high) z-indexes. - - - - - - - Occurs when a panel is removed from the dock manager. - - - - - - - - Gets or sets whether the Validate method is forcibly called on a dock panel when switching from this dock panel to another one. - - - true, if the Validate method is forcibly called on a dock panel when switching from this dock panel to another panel; otherwise, false. - - - - - - - Gets or sets whether a float dock panel's controls are validated when the panel is deactivated. - - - true if a float dock panel's controls are validated when the panel is deactivated; otherwise, false. - - - - - - - Gets or sets whether the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another. - - - - true, if the ValidateChildren method is forcibly called on a DockManager parent Form when switching from one dock panel to another; otherwise, false. - - - - - - - - Fires after the visible state of any dock panel owned by the dock manager has been changed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Provides docking options that are common to all dock panels. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the DockingOptions class with the specified settings. - - - - A DockManager that owns this newly created DockingOptions object. - - - - - - - - Gets or sets whether or not dock panels that have been dragged away from their parent auto-hide containers should return to these containers when docked again. - - - - true if dock panels should return to their former auto-hide containers when docked; otherwise, false. - - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Specifies the vertical direction of auto-hidden panel captions. - - - - The vertical text direction of auto-hidden panel captions. - - - - - - - - - Gets or sets whether only a dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button. - - - - true if only dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button; otherwise, false. - - - - - - - Gets or sets whether only the dock panel corresponding to the currently active tab in a tab container is closed when the close button within the tab container's caption is clicked. The option is not in effect when the tab container is in the floating state. - - - true to close only the dock panel corresponding to the currently active tab when a tab container's close button is clicked; false to close the tab container. - - - - - - - Gets or sets the cursor that indicates that a dock panel cannot be floating during a dock operation. - - - - A object that represents the corresponding cursor. - - - - - - - Gets or sets the thickness of a resize zone for any dock panel owned by this manager. - - - An Int32 value that is the resize zone thickness. - - - - - - - Gets or sets whether a panel can be docked as a tab to another panel while dragging over its header. - - - - A enumeration value that specifies whether a panel can be docked while dragging this panel over the header of another panel. - - - - - - - Gets or sets whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped. - - - The DockPanelInTabContainerTabRegion value that specifies whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped. - - - - - - - Gets or sets whether dock panels are immediately hidden when their auto hide functionality is enabled. - - - true to hide dock panels immediately when their auto hide functionality is enabled; false to hide dock panels using the sliding animation effect, and only when the mouse pointer leaves their area. - - - - - - - - Gets or sets whether an image associated with a dock panel is displayed within the panel's caption. - - - true if a dock panel's image is displayed in the panel's caption; otherwise false. - - - - - - - Gets or sets whether the dock panel's caption is shown only when the mouse pointer hovers over the panel's top or all the time. - - - true to show the panel's caption when the mouse pointer hovers over the panel's top; false the panel captions are always shown. - - - - - - - Gets or sets whether or not dock panels can stick to each other, parent forms or screen edges. - - - A enumerator value that specifies whether or not dock panels can stick to each other, parent forms or screen edges. - - - - - - - Gets or sets the text direction, according to which tabbed panels' header strings are drawn. - - - A enumerator value that specifies the text direction, according to which tabbed panels' header strings are drawn. - - - - - - - - Represents the client area of a dock panel. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the dock panel which owns the current control container. - - - The that owns the current control container. - - - - - - - - Represents an auto hide container collection. - - - - - - - Appends an array of objects to the collection. - - - - An array of objects to add to the collection. - - - - - - - - Indicates whether the collection contains the specified auto hide container. - - - - An object to locate in the collection. - - - true if the collection contains the specified auto hide container; otherwise, false. - - - - - - - Gets the auto hide container which has the specified docking style. - - - - A enumeration value specifying the manner in which an auto hide container is docked. - - - An object representing the auto hide container which has the specified docking style. null (Nothing in Visual Basic) if no auto hide container is found. - - - - - - - Provides indexed access to the auto hide containers contained within the collection. - - - - An integer value specifying the auto hide container's zero-based index within the collection. - - - An object representing the auto hide container at the specified position. - - - - - - - - Represents an auto hide container. - - - - - - - Initializes a new instance of the class. - - - - - - - - Indicates whether the auto hide container holds the specified dock panel. - - - - A object to locate. - - - true if the auto hide container holds the specified dock panel; otherwise, false. - - - - - - - Gets the number of dock panels contained within the auto hide container. - - - An integer value specifying the number of dock panels contained within the auto hide container. - - - - - - - Gets or sets a value specifying how the auto hide container is aligned within its parent control. - - - A enumeration value specifying the manner in which an auto hide container is docked. - - - - - - - Returns information about the container's element located at the specified point. - - - - A structure which specifies the test point coordinates relative to the container's top-left corner. - - - A object which contains information about the auto hide container's element at the test point. - - - - - - - Returns the specified dock panel's position within the auto hide container. - - - - A object to locate. - - - A zero-based integer representing the dock panel's position within the auto hide container. -1 if the auto hide container doesn't contain the specified dock panel. - - - - - - - Provides indexed access to the dock panels contained within the auto hide container. - - - - An integer value specifying the dock panel's zero-based index within the collection. - - - A object representing the dock panel located at the specified position. - - - - - - - Gets the position of the auto hide container within its parent control. - - - A enumeration value specifying the position of the auto hide container within its parent control. - - - - - - - - Lists values which identify the elements in a dock panel. - - - - - - - The test point belongs to the label within the auto hide container which corresponds to a dock panel with its auto hiding functionality enabled. - - - - - - - - The test point belongs to the dock panel's border. - - - - - - - - The test point belongs to a dock panel's caption. - - - - - - - - The test point belongs to the dock panel's client area. - - - - - - - - The test point belongs to the header buttons panel, which contains both default and custom header buttons. - - - - - - - - - The test point belongs to a scroll button used to traverse forwards through the tabs in a tab container. - - - - - - - - The test point is not within a dock panel. - - - - - - - - The test point belongs to a scroll button used to traverse backwards through the tabs in a tab container. - - - - - - - - The test point belongs to a tab button in a tab container. - - - - - - - - The test point belongs to a tab panel in a tab container. - - - - - - - - - Lists values specifying the position and manner in which a dock panel is docked. - - - - - - - The dock panel's bottom edge is docked to the bottom of its containing control. - - - - - - - - The dock panel is contained within another panel (split or tab container). - - -It's not possible to make a dock panel fill the form (user control). - - - - - - - - - - The dock panel floats. - - - - - - - - The dock panel's left edge is docked to the left side of its containing control. - - - - - - - - The dock panel's right edge is docked to the right side of its containing control. - - - - - - - - The dock panel's top edge is docked to the top of its containing control. - - - - - - - - - A WindowsUIView container that emulates Windows8-styled message boxes and pop-up windows. - - - - - - - Initializes a new instance of the Flyout class with default settings. - - - - - - - - Initializes a new instance of the Flyout class with specific settings. - - - - An IFlyoutProperties object that stores specific settings for the newly created Flyout. - - - - - - - - Initializes a new instance of the Flyout object with specific owner. - - - - An IContainer object that owns the newly created Flyout. - - - - - - - - Gets or sets a used by the current Flyout. - - - A FlyoutAction object used by the current Flyout. - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - - - WindowsUI Buttons are not supported within Flyout containers. - - - - - - - - Gets or sets a displayed within the current Flyout. - - - A displayed within the current Flyout. - - - - - - - Gets or sets buttons displayed within the current Flyout. - - - A MessageBoxButtons enumerator value that specifies the buttons displayed within the current Flyout. - - - - - - - Gets the last result returned by this Flyout. - - - A DialogResult value that specifies the last result returned by this Flyout. - - - - - - - Provides access to the object that stores the current Flyout settings. - - - An IFlyoutDefaultProperties object that stores the current Flyout settings. - - - - - - - Refreshes document actions displayed within this Flyout. - - - - - - - - - Exposes properties that affect the Document Selector. - - - - - - - Gets or sets whether or not the Document Selector supports Glyph Skinning. - - - A enumeration value that specifies whether or not the Document Selector supports Glyph Skinning. - - - - - - - Gets or sets whether or not Document Selector text blocks can be formatted using HTML tags. - - - A enumeration value that specifies whether or not Document Selector text blocks can be formatted using HTML tags. - - - - - - - Returns whether or not Document Selector text blocks can be formatted using HTML tags. - - - A Boolean value that specifies whether or not Document Selector text blocks can be formatted using HTML tags. - - - - - - - Returns whether or not the Document Selector can sort its items alphabetically. To do so, set the property to Alphabetical. - - - true, if the Document Selector can sort its items alphabetically; otherwise, false. - - - - - - - Returns whether or not the Document Selector can use a custom comparer to sort items. - - - true, if the Document Selector can use a custom comparer to sort items; otherwise, false. - - - - - - - Returns whether or not the Document Selector supports Glyph Skinning. - - - true, if the Document Selector supports Glyph Skinning; otherwise, false. - - - - - - - Gets or sets the string according to which the Document Selector formats its Document items' footers. - - - A String value that is the format string applied to item footers. - - - - - - - Gets or sets the string according to which the Document Selector formats its Document items' headers. - - - A String value that is the format string applied to item headers. - - - - - - - Gets or sets the string according to which the Document Selector formats its Document items' captions. - - - - A String value that is the format string applied to item captions. - - - - - - - Gets or sets order in which Documents and dock panels appear inside the Document Selector. - - - An ItemSortMode enumeration value that specifies the order in which Documents and dock panels appear inside the Document Selector. - - - - - - - Gets or sets the string according to which the Document Selector formats its Panel items' footers. - - - A String value that is the format string applied to item footers. - - - - - - - Gets or sets the string according to which the Document Selector formats its Panel items' headers. - - - A String value that is the format string applied to item headers. - - - - - - - Gets or sets whether or not the Document Selector shows previews of focused Documents and dock panels. - - - - true, if the preview is enabled; otherwise, false. - - - - - - - - Lists values specifying the manner in which the item's menu appears onscreen. - - - - - - - Equivalent to the System value. - - - - - - - - The menu is faded in. - - - - - - - - The menu is shown immediately without any visual effects. - - - - - - - - The animation effects are randomized. - - - - - - - - The menu is slid in vertically, from top to bottom. - - - - - - - - The animation type is determined by the system settings. - - - - - - - - The menu is unfolded from the top left corner to the bottom right corner. - - - - - - - - - Allows you to customize the application-scope display and behavior settings for controls and components included in the XtraBars library - bars, dock panels, Ribbon controls, App UI Manager () and tabbed windows (). - - - - - - - - Initializes a new instance of the class. - - - - - - - - - Initializes a new instance of the class. - - - - A object that provides functionality for containers. - - - - - - - - Gets the DefaultBarAndDockingController. - - - A object representing the DefaultBarAndDockingController. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the Bar Manager that raised the event. - - - - A object containing event data. - - - - - - - - - Provides data for the event. - - - - - - - - Initializes a new instance of the class. - - - - A object containing links to display in the customization menu. This object is assigned to the property. - - - - - - - - Provides access to the links that are going to be displayed within the customization menu. - - - A object containing the links due to be displayed within the customization menu. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the Bar Manager that raised the event. - - - - A object containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the item whose functionality is about to be invoked. This value is assigned to the property. - - - - A object, the item's shortcut. This value is assigned to the property. - - - - - - - - Gets the hotkey combination an end-user has pressed. - - - A Keys object that specifies the hotkey combination an end-user has pressed. - - - - - - - Gets or sets whether to stop processing a pressed shortcut and so stop the bar item's functionality from being invoked. - - - true, if processing of the shortcut should be canceled; otherwise, false. - - - - - - - Gets the whose functionality is about to be invoked. - - - A object representing the bar item whose shortcut has been pressed and therefore whose functionality is about to be invoked. - - - - - - - Gets the keystroke shortcut for the bar item. - - - A object representing the item's shortcut. - - - - - - - - Contains style settings used to customize items within popup menus and container items. - - - - - - - Initializes a new instance of the class and sets its style settings to their default values. - - - - - - - - Gets appearance settings used to paint s within sub-menus and popup menus in different visual states. - - - A object that provides appearance settings used to paint s within sub-menus and popup menus in different visual states. - - - - - - - - Releases all the resources used by the current object. - - - - - - - - - Provides access the appearance settings used to paint header items () within this sub-menu or pop-up menu. - - - An AppearanceObject that stores appearance settings used to paint header items within this sub-menu or pop-up menu. - - - - - - - Contains style settings used to paint submenu items. - - - A object providing styles for submenu items. - - - - - - - Contains style settings to paint menu bars. - - - A object providing styles for painting menu bars. - - - - - - - Provides appearance settings used to paint menu headers. - - - An that provides corresponding appearance settings. - - - - - - - Contains style settings for painting side strips (boxes displaying bar item icons). - - - - A object providing styles for painting side strips. - - - - - - - - Contains style settings to paint side strips (boxes displaying bar item icons) for items not recently used. - - - A object providing styles for painting side strips for items not recently used. - - - - - - - Updates the right-to-left text direction option. - - - - true, if the text is directed from right to left; otherwise, false. - - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the bar item that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the bar item whose list item was clicked. This value is assigned to the property. - - - - A zero-based integer representing the index of the clicked list item. This value is assigned to the property. - - - - - - - - Gets the index of the clicked list item. - - - A zero-based integer value representing the index of the clicked list item. - - - - - - - Gets the bar item whose list item was clicked. - - - A descendant whose list item was clicked. - - - - - - - - The base class for classes storing bar options. - - - - - - - - Initializes a new instance of the class. - - - - - - - - - Provides customization options for a bar. - - - - - - - Initializes a new instance of the class and sets its properties to default values. - - - - - - - - Gets or sets whether a bar can be collapsed by double-clicking on the bar's drag widget. - - - true, if a bar can be collapsed by double-clicking on the bar's drag widget; otherwise, false. - - - - - - - Gets whether the bar can be deleted via the Customization Window at runtime. - - - true, if the bar can be deleted from the Customization Window at runtime; otherwise, false. - - - - - - - Gets or sets whether the bar provides the quick customization menu. - - - true if the bar allows customization via a special menu. - - - - - - - Gets whether the bar can be renamed via the Customization Window at runtime. - - - true, if the bar can be renamed in the Customization Window at runtime; otherwise, false. - - - - - - - Copies all settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets which bar items are automatically popped-up when hovered over. - - - - A BarAutoPopupMode enumerator value that specifies which bar items are automatically popped-up when hovered over. - - - - - - - - Gets or sets whether the bar is collapsed or in its normal state. - - - A BarState enumerator value that specifies the bar's expansion state. - - - - - - - Gets or sets whether the bar can be closed/hidden by the end-user. - - - true, if the bar can be hidden; otherwise, false. - - - - - - - Gets or sets whether the bar can be customized using drag-and-drop operations. - - - true, if customization of bar links is disabled; otherwise, false. - - - - - - - Gets or sets whether the current should display its borders. - - - true if the current should display its borders; otherwise, false. - - - - - - - Gets or sets whether the bar can be dragged using the mouse. - - - true, if the bar can be dragged; otherwise, false. - - - - - - - Gets or sets whether to display the size grip within the current status bar. - - - true, if the size grip is displayed for the bar; otherwise false. - - - - - - - Gets or sets the duration of the collapse/expand animation on double-clicking on the bar's drag widget. - - - - An Int32 value that is the collapse/expand animation duration. - - - - - - - Gets or sets whether the bar is hidden in the Customization Window, customization menu and 's list. - - - true, if the bar is hidden in the Customization Window, customization menu and 's list; otherwise, false. - - - - - - - Gets or sets the minimum height this occupies. - - - An Int32 value that is the minimum height this occupies. - - - - - - - Gets or sets whether bar links are arranged into several lines when their total width exceeds the width of the bar. - - - true, if bar links are arranged into several lines when the bar's width is too small to accommodate them all; otherwise, false. - - - - - - - Gets or sets whether a bar links' captions are rotated when the bar is vertically docked. - - - true, if the links' captions are rotated along with the bar; otherwise, false. - - - - - - - Gets or sets whether the bar is stretched to match the container's width. - - - true, if the bar occupies the entire container's width; otherwise, false. - - - - - - - - Contains default customization settings for bars. - - - - - - - Initializes a new instance of the class and sets its properties to default values. - - - - The object which will be notified about property changes. - - - - - - - - Gets or sets whether images are highlighted when links are hot-tracked. - - - true if images are highlighted when links are hot-tracked; otherwise false. - - - - - - - Gets the default horizontal indent between the content and the borders of bar links. - - - An integer value specifying the number of pixels between the content and the borders of bar links, -1 to calculate the indent automatically. - - - - - - - Gets the default vertical indent between the contents and borders of bar links. - - - An integer value specifying the number of pixels between the content and borders of bar links. -1 to calculate the indent automatically. - - - - - - - - Gets or sets the default size for all regular item icons within the . - - - A Size structure that is the default size for all regular item icons within the . - - - - - - - Gets or sets the default size for all large item icons within the . - - - A Size structure that is the default size for all large item icons within the . - - - - - - - Gets or sets whether pop-up menus display the right margin. - - - true, if pop-up menus display the right margin; otherwise, false. - - - - - - - Gets or sets whether pop-up menus display the side strip for item glyphs. - - - true, if pop-up menus display the side strip for item glyphs; otherwise, false. The default is true. - - - - - - - Returns the horizontal indent between the content and the borders of bar links. - - - - The horizontal indent between the content and the borders of bar links, in pixels. - - - - - - - - Returns the vertical indent between the content and the borders of bar links. - - - - The vertical indent between the content and the borders of bar links, in pixels. - - - - - - - - Gets or sets whether bar items are painted using large or small icons. - - - true, if large bar item icons are used; otherwise, small icons are used. - - - - - - - - Gets or sets whether bar items in menus are painted using large or small icons. - - - true, if bar items in menus are painted using large icons; otherwise, false. - - - - - - - - Gets or sets the type of animation used for the menu. - - - An enumeration member specifying the menu's animation type. - - - - - - - Gets or sets the value (as a percentage) that determines which of the menu items that haven't recently been used should be hidden. - - - - The value, as a percentage, for calculating the most frequently used items. - - - - - - - - Provides access to the settings of the multicolumn mode of displaying items in all pop-up menus and sub-menus controlled by the component. - - - An OptionsMultiColumn object that comprises the settings of the multicolumn mode. - - - - - - - Updates the style settings with respect to the painting style applied. - - - - - - - - Gets or sets whether in-place editors are automatically stretched to match the current DPI settings of the user's monitor. - - - true if in-place editors are scaled to match the current DPI settings; otherwise, false - - - - - - - Gets or sets whether icons for bar items are automatically stretched to match the current DPI settings of the user's monitor. - - - true, if bar item icons are scaled to match the current DPI settings; otherwise, false. - - - - - - - Gets or sets a value indicating whether a submenu casts a shadow. - - - - true if a submenu casts a shadow; otherwise false. - - - - - - - - - A method that will handle the and events. - - - - - - - - Represents a method that will handle the and events. - - - - The event source. Identifies the Bar Manager that raised the event. - - - - A object containing event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - A object representing the Bar Manager of the child MDI form. This value is assigned to the property. - - - - - - - - Gets the Bar Manager of a child MDI form for which the merge mechanism is invoked. - - - A instance representing the Bar Manager of the child MDI form. - - - - - - - - A category collection in the BarManager. - - - - - - - - Initializes a new instance of the class. - - - - A object which will own the new column collection. - - - - - - - - Creates a new category with the specified name and adds it to the end of the collection. - - - - A string value specifying the category's name. - - - A object representing the new category. - - - - - - - Adds the specified category to the end of the collection. - - - - A object representing the category to be added. - - - An integer value representing the added category's zero-based index within the collection. - - - - - - - Adds an array of categories to the end of the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Fires when changes are made to the category collection. - - - - - - - - Returns a list of alphabetically sorted BarManagerCategoryCollection child elements. - - - A List that contains alphabetically sorted categories owned by this BarManagerCategoryCollection object. - - - - - - - Returns the position of a category with the specified name in the collection. - - - - A string value specifying the name of the category to locate in the collection. - - - A zero-based integer specifying the category's position within the collection. -1 if the collection does not contain the specified category. - - - - - - - Returns the specified category's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the category's position within the collection. -1 if the collection does not contain the specified category. - - - - - - - Adds the given category to the specified position within the collection. - - - - A zero-based integer specifying the category's position within the collection. - - - - The object to insert. - - - - - - - - Gets a category by its name. - - - - A string value specifying the category's name. - - - A object representing the category with the name specified. null (Nothing in Visual Basic) if the collection does not contain a category with the specified name. - - - - - - - Provides indexed access to individual categories. - - - - A zero-based integer specifying the desired category's position within the collection. - - - A object representing the category at the specified position. null (Nothing in Visual Basic) if the collection does not contain a category at the specified position. - - - - - - - Gets a category specified by its unique identifier. - - - - A object representing a category's unique identifier (GUID). - - - A object representing the category with the specified unique identifier. null (Nothing in Visual Basic) if the collection does not contain a category with the specified identifier. - - - - - - - Gets the Bar Manager that owns the collection. - - - A object representing the Bar Manager that owns the category collection. - - - - - - - Removes the specified category from the collection. - - - - A object representing a category to remove. - - - - - - - - - An individual category. - - - - - - - - Initializes a new instance of the class with custom settings. - - - - A string value specifying the name of the created category. This value is assigned to the property. - - - - A object representing a globally unique identifier (GUID) that identifies the category. This value is assigned to the property. - - - - true to make a category visible at runtime; false to make a category hidden at runtime. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified name and global unique identifier (GUID). - - - - A string value specifying the created category's name. This value is assigned to the property. - - - - A object representing a globally unique identifier (GUID) that will identify the category. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the name specified. - - - - A string value specifying the created category's name. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Gets the BarManager's default category. - - - A object representing the BarManager's default category. - - - - - - - Gets an item displayed in the category at the specified position. - - - - A zero-based integer specifying the item's position within the category. - - - A descendant representing an item displayed in the category at the specified position. null (Nothing in Visual Basic) if no item is found. - - - - - - - Gets the number of items displayed in the category. - - - An integer value equal to the number of items displayed in the category. - - - - - - - Gets or sets a globally unique identifier (GUID) that identifies the category. - - - A System.Guid object representing a globally unique identifier (GUID). - - - - - - - Gets the category's position within a collection. - - - A zero-based integer value specifying the category's position within a collection. -1 if the category has no owning collection. - - - - - - - Gets or sets the category's name. - - - A string value specifying the category's name. - - - - - - - Gets the text representation of the BarManagerCategory object. - - - A string representation of the BarManagerCategory object. - - - - - - - Represents the Total category. This member supports the internal infrastructure. - - - A object. - - - - - - - Gets or sets whether the category is visible in the customization dialog at runtime. - - - true if the category is visible in the customization dialog at runtime; otherwise, false. - - - - - - - - Contains default style settings for bars and their elements. - - - - - - - Initializes a new instance of the class. - - - - A object which will be notified when settings are changed. - - - - - - - - Contains default style settings to paint bars. - - - An object providing style settings to paint bars. - - - - - - - Provides appearance settings used to paint bar item links within s in different visual states. - - - A object that contains corresponding appearance options. - - - - - - - Locks the BarManagerAppearances object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets the controller which owns the current instance of the class. - - - A object which owns the instance. - - - - - - - Releases all resources used by the current object. - - - - - - - - Contains default style settings to paint bar dock controls. - - - A object providing style settings to paint dock controls. - - - - - - - Unlocks the BarManagerAppearances object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Contains default font settings to paint bar items. - - - A object providing default style settings for bar items. - - - - - - - Contains default style settings to paint main menus. - - - A object providing style settings to paint main menus. - - - - - - - Provides appearance settings used to paint s within main menu bars in different visual states. - - - A StateAppearances object which provides appearance settings used to paint s within main menu bars in different visual states. - - - - - - - Restores all the style settings and usage options to default values and thus stops elements from using these appearance settings. - - - - - - - - Contains default style settings to paint status bars. - - - A object providing style settings to paint status bars. - - - - - - - Provides appearance settings used to paint s within status bars in different visual states. - - - A object which provides appearance settings used to paint s within status bars in different visual states. - - - - - - - Contains default style settings to paint sub items within container items and popup menus. - - - A object providing style settings to paint submenu items. - - - - - - - - A read-only bar item link collection. - - - - - - - - Creates a new object. - - - - - - - - Indicates whether the collection contains the specified link. - - - - A object or descendant to locate in the collection. - - - true, if the collection contains the specified link; otherwise, false. - - - - - - - Returns a recently used item link by its index. - - - - A zero-based integer representing the index of the recently used item link. - - - A descendant representing the recently used item link at the specified position within the collection. - - - - - - - Returns the specified link's position within the collection. - - - - A object or descendant to locate in the collection. - - - A zero-based integer representing the link's position within the collection. -1 if the collection does not contain the specified link. - - - - - - - Provides indexed access to individual links. - - - - A zero-based integer specifying the desired link's position within the collection. - - - A object or descendant representing the item link at the specified position. null (Nothing in Visual Basic) if the collection does not contain the link at the specified position. - - - - - - - Gets the total number of items that have recently been used. - - - An integer value representing the number of items recently used. - - - - - - - - Represents a collection of links. - - - - - - - Creates a new object with the specified owner. - - - - An object which will own the new collection. - - - - - - - - Creates a new object. - - - - - - - - Creates a link to the specified bar item and adds it to the end of the collection. - - - - A descendant, for which a link is added to the collection. - - - A object representing the link added. - - - - - - - Adds a new item link to the collection. - - - - A descendant for which a link is added to the collection. This value is assigned to the property. - - - - true to begin a group; otherwise, false. This value is assigned to the property. - - - A object that represents the added link. - - - - - - - - Adds a link to the specified bar item and key tip, and adds it to the end of the collection. - - - - - A descendant, for which the link is created and added to the collection. - - - - - A value that specifies the Key Tips for the new link. - - - A object that represents the added link. - - - - - - - - Adds a new item link to the collection. - - - - A descendant, for which the link is created and added to the collection. - - - - - true to begin a group; otherwise, false. - - - - A value that specifies the Key Tips for the new link. - - - A object that represents the added link. - - - - - - - - Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. - - - - - A descendant, for which a link is created. - - - - A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. - - - - A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. - - - A object representing the added link. - - - - - - - Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group. - - - - - A descendant for which a link is added to the collection. This value is assigned to the property. - - - - true to begin a group; otherwise, false. This value is used to initialize the created link's property. - - - - A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. - - - - A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. - - - A object representing the added link. - - - - - - - Creates a link to the specified bar item with the specified Key Tips, and adds it to the end of the collection. The method enables you to specifiy whether the created link starts a group, and whether it must be arranged in the same manner as a . - - - - - A descendant for which a link is added to the collection. This value is assigned to the property. - - - - true to begin a group; otherwise, false. This value is used to initialize the created link's property. - - - - A string that specifies the Key Tip for the link. This value is used to initialize the created link's property. - - - - A string that specifies the Key Tip used to open the bar button item's dropdown, if any. This value is used to initialize the created link's property. - - - - A Boolean value that specifies whether the bar item link is arranged in the same manner as a object . This value is used to initialize the created link's property. This parameter is in effect in a . - - - A object representing the added link. - - - - - - - Creates an array of links to the specified bar items and adds them to the end of the collection. - - - - An array of descendants, for which links are created and added to the collection. - - - - - - - - Adds s for each of the target objects. - - - - An IEnumerable object containing s, for which s should be added to this BarItemLinkCollection. - - - - - - - - Copies item links from the source collection to the current collection. - - - - A object representing the source collection whose elements are copied to the current collection. - - - - - - - - Removes all item links from the collection. - - - - - - - - Fires when changes are made to the collection. - - - - - - - - Creates a new link to the specified bar item and adds it to the specified position within the collection. - - - - A zero-based integer specifying the new bar item link's position within the collection. - - - - A descendant for which the link is created and added the collection. - - - - A object representing the link inserted. - - - - - - - Creates a new link to the specified bar item and adds it before the specified link in the collection. - - - - A object representing an item link before which the new link is inserted. - - - - A descendant for which the link is created and added to the collection. - - - A object representing the link inserted. - - - - - - - Removes a link from the collection. - - - - A object representing the link to remove. - - - - - - - - Removes the link at the specified position from the collection. - - - - A zero-based integer specifying the index of the link to remove. If negative or exceeds the number of elements, an exception is raised. - - - - - - - - - Allows you to customize the form-scope display and behavior settings for controls and components included in the XtraBars library - bars, dock panels, Ribbon controls, App UI Manager () and tabbed windows (). - - - - - - - - Initializes a new instance of the class and sets its properties to their default values. - - - - - - - - Initializes a new instance of the class with the specified container. - - - - A object that provides functionality for containers. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - An object that implements the IBarAndDockingControllerClient interface. - - - - - - - - Provides the default appearance settings applied to controls. - - - An object that provides appearance settings applied to controls. - - - - - - - - Provides the default appearance settings of the Bars UI, implemented with the component. - - - A object providing the default appearance settings of the Bars UI. - - - - - - - Provides the default appearance settings for all dock panels, implemented with the component. - - - A object providing the appearance settings for dock panels. - - - - - - - Contains the default appearance settings applied to Views of the component. - - - The default appearance settings applied to Views of the component. - - - - - - - Provides the default appearance settings of the Ribbon Controls and Ribbon Forms. - - - The default appearance settings of the Ribbon Controls and Ribbon Forms. - - - - - - - Starts the runtime component initialization. - - - - - - - - - Locks the BarAndDockingController object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Occurs when a BarAndDockingController's settings are modified. - - - - - - - - Provides access to the Default BarAndDockingController, which contains the application-scope settings for the XtraBars controls and components. - - - The Default BarAndDockingController - - - - - - - Gets an array of cursors that can be used for drag operations on links. - - - An ArrayList of objects. - - - - - - - Ends the runtime component initialization. - - - - - - - - - Unlocks the BarAndDockingController object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the control's default controller. - - - - A Control that owns the client. - - - - A control that implements the IBarAndDockingControllerClient interface and is the control whose default controller is to be retrieved. - - - A object that is the control's default controller. - - - - - - - Provides Look And Feel and Skinning settings for the controls/components included in the XtraBars library. - - - A object that stores Look And Feel and Skinning settings common to all components related to this BarAndDockingController. - - - - - - - Gets the object that provides information on the current paint scheme. - - - A descendant that provides information on the current paint scheme. - - - - - - - - Gets or sets the name of the paint scheme applied to the Bars UI (), dock panels () and MDI tabbed windows (). - - - - A string specifying the paint scheme name. - - - - - - - Contains paint information for the available paint schemes. - - - A collection of paint styles. - - - - - - - Contains the default customization settings of the Bars UI (). - - - A object, containing bar settings. - - - - - - - - Provides the default customization settings for the Application UI Manager () and Dock Manager. - - - An object that stores default settings common to the Application UI Manager and Dock Manager controls. - - - - - - - Provides the default customization properties for the Ribbon UI elements. - - - The Ribbon UI customization properties. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - An object that implements the IBarAndDockingControllerClient interface. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - An object that implements the IBarAndDockingControllerClient interface. - - - - - - - - Updates the style settings with respect to the painting style applied. - - - - - - - - - Contains values specifying how bar items of a child MDI form are added to bars/Ribbon Controls of the parent MDI form during merge operations. - - - - - - - Specifies that the child form's bar item should be added to a bar/Ribbon Control or container item (e.g. menu) of a parent form. - -When merging bars and container items, the position to insert the item is determined by the properties of this item and of the items within the target bar/container item. - - - - - - - - - This setting is applied to container items ( descendants). - -It specifies that subitems of the child form's container item should be merged with subitems of a parent form's container item. Merging occurs for the parent form's container item, whose type and match the source item's ones and only if its property is also set to MergeItems. Otherwise, the child form's container item will simply be added to the parent form's bar/Ribbon Control (similar to the setting). - - - - - - - - - For a child form's bar item, indicates that the item must not be added to the parent form's bar/Ribbon Control during merging. - - -For a parent form's bar item, indicates that the item must be removed from the bar/Ribbon Control during merging. - - - - - - - - - Indicates that the child form's bar item should replace the parent form's item that has the same , but only if the parent item's property is also set to Replace. - - -If such an item is not found in the parent form's bar/RibbonControl, the child form's item will simply be added to the bar/Ribbon Control (similar to the setting). - - - - - - - - - - Contains values specifying when the merge mechanism should be invoked. - - - - - - - The merge mechanism is invoked when a child MDI form is activated. -Merge-related toolbars of inactive child forms are hidden from these forms and from the parent form. - - - - - - - - The merge mechanism is disabled. - - - - - - - - The merge mechanism is invoked when a child MDI form is maximized. The unmerge mechanism is invoked when a child form is restored from the maximized view. - - - - - - - - The merge mechanism is invoked when a child MDI form is activated. -Merge-related toolbars of inactive child forms are visible in these forms, and are hidden from the parent form. - - - - - - - - - - Lists values specifying which link settings are determined by a user. - - - - - - - If active, the link's alignment is specified by the property. Otherwise, the caption is specified by the item's property. - - - - - - - - If active, the link's caption is specified by the property. Otherwise, the caption is specified by the item's property. - - - - - - - - If active, a key tip has been assigned to a link via the property. Otherwise, no key tip has been assigned to this property. - - - - - - - - If active, the width of an editor within the is specified by the property. Otherwise, the caption is specified by the item's property. - - - - - - - - If active, the link's image is specified by the property. Otherwise, the image is specified by the item's property. - - - - - - - - If active, a key tip has been assigned to a link via the property. Otherwise, no key tip has been assigned to the link. - - - - - - - - If active, disables all other options. - - - - - - - - If active, the link's painting style is specified by the property. Otherwise, the painting style is specified by the item's property. - - - - - - - - If active, the link's style is specified by the property. Otherwise, the caption is specified by the item's property. - - - - - - - - If active, the link's width is specified by the property. Otherwise, the width is specified by the item's property. - - - - - - - - - Contains values that specify how floating documents are hosted. - - - - - - - A Default value. Acts identically to the SingleDocument value. - - - - - - - - - Floating documents are hosted within a float document container capable of containing multiple documents. You can drag documents to dock them into a floating container. - - - - - - - - Floating documents are hosted within independent containers and cannot be docked to each other. - - - - - - - - - Displays a within a bar or a menu. - - - - - - - - Gets or sets whether the current menu can be opened. - - - - true if the current menu can be opened; otherwise, false. - - - - - - - - Displays commands to manipulate documents that are created by the . - - - - - - - Initializes a new instance of the BarDockingMenuItem class. - - - - - - - - This property is synchronized with the property. - - - The value of the property. - - - - - - - Gets or sets the index of the currently active document. - - - An integer value that is the index of the currently active document. - - - - - - - Provides access to the collection of links displayed by the BarDockingMenuItem. - - - The collection of links displayed by the BarDockingMenuItem. - - - - - - - Gets or sets the maximum number of documents displayed by the BarDockingMenuItem. - - - An integer value that is the maximum number of documents displayed by the BarDockingMenuItem. - - - - - - - Gets or sets whether the check sign is displayed for the link corresponding to the active document. - - - - true if the check sign is displayed for the link corresponding to the active document; otherwise, false. - - - - - - - Gets or sets whether links corresponding to documents are numerated. - - - true if links corresponding to documents are numerated; otherwise, false. - - - - - - - Gets or sets the collection containing captions of existing documents. - - - - The collection containing captions of existing documents. - - - - - - - - Contains look and feel settings for the controls/components that are managed by a . - - - - - - - Initializes a new instance of the BarAndDockingControllerLookAndFeel class with the specified owner. - - - - The owner of the created BarAndDockingControllerLookAndFeel object. - - - - - - - - Initializes a new instance of the BarAndDockingControllerLookAndFeel class with the specified settings. - - - - An Object that owns this BarAndDockingControllerLookAndFeel. - - - - A object associated with this BarAndDockingControllerLookAndFeel. - - - - - - - - Gets or sets the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel. - - - A enumerator value that specifies the color scheme of a Ribbon that utilizes this BarAndDockingControllerLookAndFeel. - - - - - - - Gets or sets the scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. - - - The scale factor used to calculate the size and distance between specific control elements when touch UI mode is enabled. - - - - - - - Gets or sets whether the touch UI mode is enabled for the controls managed by the current BarAndDockingController. - - - A value that specifies whether the touch UI mode is enabled for the controls managed by the current BarAndDockingController. - - - - - - - Returns the color scheme name. - - - - The color scheme whose name shall be returned. - - - - The color scheme name. - - - - - - - Gets the actual touch UI scale factor for controls managed by the current BarAndDockingController. - - - The actual touch UI scale factor for the current container. - - - - - - - Gets the actual availability of touch UI mode for controls managed by the current BarAndDockingController. - - - A Boolean value that specifies the actual availability of touch UI mode for corresponding controls. - - - - - - - - Provides members that specify how a 's length should be counted. - - - - - - - The property value is the number of pixels that a occupies. - - - - - - - - - The property value is the relative length multiplier. - - - - - - - - - Provides options that control how the bars' layout is stored to/restored from a stream, xml file or system registry. - - - - - - - Initializes a new instance of a BarManagerOptionsLayout class with the default settings. - - - - - - - - Gets or sets whether items that exist in the current layout, but not in the layout being loaded, should be retained. - - - true, if the items that exist in the current layout, but not in the layout being loaded, should be retained; false, if these items should be destroyed. - - - - - - - Gets or sets whether items that exist in the layout being loaded, but not in the current layout, should be added to the current layout. - - - true, if items that exist in the layout being loaded, but not in the current layout, should be discarded; false, if these items should be added to the current layout. - - - - - - - Gets or sets whether or not links contained within objects are serialized. - - - true, if links contained within objects are serialized; otherwise, false. - - - - - - - - Provides access to properties common to all s within this . - - - - - - - Gets or sets the style of Document headers for all s within this . - - - A HeaderStyle enumerator value that specifies the style of Document headers for all s within this . - - - - - - - Gets or sets the width of tabbed Document headers for all containers within this . - - - An Int32 value that is the width of tabbed Document headers for all containers within this . - - - - - - - Gets or sets the number of tile columns available for all containers within this . - - - - An Int32 value that is the number of tile columns. - - - - - - - - Gets or sets the content margin for all tile-styled Document headers within this . - - - A Padding structure that specifies the content margin for all tile-styled Document headers within this . - - - - - - - Gets or sets the image alignment for all Document headers within this . This property is in effect only for Document headers displayed as tiles. - - - - A TileHeaderContentAlignment that specifies the image alignment for all tile-styled Document headers within this . - - - - - - - Gets or sets the size of tiles that represent Document headers for all s within this . - - - An Int32 value that is the size of tiles that represent Document headers for all s within this . - - - - - - - Gets or sets the text alignment for all Document headers within this . This property is in effect only for Document headers, displayed as tiles. - - - A TileHeaderContentAlignment enumerator value that specifies the text alignment for all tile-styled Document headers within this . - - - - - - - - Provides members that specify settings common to all s within a . - - - - - - - Gets or sets whether any within this can be dragged at runtime. - - - true, if any s within this can be dragged at runtime; otherwise, false. - - - - - - - - Gets or sets the maximum number of s that s within the current can contain. - - - - An Int32 value that specifies the maximum number of s that s within the current can contain. - - - - - - - - - Exposes base button properties. - - - - - - - - Provides members that specify settings for individual s. - - - - - - - Gets the maximum number of s this can currently contain. - - - An Int32 value that specifies the maximum number of s this can currently contain. - - - - - - - Gets or sets whether an end-user can drag this at runtime. - - - A enumerator value that specifies whether an end-user can drag this at runtime. - - - - - - - Gets whether this can be dragged at runtime. - - - true, if this can be dragged at runtime; otherwise, false. - - - - - - - Gets or sets the maximum number of s that the current can contain. - - - - An Int32 value that is the maximum number of s that the current can contain. - - - - - - - - - Provides members that specify the behavior in Flow Layout Mode. - - - - - - - Initializes a new instance of the FlowLayoutProperties class with the specified settings. - - - - A FlowLayoutGroup that owns this FlowLayoutProperties object. - - - - - - - - Gets or sets the direction based on which this arranges its documents. - - - - A FlowDirection enumerator value that specifies the direction based on which this arranges its documents. - - - - - - - - Provides access to s used within this Flow Layout . - - - A FlowDocumentCollection that stores s used within this Flow Layout . - - - - - - - Gets or sets the widget drag mode for this . - - - A enumerator value that specifies the widget drag mode for this . - - - - - - - Resets all FlowLayoutProperties settings to their default values. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets this FlowLayoutProperties's textual representation. - - - - - - - - - - Gets or sets whether this should wrap its content when in Flow Layout Mode. - - - A enumerator value that specifies whether this should wrap its content when in Flow Layout Mode. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The source of the event (typically, the object whose content is being painted). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the and event. - - - - - - - Creates a new instance of the class. - - - - A System.Drawing.Graphics class representing the painting surface. This value is assigned to the property. - - - - A System.Drawing.Rectangle structure representing the bounding rectangle of the painted object. This value is assigned to the property. - - - - - - - - Gets the bounding rectangle of the painted element. - - - A System.Drawing.Rectangle structure representing the bounding rectangle of the element being painted. - - - - - - - Gets the drawing surface of the element being painted. - - - A System.Drawing.Graphics object used to paint. - - - - - - - Gets or sets a value specifying whether default painting must be performed. - - - true if the default painting of the element must not be performed; otherwise false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source (typically the object). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new instance of the class. - - - - A descendant representing the previously highlighted link. This value is assigned to the property. - - - - A descendant representing the currently highlighted link. This value is assigned to the property. - - - - - - - - Gets the currently highlighted link. - - - A object that represents the currently highlighted link. null (Nothing in Visual Basic) if no item is currently highlighted. - - - - - - - Gets the previously highlighted link. - - - A object representing the previously highlighted link. null (Nothing in Visual Basic) if no link was previously highlighted. - - - - - - - - Represents a method that will handle events that require a link as the parameter. - - - - - - - Represents a method that will handle events that require a link as the parameter. - - - - The event source (typically the object). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for events that require a link as the parameter. - - - - - - - Creates an instance of the class. - - - - A object representing the link associated with the event. This value is assigned to the property. - - - - - - - - Gets the link associated with the event. - - - A object representing the link, operations against which caused the event to fire. - - - - - - - - Contains item shortcut settings. - - - - - - - Creates an instance of the class with default settings. - - - - - - - - Creates an instance of the class with a predefined first key combination. - - - - A System.Windows.Forms.Shortcut enumeration value specifying the first key combination. This value is used to initialize the property. - - - - - - - - Creates an instance of the class with a predefined first key combination. - - - - A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specify the first key combination. This value is assigned to the property. - - - - - - - - Creates an instance of the class using settings of the specified shortcut object. - - - - A object whose settings are copied to the created shortcut object. - - - - - - - - Creates an instance of the class with two predefined key combinations. - - - - A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specifies the first key combination. This value is assigned to the property. - - - - A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values that specifies the second key combination. This value is assigned to the property. - - - - - - - - Gets or sets a custom display string for the shortcut. - - - A string that specifies the shortcut's custom display string. - - - - - - - Represents a null shortcut. (The and properties of the returned object are set to Keys.None). - - - - - - - - - Returns a value indicating whether this instance is equal to the specified object. - - - - An object to compare with this instance. - - - true if the specified object is equal to this shortcut; otherwise false. - - - - - - - Returns a hash code for this instance. - - - An integer value representing a hash code for this instance. - - - - - - - Gets a value indicating whether this instance specifies a valid shortcut. - - - true if this instance specifies a valid shortcut; otherwise false. - - - - - - - Gets the first key combination of a sequence. - - - A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values specifying the first key combination in a sequence. - - - - - - - Gets the second key combination in the sequence. - - - A System.Windows.Forms.Keys enumeration value or a bitwise combination of these values specifying the second key combination in the shortcut. - - - - - - - Returns the string representation of this shortcut. - - - A string value that is the textual representation of the specified shortcut. - - - - - - - - Represents a link to a large button item. - - - - - - - Gets the large button item representing this link. - - - A object representing the item corresponding to this link. - - - - - - - - Represents a bar item whose links can display different images when located on toolbars and menus. - - - - - - - Creates an instance of the class with predefined settings. - - - - A object that specifies the Bar Manager owning the created item. This value is assigned to the property. - - - - A string value representing the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the index of the image displayed within links associated with the created item. This value is assigned to the property. - - - - A object that specifies the key combination used to access links associated with the created item. This value is assigned to the property. - - - - - - - - Creates an instance of the class with predefined settings. - - - - A object representing the Bar Manager that will own the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the index of the image assigned to the created item. This value is assigned to the property. - - - - - - - - Creates an instance of the class with a predefined caption. - - - - A object that specifies the Bar Manager that will own the created item. - - - - A string value specifying the caption of the created item. - - - - - - - - Creates an instance of the class with default settings. - - - - - - - - Gets or sets the position of the caption text relative to the image. - - - One of the enumeration values specifying caption text position. - - - - - - - Gets or sets the large image displayed within associated links when they are hot-tracked. - - - An object representing the large image that will be displayed within the hot-tracked item's link(s). - - - - - - - Gets or sets the index of the large image displayed within associated links when they are hot-tracked. - - - An integer value specifying the zero-based index of the large image displayed within hot-tracked links. - - - - - - - Gets or sets the minimum width and height of the links that refer to the current item. - - - A structure that identifies the minimum width and height of the corresponding links. - - - - - - - Gets or sets a value specifying whether captions are displayed within links residing on toolbars. - - - true if captions are displayed in links residing on toolbars; otherwise false. - - - - - - - - Contains values corresponding to strings that can be localized. - - - - - - - The text displayed within the search box when it is empty. - -Return value: "Type keywords here". - - - - - - - - - The Add or Remove Buttons button's caption. - -Return value: "Add or Remove Buttons". - - - - - - - - - Represents the name of the "All Items" category. - - -Return value: (All Items) - - - - - - - - - Represents the name of the "Unassigned Items" category. - - -Return value: (Unassigned Items) - - - - - - - - - The caption of a Cancel button. - - -Return value: Cancel - - - - - - - - - The default value for the tooltip text, which is shown for the Close button of a Ribbon Form. - -Return value: Close - - - - - - - - - -Return value: Minimize the Ribbon (Ctrl+F1) - - - - - - - - - -Return value: Only show tab names on the Ribbon - - - - - - - - - Return value: Auto - - - - - - - - The Customize... menu item's caption. - -Return value: "Customize ... " - - - - - - - - Return value: &Customize Quick Access Toolbar... - - - - - - - - Return value: Customize the &Ribbon... - - - - - - - - Specifies the Super Tooltip for the Ribbon Quick Access Toolbar's customization button. - - -Return value: Customize Quick Access Toolbar - - - - - - - - - Specifies the Tooltip for a Toolbar's customization button. - - -Return value: Customize Toolbar - - - - - - - - - The caption of the Customization Window. - -Return value: "Customization". - - - - - - - - - -Return value: Expand the Ribbon (Ctrl+F1) - - - - - - - - - -Return value: Show the Ribbon so that it is always expanded even after you click a command - - - - - - - - - The default value for the tooltip text, which is shown for the Full-Screen Mode button (see ) of a Ribbon form. - -Return value: Auto-hide Ribbon - - - - - - - - - The default value for the tooltip text, which is shown for the Help button of a Ribbon Form. - -Return value: Help - - - - - - - - - The default value for the tooltip text, which is shown for the Maximize button of a Ribbon form. - -Return value: Maximize - - - - - - - - - - Represents the Fade menu animation option in the Customization Window. - -Return value: Fade - - - - - - - - Represents the None menu animation option in the Customization Window. - -Return value: None - - - - - - - - Represents the Random menu animation option in the Customization Window. - -Return value: Random - - - - - - - - Represents the Slide menu animation option in the Customization Window. - -Return value: Slide - - - - - - - - Represents the System menu animation option in the Customization Window. - -Return value: (System default) - - - - - - - - Represents the Unfold menu animation option in the Customization Window. - -Return value: Unfold - - - - - - - - The default value for the tooltip text, which is shown for the Minimize button of a Ribbon form. - -Return value: Minimize - - - - - - - - - Return value: &More Commands... - - - - - - - - The default value for the property of the main menu that is created automatically when a component is added onto the form at design time. - -Return value: Main menu - - - - - - - - - The default value for the property of the status bar that is created automatically when a component is added onto the form at design time. - -Return value: Status bar - - - - - - - - - The caption of the dialog asking for the name of the new toolbar. - -Return value: "New Toolbar" - - - - - - - - The name of the new toolbar. - -Return value: "Custom {0}" - - - - - - - - - - The default value for the property of the bar that is created automatically when a component is added onto the form at design time. - -Return value: Tools - - - - - - - - - For internal use. - - -Return value: "" - - - - - - - - - The caption of the popup menu editor invoked when customizing a . - -Return value: Popup Menu Editor - - - - - - - - The caption of the dialog invoked when renaming the bar via the Customization Window. - -Return value: "Rename Toolbar" - - - - - - - - The text of the confirmation message box that appears when attempting to reset a toolbar. The {0} string in this text denotes the place of the toolbar name. - -Return value: "Are you sure you want to reset the changes made to the '{0}' toolbar?" - - - - - - - - The caption of the confirmation message box that appears when attempting to reset a toolbar. - -Return value: "Customize" - - - - - - - - The Reset Toolbar menu item's caption. - -Return value: "Reset Toolbar" - - - - - - - - The default value for the tooltip text, which is shown for the Restore button of a Ribbon form. - -Return value: Restore Down - - - - - - - - - The value that is used to initialize the Text property of the category returned by the property. - -Return value: (All Pages) - - - - - - - - - Return value: No name - - - - - - - - Return value: Add - - - - - - - - Return value: Move Down - - - - - - - - Return value: Export all customizations - - - - - - - - Return value: Import customization file - - - - - - - - Return value: New Category - - - - - - - - Return value: New Category - - - - - - - - Return value: New Group - - - - - - - - Return value: New Group - - - - - - - - Return value: New Tab - - - - - - - - Return value: New Tab - - - - - - - - Return value: All Commands - - - - - - - - Return value: All Tabs - - - - - - - - Return value: Remove - - - - - - - - Return value: Rename - - - - - - - - Return value: Reset only selected Ribbon tab - - - - - - - - Return value: Reset all customizations - - - - - - - - Return value: Custom - - - - - - - - Return value: Move Up - - - - - - - - A caption for the Show Tabs and Commands mode in the display options drop-down switcher. - - - - - - - - - - - A description for the Show Tabs and Commands mode in the display options drop-down switcher. - - - - - - - - - - - A caption for the Auto-hide Ribbon mode in the display options drop-down switcher. - - - - - - - - - - - A description for the Auto-hide Ribbon mode in the display options drop-down switcher. - - - - - - - - - - - A caption of the menu item, displayed within a Group Filter menu, which when selected removes any filter and makes all groups visible. - - -Return value: All groups - - - - - - - - - - - Represents the text within an In-Dropdown Gallery's Group Filter panel when there is no group to be displayed. - - -Return value: None - - - - - - - - - - A caption for the Show Tabs mode in the display options drop-down switcher. - - - - - - - - - - - A description for the Show Tabs mode in the display options drop-down switcher. - - - - - - - - - - - A caption of the menu item available for a Quick Access Toolbar, which allows the toolbar to be positioned above the RibbonControl. - -Return value: &Show Quick Access Toolbar Above the Ribbon - - - - - - - - - A caption of the menu item, available for a bar item within a RibbonControl, which when clicked adds this bar item to a Quick Access Toolbar. - -Return value: &Add to Quick Access Toolbar - - - - - - - - - A caption of the menu item, available for a Quick Access Toolbar, which allows the toolbar to be positioned below the RibbonControl. - -Return value: &Show Quick Access Toolbar Below the Ribbon - - - - - - - - - A caption of the menu item, available for a Quick Access Toolbar, which allows the Ribbon Control to be minimized. - -Return value: Mi&nimize the Ribbon - - - - - - - - - - A caption of the menu item, available for a bar item within a RibbonControl, which when clicked removes this bar item from a Quick Access Toolbar. - -Return value: &Remove from Quick Access Toolbar - - - - - - - - - Return value: Touch/Mouse Mode - - - - - - - - Return value: Optimize space between commands - - - - - - - - Return value: Standard ribbon and commands. Optimized for use with a mouse. - - - - - - - - - Return value: Mouse - - - - - - - - Return value: More space between commands. Optimized for use with touch. - - - - - - - - Return value: Touch - - - - - - - - The value that is used to initialize the default page category's Text property. This text is displayed in the RibbonControl's designer. - -Return value: (Unassigned Pages) - - - - - - - - - Specifies the label for a control displayed within the Customization Window. - -Return value: Show ScreenTips on toolbars - - - - - - - - - Specifies the label for a control displayed within the Customization Window. - -Return value: Show shortcut keys in ScreenTips - - - - - - - - - Specifies the captions of DevExpress skins. - -Return value: "|DevExpress Style|Caramel|Money Twins|DevExpress Dark Style|iMaginary|Lilian|Black|Blue|Office 2010 Blue|Office 2010 Black|Office 2010 Silver|Office 2007 Blue|Office 2007 Black|Office 2007 Silver|Office 2007 Green|Office 2007 Pink|Seven|Seven Classic|Darkroom|McSkin|Sharp|Sharp Plus|Foggy|Dark Side|Xmas (Blue)|Springtime|Summer|Pumpkin|Valentine|Stardust|Coffee|Glass Oceans|High Contrast|Liquid Sky|London Liquid Sky|The Asphalt World|Blueprint|Whiteprint|VS2010|Metropolis|Metropolis Dark|Office 2013|" - - - - - - - - - Identifies the name of a group combining bonus skins. - -Return value: Bonus Skins - - - - - - - - - Identifies the name of a group combining custom skins. - -Return value: Custom Skins - - - - - - - - - Identifies the name of a group combining default skins. - - -Return value: Standard Skins - - - - - - - - - Identifies the name of a group combining Office skins. - - -Return value: Office Skins - - - - - - - - - Identifies the name of a group combining thematic skins. - -Return value: Theme Skins - - - - - - - - - Item captions of the context menu that can be invoked by right-clicking a bar item when performing runtime customization. Item captions are delimited by the "$" character. Each new group of items is denoted by the "!" character. - - -Return value: &Reset$&Delete$!&Name$!Defau&lt style$&Text Only (Always)$Text &Only (in Menus)$Image &and Text$!Begin a &Group$&Visible$&Most recently used - - - - - - - - - Return value: Toolbar Name: - - - - - - - - A caption of the context menu item that allows an end-user to specify whether a link is visible. - -Return value: Visible - - - - - - - - - - - Contains values specifying the position of caption text relative to the image. - - - - - - - Positions the item's caption text under the image. - - - - - - - - Positions the item's caption text to the left of the image. - - - - - - - - Positions the item's caption text to the right of the image. - - - - - - - - Positions the item's caption text above the image. - - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event of the component. - - - - - - - Initializes a new instance of the QueryShowPopupMenuEventArgs class. - - - - The menu that is about to be displayed. This parameter is assigned to the property. - - - - The control whose popup menu is about to be displayed. This parameter is assigned to the property. - - - - The menu's position. This parameter is assigned to the property. - - - - - - - - Gets or sets whether or not the parent event should affect only the itself. - - - true, if the parent event should affect only the itself; otherwise, false. - - - - - - - Gets a control whose popup menu is queried. - - - A control whose popup menu is queried. - - - - - - - Gets the popup menu that is about to be displayed. - - - The popup menu to be displayed. - - - - - - - Gets or sets the position of the queried menu popup. - - - The position of the queried menu popup. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event of the component. - - - - - - - Initializes a new class instance. - - - - The created . - - - - - - - - Gets the which has just been created. - - - The which has just been created. - - - - - - - - Represents the collection of objects. - - - - - - - Initializes a new instance of the class. - - - - - - - - - Represents a dock window. - - - - - - - Initializes a new instance of the class. - - - - - - - - Begins initialization of the component. - - - - - - - - Ends component initialization. - - - - - - - - - The method that handles the event. - - - - - - - The method that handles the event. - - - - The event source. Identifies the descendant that raised the event. - - - - A object that contains the event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new DocumentCancelEventArgs class instance with the specified document. - - - - The to be closed. The value is assigned to the property. - - - - - - - - Initializes a new DocumentCancelEventArgs instance with the specified document and the cancel parameter. - - - - The . The value is assigned to the property. - - - - true if the selected document will not be closed; otherwise, false. - - - - - - - - The Document related to the current event. - - - A related to the current event. - - - - - - - - The method that handles the event. - - - - - - - The method that handles the event. - - - - The event source. Identifies the object that raised the event. - - - - A object that contains the event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new CustomHeaderButtonEventArgs class instance. - - - - The object that is the currently processed button. The value is assigned to the property. - - - - The object. The value is assigned to the property. - - - - - - - - Gets the clicked button. - - - The currently processed . - - - - - - - Gets the selected document. - - - The selected . - - - - - - - - Lists values that specify if and when tabs will be closed on a mouse middle button click. - - - - - - - The default behavior. Typically, this option is the same as the option. - - - - - - - - Specifies that tabs will never be closed by a mouse middle click. - - - - - - - - Specifies that tabs will be closed on pressing the mouse middle button over a tab (before the mouse middle button is released). - - - - - - - - Specifies that tabs will be closed on releasing the mouse middle button over a tab. - - - - - - - - - Provides base Tiles' functionality. - - - - - - - Provides access to appearance settings used to paint the current in different visual states. - - - A TileItemAppearances object that stores appearance settings used to paint the current in different visual states. - - - - - - - Gets or sets a background image for the current . - - - An Image object that is the background image for the current . - - - - - - - Gets or sets whether the current is checked. - - - true if the current is checked; otherwise, false. - - - - - - - Occurs when the current 's check state has been changed. - - - - - - - - Occurs when an end-user clicks the current . - - - - - - - - Gets the currently displayed within the . - - - A TileItemFrame object that is currently displayed within the . - - - - - - - - Provides access to the s collection used to build the current 's content. - - - A TileItemElementCollection that contains s used to build the current 's content. - - - - - - - Gets or sets whether the current Tile is enabled. - - - true, if the Tile is enabled; otherwise, false. - - - - - - - Gets or sets whether this tile should be removed from the list of places where the Search Panel looks for the entered text. - - - true, if this tile should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false. - - - - - - - Provides access to the s collection used to build the current 's animation. - - - A TileItemFrameCollection that contains s used to build the current 's animation. - - - - - - - Gets or sets a group where the current belongs. - - - - A String value specifying a group where the current belongs. - - - - - - - - Gets whether the current is active. - - - true if the current is active; otherwise, false. - - - - - - - Returns a to which the current belongs. - - - - A to which the current belongs. - - - - - - - - Gets or sets the current 's name. - - - A String value that is the current 's name. - - - - - - - Gets or sets the amount of space between the content of the current and its border. - - - A Padding structure that specifies the amount of space between the content of the current and its border. - - - - - - - Occurs immediately after the BaseTile was pressed. - - - - - - - - Provides access to the current 's settings. - - - An IBaseTileDefaultProperties object that contains settings for the current BaseTile. - - - - - - - Gets or sets the collection of string tags for this BaseTile. The Search Panel will check these tags for the desired text. - - - - A String collection that stores search tags for this BaseTile. - - - - - - - Forces the current to display a specific . - - - - A to be displayed. - - - - A Boolean value indicating whether the frame should be displayed using the frame animation. - - - - - - - - Gets or sets the current 's tag. - - - An Object that is the current 's tag. - - - - - - - Gets or sets whether the current Tile is visible. - - - true, if the Tile is visible; otherwise, false. - - - - - - - - A group of s within a . - - - - - - - Initializes a new instance of the DocumentGroup class with the specified settings. - - - - A object that contains settings used to initialize the newly created document. - - - - - - - - Initializes a new instance of the DocumentGroup class. - - - - - - - - Initializes a new instance of the DocumentGroup class with the specified container. - - - - An object that implements a . - - - - - - - - - Returns whether any within the current DocumentGroup contains the specified Control. - - - - A System.Windows.Forms.Control object to test. - - - true if any within the current DocumentGroup contains the specified Control; otherwise, false. - - - - - - - Docks this DocumentGroup to the target DocumentGroup using the required orientation and order. - - - - A DocumentGroup to which this DocumentGroup has to be docked. - - - - An Orientation enumerator value that specifies whether the affected groups should be arranged vertically or horizontally. - - - - true, if this DocumentGroup should be placed after (below for the vertical orientation) the target group; otherwise, false. - - - - - - - - Docks this DocumentGroup after or below the target DocumentGroup. - - - - A DocumentGroup to which this DocumentGroup has to be docked. - - - - An Orientation enumerator value that specifies whether this DocumentGroup should be docked after the target DocumentGroup or below it. - - - - - - - - Docks this DocumentGroup next to the target DocumentGroup using the desired position and orientation. - - - - - A DocumentGroup next to which this DocumentGroup should be docked. - - - - An Orientation enumerator value that specifies whether this DocumentGroup should be docked to the target DocumentGroup vertically or horizontally. - - - - An Int32 value that specifies the group order. - - - - - - - - Gets or sets the width/height of the current group. This property is in effect when there are multiple groups in the collection. - - - The width/height of the current group. - - - - - - - Gets whether the group contains the maximum possible number of documents. - - - true if the group contains the maximum possible number of documents; otherwise, false. - - - - - - - Provides access to documents displayed within the current group. This property is hidden from VS intellisense for safety reasons. Use this property only to access items in the collection. Do not add or remove items via the Items property. - - - A collection of objects. - - - - - - - Gets a that owns the current group. - - - A object that owns the current group. - - - - - - - Provides access to the current document group's properties. - - - An object that contains the current document group's properties. - - - - - - - Gets the currently selected document. - - - A object that is the currently selected document. - - - - - - - Gets the index of the currently selected document within the collection. - - - An integer value that specifies the index of the currently selected document within the collection. - - - - - - - Occurs when document selection within the current DocumentGroup changes. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A to be selected. - - - - - - - - Occurs when an end-user clicks a tab page header within the current DocumentGroup to activate a corresponding . - - - - - - - - Gets or sets an object that contains data on the current DocumentGroup object. - - - An object that contains data on the current object. - - - - - - - Fires whenever the current DocumentGroup's visibility changes. - - - - - - - - Gets or sets whether the current DocumentGroup is visible. - - - A Boolean value indicating whether the current DocumentGroup is visible. - - - - - - - - Contains properties for an individual document group. - - - - - - - Returns whether or not all documents that belong to this are currently allowed to format their captions by using HTML tags. - - - true, if documents can format their captions by using HTML tags; otherwise, false. - - - - - - - Gets the value that determines the actual way the Close buttons are displayed in the current document group. - - - A value that determines the actual way the Close buttons are displayed in the current document group. - - - - - - - Gets the actual value that determines if tabs in the current document group will be closed on a mouse middle click. - - - The actual value that determines if tabs in the current document group will be closed on a mouse middle click. - - - - - - - Gets the actual value that determines if the current document group will be destroyed after removing all of its children. - - - true if the current document group will be destroyed; otherwise, false. - - - - - - - Gets or sets whether tabs are actually stretched to fill the entire width of the group. - - - True, if tabs are stretched to fill the entire width of the group; otherwise, False. - - - - - - - Gets the current conditions that specify when tab buttons within a 's tab header panel are displayed. - - - - A TabButtonShowMode enumerator value that indicates the current conditions that specify when tab buttons within a 's tab header panel are displayed. - - - - - - - - Gets the value that specifies the actual header position of the current document group. - - - A value that specifies the actual header position of the current document group. - - - - - - - - - Gets the value that specifies the actual header orientation for the current document group. - - - A value that specifies the actual header orientation for the current document group. - - - - - - - - Gets or sets the actual maximum number of documents in the current document group. - - - An integer value that is the actual maximum number of documents in the current document group. - - - - - - - Gets whether tabs are actually displayed in multiple or single lines. - - - - true, if tabs are actually displayed in multiple lines; otherwise, false. - - - - - - - Gets or sets the actual alignment of images displayed in document tabs that belong to the current group. - - - - The value that is the actual alignment of images displayed in document tabs that belong to the current group. - - - - - - - - Gets which tab headers within the current should display their Pin Buttons. - - - A PinPageButtonShowMode enumerator value that indicates which tab headers within the current should display their Pin Buttons. - - - - - - - Gets or sets whether or not all documents that belong to this can format their captions by using HTML tags. - - - A enumeration value that specifies whether or not documents can utilize HTML tags to format their captions. - - - - - - - Gets or sets the value that determines the way the Close buttons are displayed in the current document group. - - - A value that determines the way the Close buttons are displayed in the current document group. - - - - - - - - Gets or sets the value that determines if tabs in the current document group will be closed on a mouse middle click. - - - A value that determines if tabs in the current document group will be closed on a mouse middle click. - - - - - - - Provides access to a custom header button collection displayed in the current document group. - - - A displayed in the current document group. - - - - - - - Gets or sets the value that determines if the current document group will be destroyed after removing all of its children. - - - A DefaultBoolean value that determines if the current document group will be destroyed after removing all of its children. - - - - - - - - Gets a list of objects displayed in the current document group. - - - - A list of objects displayed in the current document group. - - - - - - - Gets tab buttons, currently displayed within individual s' tab header panels. - - - A TabButtons enumerator value that indicates which tab buttons are currently displayed within individual s' tab header panels. - - - - - - - - Gets if a document selector button is enabled for the current . - - - true if a document selector button is enabled for the current ; otherwise, false. - - - - - - - Gets the value that determines if a tab header is actually shown in the current document group. - - - true if a tab header is actually shown in the current document group; otherwise, false. - - - - - - - Gets or sets whether tabs are stretched to fill the entire width of the group. - - - True if tabs are stretched to fill the entire width of the group; False if not; Default uses the setting. - - - - - - - Gets or sets which tab buttons can be displayed within the current 's tab header panel. - - - A TabButton enumerator value that specifies which tab buttons can be displayed within the current 's tab header panel. - - - - - - - Gets or sets when tab buttons are displayed within the current 's tab header panel. - - - A TabButtonShowMode enumerator value that specifies when tab buttons are displayed within the current 's tab header panel. The Default value acts in the same way as the WhenNeeded value. - - - - - - - Gets or sets the value that specifies the current document group's header position. - - - A nullable value that specifies the current document group's header position. - - - - - - - Gets or sets the value that specifies the header orientation for the current document group. - - - A value that specifies the header orientation for the current document group. - - - - - - - Gets or sets the maximum number of documents in the current document group. - - - The nullable value that is the maximum number of documents in the current document group. - - - - - - - Gets or sets whether tabs are displayed in multiple or single lines. - - - - True if tabs are displayed in multiple lines; False if not; Default uses the setting. - - - - - - - Gets or sets the alignment of images displayed in document tabs that belong to the current group. - - - - The value that is the alignment of images displayed in document tabs that belong to the current group. - - - - - - - - - - - Gets or sets which tab headers within the current should display their Pin Buttons. - - - A PinPageButtonShowMode enumerator value that specifies which tab headers within the current should display their Pin Buttons. - - - - - - - Gets or sets if a document selector button should be displayed within the individual . - - - A enumeration value that specifies if a document selector button should be displayed within the individual document group. The DefaultBoolean.Default value acts as DefaultBoolean.True. - - - - - - - Gets or sets the value that determines if a tab header is shown in the current document group. - - - - A DefaultBoolean value that determines if a tab header is shown in the current document group. - - - - - - - - - Gets or sets the width of tabs within the current . - - - An value specifying the width of tabs within the current . - - - - - - - - An object that implements operations on a 's documents. - - - - - - - Arranges all icons at the bottom of a . - - - true if the operation was successful; otherwise, false. - - - - - - - Cascades documents. - - - true if the operation was successful; otherwise, false. - - - - - - - Minimizes all documents to icons. - - - true if the operation was successful; otherwise, false. - - - - - - - Restores minimized documents. - - - true if the operation was successful; otherwise, false. - - - - - - - Tiles documents horizontally. - - - true if the operation was successful; otherwise, false. - - - - - - - Tiles documents vertically. - - - true if the operation was successful; otherwise, false. - - - - - - - - Contains properties for documents within a . - - - - - - - Gets the current tab header's width for the current . - - - An Int32 value specifying the current tab header's width for the current s. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether image animation is allowed for the current Document's tab. - - - - A value that specifies whether image animation is allowed for the current Document's tab. Default value means a document will act according to its parent view's property value. - - - - - - - - Gets or sets whether the current floating document can be docked as a tab. - - - A Boolean value that specifies whether the current floating document can be docked as a tab - - - - - - - Gets or sets whether the current document can be made floating with a double click on the document header. - - - - The DefaultBoolean value that specifies whether the current document can be made floating with a double click on the document header. - - - - - - - - Gets or sets whether the current can be pinned. - - - A DefaultBoolean enumerator value specifying whether the current can be pinned. The DefaultBoolean.Default value acts identically to the DefaultBoolean.False value. - - - - - - - Gets or sets whether or not this current document can be reordered within its parent when docked to this group as a tab. - - - A DefaultBoolean enumerator value that specifies whether or not this current document can be reordered within its parent when docked to this group as a tab. - - - - - - - Gets if a 's tab icon can be animated. - - - true if a 's tab icon can be animated; otherwise, false. - - - - - - - Gets whether the current floating document can be docked as a tab. - - - A Boolean value that specifies whether the current floating document can be docked as a tab. - - - - - - - Gets whether the current document can be made floating with a double click on the document header. - - - - A Boolean value that specifies whether the document can be made floating with a double click on the document header. - - - - - - - - Gets whether the current can be pinned. - - - true if the current can be pinned; otherwise, false. - - - - - - - Gets or sets whether or not this document can be reordered within its parent . - - - true, if this document can be reordered within its parent ; otherwise, false. - - - - - - - Gets whether the current can be displayed within a Document Selector. - - - true, if the current can be displayed within a Document Selector; otherwise, false. - - - - - - - Gets whether the current can display its Pin Button. - - - true if the current can display its Pin Button; otherwise, false. - - - - - - - Gets or sets the tab header's width for individual s. - - - An Int32 value specifying the tab header's width for individual s. - - - - - - - Gets or sets whether the current should be displayed within a Document Selector. - - - true, if the current should be displayed within a Document Selector; otherwise, false. - - - - - - - Gets or sets whether the Pin Button should be displayed in the current 's tab header. - - - - A DefaultBoolean enumerator value that specifies whether the Pin Button should be displayed in the current 's tab header. - - - - - - - - Gets or sets the width of the current 's tab. - - - A value specifying the width of the current 's tab. - - - - - - - Gets or sets the format of a text, displayed within this document's thumbnail in a Windows task bar. - - - - A String value that is the format of a text, displayed within this document's thumbnail in a Windows task bar. - - - - - - - - - Contains a single document's properties accessible via the object. - - - - - - - Gets the thumbnail caption format currently used by this document. - - - A String value that is the thumbnail caption format currently used by this document. - - - - - - - Gets or sets whether the current document can be activated. - - - A value that specifies whether the document can be activated. - - - - - - - Gets or sets whether the current document can be closed. - - - A value that specifies whether the document can be closed. - - - - - - - Gets or sets whether the current document can be docked. - - - A value that specifies whether the document can be docked - - - - - - - Gets or sets whether the current document can be made floating. - - - A value that specifies whether the document can be made floating. - - - - - - - Gets or sets whether the current document's icon should be painted with this document's foreground color. - - - A DefaultBoolean enumerator value that specifies whether the current document's icon should be painted with this document's foreground color. - - - - - - - Gets whether the current document can be activated. - - - A Boolean value that specifies whether the document can be activated. - - - - - - - Gets whether the current document can be closed. - - - A Boolean value that specifies whether the document can be closed. - - - - - - - Gets whether the current document can be docked. - - - A Boolean value that specifies whether the document can be docked. - - - - - - - Gets whether the current document can be made floating. - - - A Boolean value that specifies whether the document can be made floating. - - - - - - - Gets whether a corresponding form's icon is used as the current document's image. - - - A Boolean value that specifies whether a corresponding form's icon is used as a document's image. - - - - - - - Gets whether this Document currently supports the Glyph Skinning feature. - - - true, if this Document currently supports the Glyph Skinning feature; otherwise, false. - - - - - - - Gets or sets whether a corresponding form's icon is used as the current document's image. - - - - A value that specifies whether a corresponding form's icon is used as a document's image. - - - - - - - - - Contains properties common to all documents within a . - - - - - - - Gets or sets whether the current View's documents can be activated. - - - true if the current View's document can be activated; otherwise, false. - - - - - - - Gets or sets whether the current View's documents can be closed. - - - true if the current View's document can be closed; otherwise, false. - - - - - - - Gets or sets whether the current View's documents can be docked. - - - true if the current View's documents can be docked; otherwise, false. - - - - - - - Gets or sets whether the current View's documents can be made floating. - - - true if the current View's documents can be made floating; otherwise, false. - - - - - - - Gets or sets whether all Documents within the current View should have their icons painted in the Documents' foreground colors. - - - - true, if all Documents within the current View should have their icons painted in the Documents' foreground colors; otherwise, false. - - - - - - - - Gets or sets whether underlying forms' icons are applied to the current View's documents. - - - true if underlying forms' icons are applied to the current View's documents; otherwise, false. - - - - - - - - A document within a . - - - - - - - Initializes a new instance of the Document class. - - - - - - - - Initializes a new instance of the Document class with the specified container. - - - - An object that implements . - - - - - - - - Initializes a new instance of the Document class with the specified properties. - - - - A object that contains settings used to initialize the newly created document. - - - - - - - - Provides access to appearance settings for the current Document. - - - A TabbedViewPageAppearance object that contains appearance settings for the current Document. - - - - - - - Provides access to properties that allow you to set and customize raster and vector images. - - - A DocumentImageOptions object that stores image-related options. - - - - - - - Gets if a 's tab icon is currently animated. - - - true if a 's tab icon is currently animated; otherwise, false. - - - - - - - Gets whether the current document is selected in the group where it is displayed. - - - true if the current document is selected within its group; otherwise, false. - - - - - - - Occurs when the current Document's selected state has changed. - - - - - - - - Gets the group where the current document is displayed. - - - A DocumentGroup object that owns the current document. - - - - - - - Occurs when the current Document changes its parent . - - - - - - - - Gets or sets whether the is currently pinned. - - - true if ; otherwise, false. - - - - - - - Provides access to the current document's properties. - - - An object that implements the and interfaces - - - - - - - Starts a 's icon animation. - - - - - - - - Stops icon animation for the current Document. - - - - - - - - Gets or sets a for the current control. - - - A object associated with the control. - - - - - - - Gets or sets a regular tooltip's content. - - - A string which specifies the text content of a regular tooltip. - - - - - - - Gets or sets the type of the tooltip icon. - - - A enumeration value. The default is ToolTipIconType.None. - - - - - - - Gets or sets a regular tooltip's title. - - - A System.String value which specifies a regular tooltip's title. - - - - - - - - A document within a . - - - - - - - Initializes a new instance of the Document class. - - - - - - - - Initializes a new instance of the Document class with the specified container. - - - - An object that implements . - - - - - - - - Initializes a new instance of the Document class with the specified properties. - - - - A object that contains settings used to initialize the newly created document. - - - - - - - - Gets or sets whether this individual document should blend its caption fore color. - - - true, if this individual document should blend its caption fore color; otherwise, false. - - - - - - - Specifies the appearance settings, applied to this document's caption when the document is active. - - - An object that stores appearance settings applied to this document's caption when the document is active. - - - - - - - Provides access to the appearance settings applied to this Document's caption while this document remains inactive. - - - An object that stores appearance settings applied to this Document's caption while this document remains inactive. - - - - - - - Gets the bounding rectangle of the area occupied by the current Document. - - - A Rectangle structure that is the bounding rectangle of the area occupied by the current Document. - - - - - - - Gets whether the current Document is maximized. - - - true, if the current Document is maximized; otherwise, false. - - - - - - - Provides access to the current document's properties. - - - An IDocumentDefaultProperties object that contains the current document's properties. - - - - - - - - Specifies how a bar can be docked. - - - - - - - Allows a control to be docked to all sides of the owner control. Additionally, the control can be in a floating state. - - - - - - - - Allows a control to be docked to the bottom of the owner control. - - - - - - - - Allows a control to float. - - - - - - - - Allows a control to be docked to the left side of the owner control. - - - - - - - - Allows a control to be docked to the right side of the owner control. - - - - - - - - Allows a control to be docked to a control. - - - - - - - - Allows a control to be docked to the top of the owner control. - - - - - - - - - Represents the method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - The dialog representing the Customization Form. - - - - - - - - Gets or sets the dialog used as a Customization Form for a specific . - - - A object representing the Customization Form for a specific . - - - - - - - - Contains values specifying the visibility of links. - - - - - - - Indicates that associated links are visible regardless of whether the runtime customization is performed. - - - - - - - - Indicates that associated links are hidden regardless of whether the runtime customization is performed. - - - - - - - - Indicates that associated links are only visible when the runtime customization is performed. - - - - - - - - Indicates that associated links are only visible when the runtime customization is not performed. - - - - - - - - - Represents the method that will handle the event. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - The bar item containing the editor. - - - - The bar item's link. - - - - A value indicating whether an editor within the item is readonly. - - - - - - - - Gets or sets a value indicating whether the editor within an item is read only. - - - true, if the editor within an item is readonly; otherwise, false. - - - - - - - - The control container that can be displayed as a dropdown. - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new instance of the PopupControlContainer class with the specified container. - - - - An object which implements the interface. - - - - - - - - Specifies the object which activates a popup control. - - - An object that activates a popup control. - - - - - - - Gets or sets a value determining whether the is closed when it loses focus. - - - true, if the is closed when it loses focus, otherwise, false. - - - - - - - Gets or sets whether the current dropdown control must be closed on clicking outside its bounds, and at the same time, within another popup window that belongs to the current dropdown control. - - - true if the dropdown control is closed on clicking outside its bounds; otherwise, false. - - - - - - - Occurs when the current hides a popup control. - - - - - - - - Gets or sets the container's minimum size. - - - A Size structure that specifies the container's minimum size. - - - - - - - Hides a popup control. - - - - - - - - Specifies the responsible for managing the current . - - - A responsible for managing the current . - - - - - - - Occurs when the displays a popup control. - - - - - - - - Gets or sets the Ribbon Control which owns the container for the popup control. - - - A object that owns the container for the popup control. - - - - - - - Gets or sets whether the container displays the Close button at the bottom. - - - true if the container displays the Close button at the bottom; otherwise, false. - - - - - - - Invokes the PopupControlContainer at a specified position. - - - - A point specifying the position at which to display the PopupControlContainer. - - - - - - - - Displays the PopupControlContainer at the specified point. - - - - A object. - - - - A point specifying the position at which to display the PopupControlContainer. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets whether the size grip is displayed within the container. - - - true if the size grip is displayed within the container; otherwise, false. - - - - - - - - Represents the strings collection of a class instance. - - - - - - - Initializes a new class instance. - - - - - - - - Adds a specific string to the collection. - - - - The string to be added to the collection. - - - The position at which a new string was added. - - - - - - - Adds an array of objects to the collection. - - - - An array of objects to add to the collection. - - - - - - - - Occurs when changes are made to the collection. - - - - - - - - Removes all items from the collection. - - - - - - - - Determines whether the collection contains a specific string. - - - - The string to locate in the collection. - - - true, if a specific string is found; otherwise,false. - - - - - - - Returns the actual number of strings in the collection. - - - The number of strings in the collection. - - - - - - - Returns an Enumerator which can iterate through the collection. - - - An IEnumerator for the entire collection. - - - - - - - Determines the index of a specific string in the collection. - - - - The string to locate in the collection. - - - The string index if found in the collection, otherwise -1. - - - - - - - Inserts a string in the collection at the specified position. - - - - The zero-based index at which a specifc string should be inserted. - - - - The string to insert. - - - - - - - - Gets or sets a string at a specifc index. - - - - The zero-based index of the string. - - - A string with a specifc index. - - - - - - - Removes the first occurrence of a specific string from the collection. - - - - The string to remove from the collection. - - - - - - - - Removes the first occurrence of a string with a specific index from the collection. - - - - The zero-based index of the string to remove. - - - - - - - - - The popup menu, managed by a or . - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new instance of the class with the specified BarManager. - - - - A object representing the Bar Manager which will manage the created popup menu. This value is assigned to the property. - - - - - - - - Initializes a new instance of the PopupMenu class with the specified container. - - - - An object which implements the interface. - - - - - - - - Specifies an object which activates the . - - - An object that activates the . - - - - - - - Gets or sets whether right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands. This option is in effect when the PopupMenu is displayed within the . - - - true if right-clicking the PopupMenu's item invokes a context menu containing the Ribbon related commands; otherwise, false - - - - - - - Gets or sets whether editors should stretch horizontally, automatically occupying available free space within this menu. - - - - true, if editors should stretch horizontally, automatically occupying available free space within this menu; otherwise, false. - - - - - - - - Gets or sets whether the current pop-up menu displays the right margin. - - - True to display the right margin; False to hide it; Default - use the global setting. - - - - - - - Gets or sets whether the current pop-up menu displays the side strip for item glyphs. - - - True to display the side strip; False to hide it; Default - use the global setting. - - - - - - - - Hides the current . - - - - - - - - Provides access to style settings for links owned by the popup menu. - - - A object providing style settings for links owned by the popup menu. - - - - - - - - Gets or sets the width of the bar displayed to the left of the popup menu's content. - - - An integer value specifying the width of the menu bar in pixels. - - - - - - - Gets or sets the menu's caption. - - - A string that specifies the menu's caption. - - - - - - - Gets or sets the popup menu's minimum width. - - - An integer value that specifies the popup menu's minimum width. - - - - - - - Gets or sets whether the menu items are displayed across multiple columns. - - - A enumeration value that specifies whether the menu items are displayed in multiple columns. - - - - - - - Indicates that the popup menu is open. - - - true, if the popup menu is open; otherwise, false. - - - - - - - Provides access to the settings of the multicolumn mode of displaying items in the current pop-up menu. - - - An OptionsMultiColumn object that encapsulates the settings of the multicolumn mode. - - - - - - - Enables you to paint the content of the bar displayed to the left of the popup menu. - - - - - - - - Gets or sets a toolbar associated with a popup menu. - - - A item that is a toolbar associated with a popup menu. - - - - - - - Gets or sets whether the menu's header is visible. - - - true if the menu's header is displayed; otherwise, false. - - - - - - - Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current PopupMenu. This property is in effect when the current PopupMenu is displayed in the Inplace popup show mode. - - - - A value that specifies whether the navigation header is shown at the top of the current popup menu. - - - - - - - Displays the current at the specified screen point. - - - - A screen point at which the current is displayed. - - - - - - - - Displays the context menu at the specified position. - - - - A object that is the Bar Manager responsible for managing the context menu. - - - - - A Point specifying the screen point at which the context menu is shown. - - - - - - - - Displays a child object at the specific point. - - - - - A associated with the object. - - - - A Point structure that specifies the location to display the object. - - - - A PopupControl object that owns the object. - - - - - - - - Displays the context menu at the specified position. - - - - A screen point at which to display the . - - - - An object that activates the . - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Indicates whether the current is visible. - - - true, if the current is visible; otherwise, false. - - - - - - - - Represents the method that will handle the and events. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new class instance. - - - - A class instance whose link was clicked. - - - - The clicked . - - - - - - - - Gets the whose link was clicked. - - - A whose link was clicked. - - - - - - - Gets the clicked . - - - The clicked . - - - - - - - - A bar item that represents a check list of bars owned by a Bar Manager, and dock panels owned by a dock manager. - - - - - - - - Initializes a new class instance. - - - - - - - - Provides access to the links owned and displayed by the container item. - - - A object containing the links owned and displayed by the container item. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets a value indicating whether "Customize..." is among the item's subitems list. - - - true if "Customize..." is among the item's subitems list; otherwise false. - - - - - - - Gets or sets whether a list of the existing dock panels should be displayed. - - - - true to display the list of the existing dock panels; otherwise, false. - - - - - - - - Determines whether to display the list of existing dock windows within a specific . - - - true, to display the list of dock windows; otherwise, false. - - - - - - - Determines whether to display the list of existing toolbars within a specific . - - - true, to display the list of toolbars; otherwise, false. - - - - - - - - Represents the link within a bar or a menu. - - - - - - - Gets whether the bar subitem's super tip can be displayed. - - - true if the item's submenu isn't shown; otherwise, false. - - - - - - - Gets whether the current link can be displayed. - - - true, if the current link can be displayed; otherwise, false. - - - - - - - Gets the display caption of the current . - - - The current caption. - - - - - - - - Represents a sub-menu. - - - - - - - Initializes a new class instance with the default settings. - - - - - - - - Creates a new instance of the class with a predefined caption and collection of sub items. - - - - A object specifying the Bar Manager that will own the created item. This value is assigned to the property. - - - - A string value that specifies the caption of the created item. This value is assigned to the property. - - - - An array of objects (or descendants) that specifies the collection of sub items. - - - - - - - - Creates a new instance of the object with the predefined caption. - - - - A object specifying the Bar Manager that will own the created item. This value is assigned to the property. - - - - A string value that specifies the caption of the created item. This value is assigned to the property. - - - - - - - - Creates a new instance of the class with the predefined caption and image. - - - - A object specifying the Bar Manager that will own the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the zero-based index of the image to be displayed within links corresponding to the created item. This value is assigned to the property. - - - - - - - - Creates a new instance of the class with the predefined caption, image and collection of sub items. - - - - A object specifying the Bar Manager that will own the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the zero-based index of the image displayed within links associated with the created item. This value is assigned to the property. - - - - An array of descendants representing the collection of sub items. - - - - - - - - Gets or sets whether this BarSubItem should display its arrow. - - - A enumerator value that specifies whether this BarSubItem should display its arrow. - - - - - - - Gets or sets whether editors should stretch horizontally, automatically occupying available free space within this menu. - - - - true, if editors should stretch horizontally, automatically occupying available free space within this menu; otherwise, false. - - - - - - - - Gets or sets whether the current sub-menu displays the right margin. - - - True to display the right margin; False to hide it; Default - use the global setting. - - - - - - - Gets or sets whether the current sub-menu displays the side strip for item glyphs. - - - True to display the side strip; False to hide it; Default - use the global setting. - - - - - - - - Gets or sets whether the sub-menu button is automatically hidden from the menu if the sub-menu does not contain any items. - - - - true, if the sub-menu button is automatically hidden if the sub-menu is empty; otherwise, false. The default is false. - - - - - - - Gets or sets the minimal width of the current BarSubItem's popup. - - - An Int32 value specifying the minimal width of the current BarSubItem's popup. - - - - - - - - Represents the within a bar or a menu. - - - - - - - A string containing item title. - - - Item title. - - - - - - - Gets the item associated with this link. - - - A object representing the item associated with this link. - - - - - - - Gets link width. - - - An integer value that determines the width of the link in pixels. - - - - - - - - Represents a bar item with a look and feel similar to the StatusbarPanel. - - - - - - - Initializes a new class instance. - - - - - - - - Gets or sets the autosize type. - - - The autosize type. - - - - - - - This member is not supported by the BarStaticItem object. - - - An integer value. - - - - - - - Gets or sets the left text indent in pixels within the . - - - Left text indent in pixels within the . - - - - - - - Gets or sets the right text indent within a - in pixels . - - - Right text indent within a - in pixels. - - - - - - - Gets or sets whether the item's image is displayed when the item is positioned within a . - - - - true if the item's image is displayed when the item is positioned within a ; otherwise, false. - - - - - - - This member is not supported by the BarStaticItem object. - - - An integer value. - - - - - - - This member is not supported by the BarStaticItem object. - - - An integer value. - - - - - - - Gets or sets text alignment within the . - - - One of the StringAlignment values. - - - - - - - Gets or sets the fixed width for this BarStaticItem. - - - An Int32 value that is the fixed width for this BarStaticItem. - - - - - - - - Represents the bars collection. - - - - - - - Creates an instance of the class. - - - - A object specifying the Bar Manager that will own the generated bar collection. This value is assigned to the property. - - - - - - - - Adds an item to the collection. - - - - The to be added to the collection. - - - The position within the collection in which a new element is added. - - - - - - - Adds an array of bars to the end of the collection. - - - - An array of bars which to be added to the collection. - - - - - - - - Determines whether an element is in the collection. - - - - The to locate in the collection. This element can be a null reference (Nothing in Visual Basic). - - - true, if item is found in the collection; otherwise, false. - - - - - - - Determines the index of a specific item within the collection. - - - - The Object to locate in the collection. - - - The index of the item found in the ; otherwise, -1. - - - - - - - Adds a to the Bars collection and puts it at the specific position. - - - - - An Int32 value indicating position inside of a Bars collection that the added bar should occupy. - - - - A to be added to the current Bars. - - - - - - - - Gets a whose property matches the specified value. - - - - The string that matches the value of a target bar. - - - A object, or null if a target Bar is not found. - - - - - - - Gets or sets a class instance at the specified index. - - - - The zero-based index of a class instance to get or set. - - - A class instance at the specified index. - - - - - - - Gets the Bar Manager to which the bar collection belongs. - - - A object that owns this bar collection. - - - - - - - Removes the specified from the Bars collection. - - - - The to remove. - - - - - - - - - Represents a within a bar or a menu. - - - - - - - Indicates whether the current menu can be opened. - - - true, if the current menu can be opened; otherwise, false. - - - - - - - - Represents a bar item containing a list of active windows in an MDI applications. - - - - - - - Initializes a new class instance. - - - - - - - - Specifies the index of the selected item in a list. - - - The selected item index. - - - - - - - Specifies the index of the selected(checked) item in a list. - - - The selected(checked) item index. - - - - - - - Provides access to links owned and displayed by the container item. - - - A object containing links owned and displayed by the container item. - - - - - - - Gets or sets whether form icons or check marks are shown for the BarMdiChildrenListItem's items. - - - A BarMdiChildrenListShowCheckMode value that specifies whether form icons or check marks are shown for the BarMdiChildrenListItem's items. - - - - - - - Gets or sets a value specifying whether the check sign is displayed for the link corresponding to the active MDI child window. - - - true if the check sign is displayed for the link corresponding to the active MDI child window; otherwise false. - - - - - - - Gets or sets a value specifying whether links corresponding to MDI child windows are numerated. - - - true if the link corresponding to MDI child windows are numerated; otherwise false. - - - - - - - Returns the collection containing the captions of all existing MDI child windows. - - - The collection containing MDI window captions. - - - - - - - - The component that manages traditional bars and popup menus. - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new instance of the BarManager class with the specified container. - - - - An object which implements the interface. - - - - - - - - Activates the About dialog. - - - - - - - - Gets the link whose editor is currently active. - - - A object representing the link that contains the active editor. null (Nothing in Visual Basic) if no editor is currently active. - - - - - - - Gets the currently active editor. - - - A descendant representing the currently active editor. null (Nothing in Visual Basic) if no editor is active, at present. - - - - - - - - Gets the currently active multiple document interface (MDI) child window. - - - Returns a Form that represents the currently active MDI child window, or a null reference (Nothing in Visual Basic) if there are currently no child windows present. - - - - - - - Gets or sets whether the Customization Window can be activated by the end-user. - - - true, if the Customization Window can be opened by the end-user; otherwise, false. - - - - - - - Gets or sets whether bar items are disposed when removed from the collection. - - - true, if bar items are disposed when removed from the collection; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - Gets or sets whether glyphs for all s within the BarManager should be painted using the text foreground color. - - - true, if glyphs for all s within the BarManager should be painted using the text foreground color; otherwise, false. - - - - - - - Gets or sets the default ability to use HTML tags to format bar item text ( and ) within the current BarManager. - - - true if HTML tags can be used to format bar item captions for all bar items that belong to the current BarManager; otherwise, false. - - - - - - - Gets or sets whether bar items are highlighted with an animation effect. - - - true if bar items are highlighted with an animation effect; otherwise, false. - - - - - - - Gets or sets a value that specifies whether images are highlighted when links are hot-tracked. - - - true, if images are highlighted when links are hot-tracked; otherwise false. - - - - - - - Gets or sets whether invisible links can be merged. - - - true if invisible links can be merged; otherwise, false. - - - - - - - Gets or sets a value indicating whether bar movement within the toolbar area is allowed. - - - true, if bar movement within the toolbar area is allowed; otherwise false. - - - - - - - Gets or sets whether quick bar customization is enabled. - - - true, if quick bar customization is enabled; otherwise, false. - - - - - - - Gets or sets a value indicating whether bars belonging to the Bar Manager allow the customization menu to be displayed. - - - true, if the customization menu can be displayed; otherwise, false; - - - - - - - Gets or sets a value indicating whether the bars' layout is saved to and loaded from the system registry automatically. - - - true, if the bars' layout is saved to and loaded from the system registry automatically; otherwise, false; - - - - - - - Gets or sets the default background color for all bars that belong to the BarManager. - - - The default background color for all bars within the component. - - - - - - - Gets the horizontal indent between the contents and borders of bar links. - - - An integer value specifying the number of pixels between the contents and borders of bar links. - - - - - - - Gets or sets the vertical indent between the content and borders of bar links. - - - - An integer value specifying the number of pixels between the content and borders of bar links. -1 to calculate the indent automatically. - - - - - - - - Gets the bars collection of the component. - - - The collection of bars for the component. - - - - - - - Occurs before a layout is restored from storage (a stream, xml file or the system registry). - - - - - - - - - Begins the runtime initialization of the . - - - - - - - - - Locks the BarManager object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets whether or not this BarManager should cache the sizes of its item links. - - - - A enumerator value that specifies whether or not this BarManager should cache the sizes of its item links. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - Gets a collection of categories used to logically organize bar items. - - - A object that represents the collection of categories. - - - - - - - This member is obsolete. It gets or sets a value specifying whether the close button of a dock window hides other windows docked onto it. - - - - true if the close button of a dock window affects other windows docked to it; otherwise false. - - - - - - - Occurs when a close button ('x') is clicked. - - - - - - - - Closes all dropdown and popup windows that belong to this BarManager. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that will provide default appearance and customization options for the bars belonging to the current BarManager. - - - A object providing appearance options. - - - - - - - Occurs before the Customization Window is displayed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The created object. - - - - - - - Allows you to customize a bar when it is created. - - - - - - - - Allows you to manually paint any within this BarManager. - - - - - - - - Displays the 's Customization Window. - - - - - - - - Gets the currently customized link. - - - A object representing the currently customized link. null (Nothing in Visual Basic) if no link is being customized at present moment. - - - - - - - Gets the collection of controls that provide docking for bars. - - - A BarDockControls object representing a collection of dock controls. - - - - - - - Gets or sets a value indicating whether the component allows bar docking. - - - true, if the component allows bar docking; otherwise, false. - - - - - - - Gets or sets the which coordinates any docking operations performed on dock panels. - - - A object representing the dock manager. - - - - - - - This member is obsolete. It gets the collection of dock windows within the component. - - - - The collection of dock windows within the component. - - - - - - - This member is obsolete. It gets or sets the font used to display tab captions when dock windows are docked to the same place. - - - - A System.Drawing.Font object representing the font of the dock window tab captions. - - - - - - - - To customize the collection of editors available for bars, use the inherited - or property. - - - Always null (Nothing in Visual Basic). - - - - - - - - Occurs when a user finishes customizing the . - - - - - - - - Unlocks the BarManager object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Forces the Bar Manager to create bar item links within the BarManager's bars and menus. - - - - - - - - Forces the Bar Manager to create bar item links within the BarManager's bars and menus. - - - - - - - - Gets or sets the container for bar controls that are managed by the current BarManager. - - - The container control for bar controls. - - - - - - - Returns all icons of bar items owned by this BarManager. - - - A object containing icons of bar items owned by this BarManager. - - - - - - - Returns the actual Bar and Docking Controllers (Customizing Default View and Behavior Settings) specifying behavior and appearance settings for the corresponding bars. - - - A object providing common appearance settings for bars. - - - - - - - Returns a unique name for a bar which is about to be created. - - - A string specifying the name for a new bar. - - - - - - - Returns the new unique identifier of an item. - - - - An integer value representing the unique identifier of an item within the BarManager. - - - - - - - - Gets the popup menu assigned to a control. - - - - The control whose popup menu is to be returned. - - - The popup menu assigned to the control. - - - - - - - Returns a localized string for the given string identifier. - - - - A value identifying the string to return. - - - A string corresponding to the specified identifier. - - - - - - - Gets or sets whether bars that belong to the current child Bar Manager are hidden from the child form during a merge operation. -This option is in effect if you subscribed to the parent BarManager's and events. - - - A Boolean value that specifies the default visibility of child bars during a merge operation. - - - - - - - Hides the Customization Window. - - - - - - - - Hides the customization menu. - - - - - - - - Gets the currently highlighted link. - - - A object representing the currently highlighted link. null (Nothing in Visual Basic) if no links is currently highlighted. - - - - - - - Fires immediately after the highlighted link has been changed. - - - - - - - - - - - - - - - - Occurs each time an end-user clicks a hyperlink within the BarManager control. - - - - - - - - Gets or sets the source of images that can be displayed within item links. - - - A that is an image collection containing images to be displayed in bar items. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - Gets or sets a value indicating whether the is being customized. - - - true, if the is being customized; otherwise false. - - - - - - - Gets or sets a value indicating whether the is in design mode. - - - true if the is in design mode; otherwise false. - - - - - - - Gets or sets a value indicating whether a bar is being dragged. - - - true, if a bar is being dragged; otherwise, false. - - - - - - - Gets or sets a value indicating whether an item link is being dragged. - - - true, if an item link is being dragged; otherwise, false. - - - - - - - Gets or sets a value indicating whether the 's link is being resized. - - - true if the 's link is being resized; otherwise false. - - - - - - - Gets or sets a value indicating whether the is being loaded. - - - true if the is being loaded; otherwise false. - - - - - - - Gets or sets a value indicating whether the is being saved to the system registry. - - - true, if the is being stored to the system registry; otherwise, false. - - - - - - - Occurs when a link within the bar is clicked. - - - - - - - - Occurs when a link is double clicked. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires immediately after any of the links associated with the Bar Manager has been pressed. - - - - - - - - Provides access to the BarManager's collection of items. - - - A object representing the BarManager's collection of bar items. - - - - - - - Gets or sets the default font used to paint link captions. - - - A object specifying the default font used to paint link captions. - - - - - - - Gets the link that is currently selected in a bar using the keyboard. - - - A object representing the link that is currently selected using the keyboard. - - - - - - - This property is obsolete. Use the property of the or object instead. - - - true, if bar items are painted using large icons; otherwise, false. - - - - - - - Gets or sets the source of large images that can be displayed within item links. - - - A that is an image collection providing large images for bar button items. - - - - - - - Forces the BarManager to repaint itself after you have made certain modifications to its layout. - - - - - - - - Occurs after a layout whose version doesn't match the current layout's version has been loaded from storage(a stream, xml file or system registry). - - - - - - - - Gets or sets the version of the layout of bars. - - - A string representing the version of the layout of bars. - - - - - - - Gets or sets the main menu bar. - - - A object representing the main menu bar. null (Nothing in Visual Basic) if no main menu is owned by this BarManager. - - - - - - - Gets or sets the default background color for main menus. - - - The default background color of main menus. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets if and when a merge mechanism is invoked in an MDI application. - - - A value specifying when merge operations should be performed. - - - - - - - This property is obsolete. Use the option of the or object instead. - - - An enumeration member specifying the menu's animation type. - - - - - - - Allows you to customize menus and bars when a child MDI form is activated or maximized (depending on the property value). - - - - - - - - For internal use. - - - - - - - - - - Gets or sets the value (as a percentage) that determines which of the menu items that haven't recently been used should be hidden - - - - The value, as a percentage, for calculating the most frequently used items. - - - - - - - - Contains options that control how the bars' layout is stored to/restored from a stream, xml file or system registry. - - - An object that provides options that control how the bars' layout is stored and restored. - - - - - - - Provides access to options that modify a stub glyphs' appearance. - - - - A object that stores stub glyph options. - - - - - - - Gets or sets the name of the painting style applied to bars. - - - A string value specifying the name of the paint style applied to bars. - - - - - - - Fires the ItemClick events for the specified bar item. - - - - A descendant which represents the bar item for which the ItemClick events must be generated. - - - - - - - - Fires the ItemClick events for the specified bar item and its link. - - - - A descendant which represents the bar item for which the ItemClick events must be generated. - - - - A object which represents one of the item's links. - - - - - - - - Gets or sets how popup menus associated with this BarManager should be aligned. - - - A enumerator value that specifies how popup menus associated with this BarManager should be aligned. - - - - - - - Gets or sets whether nested popup sub-menus are displayed in cascaded or inplace mode. - - - A PopupShowMode enumeration value that specifies how nested popup sub-menus are displayed. - - - - - - - Gets the currently pressed link. - - - A object representing the currently pressed link. null (Nothing in Visual Basic) if no link is currently pressed. - - - - - - - Fires immediately after a link has been pressed or released. - - - - - - - - Gets or sets whether a or an editor within it should process the pressed shortcut. - - - A enumerator value that specifies whether a or an editor within it should process the pressed shortcut. - - - - - - - Gets or sets whether shortcuts for items are in effect if the Bar Manager belongs to a hidden parent control (Form or UserControl). - - - true if shortcuts for items are in effect if the Bar Manager belongs to a hidden parent control (Form or UserControl); otherwise, false. - - - - - - - Occurs when a control's PopupContextMenu is about to appear. - - - - - - - - Gets or sets whether or not the last focused editor should be focused again after a user has clicked a popup menu item and this menu was closed. - - - true, to focus the last focused editor again; otherwise, false. - - - - - - - Gets or sets the registry path to which the bar layout is saved. - - - - The registry path to which the bar layout is saved. - - - - - - - - This method is obsolete. Use the method of a Bar and Docking Controllers (Customizing Default View and Behavior Settings) to restore style settings which depend on the current paint scheme. - - - - - - - - Clears the record of menu items recently accessed by a user in their application and restores the default set of visible item controls to menus and bars. This action will not undo any explicit customizations. - - - - - - - - Restores the bars' layout from the registry. - - - - Location of data within the system registry. The registry key must exist. - - - - - - - - Restores the bars' layout from the registry. - - - - - - - - Restores the bars' layout from a stream. - - - - A stream from which the bars' layout is restored. - - - - - - - - Restores the component state from an xml file. - - - - An xml file from which the component's state is restored. - - - - - - - - Restores the bars' layout from the specified system registry path. - - - - A string value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Restores the bars' layout from the system registry. - - - - - - - - Restores the bars' layout from the specified stream. - - - - A descendant from which the bars' settings are read. If null (Nothing in Visual Basic), an exception is raised. - - - - - - - - Restores the bars' layout from the specified XML file. - - - - A string value which specifies the path to the XML file from which bars' settings are read. If the specified file doesn't exist, an exception is raised. - - - - - - - - Gets or sets a value indicating whether the BarManager's elements are aligned to support locales using right-to-left fonts. - - - A value indicating whether the BarManager's elements are aligned to support locales using right-to-left fonts. - - - - - - - Saves the bars' layout to the system registry. - - - true if the bars' layout has been saved to the system registry; otherwise, false. - - - - - - - Saves the bars' layout to the specified system registry path. - - - - - The registry path to save the bars' layout to. - - - true if the bars' layout has been saved to the specified system registry path; otherwise, false. - - - - - - - Saves the bars' layout to a stream. - - - - A descendant to which the bars' layout is written. - - - - - - - - Saves the bars' layout to an XML file. - - - - A string value which specifies the path to the file where the bars' layout should be stored. If an empty string is specified, an exception is raised. - - - - - - - - Saves the component state to the system registry. - - - true if the operation is successfully completed; otherwise false. - - - - - - - Saves the component's state to the system registry. - - - - Location of the data within the system registry. - - - true, if the operation is successfully completed; otherwise, false. - - - - - - - Saves the component's state to a stream. - - - - A stream to which the componen'st state is saved. - - - - - - - - Saves the component state to an xml file. - - - - An xml file to which the component's state is saved. - - - - - - - - Selects the specified link. - - - - A object representing the link to be selected. - - - - - - - - Sets the popup menu for a control within a form. - - - - The control which the popup menu should be assigned to. - - - - The popup menu to set. - - - - - - - - Gets or sets the value that specifies how the display size of images is determined, when the images are obtained from a . - - - A value. - - - - - - - Allows you to stop a bar item's shortcut that has been pressed from being processed by XtraBars. - - - - - - - - Gets or sets whether the close button ('x') is displayed at the right edge of the main menu. - - - true if the close button is displayed; otherwise, false. - - - - - - - Gets or sets a value indicating whether to display both recent and non-recent links within a menu. - - - true, if both recent and non-recent links are displayed within the menu; otherwise, false. - - - - - - - Gets or sets a value indicating whether non-recent item links are displayed after a certain period of time. - - - true, if non-recent item links are displayed after a certain period of time; otherwise, false. - - - - - - - Gets or sets whether bar item link tooltips should be displayed within context menus. - - - - true, if bar item link tooltips should be displayed within context menus; otherwise, false. - - - - - - - - Gets or sets whether hints are enabled for bar item links displayed within toolbars. - - - - true, if hints are enabled for bar item links displayed within toolbars; otherwise, false. - - - - - - - Gets or sets a value indicating whether a shortcut key should be displayed along with a hint for links belonging to the component. - - - true, if shortcut keys are displayed; otherwise, false. - - - - - - - Allows you to modify the customization menu before it is displayed onscreen. - - - - - - - - Displays the customization menu. - - - - - - - - Displays the customization menu at the position of the mouse cursor. - - - - A object. Currently, this parameter is ignored. - - - - - - - - Occurs when a user starts customizing the component. - - - - - - - - Gets or sets the status bar for the current form. - - - A object representing the status bar. - - - - - - - Gets or sets the background color of the status bar owned by this BarManager. - - - A structure that specifies the background color of the status bar. - - - - - - - Gets or sets the default background color for all submenus within the component. - - - The default background color for all submenus within the component. - - - - - - - Gets or sets the default background image for all submenus within the component. - - - The default background image for all submenus within the component. - - - - - - - Gets or set the background color for item descriptive images. - - - The background color for item descriptive images. - - - - - - - Gets or sets a value indicating whether a submenu casts a shadow. - - - true if a submenu casts a shadow; otherwise false. - - - - - - - Gets or set the background color of non-recent item descriptive images. - - - The background color of non-recent item descriptive images. - - - - - - - Returns the delay that occurs before a submenu displayed within another submenu is opened or closed, in milliseconds. - - - The delay for a submenu within another submenu before it opens or closes - in milliseconds. - - - - - - - - Gets or sets the point relative to which tooltips are displayed for BarItems within a BarManager. This property is not supported for the . - - - A value that specifies the point relative to which tooltips are displayed for BarItems within a BarManager - - - - - - - This property is provided for backward compatibility. Use the property instead. - - - true, if specific in-place editors are painted using a transparent background color when focused; otherwise, false. - - - - - - - Gets or sets whether specific in-place editors, when focused, are painted using a transparent background color. - - - True if specific in-place editors are painted using a transparent background color when focused; False if not; Default, if the behavior depends on the global setting. - - - - - - - Allows you to customize menus and bars when a child MDI form becomes inactive or when it is restored or minimized from its maximized view (depending on the property value). - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the main menu is activated when the ALT key is pressed. - - - true if the main menu is activated when the ALT key is pressed; otherwise, false. - - - - - - - Gets or sets whether the main menu is activated when the F10 key is pressed. - - - true if the main menu is activated when the F10 key is pressed; otherwise, false. - - - - - - - - Represents a within a bar or a menu. - - - - - - - - A bar item containing a list of items. - - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new instance of the BarListItem class with the specified settings. - - - - A responsible for managing the current item. This value is assigned to the property. - - - - A String value that specifies the item's caption. This value is assigned to the property. - - - - - - - - Specifies the index of the selected item in a list. - - - The selected item index. - - - - - - - Determines whether the current bar item is active. - - - true if the current bar item is active; otherwise, false. - - - - - - - Unlocks the BarListItem object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Specifies the index of the selected(checked) item in a list. - - - The selected(checked) item index. - - - - - - - Enables you to provide responses to list item clicks. - - - - - - - - Gets or sets the maximum length (in pixels) of the items that belong to the current BarListItem object. - - - - An integer that specifies the maximum length of the items that belong to the current BarListItem object. - - - - - - - Determines whether the selected string in a is checked. - - - true, if the check mark is displayed for the selected string in a ; otherwise, false. - - - - - - - Determines whether to display the strings enumeration. - - - true, if the strings enumeration is displayed; otherwise, false. - - - - - - - Provides access to a collection that stores items for the current object. - - - The collection containing items for the current object. - - - - - - - - Represents a bar element with a submenu contaning links. - - - - - - - Indicates whether the current menu can be opened. - - - true, if the current menu can be opened; otherwise, false. - - - - - - - - Represents a link container. - - - - - - - Initializes a new class instance. - - - - - - - - Adds another link to the . - - - - A descendant instance. - - - An instance of the added link. - - - - - - - Adds links to an array of items. - - - - An array of objects that specifies items, to which links are added. - - - - - - - - Gets or sets whether or not links contained within this BarLinkContainerItem should be serialized. - - - A DefaultBoolean enumerator value that specifies whether or not links contained within this BarLinkContainerItem should be serialized. - - - - - - - Removes all links from the control. - - - - - - - - Inserts a link in the at the specified index. - - - - An instance of the link before which a new link is inserted. - - - - A whose link is to be inserted. - - - An instance of the added link. - - - - - - - Fires immediately after a link has been added to the sub links collection. - - - - - - - - Fires immediately after a link has been removed from the sub links collection. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - Adds the subitems of the specified container item to the current container item. - - - - A container item whose subitems are added to the current container item. The types of the two container items should be identical. In addition, the container items must belong to different BarManagers. - - - - - - - - Gets or sets whether the sub-menu items are displayed in multiple columns. - - - A enumeration value that specifies whether the sub-menu items are displayed in multiple columns. - - - - - - - Provides access to the settings of the multicolumn mode of displaying items in the current sub-menu. - - - An OptionsMultiColumn object that comprises the settings of the multicolumn mode. - - - - - - - Removes the first occurrence of a specific link from the . - - - - The link to remove from the . - - - - - - - - Returns the to its precompiled state. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Restores the original layout of subitems for the container item after a previous merge operation. - - - - - - - - - Represents a collection of existing items for a specific . - - - - - - - Adds the specified item to the end of the collection. - - - - A descendant representing the item to be added. - - - A zero-based integer value representing the index of the item added. - - - - - - - Adds an array of bar items to the end of the collection. - - - - - An array of bar items which should be added to the . - - - - - - - - Fires when changes to the bar item collection are made. - - - - - - - - - Indicates whether the collection contains the specified item. - - - - A descendant to locate in the collection. - - - true, if the collection contains the specified item; otherwise, false. - - - - - - - Creates a new with the specified caption and adds it to the collection. - - - - A value that specifies the item's caption. This value is assigned to the property. - - - A object that represents the created bar item. - - - - - - - Creates a new and adds it to the collection. - - - - A value that specifies the item's caption. This value is assigned to the property. - - - - true if the item is checked; otherwise, false. This value is assigned to the property. - - - A object that represents the created bar item. - - - - - - - Creates a new and adds it to the collection. - - - - A value that specifies the item's caption. This value is assigned to the property. - - - - An array of objects (or descendants) that represents the collection of sub items. - - - A object that represents the created bar item. - - - - - - - Creates a new with the specified manager. - - - - A object which will manage the created popup menu. - - - A object that represents the created popup menu. - - - - - - - Creates a new split button and adds it to the collection. - - - - A value that specifies the item's caption. This value is assigned to the property. - - - - A object that represents the button's drop down control. This value is assigned to the property. - - - A object that represents the created bar item. - - - - - - - Returns an item identified by its unique identifier. - - - - A zero-based integer specifying the item's unique identifier. - - - A descendant with the specified unique identifier. - - - - - - - Returns a list of alphabetically sorted BarItems child elements. - - - A List that contains items owned by this BarItems collection. Items in this list are sorted alphabetically. - - - - - - - Returns the specified item's position within the collection. - - - - A descendant to locate in the collection. - - - A zero-based integer representing the item's position within the collection. -1 if the collection does not contain the specified item. - - - - - - - Inserts a specifc Object into the collection at the specified location. - - - - The zero-based index at which an item is inserted. - - - - The Object to insert in the . - - - - - - - - Gets a class instance at a specified index. - - - - The zero-based index of the class instance to get. - - - A class instance at the specified index. - - - - - - - Gets an individual bar items by its name. - - - - A string value that represents the name of the item to be obtained. This value is compared to the property of items when searching. - - - A object representing the bar item located at the specified position within the collection. null (Nothing in Visual Basic) if the specified item has not been found. - - - - - - - Removes an item from the collection. - - - - A descendant representing the item to remove. - - - - - - - - Removes the item at the specified position. - - - - The zero-based index of the item to remove. - - - - - - - - - Specifies a bar element. - - - - - - - - Gets the hotkey combination for the current . - - - The hotkey combination. - - - - - - - Gets or sets whether the bar item link is arranged in the same manner as a object. This property is only in effect within a . - - - true if the bar item link is arranged using the Button Group Layout; false, if the bar item link is arranged using the regular layout. - - - - - - - Gets the link's horizontal alignment. - - - A enumeration value that specifies the link's horizontal alignment. - - - - - - - Gets whether HTML text formatting is enabled for the corresponding BarItem object. - - - The value of the bar item's property. - - - - - - - Copies the value of the property from the specified object to the current object. - - - - A object whose property's value is copied to the current object. - - - - - - - - Returns a to which the current item link belongs. - - - A containing the current item link. - - - - - - - Determines whether the current item link starts a group. - - - true, if the current item link starts a group, otherwise, false. - - - - - - - Locks the BarItemLink object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets the bounds of the current link. - - - - A structure that specifies the link's boundaries. - - - - - - - Indicates whether the current can be dragged during customization. - - - true, if the current can be dragged during customization, otherwise, false. - - - - - - - Gets a value indicating whether the current item link can be pressed. - - - true, if the current item link can be pressed; otherwise, false. - - - - - - - Gets or sets whether the link can be resized. - - - Always false. - - - - - - - Indicates whether the current item link can be selected when customization is performed. - - - true. if the current item link can be selected when customization is performed; otherwise, false. - - - - - - - Gets whether the bar item link's super tip can be displayed. - - - Always true. - - - - - - - Gets a value indicating whether the link can be visible. - - - true if the link can be visible; otherwise false. - - - - - - - A string containing the item's caption. - - - The item's caption. - - - - - - - Gets or sets the number of times the current has been clicked. - - - The number of times the current has been clicked. - - - - - - - Indicates whether the contains a specific . - - - - A class instance to check. - - - true, if the contains a specific ; otherwise, false. - - - - - - - Contains data associated with the current item link. - - - An Object representing data associated with the current item link. - - - - - - - Gets the display caption of the current . - - - The current caption. - - - - - - - Gets a value actually displayed as a hint for the current . - - - The actulal hint for the current item link. - - - - - - - Releases all resources used by the . - - - - - - - - Indicates whether the item to which the current link corresponds is enabled. - - - true, if the item to which the current link corresponds is enabled; otherwise, false. - - - - - - - Unlocks the BarItemLink object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Moves focus to the link. - - - - - - - - Gets the font to display the current item link. - - - The item link font. - - - - - - - Gets the name of a object that is associated with the current link, - - - A string that specifies the name of a corresponding object. An empty string if the link is not associated with any RibbonGalleryBarItem object. - - - - - - - For a link representing a object within the Quick Access Toolbar, this property returns the index of the link within the Ribbon Page Group's link collection. - - - An integer value representing the link's index in the Ribbon Page Group's link collection. - - - - - - - Gets the default value for the property. - - - false - - - - - - - Returns if a bar item link starts a group. - - - - A Boolean value that specifies whether a bar item link actually starts a group. - - - - - - - Returns the size of the horizontal indent between the content and the borders of a bar link. - - - An integer value specifying the number of pixels between the content and the borders of the bar link. - - - - - - - Returns the size of the vertical indent between the content and the borders of a bar link. - - - - An integer value specifying the number of pixels between the content and the borders of the bar link. - - - - - - - Gets a SuperToolTip object for the current BarItemLink. - - - A object for the current BarItemLink. - - - - - - - Gets the bar item link's image. - - - An object representing the image displayed within the link. - - - - - - - Hides the hint. - - - - - - - - Gets or sets the index of an image used by the item link. - - - The index of the item's image. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this BarItemLink. - - - A object that stores all properties that allow you to assign and customize an icon for this BarItemLink. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current link. - - - A object that specifies the uniform resource identifier of the image to be displayed in the current item. - - - - - - - Redraws the current . - - - - - - - - Gets whether the link's caption can be formatted using HTML tags. - - - true if the link's caption can be formatted using HTML tags.; otherwise, false. - - - - - - - Gets whether the property is set to its default value. - - - true if the property is set to its default value; otherwise, false. - - - - - - - Gets whether the link represents a gallery within the Quick Access Toolbar. - - - true if the link represents a gallery within the Quick Access Toolbar; otherwise, false. - - - - - - - Indicates whether an image associated with the current item link actually exists. - - - true, if an image associated with the current item link exists; otherwise, false. - - - - - - - Gets whether a large image that is associated with the link's item actually exists. - - - true if the large image which is associated with the link's item actually exists; otherwise, false. - - - - - - - Indicates whether the current is located within the opened menu. - - - true, if the current is located within the opened menu, otherwise, false. - - - - - - - Gets whether this BarItemLink is merged from a child . - - - true, if this BarItemLink is merged from a child ; otherwise, false. - - - - - - - Gets whether the link represents a Ribbon page group within the Quick Access Toolbar. - - - true if the link represents a Ribbon page group within the Ribbon Quick Access Toolbar; otherwise, false. - - - - - - - Gets a value indicating whether link's owning bar is oriented vertically. - - - true if the bar that owns this link is oriented vertically; otherwise false. - - - - - - - Returns a to which the current item link corresponds. - - - A to which the current item link corresponds. - - - - - - - Obtains the property value of the item corresponding to the current link. - - - The property value of the item corresponding to the current link. - - - - - - - Gets the key combination used to access this link. - - - A object that specifies the key combination used to access this link. - - - - - - - Gets or sets the Key Tip for a bar item link. - - - A value that specifies the Key Tip associated with the bar item link. - - - - - - - Gets the bar item link's large image. - - - An object representing the large image associated with the link. - - - - - - - For internal use only. - - - - - - - - - - - Converts the coordinates of a specific Point that belongs to the current link into screen coordinates. - - - - A Point belonging to the current link. - - - A Point with screen coordinates. - - - - - - - Gets the link collection that owns the current link. - - - A object, representing the link collection that owns the current link. - - - - - - - Specifies the managing the current item link. - - - A managing the current item link. - - - - - - - Returns the minimum width of the current . - - - The return value is 0. - - - - - - - Determines whether the current item link is initially visible when inside a submenu. - - - true, if the current item link is initially visible; otherwise, false. - - - - - - - Gets a link's owner item. - - - A descendant representing an item that owns the link. null (Nothing in Visual Basic) if the link doesn't belong to any item. - - - - - - - Gets or sets the that owns the current item link. - - - A object that owns the current item link. - - - - - - - Gets the name of a Ribbon page group associated with the current link. - - - A string that specifies the name of the associated Ribbon page group - - - - - - - Gets the style to display the to which the current corresponds. - - - A enumerator value specifying the style to display the to which the current corresponds. - - - - - - - Specifies the index of the current item link among the list of the most recently used item links. - - - The current item link's index among the most recently used item links. - - - - - - - Converts a rectangle's coordinates, which are relative to the current link, to coordinates relative to the screen. - - - - - A rectangle whose coordinates are relative to the current link. - - - A rectangle whose coordinates are relative to the screen. - - - - - - - Redraws the current link. - - - - - - - - Disables all link options defined by a user. - - - - - - - - Gets the bounds of the current link, its position is in screen coordinates. - - - - A structure that specifies the link's boundaries, in screen coordinates. - - - - - - - Converts the coordinates of a specific screen Point into the coordinates of the current item link. - - - - A Point with screen coordinates. - - - A Point belonging to the current link. - - - - - - - Returns the string representation of the shortcut assigned to this link. - - - The textual representation of the link's shortcut. - - - - - - - Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to. - - - - - - - - Returns a vector image displayed by this BarItemLink. - - - An object that is the vector image displayed by this BarItemLink. - - - - - - - Gets or sets the horizontal alignment of the current BarItemLink. - - - A enumerator value that specifies the horizontal alignment of the current BarItemLink. - - - - - - - Gets or sets the link's caption defined by a user. - - - A string value specifying the link's caption defined by a user. - - - - - - - Gets or sets link options that specify which link settings are determined by a user. - - - A bitwise combination of enumeration members that represent link options. - - - - - - - Gets or sets the width of an editor within the current BarItemLink. - - - An Int32 value that is the width of an editor within the current BarItemLink. - - - - - - - Gets or sets the link's glyph defined by a user. - - - A object representing a user-defined glyph. - - - - - - - Gets or sets the link's paint style defined by a user. - - - A enumerator value specifying the link's paint style defined by a user. - - - - - - - Gets or sets the options that specify the current BarItemLink's possible states within a Ribbon Control. - - - A set of flags that specify the bar item's possible states within a Ribbon Control. - - - - - - - Gets or sets the link's width defined by a user. - - - An integer value specifying the link's width in pixels. - - - - - - - Determines whether the current item link is visible at runtime. - - - true, if the current item link is visible; otherwise, false. - - - - - - - Specifies the current item link's width. - - - The current item link's width. - - - - - - - - Provides the functionality of bar elements. - - - - - - - Gets or sets the description of the bar item used by accessibility client applications. - - - A string which specifies the bar item's description used by accessibility client applications. - - - - - - - - Gets or sets the bar item's name which is used by accessibility client applications. - - - A string which specifies the name of the bar item used by accessibility client applications. - - - - - - - Gets or sets the horizontal alignment of the item's link(s). - - - A enumeration value that specifies the horizontal alignment of the item's link(s). - - - - - - - Gets or sets whether glyphs for this BarItem should be painted using the text foreground color. - - - A enumerator value specifying whether this BarItem should be painted using the text foreground color. - - - - - - - Gets or sets whether the and can be formatted using HTML tags. - - - A value that specifies if HTML tags can be used to format bar item text. - - - - - - - Gets or sets if the current command's functionality is invoked via the right mouse click when in a sub-menu or popup menu. - - - true if the current command's functionality is invoked via the right mouse click when in a sub-menu or popup menu; otherwise, false. - - - - - - - Gets or sets whether or not this item and all its links should display a stub glyph when it has no custom icon assigned. - - - True, if this item and all its links should display a stub glyph when it has no custom icon assigned; otherwise, False. - - - - - - - Provides access to the appearance settings for the current bar item, applied when the bar item is in the regular state. - - - A BarItemAppearance object that contains the appearance settings for the current bar item. - - - - - - - Provides access to the appearance settings for the current bar item, applied when the bar item is disabled. -This property is supported for bar items used within a . - - - A BarItemAppearance object that contains the appearance settings for the current bar item. - - - - - - - Locks the BarItem object by preventing visual updates until the EndUpdate method is called. - - - - - - - - - Gets or sets a BindingContext object that manages data bindings for this BarItem. - - - A BindingContext object that manages data bindings for this BarItem. - - - - - - - Gets or sets the border style for links that refer to the current item. - - - A enumeration value specifying a bound link's border style. - - - - - - - Specifies the border style for the current . - - - A enumerator value specifying the border style of the current . - - - - - - - Unlocks the object after it has been locked by the method, without causing an immediate visual update. - - - - - - - - A string containing the item's caption. - - - A string that specifies the item's caption. - - - - - - - Gets or sets a category where the bar item is displayed. - - - A object representing a category where the item is displayed. null (Nothing in Visual Basic) if the item has no owning BarManager. - - - - - - - Gets or sets a globally unique identifier (GUID) that identifies the category where the item is displayed. - - - A object representing the category's globally unique identifier (GUID). - - - - - - - Gets or sets the index of the category to which the current item belongs. - - - The category index of the current item. - - - - - - - Gets or sets whether data validation is performed on the currently focused control when clicking on the bar item. - - - true if data validation is performed on the currently focused control when clicking on the bar item; otherwise, false - - - - - - - Indicates whether the item contains the item specified. - - - - A descendant representing an item to locate. - - - true, if the item contains the item specified; otherwise, false. - - - - - - - Gets or sets the horizontal alignment mode for this BarItem's content. - - - A enumerator value that specifies the horizontal alignment mode for this BarItem's content. - - - - - - - Provides access to the collection of data bindings for the BarItem. - - - A object representing a collection of data bindings. - - - - - - - Specifies the bar item's description. - - - A string that specifies the bar item's description. - - - - - - - Gets or sets a object that is displayed when the current item displays a separate dropdown arrow and this arrow is hot-tracked. - - - A object that specifies a tooltip for a separate dropdown button. - - - - - - - Determines whether the current is active. - - - true, if the current is enabled; otherwise, false. - - - - - - - Unlocks the BarItem object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the font to display links of the current item. - - - The item's link font. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the list of all currently visible links to this BarItem. - - - A object that stores all currently visible links to this BarItem. - - - - - - - Gets or sets the item's image. - - - An object that is the image that will be displayed within the item's link(s). - - - - - - - - Gets or sets the image corresponding to the item's disabled state. - - - An object representing the image that will be displayed within the disabled item's link(s). - - - - - - - Specifies the bar item's regular hint. - - - A string that specifies the bar item's regular hint. - - - - - - - Occurs each time an end-user click a hyperlink within the current BarItem. - - - - - - - - Uniquely identifies the current . - - - The current 's unique identifier. - - - - - - - - Gets or sets the index of a small image assigned to the item. - - - - The index of an image in the collection of small images. - - - - - - - - Gets or sets the index of the image displayed within corresponding links when they are disabled. - - - An integer value specifying the image by its zero-based index within the source collection. -1 implies that the image is not set. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this BarItem. - - - A object that stores all properties that allow you to assign and customize an icon for this BarItem. - - - - - - - Gets the object which contains images that can be displayed within the current item. - - - A which provides images for bar items. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current item. - - - - - - - Gets whether HTML tags can be used to format bar item captions. - - - true if HTML tags can be used to format bar item captions; otherwise, false. - - - - - - - Gets whether an image which is associated with the bar item actually exists. - - - true if the image which is associated with the bar item actually exists; otherwise, false. - - - - - - - Gets whether a large image which is associated with the bar item actually exists. - - - true if the large image which is associated with the bar item actually exists; otherwise, false. - - - - - - - Provides appearance settings used to paint links to the current BarItem object when the links are in different visual states. - - - A BarItemAppearances object that contains corresponding appearance options. - - - - - - - Occurs when the current item is clicked. - - - - - - - - Gets or sets when the Click events for the bar item fire, immediately or asynchronously, after all events in the system event queue are processed. - - - A value that specifies the Click event firing mode. - - - - - - - - Fires when a link to an item is double-clicked. - - - - - - - - Provides appearance settings used to paint links to the current in different visual states when they are displayed within a sub-menu or popup menu. - - - A BarItemAppearances object that contains corresponding appearance options. - - - - - - - Fires immediately after a link associated with an item has been pressed. - - - - - - - - Gets or sets the shortcut used to access associated links using the keyboard. - - - A object specifying the key combination used to access links associated with this item. - - - - - - - Gets or sets the item's large image. - - - A object that represents the large image that will be displayed within the item's link(s). - - - - - - - - Gets or sets the large image that corresponds to the item's disabled state. - - - A object that represents the large image that will be displayed within the disabled item's link(s). - - - - - - - Gets or sets the index of the large image which is displayed within the item's link(s). - - - An integer value that specifies the zero-based index of the large image within the source collection. - - - - - - - Gets or sets the index of the large image which is displayed within the disabled item's link(s). - - - An integer value that specifies the zero-based index of the large image within the source collection. - - - - - - - Gets the source of large images. - - - A which provides large images for bar button items. - - - - - - - Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. - - - An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. - - - - - - - - Gets the collection of links to the item. - - - A object representing the item's link collection. - - - - - - - Specifies the responsible for managing the current item. - - - A responsible for managing the current item. - - - - - - - Defines the visual position of the bar item after merging bars on a parent MDI form. - - - An ordinal number determining the position of the bar item after merging bars on a parent MDI form. - - - - - - - Gets or sets how the item behaves during merge operations in MDI applications. - - - A value specifying how the bar item behaves during merge operations. - - - - - - - Gets or sets the 's name. - - - The 's name. - - - - - - - Specifies the font used to display the captions of links corresponding to this item. - - - - A System.Drawing.Font object that specifies the font used to display the captions of associated links. - - - - - - - - Specifies the style with which to display a specific within a bar. - - - A enumerator value specifying the item style. - - - - - - - Fires the ItemClick events for the current bar item and its link. - - - - A object which represents one of the item's links. - - - - - - - - Fires the ItemClick events for the current bar item. - - - - - - - - Forces the controls that contain the bar item's links to invalidate their client area. - - - - - - - - Resets the current to the original state. - - - - - - - - Clears the SuperTip that has been assigned to the property. - - - - - - - - Removes the object that has been assigned to the current bar item. - - - - - - - - - Gets or sets the options that specify the bar item's possible states within a Ribbon Control. - - - A set of flags that specify the bar item's possible states within a Ribbon Control. - - - - - - - Specifies the shortcut key combination for the current item. - - - A Shortcut enumerator value, specifying the shortcut key combination for the current item. - - - - - - - Gets or sets a custom display string for the shortcut assigned to the item via the property. - - - A string that specifies a custom display string for the item's shortcut. - - - - - - - Gets or sets whether the bar item is visible at runtime in the Customization Window. - - - true if the bar item is visible at runtime in the Customization Window; otherwise, false. - - - - - - - Gets or sets whether this BarItem should display its shortcut in sub-menus and pop-up menus. - - - A enumerator value that specifies whether this BarItem should display its shortcut in sub-menus and pop-up menus. - - - - - - - Gets or sets the BarItem's size. - - - A Size structure that is the BarItem's size. - - - - - - - Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. - - - An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. - - - - - - - Gets or sets the width of links corresponding to the current item, when they are painted using the paint style. This property is in effect for bar item links displayed within the Ribbon Control and RibbonStatusBar controls. - - - An integer value that specifies the width of links corresponding to the current item, when they are painted using the paint style. - - - - - - - Gets or sets a for the current bar item. - - - A object associated with the item. - - - - - - - Gets or sets an object that contains data on the current item. - - - An Object that contains data on the current item. - - - - - - - Updates data bindings used by this BarItem. - - - - A BindingContext property that is the updated context for data bindings. - - - - - - - - Gets or sets whether the item's links are painted using the item's own font (Appearance.Font). - - - - true if the item's links are painted using the item's own font; otherwise false. - - - - - - - - Specifies when a specific item is visible. - - - A enumerator value defining the visibility of a specific item. - - - - - - - Determines whether an item is visible when the bar is vertically oriented . - - - true, if an item is visible within a vertical bar; otherwise, false. - - - - - - - When overridden in a derived class, this property specifies the current item width. - - - Item width. - - - - - - - - Represents the within a bar or a menu. - - - - - - - Returns the currently active editor. - - - A BaseEdit object representing the currently active editor. - - - - - - - Closes the item link editor without saving changes to the item editor. - - - - - - - - Gets a value indicating whether an editor can be activated for this link. - - - true if the editor specified by the corresponding item can be activated in this link; otherwise false. - - - - - - - Gets or sets whether the link that corresponds to a bar edit item can be resized. - - - true if the link that corresponds to a bar edit item can be resized; otherwise, false. - - - - - - - Returns whether or not this link can be shown. - - - true, if this link can be shown; otherwise, false. - - - - - - - Gets or sets the alignment of the link's caption relative to the edit box. - - - A value that specifies the caption's alignment. - - - - - - - Hides the active editor saving any changes made. - - - true if the link's editor has been closed; otherwise, false. - - - - - - - Gets the editor associated with a . - - - A descendant providing information on the editor type and its edit settings. - - - - - - - Indicates that the current link's editor is active. - - - true, if the current link's editor is active, otherwise, false. - - - - - - - Specifies the edited value in the referenced by the current link. - - - An Object expression that represents the edited value. - - - - - - - Gets or sets the width of an editor, hosted within this BarEditItemLink. - - - An Int32 value that is the width of an editor, hosted within this BarEditItemLink. - - - - - - - Activates and moves focus to the editor associated with the link. - - - - - - - - Closes the editor of an item link without saving changes. - - - - - - - - Returns a to which the current item link corresponds. - - - A to which the current item link corresponds. - - - - - - - Gets the minimum width of the current item link. - - - The current item link's width, in pixels. - - - - - - - Saves changes made by the item link editor. - - - - - - - - Activates this link's editor. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Represents a bar item containing an editor from the DevExpress Editors Library. - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new instance of the class with the specified BarManager. - - - - A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified Bar Manager and editor. - - - - A object representing the Bar Manager responsible for managing the current item. This value is assigned to the property. - - - - A descendant representing the editor associated with the item. This value is assigned to the property. - - - - - - - - Gets or sets a value specifying whether the width of links corresponding to this BarEditItem is automatically increased to fill the owning bar row in its entirety. - - - - true, if the links corresponding to this item are automatically enlarged to fill the width of the owning bar row; otherwise false. - - - - - - - Gets or sets whether this BarEditItem's editor should be resized to fit the menu width or use its own width settings. - - - - A enumerator value that specifies whether this BarEditItem editor should be resized to fit the menu width or use its own width settings. - - - - - - - - - Gets or sets whether editors should automatically lose focus when a value is being selected from their dropdown lists. - - - true if editors should automatically lose focus when selecting a value from their dropdown lists; otherwise, false. - - - - - - - Determines whether the editor of the current can be activated. - - - true, if an editor can be activated; otherwise, false. - - - - - - - Gets or sets the alignment of the item's caption relative to the edit box. - - - A value that specifies the caption's alignment. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Specifies an editor associated with the current . - - - A RepositoryItem representing a specific item editor. - - - - - - - Specifies the current editor's height. - - - The editor's height. - - - - - - - Gets or sets the padding for the editor within this BarEditItem. - - - - - - - - - Gets or sets a value which specifies how an item's editor is activated. - - - A enumeration value which specifies how an item's editor is activated. - - - - - - - Gets or sets the in-place editor's value. - - - An Object that specifies the editor's value. - - - - - - - Occurs when the property value changes. - - - - - - - - Gets or sets the width of an editor, hosted within this BarEditItem. - - - An Int32 value that is the width of an editor, hosted within this BarEditItem. - - - - - - - Occurs when an editor is closed. - - - - - - - - Gets or sets a value specifying whether links can be highlighted when this item's editor is active. - - - true if links can be highlighted when this item's editor is active; otherwise false. - - - - - - - This member is not supported by the BarEditItem object. - - - An integer value. - - - - - - - Occurs before activating an editor. - - - - - - - - Occurs after an editor has been activated. - - - - - - - - This member is not supported by the BarEditItem object. - - - An integer value. - - - - - - - This member is not supported by the BarEditItem object. - - - An integer value. - - - - - - - Gets or sets whether or not to enable the bar item's padding. This property is only in effect within a . - - - true, to enable the bar item's padding; otherwise, false. - - - - - - - Determines whether the current is visible, if a specific bar is vertically oriented. - - - true, if the current is visible in a vertical bar, otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Represents a bar element that can contain links to other items. - - - - - - - Indicates whether the current menu can be opened. - - - true, if the current menu can be opened; otherwise, false. - - - - - - - Closes the control submenu. - - - - - - - - Gets the display caption of the current . - - - The current caption. - - - - - - - Releases all resources used by the . - - - - - - - - Gets the item to which this link corresponds. - - - A object representing the item associated with this link. - - - - - - - Gets or sets a value indicating whether the Dropdown control of an item is visible. - - - true, if the Dropdown control of an item is visible; otherwise, false. - - - - - - - Opens the control submenu. - - - - - - - - Gets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItemLink. This property is in effect when the current BarCustomContainerItemLink is displayed in the Inplace popup show mode. - - - - A value that specifies whether the navigation header that provides navigation through the menu hierarchy, is shown in the header of the current BarCustomContainerItemLink - - - - - - - - Provides access to the links owned by the corresponding container item. - - - A object containing links owned by the corresponding container item. - - - - - - - - Provides the functionality for all container items. - - - - - - - Gets or sets the background color of items contained within a descendant. - - - The background color of items contained within a descendant. - - - - - - - Gets or sets the background image of items contained within a descendant. - - - The background image of items contained within a descendant. - - - - - - - Occurs when an item submenu closes. - - - - - - - - Returns whether the current container item owns the link which refers to the specified item. - - - - A object representing the item to locate. - - - true, if the container item contains a link referring to the specified item; otherwise, false. - - - - - - - Allows you to provide child items for the current BarCustomContainerItem object, or to customize the existing child items. - - - - - - - - Provides access to links owned by the container item. - - - A object containing links owned by the container item. - - - - - - - Provides access to style settings for links owned by the current container item. - - - A object providing style settings for links owned by the container item. - - - - - - - Gets or sets the width of the bar displayed to the left of the sub-menu. - - - An integer value specifying the width of the menu bar in pixels. - - - - - - - Gets or sets a caption displayed when the current object's items are represented as a popup menu. - - - A string that specifies the menu caption. - - - - - - - Gets or sets the menu's display mode. - - - - A value that specifies the menu's display mode. - - - - - - - - Enables you to paint the content of the bar displayed to the left of the sub-menu. - - - - - - - - Occurs when an item's submenu pops up. - - - - - - - - Gets or sets whether the menu header is visible when the current object's items are displayed as a popup menu. - - - true if the menu header is visible; otherwise, false. - - - - - - - Gets or sets whether the navigation header that provides navigation through the menu hierarchy, is shown at the top of the current BarCustomContainerItem. This property is in effect when the current BarCustomContainerItem is displayed in the Inplace popup show mode. - - - - - A value that specifies whether the navigation header that provides navigation through the menu hierarchy, is shown in the current BarCustomContainerItem. - - - - - - - - - Represents a link to the . - - - - - - - Copies the values of the and properties from the specified object to the current object. - - - - A object whose and properties' values are copied to the current object. - - - - - - - - Gets a value indicating whether the Dropdown button of the can be pressed. - - - true, if the Dropdown button of the can be pressed; otherwise, false. - - - - - - - Disposes of the current object. - - - - - - - - If the button acts as a dropdown, this property gets or sets the Key Tip used to activate the dropdown. - - - A string that specifies the Key Tip used to activate the button's dropdown, if any. - - - - - - - Indicates whether the item to which the current link corresponds is enabled. - - - true, if the item to which the current link corresponds is enabled; otherwise, false. - - - - - - - Hides the dropdown control associated with the current bar item. - - - - - - - - Gets or sets the index of an image from the collection that should be used as an icon for this link. - - - An Int32 value that is the index of an image from the collection that should be used as an icon for this link. - - - - - - - Gets or sets a value indicating whether the Dropdown control of an item is visible. - - - true if the Dropdown control of an item is visible; otherwise, false. - - - - - - - Returns a to which the current item link corresponds. - - - A to which the current item link corresponds. - - - - - - - Gets a value indicating whether the Dropdown control of an item is visible. - - - true if the Dropdown control of an item is visible; otherwise, false. - - - - - - - Displays the dropdown control associated with the current bar item. - - - - - - - - - Represents a toolbar button or menu item. - - - - - - - Initializes a new class instance . - - - - - - - - Creates a new instance of the class. - - - - A object specifying the Bar Manager owning the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the image assigned to the item by its index within the source collection. This value is assigned to the property. - - - - - - - - Creates a new instance of the class. - - - - A object representing the Bar Manager owning the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - An integer value specifying the image of the created item by its index within the source collection. This value is assigned to the property. - - - - A object specifying the keyboard shortcut assigned to the created item. This value is assigned to the property. - - - - - - - - Creates a new instance of the class. - - - - A class instance specifying the manager owning the created item. This value is assigned to the property. - - - - A string value specifying the caption of the created item. This value is assigned to the property. - - - - - - - - Gets or sets whether this BarButtonItem should be displayed as a single element. This property is in effect when the property is set to . - - - true, if this BarButtonItem should be displayed as a single element; otherwise, false. - - - - - - - Gets or sets whether an arrow for the pop-up button should be displayed. - - - true, if an arrow for the pop-up button should be displayed; otherwise, false. - - - - - - - Gets or sets whether the drop-down BarButtonItem should display an arrow in menus. - - - true, if the drop-down BarButtonItem should display an arrow in menus; otherwise, false. - - - - - - - Binds the specific parameterized command to this BarButtonItem. - - - - An Object that is the command to be bound to this BarButtonItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this BarButtonItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BarButtonItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BarButtonItem. - - - - - - - Get or sets the button item's style which determines how the current bar button item functions. - - - - A value that determines how this item functions. - - - - - - - - Gets a value indicating whether the Dropdown button of the component can be pressed. - - - true, if the Dropdown button of the component can be pressed; otherwise, false. - - - - - - - Gets or sets the BarButtonItem's caption. - - - A String value that is the BarButtonItem's caption. - - - - - - - Gets or sets whether clicking the current BarButtonItem's link within a should close this menu. - - - true, if clicking the current BarButtonItem's link within a should close this menu; otherwise, false. - - - - - - - Gets or sets the BarButtonItem's description. - - - A String value that is the BarButtonItem's description. - - - - - - - Gets or sets a Dropdown control for the component. - - - A Dropdown control for the component. - - - - - - - Gets or sets a value indicating whether a dropdown control, assigned to the property, is enabled. - - - true if the associated dropdown control is enabled; otherwise, false. - - - - - - - Gets or sets the BarButtonItem's regular icon. - - - An Image that is the BarButtonItem's regular icon. - - - - - - - Gets or sets a regular icon for the disabled BarButtonItem. - - - An Image that is the disabled BarButtonItem regular icon. - - - - - - - Specifies the bar item's regular hint. - - - A string that specifies the bar item's regular hint. - - - - - - - Gets or sets the index of a regular icon assigned to the BarButtonItem. - - - An Int32 value that is the index of a regular icon assigned to the BarButtonItem. - - - - - - - Provides access to properties that affect this button's icon. - - - A object that stores image-related settings for this BarButtonItem object. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current item. -A specific version of the addressed image is automatically chosen, based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current item. - - - - - - - Gets or sets the BarButtonItem's large icon. - - - An Image that is the BarButtonItem's large icon. - - - - - - - Gets or sets the large icon for the disabled BarButtonItem. - - - An Image that is the large icon for the disabled BarButtonItem. - - - - - - - Gets or sets the index of a large icon assigned to the BarButtonItem. - - - An Int32 value that is the index of a large icon assigned to the BarButtonItem. - - - - - - - Gets or sets whether the current Split Button should repeat the last selected command from its drop-down when clicked. - - - - true, if the current Split Button should repeat the last selected command from its drop-down when clicked; otherwise, false. - - - - - - - - Gets or sets the Super Tip for the current BarButtonItem. - - - A SuperToolTip object that is the Super Tip for the current BarButtonItem. - - - - - - - - Represents a Windows-like toolbar. - - - - - - - Initializes a new instance of the class. - - - - A that will contain the new class instance. - - - - - - - - Initializes a new class instance. - - - - A that will contain a new class instance. - - - - The name of the created class instance. Determines the property. - - - - The dock style of the created class instance. Determines the property. - - - - This parameter is ignored. - - - - The bounding rectangle of the new class instance. - - - - An object containing information on component links. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - The component that will contain the current bar. - - - - The current bar name. - - - - The current bar docking style. Obtained from the enumeration. - - - - This parameter is ignored. - - - - The current bar rectangle when it is floating. - - - - A LinksInfo class instance. - - - - The current bar docking position. - - - - The current bar offset - - - - - - - - Initializes a new class instance. - - - - A that will contain a new class instance. - - - - The current bar's name. - - - - The current bar's docking style. Obtained from the enumeration. - - - - This parameter is ignored. - - - - The current bar's rectangle when floating. - - - - A LinksInfo class instance. - - - - The current dock position. - - - - The current offset. - - - - The current set of posssible dock styles. - - - - The current background color. - - - - The current background image. - - - - - - - - Initializes a new class instance. - - - - A that will contain a new class instance. - - - - The current bar's name. - - - - The current bar's docking style. Obtained from the enumeration. - - - - This parameter is ignored. - - - - The current bar's rectangle when floating. - - - - A LinksInfo class instance. - - - - The current dock position. - - - - The current offset. - - - - The current set of posssible dock styles. - - - - The current background color. - - - - - - - - Initializes a new class instance. - - - - A object representing the owner of the created bar. This value is assigned to the property. - - - - A string value representing the name of the created bar. This value is assigned to the property. - - - - A enumeration value specifying the edge of the container to which the bar is docked. This value is assigned to the property. - - - - This parameter is ignored. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color structure that specifies the bar's background color. This value is assigned to the property. - - - - A System.Drawing.Image object representing the bar's background image. This value is assigned to the property. - - - - An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. - - - - An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. - - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Initializes a new instance of the class. - - - - A representing the owner of the created bar. This value is assigned to the property. - - - - A string value representing the name of the created bar. This value is assigned to the property. - - - - - - - - Initializes a new Bar object with the specified settings. - - - - A object representing the owner of the created bar. This value is assigned to the property. - - - - A string value representing the name of the created bar. This value is assigned to the property. - - - - The dock style of the created class instance. Determines the property. - - - - This parameter is ignored. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color structure that specifies the bar's background color. This value is assigned to the property. - - - - An integer value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. - - - - An integer value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. - - - - - - - - Initializes a new Bar object with the specified settings. - - - - A object representing the owner of the created bar. This value is assigned to the property. - - - - A string value representing the name of the created bar. This value is assigned to the property. - - - - The dock style of the created class instance. Determines the property. - - - - This parameter is ignored. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An integer value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. - - - - An Image object that is the bar's background image. Specifies the property. - - - - An Int32 value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. - - - - An Int32 value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. - - - - An Int32 value specifying the indent of item contents to their edges in the same direction as the current bar's orientation. This value is assigned to the property. - - - - An Int32 value specifying the indent of item contents to their edges in the opposite direction of the current bar's orientation. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. - - - - An Image object that is the bar's background image. Specifies the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - A set of flags that specifies edges of the container to which the bar can be docked. This value is assigned to the property. - - - - A System.Drawing.Color value that specifies the bar's background color. This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - A System.Drawing.Point structure specifying the position of the created bar among other bars docked to the same container's edge. This value is used to initialize the and properties. - - - - An Int32 value that specifies the offset of the created bar from the dock site's left or top edge (when the bar is oriented horizontally or vertically, respectively). This value is assigned to the property. - - - - - - - - Initializes a new instance of the Bar class with the specified settings. - - - - A Bar Manager that owns the newly created Bar. This value is assigned to the property. - - - - A String value that is the Bar's name. This value is assigned to the property. - - - - A BarDockStyle enumerator value that specifies the Bar's dock style. Determines the property. - - - - A System.Drawing.Rectangle structure that specifies the floating size and location of the created bar. This value is used to initialize the and properties. - - - - A LinksInfo object representing the internal links collection. This value is assigned to the property. - - - - - - - - Adds a link to the control. - - - - A descendant instance. - - - An instance of the new link. - - - - - - - Creates links to bar items passed as an array. - - - - An array of descendants, links to which are to be created. - - - - - - - - Specifies appearance settings for the bar. - - - An object representing appearance settings for the bar. - - - - - - - Applies changes made by the and properties. - - - - - - - - Returns a to its designed state. - - - - - - - - Gets or sets the background color of the . - - - The background color of the . - - - - - - - Gets or sets the background image of the . - - - The background image of the . - - - - - - - Provides appearance settings used to paint s within the current in different visual states. - - - A object that contains corresponding appearance options. - - - - - - - Gets or sets a value specifying the size of the horizontal indent between a link's border and its content, in pixels. - - - - An integer value specifying the number of pixels separating the content of bar items from their borders, horizontally. -1 if the indent is specified by the property of the Bar and Docking Controllers (Customizing Default View and Behavior Settings). - - - - - - - - Gets or sets a value specifying the size of the vertical indent between the link's borders and their content, in pixels. - - - An integer value specifying the number of pixels separating the contents of bar items from their borders vertically. -1 if the indent is specified by the of the Bar and Docking Controllers (Customizing Default View and Behavior Settings). - - - - - - - Gets or sets the name of the bar. - - - A string value representing the name of the bar. - - - - - - - Locks the Bar, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the Bar object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets or sets a value specifying the manner in which a bar can be docked. - - - A set of flags specifying the manner in which a bar can be docked. - - - - - - - Gets a value indicating whether the can be moved. - - - true, if the can be moved; otherwise, false. - - - - - - - Removes all links from the control. - - - - - - - - Occurs after the bar has been docked to another position by an end-user. - - - - - - - - Gets or sets the bar column index position when it is docked. - - - The horisontal bar column index when it is docked. - - - - - - - Gets or sets the bar row index when it is docked. - - - The bar row index when it is docked. - - - - - - - Gets or sets the dock style. - - - The dock style. - - - - - - - Unlocks the Bar object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Get or sets the location in screen coordinates if the bar is floating. - - - The location in screen coordinates if the bar is floating. - - - - - - - Get or sets the size of the in pixels if the bar is floating. - - - The size of the in pixels if the bar is floating. - - - - - - - Forces the current to be refreshed. - - - - - - - - Forces this Bar to redraw itself. - - - - - - - - Retrieves the list of links currently displayed within this Bar. - - - A object that contains links currently displayed within this Bar. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - Returns the actual horizontal indent between the content and the borders of bar links, measured in pixels. - - - - An integer value specifying the number of pixels between the content and the borders of bar links. - - - - - - - Returns the actual vertical indent between the content and the borders of bar links, measured in pixels. - - - - An integer value specifying the number of pixels between the content and the borders of bar links. - - - - - - - Gets or sets whether the current child bar is hidden from the child form during a merge operation. -This option is in effect if you subscribed to the parent BarManager's and events. - - - A value that specifies whether the current child bar is hidden from the child form during a merge operation. - - - - - - - Inserts a link in the at the specified index. - - - - An instance of the link before which a new link is inserted. - - - - A descendant instance whose link is inserted. - - - An instance of the added link. - - - - - - - Updates a bar control. - - - - - - - - Gets a value indicating whether the is floating. - - - true if the is floating; otherwise, false. - - - - - - - Indicates that the Bar Manager is being loaded. - - - true, if the Bar Manager is being loaded; otherwise, false. - - - - - - - Gets a value indicating whether the is the application's main menu. - - - true, if the is the application's main menu; otherwise false. - - - - - - - Gets whether another bar has been merged into the current bar. - - - true if another bar has been merged into the current bar; otherwise, false. - - - - - - - Gets a value indicating whether the bar is a status bar. - - - true if the bar is a status bar, otherwise false. - - - - - - - Gets the collection of item links belonging to the current bar. - - - A object representing the collection of item links belonging to the bar. - - - - - - - Fires immediately after a link has been added to the bar. - - - - - - - - Fires immediately after a link has been removed from the bar. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - Gets or sets a value representing the Bar Manager that owns this bar. - - - A object representing the Bar Manager owning this bar. - - - - - - - Adds the visible links from the specified bar onto the current bar. - - - - A bar whose links will be added onto the current bar. The current and the specified bar must belong to different BarManagers. - - - - - - - - Gets the collection of item links that have been merged into the current bar. - - - A collection that specifies the collection of item links that have been merged into the current bar. - - - - - - - Gets or sets the offset in pixels from the left or top border of the bar container based on the dock style. - - - The offset in pixels from the left or top border of the bar container based on the dock style. - - - - - - - Gets or sets the options used to create a . - - - The options used to setup a . - - - - - - - Provides access to customization options for the current bar. - - - A object containing bar customization options. - - - - - - - Removes the first occurrence of a specific link from the . - - - - The link to remove from the . - - - - - - - - Returns a to its designed state. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Gets the bar's size. - - - A Size value that specifies the bar's size. - - - - - - - Gets or sets the control to which the bar belongs, if any. - - - A to which the bar belongs. null if the bar doesn't belong to a StandaloneBarDockControl. - - - - - - - Gets or sets the name of the control to which the bar belongs, if any. - - - A string that specifies the name of the control to which the bar belongs. An empty string if the bar doesn't belong to a StandaloneBarDockControl. - - - - - - - Gets or sets an object that contains custom data for the current Bar object. - - - An object that contains custom data for the current object. - - - - - - - Gets or sets the bar's display text. - - - A string identifying the bar's display text. - - - - - - - Returns a that represents the current . - - - A that represents the current . - - - - - - - Restores the links layout of the current bar after another bar has been merged with it. - - - - - - - - Gets or sets a value indicating whether the is displayed. - - - true, if the is displayed; otherwise, false. - - - - - - - Fires immediately after the visibility of the bar has been changed. - - - - - - - - Gets the collection of visible bar item links displayed within the bar. - - - A collection of visible bar item links. - - - - - - - - Specifies width settings for a specific . - - - - - - - Resizes a specific 's link so its width matches that link's contents width. - - - - - - - - Leaves the width of a specific 's link at the precompiled state. - - - - - - - - Resizes a specific 's link so that it consumes the largest possible area of a specific bar. - -This option is only in effect when the link is positioned within a status bar specified by the property. - - - - - - - - - - Contains flags that define the bar's look and feel. - - - - - - - If active, allows end-users to delete the bar by pressing the Delete button in the Customization window. Otherwise, end-users can only change the visibility of the bar. This is performed by means of the check box corresponding to the bar name. - - - - - - - - If active, allows quick bar customization. The Dropdown button is painted in the end of the toolbar in this case. This button invokes the popup menu that allows end-users to add or remove buttons, reset the toolbar to its initial state and invoke the Customization dialog. - - - - - - - - If active, the bar cannot be closed by end-users. In this case, the close button is not displayed when the bar is floating. It cannot be closed by means of the Customization dialog also. The property can be used to control the visibility of the bar in such a case. - - - - - - - - If active, the bar cannot be customized by end-users. Otherwise, end-users can perform drag-and-drop operations on links to add them to or delete from the bar. Links can be dragged when holding the ALT key or when the runtime customization is being performed. - - - - - - - - If active, allows to move a specific bar by dragging it using the mouse. - - - - - - - - If active and the bar is the status bar, the size grip is painted in its right-bottom corner. The image below displays the size grip painted in the status bar when the Windows XP painting style is applied to the BarManager. (The IsStatusBar option must be enabled to make a bar the status bar). - - - - - - - - - - If active, removes the bar from the runtime customization dialog. - - - - - - - - If active, makes a specific bar the main application menu. When the IsMainMenu option of a bar is activated, the same option of the previously main menu is disabled. Enabling this option also activates the UseWholeRow and MultiLine options and disables the Hidden option. - - - - - - - - If active, the bar becomes the status bar. The status bar is always docked to the bottom edge of the container, cannot be floating and occupies the whole row. (The UseWholeRow option is automatically enabled and the DrawDragBorder option is automatically disabled). When the IsStatusBar option of a bar is enabled, the same option of the previous status bar is disabled. Note also, that the IsStatusBar option cannot be active when the IsMainMenu option is enabled. - - - - - - - - If active, arranges items within a specific bar into several lines when the total width of these items exceeds the width of a bar. - - - - - - - - If active, deactivates all other options. - - - - - - - - If active, links of the bar are rotated when it is vertically oriented. When this option is enabled, edit links are hidden if docking the bar to the left or right edge of the container. - - - - - - - - If active, the bar is enlarged so that it occupies all the area provided to it. Other bars cannot be docked to the same bar row in this case. - - - - - - - - If active, makes the bar visible both at design and runtime. - - - - - - - - - Defines the paint style for a specific item. - - - - - - - Specifies that a specific item is represented by its caption only. - - - - - - - - - Specifies that a specific item is represented both by its caption and the glyph image. - - - - - - - - - Specifies that a specific item is represented by its caption when it is in a submenu, or by its image when it is in a bar. - - - - - - - - - Specifies that a specific item is represented using its default settings. - - - - - - - - - Specifies border settings for a specific item. - - - - - - - Reserved for future use. - - - - - - - - - Specifies no border. - - - - - - - - - Reserved for future use. - - - - - - - - Specifies a single line as a border. - - - - - - - - - Enumerates dock styles for bar objects. - - - - - - - A bar object is docked to the bottom of the owner control. - - - - - - - - A bar object is docked to the left side of the owner control. - - - - - - - - A bar object is floating. - - - - - - - - A bar object is docked to the right side of the owner control. - - - - - - - - Identifies a control. - - - - - - - - A bar object is docked to the top of the owner control. - - - - - - - - - Specifies the control style. - - - - - - - Applies the Check style to the component. - - - - - - - - Combines Check and DropDown styles. The target bar button item supports checked/unchecked states and has an assigned drop-down control. - - - - - - - - Applies the Default style to the component. The default style means that the link represents a regular push button. - - - - - - - - Applies the DropDown style to the component. - - - - - - - - - A container that displays the contents of a within a . - - - - - - - Initializes a new instance of the BackstageViewClientControl class. - - - - - - - - Gets the object that provides accessibility information. - - - - The object that provides accessibility information. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This property is overridden to support the 's internal infrastructure. - - - - - - - - - - This property is overridden to support the 's internal infrastructure. - - - - - - - - - - Returns the control's background color. - - - The control's background color. - - - - - - - This property is overridden to support the 's internal infrastructure. - - - - - - - - - - This property is overridden to support the 's internal infrastructure. - - - - - - - - - - This property is overridden to support the 's internal infrastructure. - - - - - - - - - - - Handles events that occur for a 's items. - - - - - - - A method that will handle events that take object as a parameter. - - - - - A object that is the event sender. - - - - A object that provides data for the event. - - - - - - - - - This item acts as a button within a . - - - - - - - Initializes a new instance of the BackstageViewButtonItem class. - - - - - - - - Provides access to appearance settings applied to the item's caption when the item is pressed. - - - An that contains corresponding appearance settings. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current item. - - - - - - - - Binds the specific parameterized command to this BackstageViewButtonItem. - - - - An Object that is the command to be bound to this BackstageViewButtonItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this BackstageViewButtonItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BackstageViewButtonItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BackstageViewButtonItem. - - - - - - - Gets or sets whether the current is closed when the current item is clicked. - - - true if the current is closed when the current item is clicked; otherwise, false. - - - - - - - Fires when the current item is clicked. - - - - - - - - - A base class for items within a . - - - - - - - Initializes a new instance of the BackstageViewItemBase class. - - - - - - - - Provides access to appearance settings applied to this BackstageViewItemBase descendant in the normal state. - - - - An that stores appearance settings applied to this BackstageViewItemBase descendant in the normal state. - - - - - - - - Provides access to appearance settings applied to this BackstageViewItemBase descendant in its disabled state. - - - An that stores appearance settings applied to this BackstageViewItemBase descendant in its disabled state. - - - - - - - Provides access to appearance settings applied to this BackstageViewItemBase descendant in its hovered state. - - - An that stores appearance settings applied to this BackstageViewItemBase descendant in its hovered state. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current item. - - - - - - - - Creates and returns a copy of the current item. - - - A descendant that is a copy of the current item. - - - - - - - Gets a that owns the current item. - - - A that owns the current item. - - - - - - - Gets or sets the item's name. - - - A string that specifies the item's name. - - - - - - - Gets or sets the item's visibility. - - - true if the item is visible; otherwise, false. - - - - - - - - A separator between items within a . - - - - - - - Initializes a new instance of the BackstageViewItemSeparator class. - - - - - - - - Disabled appearance settings are not supported for the BackstageViewItemSeparator objects. - - - - - - - - - - Hover appearance settings are not supported for the BackstageViewItemSeparator objects. - - - - - - - - - - - Acts as a tab page within a . - - - - - - - Initializes a new instance of the BackstageViewTabItem class. - - - - - - - - Provides access to appearance settings applied to the item's caption when the item is selected. - - - An that contains corresponding appearance settings. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current item. - - - - - - - - Gets or sets a user control where you can arrange custom controls. - - - A where you can arrange custom controls. - - - - - - - Gets or sets whether the current item is selected (when it is displayed within a ). - - - true if the current item is selected; otherwise, false. - - - - - - - Fires when the item's selection is changed. - - - - - - - - - A base class for items within a . - - - - - - - Initializes a new instance of the BackstageViewItem class. - - - - - - - - Gets or sets whether the current BackstageViewItem's icon should be painted with the BackstageViewItem foreground color. - - - A enumerator value that specifies whether the current BackstageViewItem's icon should be painted with the BackstageViewItem foreground color. - - - - - - - - Gets or sets whether HTML formatting is allowed when setting the property. - - - true if HTML formatting is allowed; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current item. - - - - - - - - Gets or sets the item's display caption. - - - A string that specifies the item's display caption. - - - - - - - Gets or sets the horizontal alignment of the item's caption region. - - - An value that specifies the caption horizontal alignment. - - - - - - - Gets or sets the vertical alignment of the item's caption region. - - - An value that specifies the caption vertical alignment. - - - - - - - Gets or sets whether the current item is enabled or disabled. - - - true if the current item is enabled; otherwise, false. - - - - - - - Gets or sets an image for the current item. - - - An Image object that is an image to be displayed within the current item. - - - - - - - Gets or sets an image for the current item that will be displayed when the current item is disabled. - - - An Image object that is an image to be displayed within the current item, when the item is disabled. - - - - - - - Gets or sets the horizontal alignment of the item's glyph region. - - - An value that specifies the glyph horizontal alignment. - - - - - - - Gets or sets an image for the current item that will be displayed when the current item is hovered over. - - - An Image object that is an image to be displayed within the current item, when the item is hovered over. - - - - - - - Gets or sets the location of the item's glyph region relative to its caption region. - - - An ItemLocation value that specifies the location of the item's glyph region relative to the caption region. - - - - - - - Gets or sets an image for the current item that will be displayed when the current item is pressed with a mouse button. - - - An Image object that is an image to be displayed within the current item, when the item is pressed with a mouse button. - - - - - - - Gets or sets the vertical alignment of the item's glyph region. - - - An value that specifies the glyph vertical alignment. - - - - - - - Gets or sets the index of an image within the collection. - - - A zero-based index of an image in the collection. - - - - - - - Gets or sets the index of an image within the collection. This image will be displayed when the current item is disabled. - - - A zero-based index of an image in the collection. - - - - - - - Gets or sets the index of an image within the collection. This image will be displayed when the current item is hovered over. - - - A zero-based index of an image in the collection. - - - - - - - Gets or sets the index of an image within the collection. This image will be displayed when the current item is pressed using a mouse button. - - - A zero-based index of an image in the collection. - - - - - - - Gets the image collection assigned to the owner's property. - - - An object that is an owner's image collection. - - - - - - - - Fires when the item is hovered over with the mouse. - - - - - - - - Fires when the current item is pressed with the mouse (when the mouse button is pressed against the item and not yet released). - - - - - - - - Gets or sets the Key Tip for this BackstageViewItem. - - - A String value that is the Key Tip for this BackstageViewItem. - - - - - - - Removes the object that has been assigned to the current item. - - - - - - - - - Allows you to assign a Super Tip to the item. - - - A object that is a tool tip assigned to the item. - - - - - - - Gets or sets an object that contains custom data for the current BackstageViewItem object. - - - An object that contains custom data for the current object. - - - - - - - - A main menu for Ribbon UI, inspired by the menus found in MS Office 2010-2016. - - - - - - - Initializes a new instance of the BackstageViewControl class. - - - - - - - - Gets the object that provides accessibility information. - - - - The object that provides accessibility information. - - - - - - - - Gets or sets whether all s within the current BackstageViewControl should have their icons painted with these items' foreground color. - - - true, if all s within the current BackstageViewControl should have their icons painted with these items' foreground color; otherwise, false. - - - - - - - Provides access to appearance properties that paint this BackstageViewControl. - - - An object, which stores properties that paint this BackstageViewControl. - - - - - - - Occurs when the 'Back' button is clicked. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets which 's parts are visible when the current BackstageViewControl is displayed. - - - A BackstageViewShowRibbonItems enumerator value that specifies which 's parts are visible when the current BackstageViewControl is displayed. - - - - - - - Locks the BackstageViewControl, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Returns the hit info object for this BackstageViewControl. A hit info object provides means to identify which BackstageViewControl element is located at the target position. - - - - A Point structure that is the location for which the hit info should be returned. - - - A object. - - - - - - - Unlocks the BackstageViewControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets or sets the horizontal alignment of items' caption regions. - - - An value that specifies the horizontal alignment of items' caption regions. - - - - - - - Gets or sets the vertical alignment of items' caption regions. - - - An value that specifies the vertical alignment of items' caption regions. - - - - - - - - Closes this BackstageViewControl. - - - - - - - - Gets or sets the color scheme applied when painting the control's items. - - - A value that specifies the control's color scheme. - - - - - - - Allows you to assign a to the control, to manipulate the control's appearance settings. - - - A object that provides default look and feel options for the BackstageViewControl. - - - - - - - Allows you to manually re-draw this BackstageViewControl's items. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Unlocks the BackstageViewControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Returns the Bar and Docking Controllers (Customizing Default View and Behavior Settings) that provides look and feel options for the BackstageViewControl. - - - A object that provides look and feel options for the BackstageViewControl - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the object that controls drag-and-drop and mouse operations on the BackstageViewControl. - - - A BackstageViewControlHandler object. - - - - - - - Gets the object that contains the information needed to draw the BackstageViewControl. - - - A BackstageViewInfo object. - - - - - - - Gets or sets the horizontal alignment of items' glyph regions. - - - An value that specifies the horizontal alignment of items' glyph regions. - - - - - - - Gets or sets the location of items' glyph regions relative to caption regions. - - - An ItemLocation value that specifies the location of items' glyph regions relative to caption regions. - - - - - - - Gets or sets the distance between items' glyph and caption regions. - - - An integer value that specifies the distance between items' glyph and caption regions. - - - - - - - Gets or sets the vertical alignment of items' glyph regions. - - - An value that specifies the vertical alignment of items' glyph regions. - - - - - - - - Occurs after this BackstageViewControl is completely closed. - - - - - - - - Occurs whenever this BackstageViewControl is hiding. - - - - - - - - Fires when an item is highlighted and when item highlighting is cleared. - - - - - - - - Gets or sets the image displayed in the BackstageViewControl's right bottom corner. - - - An image to be displayed in the BackstageViewControl's right bottom corner. - - - - - - - Gets or sets a collection of images to be displayed within the control's items. - - - An object that specifies an image collection. - - - - - - - - Gets whether the control's visual updates are postponed. - - - true if the control's visual updates are postponed; otherwise, false. - - - - - - - Fires after any of the BackstageViewControl's items has been clicked with the mouse (the mouse button has been pressed and then released). - - - - - - - - Fires after any of the BackstageViewControl's items has been pressed with the mouse. - - - - - - - - Provides access to items owned by this BackstageViewControl. - - - A object that stores items owned by this BackstageViewControl. - - - - - - - Gets or sets the padding for all s and s within this BackstageViewControl. - - - A Padding structure that is the padding common to all s and s within this BackstageViewControl. - - - - - - - Gets a Key Tip manager for this BackstageViewControl. - - - A BackstageViewBaseKeyTipManager object that controls Key Tips for this BackstageViewControl. - - - - - - - Gets or sets the maximum width of the BackstageViewControl's left panel, where the control's items are displayed. - - - An integer value that specifies the maximum width of the BackstageViewControl's left panel. - - - - - - - Gets or sets the minimum width of the BackstageViewControl's left panel, where the control's items are displayed. - - - An integer value that specifies the minimum width of the BackstageViewControl's left panel. - - - - - - - Provides access to the settings applied in Office 2013 style, such as the BackstageViewControl content offset and animation on showing/hiding the control. - - - - A BackstageViewOffice2013StyleOptions object that contains settings applied in Office 2013 style. - - - - - - - - Gets or sets the control that owns the current BackstageViewControl. - - - A control that implements the IBackstageViewOwner interface. - - - - - - - Gets or sets whether this BackstageViewControl should be painted according to the current application skin or your own custom colors. - - - A enumerator value that specifies whether this BackstageViewControl should be painted according to the current application skin or your own custom colors. - - - - - - - Gets the parent appearance settings obtained from the BackstageViewControl that owns this BackstageViewControl. - - - An that owns the appearance settings of the BackstageViewControl that is this BackstageViewControl's parent. - - - - - - - - Updates the control reflecting the changes made to its settings. - - - - - - - - Gets or sets a that provides appearance settings for the current BackstageViewControl. - - - A that provides appearance settings for the current BackstageViewControl. - - - - - - - Gets or sets the currently selected tab item. - - - A object that is the currently selected tab item. - - - - - - - Allows you to respond to selecting tab items in a BackstageViewControl. - - - - - - - - Gets or sets the index of the selected tab item in the collection. - - - An integer value that is the zero-based index of the currently selected tab item in the collection. - - - - - - - Gets or sets whether a background image, specified by the property, is displayed in the control's right bottom corner. - - - true if a background image is displayed in the right bottom corner; otherwise, false. - - - - - - - Fires when the current BackstageViewControl is about to be shown. - - - - - - - - Fires when the current BackstageViewControl is shown. - - - - - - - - Gets or sets the current BackstageViewControl's style. - - - A BackstageViewStyle enumerator value that specifies the current BackstageViewControl's style. - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by elements of the BackstageViewControl class. - - - A object which controls the appearance and behavior of tooltips displayed by elements of the BackstageViewControl. - - - - - - - - - A popup toolbar whose transparency depends on the distance from the mouse cursor to it. - - - - - - - Initializes a new RibbonMiniToolbar class instance. - - - - - - - - Initializes a new RibbonMiniToolbar class instance with the specified container. - - - - An object which implements the interface. - - - - - - - - Gets or sets the toolbar's alignment relative to the mouse cursor. This alignment is used when the toolbar is displayed. - - - A enumeration value that specifies the toolbar's alignment. - - - - - - - - Gets or sets a value indicating whether the toolbar remains visible when a popup menu is displayed. - - - true if the toolbar remains visible when a popup menu is displayed, otherwise false. - - - - - - - Gets or sets whether tooltips can be displayed for items within the RibbonMiniToolbar. - - - true, if tooltips can be displayed for items within the RibbonMiniToolbar; otherwise, false. - - - - - - - Hides the toolbar. - - - - - - - - Occurs when the toolbar is about to be hidden. - - - - - - - - Provides access to a collection of item links displayed by the toolbar. - - - A object that contains item links displayed by the toolbar. - - - - - - - Provides access to the toolbar opacity options. - - - A object that specifies the toolbar opacity options. - - - - - - - Gets or sets the parent control which owns the toolbar. - - - A control that owns the toolbar. - - - - - - - Gets or sets a popup menu to be displayed simultaneously with the toolbar. - - - - A item to be displayed simultaneously with the toolbar. - - - - - - - - Gets a Ribbon Control that owns the toolbar. - - - A object that owns the toolbar. - - - - - - - Gets or sets the number of item link rows for this RibbonMiniToolbar. - - - An Int32 value that is the number of item link rows for this RibbonMiniToolbar. - - - - - - - Displays the toolbar at the specified position. - - - - A Point object that is the position where the toolbar will be displayed. - - - - - - - - Gets or sets an object that contains custom data for the current RibbonMiniToolbar object. - - - An object that contains custom data for the current object. - - - - - - - Gets the textual representation of this RibbonMiniToolbar object. - - - A String value that is the textual representation of this RibbonMiniToolbar object. - - - - - - - - Provides opacity options for a toolbar. - - - - - - - Initializes a new RibbonMiniToolbarOpacityOptions class instance. - - - - - - - - Initializes a new RibbonMiniToolbarOpacityOptions class instance with the specified opacity and transparency distances. - - - - An integer value that specifies an opacity distance. The parameter initializes the property. - - - - An integer value that specifies a transparency distance. The parameter initializes the property. - - - - An integer value that specifies a transparency distance after a bar has been hovered. The parameter initializes the property. - - - - - - - - Gets and sets whether the toolbar supports transparency. - - - true if the toolbar supports transparency, otherwise false. - - - - - - - Gets the RibbonMiniToolbarOpacityOptions object with its properties set to default values. - - - A object with its properties set to default values. - - - - - - - Determines whether the specified object is equal to the current object. - - - - An object to compare with the current object. - - - true if the specified object is equal to the current object; otherwise, false. - - - - - - - Returns the hash code for this instance. - - - A 32-bit signed integer hash code. - - - - - - - Gets and sets an opacity distance that is the maximum distance when the toolbar is opaque. - - - The integer value that is an opacity distance. - - - - - - - Gets the RibbonMiniToolbarOpacityOptions object text representation. - - - A string that is the RibbonMiniToolbarOpacityOptions object. - - - - - - - - Gets and sets the minimum distance where the toolbar disappears. - - - The integer value that is the minimum distance where the toolbar disappears. - - - - - - - Gets and sets the distance where a toolbar disappears, provided that it has been hovered with a mouse. - - - - The integer value that is the distance where a toolbar disappears, provided that it has been hovered with a mouse. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.dll deleted file mode 100644 index 0789be8..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.xml deleted file mode 100644 index 2388ade..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraEditors.v18.1.xml +++ /dev/null @@ -1,61841 +0,0 @@ - - - - DevExpress.XtraEditors.v18.1 - - - - - - Contains values that specify how a mask is aligned relative to an image in the control. - - - - - - - A mask is aligned at the center of the bottom side of the image. - - - - - - - - A mask is aligned to the bottom left corner of the image. - - - - - - - - A mask is aligned to the bottom right corner of the image. - - - - - - - - The same as ZoomInside. - - - - - - - - A mask is aligned to the middle of the image. - - - - - - - - A mask is aligned at the center of the left side of the image. - - - - - - - - A mask is aligned at the center of the right side of the image. - - - - - - - - A mask is stretched to fit the image's boundaries. - - - - - - - - A mask is aligned at the center of the top side of the image. - - - - - - - - A mask is aligned to the top left corner of the image. - - - - - - - - A mask is aligned to the top right corner of the image. - - - - - - - - A mask is stretched proportionally within the image's boundaries. - - - - - - - - - Enumerates mask types for the control. - - - - - - - A circle mask. - - - - - - - - - - - Enables the use of a custom mask, assigned to the property. - - - - - - - - - - - No mask is applied. - - - - - - - - A rounded rectangle mask. - -Use the property to specify the radius of rounded corners. - - - - - - - - - - - - - Contains settings that enable masked mode and allow you to customize the masked mode behavior. - - - - - - - Initializes a new instance of the PictureEditOptionsMask class. - - - - The owner of the created PictureEditOptionsMask object. - - - - - - - - Gets or sets a custom mask, applied to the target image in mode. - - - A custom mask. - - - - - - - Gets or sets the outer margin of the mask. - - - The outer margin of the mask. - - - - - - - Gets or sets how a mask is aligned relative to the target image. - - - A value that specifies how a mask is aligned relative to the target image. The Default value is equivalent to ZoomInside. - - - - - - - Gets or sets which mask type is applied. - - - A value that specifies the mask type applied to the image. - - - - - - - Gets or sets the offset of the mask relative to the image. - - - The offset of the mask relative to the image. - - - - - - - Gets or sets the radius of rounded corners for the RoundedRect mask type (see ). - - - The radius of rounded corners for the RoundedRect mask type. - - - - - - - Gets or sets a custom size for the mask. - - - A custom size for the mask. - - - - - - - - Applies a format if a cell value is above or below the column's average. - - - - - - - Initializes a new instance of a FormatConditionRuleAboveBelowAverage class. - - - - - - - - Gets or sets the target range relative to a column's average value. - - - The target range relative to a column's average value. - - - - - - - - Creates a new instance of the FormatConditionRuleAboveBelowAverage class. - - - A new FormatConditionRuleAboveBelowAverage object. - - - - - - - - An image collection for an control. - - - - - - - Initializes a new instance of the SliderImageCollection class with the specified settings. - - - - An ImageSlider that owns the newly created SliderImageCollection. - - - - - - - - Adds an item to the current SliderImageCollection collection and returns its index. - - - - An Image object to be added to the current SliderImageCollection. - - - An integer value indicating an index of the item added. - - - - - - - Returns whether the current SliderImageCollection contains a specified image object. - - - - - An Image object to check as to whether it belongs to the current SliderImageCollection. - - - - true if the current SliderImageCollection contains a specified image object; otherwise, false. - - - - - - - Returns an index of the specified Image object within the current SliderImageCollection. - - - - An Image object, whose index is to be obtained. - - - An integer value that defines an index of the specified Image object within the current SliderImageCollection. - - - - - - - Places an image object at the specified position in the current SliderImageCollection. - - - - - An integer value indicating a position within the current SliderImageCollection to which an image will be placed. - - - - - An Image object to be added to a specified position in the current SliderImageCollection. - - - - - - - - Provides indexed access to images stored within the SliderImageCollection. - - - - An integer value, specifying a position of the required Image object within the current SliderImageCollection - - - An Image object contained within the current SliderImageCollection at the specified position. - - - - - - - Removes the specified image from the current SliderImageCollection. - - - - An Image object to be removed from the current SliderImageCollection. - - - - - - - - Gets an that owns the current SliderImageCollection. - - - An that owns the current SliderImageCollection. - - - - - - - - Applies a format using a three-color scale to display data distribution and variation. - - - - - - - Initializes a new instance of a FormatConditionRule3ColorScale class. - - - - - - - - Creates a new instance of the FormatConditionRule3ColorScale class. - - - A new FormatConditionRule3ColorScale instance. - - - - - - - Gets or sets a value that specifies the midpoint of the target value range. - - - - A value that specifies the midpoint of target the range. - - - - - - - - Gets or sets the color corresponding to the midpoint of the target value range. - - - The color corresponding to the midpoint of the target value range. - - - - - - - - Gets or sets the type of the midpoint of the target range. - - - The type of the midpoint of the target range. - - - - - - - - Represents a repository item that stores settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemColorPickEdit class. - - - - - - - - Provides access to the appearance settings used to paint the hot-tracked cell border color. - - - An object that specifies the appearance settings used to paint the hot-tracked cell border color. - - - - - - - Provides access to the appearance settings used to paint the selected cell border color. - - - An object that specifies the appearance settings used to paint the selected cell border color. - - - - - - - Copies settings from the object passed as the parameter. - - - - A RepositoryItemColorPickEdit object whose settings are copied to the current object. - - - - - - - - Gets or sets the border color of the box displaying the "Automatic" color. - - - - The border color of the box displaying the "Automatic" color. - - - - - - - - Gets or sets the color considered the "Automatic" color, which is selected when an end-user clicks the Automatic button in the Custom tab. - - - - The color considered the "Automatic" color. - - - - - - - - Gets or sets the caption of the Automatic button displayed in the Custom tab in the control. - - - A string that is the caption of the Automatic button displayed in the Custom tab. - - - - - - - Contains settings that affect the appearance of the "Select Color" dialog. - - - A object that contains settings affecting the appearance of the "Select Color" dialog. - - - - - - - - Fires after the "Select Color" dialog has been closed. - - - - - - - - Fires when the "Select Color" dialog is about to be displayed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets the editor which owns the current repository item object. - - - A editor owning the current repository item. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Fires the event. - - - - A object that contains data for the event. - - - - - - - - Provides access to colors displayed in the Recent Colors group in the Custom page. - - - A object that comprises colors displayed in the Recent Colors group in the Custom page. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether the Web-Safe palette is displayed in a separate tab in the control's dropdown. - - - true if the Web-Safe tab is accessible to end-users; otherwise, false. - - - - - - - Provides access to colors displayed in the Standard Colors group in the Custom page. - - - A object that comprises colors displayed in the Standard Colors group in the Custom page. - - - - - - - Provides access to colors displayed in the Theme Colors group in the Custom page. - - - A object that comprises colors displayed in the Theme Colors group in the Custom page. - - - - - - - Gets or sets the tooltip display format of a color's value. - - - A value that is the tooltip display format of a color's value. - - - - - - - Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes. - - - - - - - - - Applies a format using a two-color scale to display data distribution and variation. - - - - - - - Initializes a new instance of a FormatConditionRule2ColorScale class. - - - - - - - - Creates a new instance of the FormatConditionRule2ColorScale class. - - - A new FormatConditionRule2ColorScale instance. - - - - - - - Gets or sets the color corresponding to the maximum threshold. - - - A value that specifies the color corresponding to the maximum threshold. - - - - - - - Gets or sets the color corresponding to the minimum threshold. - - - A value that specifies the color corresponding to the minimum threshold. - - - - - - - Gets or sets the name of the predefined color scale for the current conditional formatting rule. - - - The name of the predefined color scale for the current conditional formatting rule. - - - - - - - - Displays a video stream captured from a video input device, such as a webcam. - - - - - - - Initializes a new instance of the CameraControl class. - - - - - - - - Gets or sets whether the control, when displayed for the first time, automatically starts showing the video stream from the default device. - - - true if the control, when displayed for the first time, automatically starts showing the video stream from the default device; otherwise, false. - - - - - - - Fires when a context button is clicked. - - - - - - - - Allows you to customize the context buttons. - - - - - - - - Provides access to the settings applied to the context buttons displayed in the control, and the panels containing these buttons. - - - A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the control, and the panels containing these buttons. - - - - - - - Provides access to the collection of context buttons displayed in the control. - - - A ContextItemCollection object that represents the collection of context buttons displayed in the control. - - - - - - - Gets or sets the video capture device currently used by the control. - - - A object that describes the video capture device currently used by the control. - - - - - - - Occurs when the camera device used by the control is changed. - - - - - - - - Gets or sets the notification displayed by the control if no capture device is found. - - - A String value that specifies the notification displayed by the control if no capture device is found. - - - - - - - Fires when the orientation is about to be changed due to display rotation, allowing you to override the rotate angle. - - - - - - - - Returns the video capture device used by default. - - - A object that the control uses by default. - - - - - - - Returns the new object created based on the specified information. This is a static method. - - - - A object. - - - A object. - - - - - - - Returns the list of the objects containing information about the available video capture devices. This is a static method. - - - A list of the objects containing information about the available video capture devices. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Loads the video settings stored in the system registry by the specified path. - - - - A value that specifies the registry path from which to restore the video settings. - - - - - - - - Loads the video settings stored in the specified XML file. - - - - A value that specifies the file from which to restore the video settings. - - - - - - - - - Saves the video settings of the currently used capture device to the system registry. - - - - A value specifying the system registry path to which the video settings are saved. - - - true, if the operation is successfully completed; otherwise, false. - - - - - - - Saves the video settings of the currently used capture device to the specified file in XML format. - - - - A value that specifies the name of file to save the video settings. - - - - - - - - Gets or sets whether the context button that invokes the Camera Settings form is displayed in the top far corner of the control. - - - true, if the context button that invokes the Camera Settings form is displayed; otherwise, false. - - - - - - - Invokes the form that contains the camera device settings. - - - - - - - - Starts showing the video stream from the currently used device. - - - - - - - - Starts showing the video stream from the specified device. - - - - A object from which to capture and show the video stream. - - - - - - - - Stops showing the video stream from the currently used device. - - - - - - - - Returns the video frame currently captured by the device being used. - - - A object that is the video frame currently captured by the device being used. - - - - - - - - Provides access to the video settings (brightness, contrast, etc.) on the currently used device. - - - A object that comprises the video settings (brightness, contrast, etc.) on the currently used device. - - - - - - - Gets or sets how the video frame fits the control. - - - A enumeration value that specifies how the video frame fits the control. - - - - - - - - Represents a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - - The event source. This parameter identifies the which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. - - - - The node where the menu is to be displayed. - This value is used to initialize the property. - - - - - The type of the Filter Control's element where the menu is to be displayed. - This value is used to initialize the property. - - - - - The type of menu to be displayed. - This value is used to initialize the property. - - - - - The menu to be displayed. - This value is used to initialize the - property. - - - - - The position where the menu is to be invoked. This value is used to initialize the - property. - - - - - - - - Gets the node where the menu is to be displayed. - - - A Node object that identifies the clicked node. - - - - - - - Gets the type of the Filter Control's element where the menu is to be displayed. - - - An ElementType enumeration value that identifies the type of the Filter Control's element where the menu is to be displayed. - - - - - - - Gets the menu that will be invoked. - - - A object that is the menu to be invoked. - - - - - - - Gets the type of the FilterControl's menu to be invoked. - - - A FilterControlMenuType enumeration value that specifies the type of the FilterControl's menu to be invoked. - - - - - - - Gets the position where the menu is to be invoked. - - - A Point value that specifies the position where the menu is to be invoked. - - - - - - - Gets or sets whether the current menu should be restored to its default state, after it has been displayed on-screen. - - - A Boolean value that specifies whether the current menu should be restored to its default state after it has been displayed on-screen. - - - - - - - - Contains values that specify how a Filter Editor Control's criteria can be edited. - - - - - - - The Filter Editor's filter can be solely edited in text form, using a dedicated text editor. - - - - - - - - A Filter Editor displays two pages: Text and Visual, allowing an end-user to build filters in text and visual forms respectively. - - - - - - - - The Filter Editor's filter can be solely edited in a visual form, using a dedicated tree view. - - - - - - - - A Filter Editor displays two pages: Visual and Text, allowing an end-user to build filters in visual and text forms respectively. - - - - - - - - - A 's client that supports numeric (integer, double, decimal or float) range selection. - - - - - - - Initializes a new instance of the NumericRangeControlClient class. - - - - - - - - Gets or sets the end bound of the total range. - - - An object that is the end bound of the total range. - - - - - - - Gets or sets the start bound of the total range. - - - An object that is the start bound of the total range. - - - - - - - Gets or sets the ruler increment. This property also specifies the minimum increment for range selection. - - - An object that is the ruler increment. - - - - - - - - Contains values that specify how a control indicates data operations performed in a background thread. - - - - - - - The same as the option. - - - - - - - - Background operations are indicated within a dedicated indicator button. - -For the , these operations are indicated within the Header Panel Button. - - - - - - - - - Background operations are indicated within a special panel displayed above a control. - - - - - - - - - Contains values that specify the way time is edited in a control. - - - - - - - The time value is edited using spin buttons: - - - - - - - - - - - The time value is edited using a Touch-aware dropdown window: - - - - - - - - - - - - Contains values that enumerate a Calendar Control's display modes. - - - - - - - The classic calendar: - - - - - - - - - - - An Outlook 2016-inspired calendar style. - - - - - - - - - - - The appearance of the calendar is dependent on the current OS. - - - - - - - - - - - - - - - The touch-aware date-editing UI: - - - -For a control, the control's mask (see the inherited property) specifies which date-time columns are displayed in the dropdown calendar.To display time columns, enable the option. - - - - - - - - The Vista-style calendar: - - - - - - - - - - - - - Contains values that specify if and when a control's TabMiddleClick event fires. - - - - - - - - The default behavior. For the , this option is equivalent to None. - - - - - - - - A TabMiddleClick event fires on pressing the middle mouse button over a tab (before the button is released). - - - - - - - - - A TabMiddleClick event fires on clicking the middle mouse button over a tab (after the button is released). - - - - - - - - - A TabMiddleClick event does not fire. - - - - - - - - - Contains values that specify how the text case of strings is changed. - - - - - - - - The text case of a string is modified by the control automatically, based on the control's display mode and other settings. - - - - - - - - All alphabetic characters are in lowercase. - - - - - - - - The first letter of the first word is capitalized. - - - - - - - - If a text string is obtained from the system, it is displayed as is, without text case modifications. - - - - - - - - All alphabetic characters are in uppercase. - - - - - - - - - The button that supports two states - elevated and depressed. It is possible to prevent the button from receiving focus on a click. Multiple buttons can be combined into a radio group, in which only a single button is checked simultaneously. - - - - - - - - Initializes a new instance of the CheckButton class with the specified check state. - - - - A Boolean value that specifies the button's check state. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckButton class with default settings. - - - - - - - - Gets or sets whether a checked button that belongs to a logical group can be unchecked by clicking this button. - - - true if a checked button that belongs to a logical group can be unchecked by clicking this button. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this CheckButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that specifies whether this CheckButton is currently enabled. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckButton. - - - - - - - Binds the specific parameterized command to this CheckButton . - - - - An Object that is the command to be bound to this CheckButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that uses the boolean function to specify whether or not this CheckButton is currently checked. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this CheckButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that specifies whether this CheckButton is currently checked. - - - An IDisposable object. Disposing of this object unbinds the command from this CheckButton. - - - - - - - Gets or sets the button's check state. - - - true if the button is checked (in the depressed state); false if the button is unchecked (in the elevated state). - - - - - - - Allows you to respond to the button's check state being changed. - - - - - - - - Gets or sets the index of a logical group to which the button belongs. - - - An integer value that specifies the index of the logical group to which the button belongs. - - - - - - - Swaps the button's check state. - - - - - - - - - Displays a monthly calendar and allows an end-user to select a date or date range(s). - - - - - - - Initializes a new instance of the CalendarControl class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Imitates a click on the Today button. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Fires when the Today button is clicked. - - - - - - - - - Lists rules used to determine the first week of the year. - - - - - - - The rule specified by the System.Globalization.DateTimeFormatInfo.CalendarWeekRule property which defines a calendar week for a specific culture. The value is -1. - - - - - - - - Indicates that the first week of the year starts on the first day of the year and ends before the following designated first day of the week. The value is 0. - - - - - - - - Indicates that the first week of the year begins on the first occurrence of the designated first day of the week on or after the first day of the year. The value is 1. - - - - - - - - Indicates that the first week of the year is the first week with four or more days before the designated first day of the week. The value is 2. - - - - - - - - - Lists selection modes available for the end-user. - - - - - - - Multiple dates can be selected. - - - - - - - - End-user is allowed to select a single date only. - - - - - - - - - Lists modes which determine what dates become selected when selection extends. - - - - - - - Selects entire weeks - - - - - - - - Does not automatically extend the selection to the week's start and end. - - - - - - - - - Lists modes for displaying dates which do not belong to a current month but are displayed to fill in the first or last row. - - - - - - - If the calendar displays several months, only dates before the first month and after the last month shown are visible. - - - - - - - - - - - - - - - - - - - - - - - - - - Describes a video capture device, operates the device, and processes the received video stream. - - - - - - - Initializes a new instance of the CameraDevice class with the specified settings. - - - - A object that comprises system information about a video capture device. - - - - - - - - Gets the frame currently captured by the device. - - - A Bitmap object that is the frame currently captured by the device. - - - - - - - - The base class for controls that incorporate calendars. - - - - - - - Initializes a new instance of the CalendarControlBase class. - - - - - - - - Adds the specified date to the selection. - - - - The date to be added to the selection. - - - - - - - - Adds the specified date range to the selection. - - - - The first date of a range (this date is included in the range) - - - - The last date of a range (this date is NOT included in the range). - - - - - - - - Adds the specified date range to the selection. - - - - The range to be added to the selection. -The object specifies dates that lie in the range between the DateRange.StartDate (including this date) and the DateRange.EndDate (excluding this date). - - - - - - - - Gets or sets whether animation effects are applied when switching between calendar views. - - - true, if calendar views are switched using animation effects; otherwise, false. - - - - - - - Gets or sets whether a click on an inactive date (see ) navigates to the corresponding (previous or next) month. - - - true, if a click on an inactive date navigates to the corresponding (previous or next) month; otherwise, false. - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - Gets or sets whether the calendar automatically adjusts its size depending on the calendar display mode. - - - true, if auto-size mode is enabled; otherwise, false. - - - - - - - This member is not supported by the class. - - - - - - - - - - This member is not supported by the class. - - - - - - - - - - This member is not supported by the class. - - - - - - - - - - Gets or sets the style of buttons within this control. - - - A enumeration value that specifies the style applied to this control's buttons. - - - - - - - Contains appearance settings used to paint the Calendar's elements and date cells in various states. - - - The calendar appearance settings. - - - - - - - Gets or sets whether an end-user can select a date in the calendar. Disable this setting to allow end-users to enter only the time portions of date-time values (see ). - - - true, if an end-user can select a date in the calendar; otherwise, false. - - - - - - - Gets or sets the horizontal indent between adjacent months, in pixels. - - - The horizontal indent between adjacent months, in pixels. - - - - - - - Gets or sets the vertical and horizontal indent between adjacent months, in pixels. - - - The vertical and horizontal indent between adjacent months, in pixels - - - - - - - Gets or sets whether an end-user can edit the time portion of a date value via the calendar. This functionality is supported in the and display modes. - - - - A value that specifies whether an end-user can edit the time portion of a date value via the calendar. - - - - - - - Contains settings related to time editing within the calendar. - - - Time editing settings. - - - - - - - Gets or sets the vertical indent between adjacent months, in pixels. - - - The vertical indent between adjacent months, in pixels. - - - - - - - Gets or sets the calendar display mode. - - - The calendar display mode. - - - - - - - Returns whether or not this CalendarControlBase object's popup can be closed at the moment. - - - true if the popup can be closed; otherwise, false. - - - - - - - Gets or sets the text case of month names. - - - The text case of month names. - - - - - - - Gets or sets the text case of days of the week abbreviations. - - - The text case of days of the week abbreviations. - - - - - - - Gets or sets the amount of space in pixels between a cell's borders and its content (text). - - - Calendar cell padding - - - - - - - Gets or sets calendar cell size. - - - The calendar cell size. - - - - - - - Gets or sets the ICalendarCellStyleProvider object that allows you to customize the appearance of certain dates. - - - The object that allows you to customize the appearance of certain dates. - - - - - - - Gets or sets the number of months displayed horizontally. - - - The number of months displayed horizontally. - - - - - - - Allows you to respond to a context button click. - - - - - - - - Allows you to customize context buttons in certain calendar cells. - - - - - - - - - Provides access to the settings applied to context buttons displayed in calendar cells. - - - - An object that contains settings applied to the context buttons. - - - - - - - Provides access to the collection of context buttons displayed in each calendar cell. - - - The collection of context buttons. - - - - - - - Fires when the , or property value changes. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Allows hints for context buttons () to be customized. This event is only raised for and objects. - - - - - - - - - Occurs when drawing each day cell in the calendar. - - - - - - - - Allows you to provide custom week day abbreviations. - - - - - - - - Allows week numbers to be customized. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the edit value (current date). This value is in sync with the property. - - - The edit value. - - - - - - - Fires when the property value changes. - - - - - - - - Fires when the property value changes as a result of actions performed by an end-user. - - - - - - - - - Allows you to disable certain dates to prevent them from being selected by an end-user. - - - - - - - - Allows you to assign an ICalendarDisabledDateProvider object that can disable certain dates to prevent them from being selected by an end-user. - - - An object that can disable certain dates to prevent them from being selected by an end-user. - - - - - - - Gets or sets whether to draw lines between calendar cells. - - - true, if lines between calendar cells are visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets the edit value (current date). - - - The current date. - - - - - - - Fires when the property value changes. - - - - - - - - Gets or sets the first day of the week. - - - A enumeration value specifying the first day of the week. - - - - - - - This member is not supported by the class. - - - - - - - - - - This member is not supported by the class. - - - - - - - - - - Allows you to convert the EditValue to the DateTime format. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the last date of the last month currently displayed in the calendar. - - - A structure that specifies the last date of the last month currently displayed in the calendar. - - - - - - - Obtains information on the calendar control's element located at the specified point. - - - - A structure which specifies the test point coordinates relative to the calendar control's top-left corner. - - - A object which comprises information about a specific point in the calendar control. - - - - - - - Retrieves information on the calendar control element located at a specific point. - - - - - An object that comprises the test point coordinates relative to the calendar control's top-left corner. - - - A object which comprises information about a specific point in the calendar control. - - - - - - - Returns the culture information used to display culture-specific data in the calendar. - - - A CultureInfo used to display culture-specific data in the calendar. - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A value. - - - - - - - Returns the first date of the first month currently displayed in the calendar. - - - A structure that specifies the first date of the first month currently displayed in the calendar. - - - - - - - Gets or sets the amount of space around the calendar header displaying the current month and year. This property is in effect for the Classic calendar view. - - - A structure that specifies the amount of space around the calendar header displaying the current month and year. The default is Padding(2,5,2,5). - - - - - - - Gets or sets whether Saturdays and Sundays are highlighted. You can customize the appearance of these days using the property. - - - true, if Saturdays and Sundays are highlighted; otherwise, false. - - - - - - - Gets or sets whether the selection is highlighted. - - - true, if the selection is highlighted; otherwise, false. - - - - - - - Gets or sets whether Today's date is highlighted. - - - A value that specifies if Today's date is highlighted - - - - - - - Gets or sets how the cell that displays today date should be painted upon selection. You may choose between the 'Today cell' and 'selected cell' highlight styles. - - - - true, to apply the 'today cell' appearance; otherwise, false. - - - - - - - Gets the hot-tracked date. - - - The date that is hovered over. - - - - - - - Gets or sets the visibility of dates that do not belong to the current month. - - - The visibility of dates that do not belong to the current month. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Gets or sets the maximum date displayed by the calendar. - - - The maximum date displayed by the calendar. - - - - - - - Gets or sets the minimum date displayed by the calendar. - - - The minimum date displayed by the calendar. - - - - - - - Gets or sets the padding around month names when several months are displayed simultaneously. - - - A structure that specifies the padding around month names when several months are displayed simultaneously. - - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - Gets or sets the date assigned to the property when the Clear button is clicked, or when the property is set to null or any value that cannot be converted to the DateTime type. - - - The value regarded as the Null date. - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Allows you to parse a new value that is about to be assigned to the property. - - - - - - - - Called when a key is pressed. - - - - A object that comprises data related to the key event. - - - - - - - - Gets or sets whether the Calendar is read-only, and thus an end-user is not able to change the date selection () and edit value (/). - - - true, if the Calendar is read-only; otherwise, false. - - - - - - - Nullifies the object that handles the control events. - - - - - - - - Gets or sets whether the control's visual elements are aligned to support locales using right-to-left fonts. - - - - A enumeration value that specifies whether the control's visual elements are aligned to support locales using right-to-left fonts. The DefaultBoolean.Default value is equivalent to DefaultBoolean.False. - - - - - - - - Gets or sets the number of months displayed vertically. - - - The number of months displayed vertically. - - - - - - - Gets or sets the selected date ranges (DateRange objects). -Each DateRange object identifies dates that are EQUAL OR GREATER THAN the DateRange.StartDate and LESS THAN the DateRange.EndDate. Thus the last date is excluded from the range. - - - A collection of selected date ranges. - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - Gets or sets whether calendar date ranges are selected strictly from day to day being clicked, or through the entire weeks containing those days. - - - - A enumeration value that specifies how an end-user selects date ranges. - - - - - - - Fires when the selection changes. - - - - - - - - Gets the ending date of the selection. The SelectionEnd date is excluded from the selection. - - - The ending date of the selection. - - - - - - - Gets or sets whether a single date, or multiple dates can be simultaneously selected. - - - - The selection mode. - - - - - - - Gets the first date of the selection. - - - The first date of the selection. - - - - - - - Clears the selection and sets the selection to the specified date. - - - - The date to be selected. - - - - - - - - Clears the selection and sets the selection to the specified date range. - - - - The first date of a range (this date is included into the selection) - - - - The last date of a range (this date is NOT included in the selection). - - - - - - - - Clears the selection and sets the selection to the specified date range. - - - - The range to be selected. -The object specifies dates that lie in the range between the DateRange.StartDate (including this date) and the DateRange.EndDate (excluding this date). - - - - - - - - Gets whether the Cancel button is displayed. - - - A enumeration value that specifies whether the Cancel button is displayed. - - - - - - - Gets or sets the visibility of the Clear button, which clears the current selection, sets the property to null and the property to the value. - - - true, if the Clear button is visible; otherwise, false. - - - - - - - Gets or sets whether the calendar footer is displayed. - - - True, to show the calendar footer; otherwise, false. - - - - - - - Gets or sets whether the calendar header is displayed. - - - True, to show the calendar header; otherwise, false. - - - - - - - Gets or sets the visibility of month names for each month. - - - true, if the month name is displayed above each month; otherwise, false. - - - - - - - - Gets or sets the visibility of buttons that let you navigate between months. - - - The visibility of buttons that let you navigate between months. The DefaultBoolean.Default value is equivalent to True. - - - - - - - Gets whether the OK button is displayed. - - - Always DefaultBoolean.False. - - - - - - - Gets or sets the visibility of the Today button. - - - The visibility of the Today button. - - - - - - - Gets or sets whether to display week numbers in the calendar. - - - The visibility of week numbers in the calendar. - - - - - - - Gets or sets the visibility of buttons that let you navigate between years. - - - The visibility of buttons that let you navigate between years. - - - - - - - Allows you to mark certain dates as "special" dates. These dates will be painted using the dedicated settings provided by the object. - - - - - - - - Allows you to assign an ICalendarSpecialDateProvider object that can mark certain dates as "special" to highlight them in a custom manner, as specified by the dedicated appearance settings of the object. - - - An object that marks certain dates as "special". - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether changing the / property updates the current selection. - - - true if the current selection is automatically set to the edit date (/) once the edit date is changed; otherwise false. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the width, in pixels, of the edit box that allows end-users to edit the time portion of the edit value. - - - An integer value that specifies the width, in pixels, of the time portion edit box. - - - - - - - Gets or sets the date that is regarded as Today's date. - - - The date that is regarded as Today's date. - - - - - - - Gets or sets the border color of the Today cell. - - - - The border color of the Today cell. - - - - - - - - Gets or sets whether the same day (as in the current month) is selected in another month when you navigate from the current month to that month. - - - - true, if the same day is selected in another month when you navigate from the current month to that month; otherwise, false. - - - - - - - - Gets or sets whether the same range of days (as in the current month) is automatically selected in another month when you navigate from the current month to that month. The property must be set to false to support this feature. - - - true, if the same range of days is automatically selected in another month when you navigate from the current month to that month; otherwise, false. - - - - - - - Gets or sets whether the DirectX Hardware Acceleration is enabled for the Calendar Control. - - - A enumeration value that specifies whether or not the calendar employs the DirectX rendering. -The DefaultBoolean.Default value is equivalent to DefaultBoolean.False. - - - - - - - Gets or sets the current date grouping View. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets which date grouping Views are available in Vista display mode. - - - A value that specifies which date grouping Views are available in Vista display mode. - - - - - - - Gets or sets the length of days of the week abbreviations. - - - The length of days of the week abbreviations. - - - - - - - Gets or sets a rule which determines the first week of the year. - - - The rule that determines the first week of the year. - - - - - - - - Contains values that identify how an item has beed added to the control. - - - - - - - A new item has been added by an end-user. - - - - - - - - For internal use. - - - - - - - - - An advanced dropdown color picker that supports multiple palettes (a predefined color palette, Web, Web-Safe and System) to choose colors from. - - - - - - - - Initializes a new instance of the ColorPickEdit class. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A System.Windows.Forms.Control object representing the control containing the current editor. - - - - A System.Drawing.Point object representing the coordinates of a mouse click. - - - true, a mouse click is allowed; otherwise, false. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.PopupColorPickEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets whether the "Automatic" color is selected by an end-user in the Custom tab in the dropdown window. - - - true, if the "Automatic" color is selected by an end-user in the Custom tab; otherwise, false. - - - - - - - - Supports range selection for any data. - - - - - - - Initializes a new instance of the RangeControl class. - - - - - - - - Gets or sets whether ranges are selected using an animation effect. - - - true if ranges are selected using an animation effect; false if animation is disabled. - - - - - - - Gets or sets whether the current selection can be dragged within the Viewport (client area). - - - true, if the current selection can be dragged within the Viewport; otherwise, false. - - - - - - - Gets or sets whether the range selection feature is enabled. - - - true, if range selection is enabled; otherwise, false. - - - - - - - Gets or sets whether changing the selected range via the property visually updates the control using an animation effect. - - - true if the control is updated using an animation effect when the property is changed; otherwise, false. - - - - - - - Scrolls the control so that the selected range is moved to as near the control's center as possible. - - - - - true to scroll the control using an animation effect; otherwise, false. - - - - - - - - Gets or sets the object that visualizes its data within the RangeControl's viewport. - - - An object that visualizes its data within the RangeControl's viewport. - - - - - - - Provides access to range customization options exposed by the . - - - Range customization options exposed by the . - - - - - - - Gets whether animation is in progress. - - - true, if animation is in progress; otherwise, false. - - - - - - - Gets or sets the normalized selected range. - - - A RangeControlNormalizedRange object that specifies the normalized selected range. - - - - - - - Gets or sets the control's orientation. - - - A System.Windows.Forms.Orientation value. - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Fires when the selected range is changed. - - - - - - - - Selects a range from the RangeControl's minimum bound to its maximum bound. - - - - - - - - Gets or sets the selected range. - - - A object that specifies the selected range's bounds. - - - - - - - Gets or sets whether the selection is performed via thumbs, flags or both. - - - - The RangeControlSelectionType value that specifies whether the selection is performed via thumbs, flags or both. - - - - - - - - Gets or sets whether the graduations and labels are displayed. - - - true, if the graduations and labels are displayed; otherwise, false. - - - - - - - Gets or sets whether the Zoom&Scroll Bar is displayed. - - - true, if the Zoom&Scroll Bar is displayed; otherwise, false. - - - - - - - Gets or sets whether the DirectX Hardware Acceleration is enabled for the Range Control. - - - The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets the maximum scale(zoom) factor. - - - A double value, greater than or equal to 1, that specifies the maximum scale factor. - - - - - - - Gets the minimum width of the visible range relative to the data total range. - - - A double value that is the minimum width of the visible range, in relative coordinates. - - - - - - - Gets or sets the current scale (zoom) factor. - - - A double value, greater than or equal to 1, that specifies the current scale factor. - - - - - - - Gets or sets the start position of the visible range, in relative coordinates. - - - A double value that is the start position of the visible range, in relative coordinates. - - - - - - - Gets or sets the width of the visible range relative to the data total range. - - - A double value that is the width of the visible range, in relative coordinates. - - - - - - - - The base class for objects that provide data for editor specific events. - - - - - - - Initializes a new instance of the ValueEditorEventArgs class. - - - - A descendant. This value is used to initialize the property. - - - - - - - - Gets the currently processed editor. - - - A descendant that represents the currently processed editor. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new HeaderButtonEventArgs class instance with the specified button and page. - - - - A currently processed button. The parameter initializes the property. - - - - A currently processed page. The parameter initializes the property. - - - - - - - - Gets an active tab page within the tab control. - - - An IXtraTabPage object that is an active tab page. - - - - - - - Gets the currently processed header button. - - - A TabButtons item that is the currently processed header button. - - - - - - - Gets or sets whether the event has been handled, and no default processing is required. - - - true if the default event processing is not required; otherwise, false. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the TabPageEventArgs class with the specified settings. - - - - A object that represents the current page. - - - - An integer value that specifies the index of the page. - - - - A object that represents the action being performed on the page. - - - - - - - - Gets the action being performed on a tab. - - - A value that identifies the action being performed on a tab. - - - - - - - Gets the currently processed page. - - - A object that represents the currently processed page. - - - - - - - Gets the index of the current page. - - - An integer that specifies the index of the current page. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - An object that fires the event. - - - - A object that contains data for the event. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the TabPageCancelEventArgs class with the specified settings. - - - - An object that represents the current page. - - - - An integer value that specifies the index of the page. - - - - A Boolean value that specifies whether the event must be canceled. - - - - A value that identifies the action being performed on a tab page. - - - - - - - - Gets or sets whether the event must be canceled. - - - true if the event must be canceled; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - An object that fires the event. - - - - A object that contains data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TabPageChangingEventArgs class with the specified settings. - - - - An object that represents the old page. - - - - An object that represents the new page. - - - - - - - - Gets or sets whether the event must be canceled. - - - true if the event must be canceled; otherwise, false. - - - - - - - - Represents a method that will hande the event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the editor which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Provides data for the event - - - - - - - Initializes a new instance of the SpinEventArgs class with the specified settings. - - - - A Boolean value that indicates whether the Up Arrow key or Up Spin button has been pressed, or the mouse wheel has been rotated up. This value is used to initialize the property. - - - - - - - - Gets or sets whether the event has been handled, and no default processing is required. - - - A Boolean value that specifies that the event has been handled, and no default processing is required. - - - - - - - A Boolean value that specifies whether the Up Arrow key or Up Spin button (in a control) has been pressed, or the mouse wheel has been rotated up. - - - true if the Up Arrow key or Up Spin button (in a control) has been pressed, or the mouse wheel has been rotated up; otherwise, false. - - - - - - - - Contains values that specify whether an editor's edit value or display text is exported, when the editor's data is exported in XLS and CSV formats. - - - - - - - Either an editor's value or display text is exported, depending on the editor's type. For the ImageComboBoxEdit and LookUpEdit controls, their display text is exported. For other editors, their edit values (BaseEdit.EditValue), which sometimes match the display text, are exported. - - - - - - - - An editor's display text is exported. - - - - - - - - An editor's edit value is exported. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new CustomHeaderButtonEventArgs class instance with the specified button and page. - - - - A value that is a clicked button. The parameter initializes the property. - - - - A object that is an active tab page. The parameter initializes the property. - - - - - - - - Gets an active tab page within the tab control. - - - An IXtraTabPage object that is an active tab page. - - - - - - - Gets the currently processed custom header button. - - - A object that is the currently processed custom header button. - - - - - - - - Enumerates the comparison operators (Equal, Between, Less, etc.). - - - - - - - The format is applied to cells (or corresponding rows) whose values fall into the range specified by the and properties. - - - - - - - - The format is applied to cells (or corresponding rows) whose values match the property value. - - - - - - - - The format is applied to cells (or corresponding rows) if the evaluates to true. - - - - - - - - The format is applied to cells (or corresponding rows) whose values are greater than the property value. - - - - - - - - The format is applied to cells (or corresponding rows) whose values are greater or equal to the property value. - - - - - - - - The format is applied to cells (or corresponding rows) whose values are less than the property value. - - - - - - - - The format is applied to cells (or corresponding rows) whose values are less or equal to the property value. - - - - - - - - The format is applied to all cells in the target column. - - - - - - - - The format is applied to cells (or corresponding rows) whose values fall outside of the range specified by the and properties. - - - - - - - - The format is applied to cells (or corresponding rows) whose values do not match the property value. - - - - - - - - - Provides the appearance options used to paint a . - - - - - - - Initializes a new instance of a HyperlinkLabelControlAppearanceOptions class with the default settings. - - - - - - - - Copies all settings from the options object passed as the parameter and assigns them to the current object. - - - - An object whose settings are assigned to the current object. - - - - - - - - Determines whether the specified object and the current HyperlinkLabelControlAppearanceOptions object have the same property values. - - - - An object to be compared with the current object. - - - true, if the current object has the same property values as the specified object; otherwise, false. - - - - - - - Gets or sets whether to use the property value. - - - true, if the property value is used; false, if the default color is used. - - - - - - - Gets or sets whether to use the property value. - - - true, if the property value is used; false, if the default color is used. - - - - - - - Gets or sets whether to use the property value. - - - true, if the property value is used; false, if the default color is used. - - - - - - - Gets or sets whether to use the property value. - - - true, if the property value is used; false, if the default color is used. - - - - - - - - Provides appearance settings used to paint a . - - - - - - - Initializes a new instance of a HyperlinkLabelControlAppearanceObject class with the default settings. - - - - - - - - Gets or sets the color used to display links within a disabled (when its Enabled property is set to false). - - - A color used to display disabled links. - - - - - - - Gets or sets the color used to display normal links. - - - An object that specifies the color used to display normal links. - - - - - - - Provides access to the appearance options. - - - An object that specifies the appearance options. - - - - - - - Gets or sets the color used to display links when the is pressed. - - - A color used to display links in the pressed state. - - - - - - - Gets or sets the color used to paint visited links. - - - A color used to paint visited links. - - - - - - - - The label that supports displaying text or its portion as a hyperlink. Allows you to use HTML tags to format text. - - - - - - - - Initializes a new instance of a HyperlinkLabelControl class with the default settings. - - - - - - - - This property is not supported by the HyperlinkLabelControl. The HTML Text Formatting feature is always enabled for this control. - - - - - - - - - - Provides access to appearance settings used to paint the HyperlinkLabelControl. - - - An object that specifies the appearance settings used to paint the control. - - - - - - - Provides access to appearance settings used to paint the HyperlinkLabelControl when it is disabled. - - - An object that specifies the appearance settings used to paint the control. - - - - - - - Provides access to appearance settings used to paint the HyperlinkLabelControl when it is hovered. - - - An object that specifies the appearance settings used to paint the control. - - - - - - - Provides access to appearance settings used to paint the HyperlinkLabelControl when it is pressed. - - - An object that specifies the appearance settings used to paint the control. - - - - - - - Gets or sets when links should be underlined. - - - A value that specifies when links should be underlined. - - - - - - - Gets or sets whether to display links within a HyperlinkLabelControl as visited links. - - - true, if links are displayed as visited links; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ShowValueEditorEventArgs class with the specified settings. - - - - An editor that is about to be invoked. This value is assigned to the object's Editor property. - - - - An object that identifies the current node in the FilterControl's tree. This value is assigned to the property. - - - - A DevExpress.Data.Filtering.OperandValue object that is the current value. This value is assigned to the property. - - - - - The index of an operand value. This value is assigned to the property. - - - - - - - - Gets the current node in the FilterControl's tree of criteria. - - - A ClauseNode object that is the current node. - - - - - - - - Allows you to specify a custom editor to be opened instead of the default one, specified by the Editor property. - - - A descendant identifying the custom editor that will be created and displayed instead of the default one. - - - - - - - Gets the index of the current operand value. - - - An integer that specifies the index of the current operand value. - - - - - - - Gets the current operand value. - - - An object that specifies the current operand value. - - - - - - - Gets the operation of the current node. - - - A ClauseType value that specifies the current operation. - - - - - - - - Contains values that specify how the range's maximum and minimum values are calculated when the and properties are set to Automatic. - - - - - - - - Default is equivalent to ValueBased mode. - - - - - - - - The range's maximum and minimum values are the highest and lowest column values, respectively. - - - - - - - - The range's maximum value is the highest column value, but not less than 0. -The range's minimum value is the lowest column value, but not greater than 0. - - - - - - - - - A message box that allows displaying any control (e.g., a UserControl) in its client area. - - - - - - - Gets or sets whether a dialog is painted using its own look and feel settings, which are specified by the lookAndFeel parameter of specific method overloads. This property is ignored if the lookAndFeel parameter is set to use a skinning paint scheme. - - - true, if the dialog is painted using its own look and feel settings; false, if the default look and feel settings are used. - - - - - - - Gets or sets whether the HTML Text Formatting feature is enabled by default for dialog captions. - - - true, if the HTML text formatting feature is enabled for dialog captions; otherwise, false. - - - - - - - Invokes a dialog displaying the specified control in its client area. - - - - A control to be displayed in the dialog's client area. - - - One of the values. - - - - - - - Invokes a dialog with the specified control, caption and buttons. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified control, caption and owner. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified control, caption, buttons and default button. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified owner, control, caption and buttons. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified owner, control, caption, buttons and default button. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - An array of values that specify which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified control and caption. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified owner, control, buttons and default button. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - An array of values that specify which buttons should be displayed in the dialog. - - - - The zero-based index of the default button. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - An array of values that specify which buttons should be displayed in the dialog. - - - - The zero-based index of the default button. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - - One of the values that specifies the default button for the dialog. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - A value that specifies which buttons should be displayed in the dialog. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - A control to be displayed in the dialog's client area. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified owner and control. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - - An array of values that specify which buttons should be displayed in the dialog. - - - - The zero-based index of the default button. - - - - A value that specifies whether HTML tags can be used to format the dialog's caption. - - - One of the values. - - - - - - - Invokes a dialog with the specified settings. - - - - An object whose properties specify the dialog's look and feel. - - - - An object that serves as the dialog's top-level window and owner. - - - - A control to be displayed in the dialog's client area. - - - - A string that specifies the dialog's caption. - - - One of the values. - - - - - - - Displays an XtraDialog with the specified settings. - - - - An XtraDialogArgs object that allows you to dynamically customize the displayed dialog. - - - A enumerator value that specifies what dialog button an end-user has clicked. - - - - - - - - The base class for objects that apply style formats to controls. - - - - - - - Initializes a new instance of the FormatRuleBase class. - - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The field name of the column that provides values to test against the current formatting rule. - - - - - - - Gets or sets whether the current FormatRuleBase object is enabled. - - - true, if the current FormatRuleBase object is enabled; otherwise, false. - - - - - - - Returns whether the current rule () evaluates to "true" for input values provided by the specified valueProvider. - - - - An object that provides values to test against the current rule. - - - true, if the current rule is true; otherwise, false. - - - - - - - Gets whether the current FormatRuleBase object is properly customized. - - - true, if the FormatRuleBase object is properly customized; otherwise, false. - - - - - - - Gets or sets the name of the current object. - - - The object's name. - - - - - - - Gets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. - - - - The style format rule. - - - - - - - Returns the object type-cast to the specified type. - - - - The object type-cast to the specified type. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell. - - - true, if subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell; otherwise, false. - - - - - - - Gets or sets custom data associated with the current FormatRuleBase object. - - - Custom data associated with the current FormatRuleBase object. - - - - - - - Returns the text representation of the current FormatRuleBase object. - - - The text representation of the current FormatRuleBase object. - - - - - - - - Allows you to embed a , or any custom control into cells of a container control (, , etc.). - - - - - - - - Initializes a new instance of the RepositoryItemAnyControl class. - - - - - - - - Copies settings from the repository item specified as a parameter. - - - - An object whose settings are to be copied to the current object. - - - - - - - - Gets or sets the editor's border style. - - - - A value specifying the editor's border style. - - - - - - - Gets or sets the control displayed by the current RepositoryItemAnyControl object. - - - The control displayed by the current RepositoryItemAnyControl object. - - - - - - - Creates an editor whose type corresponds to the repository item's type. - - - A descendant representing the editor whose type corresponds to this repository item's type. - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - - A System.String object identifying the class name of the corresponding editor. - - - - - - - Returns the text representation of the specified edit value. - - - - The value whose text representation is to be returned. - - - The text representation of the specified edit value. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - - A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. - - - - - - - Gets the editor that owns the repository item. - - - The editor that owns the current repository item. - - - - - - - Updates the control that uses the current RepositoryItemAnyControl object. - - - - - - - - Adds registration information on the RepositoryItemAnyControl and a corresponding editor to the default repository. - - - - - - - - - Provides access to advanced settings. - - - - - - - Initializes a new instance of the RepositoryItemRatingControl class with the default settings. - - - - - - - - Gets or sets whether this 's text can be formatted using HTML tags. - - - A DefaultBoolean enumerator value that specifies whether or not this 's text can be formatted using HTML tags. - - - - - - - Copies all the settings from the target to this RepositoryItemRatingControl. - - - - - A whose properties are to be cloned to this RepositoryItemRatingControl. - - - - - - - - Gets or sets whether the height should be calculated automatically. - - - true, if the height should be calculated automatically; otherwise, false. - - - - - - - Gets or sets whether this should be automatically sized. - - - true, if this should be automatically sized; otherwise, false. - - - - - - - Occurs when an end-user hovers over a rating item and allows you to display a unique hint for this item. - - - - - - - - - Gets or sets the this 's border style. - - - - - - - - - - Gets or sets an image, displayed by a item when this item is checked (selected). - - - An Image displayed by a item when this item is checked (selected). - - - - - - - Returns the textual representation of the type of the editor that owns this RepositoryItemRatingControl object. - - - - Return value: RatingControl. - - - - - - - Gets or sets whether partly checked glyphs are enabled. - - - A value that specifies the rating precision. - - - - - - - Gets or sets the value assigned to the first item. - - - A Decimal value assigned to the first item. - - - - - - - Returns a brick object that contains information on how this should be printed. - - - - A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - A object that provides information on how this should be printed. - - - - - - - Gets or sets the regular rating glyph. - - - An Image displayed by rating items in their regular state. - - - - - - - Gets or sets the image displayed by hovered items within this . - - - An Image displayed by hovered items within this . - - - - - - - Gets or sets whether this measures its rating in the opposite direction. - - - true, if this measures its rating in the opposite direction; otherwise, false. - - - - - - - Fires whenever an end-user clicks a rating item within this . - - - - - - - - Gets or sets the number of rating items within this . - - - An Int32 value that is the number of rating items within this . - - - - - - - Gets or sets the distance between neighboring rating items. - - - An Int32 value that is the distance between neighboring rating items. - - - - - - - Occurs when the mouse pointer leaves the rating item's bounds. - - - - - - - - Occurs when an end-user hovers a rating item within this . - - - - - - - - - Gets or sets this 's padding. - - - A Padding structure that specifies the distance between the borders and this control's content. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the rating items' alignment within the . - - - A HorzAlignment enumerator value that specifies the rating items' alignment within the . - - - - - - - Gets or sets the rating item positioning within this . - - - An enumerator value that specifies the rating item positioning within this - - - - - - - Gets or sets the rating items' orientation within the . - - - An enumerator value that specifies the rating items' orientation within the . - - - - - - - Gets or sets whether the text assigned to the property should be visible. - - - true, if the text assigned to the property should be visible; otherwise, false. - - - - - - - Gets or sets whether a tooltip should be displayed when the mouse pointer is over the control. - - - true, to display tooltips; otherwise, false. - - - - - - - Gets or sets the RepositoryItemRatingControl's text position relative to the rating items. - - - - A enumerator object that specifies the RepositoryItemRatingControl's text position relative to the rating items. - - - - - - - - Gets or sets the distance between the 's rating items and this control's text. - - - An Int32 value that specifies the distance between the 's rating items and this control's text. - - - - - - - Gets or sets the difference in two neighboring rating items' values. - - - A Decimal value that is the difference in two neighboring rating items' values. - - - - - - - - The control to rate a specific content. - - - - - - - Initializes a new instance of the RatingControl class with the default settings. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Raises before the rating tooltip is shown and allows you to show your custom text. - - - - - - - - Returns the string value that names the RatingControl's type. - - - Return value: RatingControl. - - - - - - - Occurs when an end-user clicks a rating item in this RatingControl. - - - - - - - - - Occurs when an end-user moves the mouse pointer away from the rating item area. - - - - - - - - - Fires when an end-user hovers over a rating item. - - - - - - - - - Provides access to the object that stores advanced RatingControl settings. - - - A object that stores advanced RatingControl settings. - - - - - - - Gets or sets the current RatingControl rating. - - - A Decimal value that is the current RatingControl rating. - - - - - - - Gets or sets whether a tooltip should be displayed when the mouse pointer is over the control. - - - true, to display tooltips; otherwise, false. - - - - - - - Gets or sets the text label for this RatingControl. - - - A String value that is the text label for this RatingControl. - - - - - - - - Provides members that specify advanced behavior for the related control. - - - - - - - Initializes a new instance of the RepositoryItemTimeSpanEdit class. - - - - - - - - Gets or sets whether it is allowed to edit days in the time interval. - - - true, if it is allowed to edit days in the time interval; otherwise, false. - - - - - - - Gets or sets whether it is allowed to edit hours in the time interval. - - - true, if it is allowed to edit hours in the time interval; otherwise, false. - - - - - - - Gets or sets whether it is allowed to edit milliseconds in the time interval. - - - true, if it is allowed to edit milliseconds in the time interval; otherwise, false. - - - - - - - Gets or sets whether it is allowed to edit minutes in the time interval. - - - true, if it is allowed to edit minutes in the time interval; otherwise, false. - - - - - - - Gets or sets whether it is allowed to edit seconds in the time interval. - - - true, if it is allowed to edit seconds in the time interval; otherwise, false. - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets or sets the custom control to be displayed in the 's drop-down panel. - - - A class descendant that serves as the custom control to be displayed in the 's drop-down panel. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A string value representing the class name of a corresponding editor. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Gets or sets the maximum number of days in the time interval. - - - - An integer value that specifies the maximum number of days in the time interval. - - - - - - - - Gets or sets the maximum number of hours of the time interval. - - - An integer value that specifies the maximum number of hours of the time interval. - - - - - - - Gets or sets the maximum number of milliseconds of the time interval. - - - An integer value that specifies the maximum number of milliseconds of the time interval. - - - - - - - Gets or sets the maximum number of minutes of the time interval. - - - - An integer value that specifies the maximum number of minutes of the time interval. - - - - - - - - Gets or sets the maximum number of seconds of the time interval. - - - - An integer value that specifies the maximum number of seconds of the time interval. - - - - - - - - - Gets or sets the maximum value of the property. - - - A enumeration value that specifies the maximum value of the property. - - - - - - - Gets or sets the minimum number of days in the time interval. - - - An integer value that specifies the minimum number of days in the time interval. - - - - - - - Gets or sets the minimum number of hours of the time interval. - - - An integer value that specifies the minimum number of hours of the time interval. - - - - - - - Gets or sets the minimum number of milliseconds of the time interval. - - - An integer value that specifies the minimum number of milliseconds of the time interval. - - - - - - - Gets or sets the minimum number of minutes of the time interval. - - - An integer value that specifies the minimum number of minutes of the time interval. - - - - - - - Gets or sets the minimum number of seconds of the time interval. - - - An integer value that specifies the minimum number of seconds of the time interval. - - - - - - - Gets or sets the minimum value of the property. - - - A enumeration value that specifies the minimum value of the property. - - - - - - - Gets or sets a value that is interpreted as the null value assigned to the property when TimeSpanEdit.EditValue is set to null or any value that cannot be converted to the TimeSpan type. - - - - The value regarded as the null value. - - - - - - - Gets the editor that owns the repository item. - - - A control that owns the repository item. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether the time interval can be edited using tiles in the drop-down panel, or using spin buttons. - - - A enumeration value that specifies how the time interval can be edited. - - - - - - - The class name of an edit control corresponding to the current repository item. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - - The editor to display and edit time intervals. - - - - - - - Initializes a new instance of the TimeSpanEdit class. - - - - - - - - Gets the editor's class name. - - - A string value representing the editor's class name. - - - - - - - Gets or sets the editor's value (time span). - - - An object representing the editor's value (time span). - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.TimeSpanEditDropDownForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets an object which contains properties, methods and events specific to the time span editor. - - - A object that comprises the settings for the time span editor. - - - - - - - Gets the DateTime representation of the time interval. - - - The DateTime representation of the time interval. - - - - - - - Gets or sets the editor's value (time span). - - - A object representing the editor's value (time span). - - - - - - - - Enumerates value ranges relative to an average value. - - - - - - - The range that includes values above the average value. - - - - - - - - - The range that includes values below the average value. - - - - - - - - - The range that includes values that are above or equal to the average value. - - - - - - - - - The range that includes values that are below or equal to the average value. - - - - - - - - - - Applies a format if a column's value is unique or a duplicate. - - - - - - - - Initializes a new instance of a FormatConditionRuleUniqueDuplicate class. - - - - - - - - Creates a new instance of the FormatConditionRuleUniqueDuplicate class. - - - A new FormatConditionRuleUniqueDuplicate instance. - - - - - - - Gets or sets whether the format is applied to unique or duplicate column values. - - - - A value that specifies whether the format is applied to unique or duplicate column values. - - - - - - - - - A base class for classes that provide conditional formatting rules based on minimum and maximum thresholds. - - - - - - - Initializes a new instance of a FormatConditionRuleMinMaxBase class. - - - - - - - - Gets or sets how the range's maximum and minimum values are calculated when the and properties are set to Automatic. - - - A value that specifies how the range's maximum and minimum values are calculated in Automatic mode. -The FormatConditionAutomaticType.Default value is equivalent to FormatConditionAutomaticType.ValueBased. - - - - - - - Creates a new instance of the FormatConditionRuleMinMaxBase class. - - - A new FormatConditionRuleMinMaxBase instance. - - - - - - - Returns the actual value of the setting. - - - The actual value of the setting. - - - - - - - Gets or sets the maximum of the target value range. - - - The maximum of the target value range. - - - - - - - Gets or sets whether the target range's maximum is automatically calculated or specified manually (as a number or percentage). - - - - A value that specifies how the maximum of the target range is defined. - - - - - - - Gets or sets the minimum of the target value range. - - - The minimum of the target value range. - - - - - - - Gets or sets whether the target range minimum is automatically calculated or specified manually (as a number or percentage). - - - - - A value that specifies how the minimum of the target range is defined. - - - - - - - - A single icon, which corresponds to a specific range in the format. - - - - - - - Initializes a new instance of a FormatConditionIconSetIcon class. - - - - - - - - Returns the actual icon displayed by the current FormatConditionIconSetIcon object.. - - - The current icon. - - - - - - - Gets or sets a custom icon. - - - A custom icon. - - - - - - - Gets or set a predefined icon. - - - A string value that specifies the name of a predefined icon. - - - - - - - Returns the text representation of the current FormatConditionIconSetIcon object. - - - A string value that specifies the text representation of the current FormatConditionIconSetIcon object. - - - - - - - Gets or sets a threshold value that defines the range to which the current icon corresponds. - - - A value that specifies a threshold of the target value range. - - - - - - - Gets or sets the comparison operator used to define the target range corresponding to the current FormatConditionIconSetIcon object. - - - A value that specifies the comparison operator. - - - - - - - - A class that provides an icon set for the format. - - - - - - - Initializes a new instance of a FormatConditionIconSet class. - - - - - - - - Gets or sets the category name of the current icon set. - - - A value that specifies the category name of the current icon set. - - - - - - - Gets whether the current icon set contains icons. - - - true, if the current icon set contains one or more icons; otherwise; false. - - - - - - - Specifies an icon collection for the format. - - - An icon collection. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the name of the current icon set. - - - A value that specifies the name of the current icon set. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - A string that specifies the icon set's range description. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the text representation of the current icon set. - - - A value that specify the text representation of the current icon set. - - - - - - - Gets or sets the type of threshold values for the current icon set. - - - A value that specifies the type of threshold values for the icon set. - - - - - - - - Applies a format using a data bar. - - - - - - - Initializes a new instance of a FormatConditionRuleDataBar class. - - - - - - - - Gets or sets whether negative data bars are displayed in the direction opposite to the positive data bars. - - - true, if negative data bars are displayed in the direction opposite to the positive data bars; otherwise, false. - - - - - - - Provides access to appearance settings for data bars that correspond to positive cell values. - - - An object that specifies appearance settings for positive data bars. - - - - - - - Provides access to appearance settings for data bars that correspond to negative cell values. - - - An object that specifies appearance settings for negative data bars. - - - - - - - Gets or sets the color of the vertical axis between positive and negative data bars. - - - A value that specifies the color of the vertical axis between positive and negative data bars. - - - - - - - Creates a new instance of the FormatConditionRuleDataBar class. - - - A new FormatConditionRuleDataBar instance. - - - - - - - Gets or set whether to draw the vertical axis between positive and negative data bars. - - - true, if the axis is painted; otherwise, false. - - - - - - - Gets or sets whether to draw the vertical axis between positive and negative bars at the middle of the cell. - - - - true, to draw the axis at the middle of the cel; false, to draw the axis at the position specified by the proportion of the minimum negative value to the maximum positive value. - - - - - - - - Gets or sets the name of the predefined bar style. - - - - - A string value that specifies the predefined style name. - - - - - - - Gets or sets whether to display positive data bars in the right-to-left direction. - - - A value that specifies whether to display data bars in the right-to-left direction. - - - - - - - Gets or sets whether to display data bars within target cells without cell values. - - - true, if data bars are displayed within cells without cell values; false, if data bars are displayed along with cell values. - - - - - - - - Applies a format if a value matches one of constants. - - - - - - - Initializes a new instance of a FormatConditionRuleContains class. - - - - - - - - Creates a new instance of the FormatConditionRuleContains class. - - - A new FormatConditionRuleContains object. - - - - - - - Gets or sets a list of constants. - - - An object that specifies a list of constants for the formatting rule. - - - - - - - - The base class for classes that implement conditional formatting rules. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are to be copied to the current object. - - - - - - - - Locks the FormatConditionRuleBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Converts the specified object to the nullable decimal type. - - - - The object to be converted to the nullable decimal type. - - - The result of the conversion. - - - - - - - This method is overridden by FormatConditionRuleBase descendants to create new class instances. - - - A new instance of a FormatConditionRuleBase descendant. - - - - - - - Unlocks the FormatConditionRuleBase object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns whether the current rule evaluates to "true" for input values provided by the specified valueProvider. - - - - An object that provides values to test against the current rule. - - - true, if the current rule is true; otherwise, false. - - - - - - - Gets whether the current FormatConditionRuleBase object is properly customized. - - - true, if the FormatConditionRuleBase object is properly customized; otherwise, false. - - - - - - - Returns the text representation of the current object. - - - The text representation of the current object. - - - - - - - - Applies a format if a value is in the range of the highest or lowest column values. - - - - - - - Initializes a new instance of a FormatConditionRuleTopBottom class. - - - - - - - - Creates a new instance of the FormatConditionRuleTopBottom class. - - - A new FormatConditionRuleTopBottom instance. - - - - - - - Gets or sets a cutoff value that specifies the count or percentage of column cells with the highest or lowest values. - - - - An object that specifies a count or percentage of cells with the highest or lowest values. - - - - - - - Gets or sets the type of the value. - - - - An object that specifies a type of the rank value. - - - - - - - Gets or sets whether the FormatConditionRuleTopBottom rule targets the highest or lowest column values. - - - An object that specifies the type of the target range. - - - - - - - - Applies a format if a column's value meets a specified condition (Equal, Less, Between, etc.). - - - - - - - Initializes a new instance of a FormatConditionRuleValue class. - - - - - - - - Gets or sets the comparison operator (Equal, Between, Less, etc.). - - - The comparison operator. - - - - - - - Creates a new instance of the FormatConditionRuleValue class. - - - A new FormatConditionRuleValue object. - - - - - - - Gets or sets a Boolean expression to which target cells should match. - - - - A string that specifies the Boolean expression. - - - - - - - Gets or sets the first constant that is compared with column values. - - - A value that is compared with column values. - - - - - - - Gets or sets the second constant that is compared with column values. - - - A value that is compared with the column's values. - - - - - - - - Contains members that label different Tile sizes. - - - - - - - The default Tile size (equal to the size). - - - - - - - - - A rectangular tile whose side dimensions are twice as large as the property value. - - - - - - - - A square Tile with its dimensions equal to the property value. - - - - - - - - - A rectangular Tile with its side dimensions equal to half of the property value. - - - - - - - - A rectangular Tile twice as long as a Tile. - - - - - - - - - Contains values that specify "best-fit" modes for lookup editors. - - - - - - - The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns to best fit their contents. - - - - - - - - - The "best-fit" functionality is invoked when opening the dropdown window for the first time, changing the proportional widths of the columns according to their contents and resizing the dropdown window to fit all the columns. - -The dropdown window cannot be reduced to a size less than the minimum size specified by the editor's property. - - - - - - - - - The "best-fit" functionality is not invoked. - - - - - - - - - Contains values that specify how records are filtered within a grid lookup editor's popup window. - - - - - - - Selects records that contain the specified sub-string. - - -A search for rows is performed against the column specified by the editor's Properties.DisplayMember property (). - - - - - - - - - For the control, this option is equivalent to the Contains option, except in the following cases, where it's equivalent to the StartsWith mode: -- text editing is disabled ( is not set to Standard) -- text editing is enabled and the auto complete feature is active () - - -For , this option is equivalent to the Contains option. A search is performed using the search functionality provided by the Find Panel. -By default, all columns are searched through. If required, you can limit the search columns via the editor's Properties.View.OptionsFind.FindFilterColumns property (). - - - - - - - - - - Selects records whose field values start with the specified string. - - -A search for rows is performed against the column specified by the editor's Properties.DisplayMember property (). - - - - - - - - - - When embedded in a container, allows cell text to be formatted using HTML tags. No editing is supported for these cells . - - - - - - - Initializes a new instance of the RepositoryItemHypertextLabel class. - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Assigns property values of the specified object to the corresponding properties of this object. - - - - A object whose property values are copied to the current object. - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Gets or sets the window state to use when a browser is opened. - - - One of the enumeration values that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. - - - - - - - This method is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Gets whether the editor's value or display text is exported when data is exported to XLS and CSV formats. - - - Always . - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Fires when a hyperlink is clicked, and a browser is about to be opened. - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - Provides access to properties specific to the control. - - - The object comprising properties specific to the control. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - Always true. - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - If the label contains a hyperlink, gets or sets whether a single or double click opens a browser. - - - true, to use a single click to open a browser; otherwise, false. - - - - - - - Gets the style in which text is displayed the editor. - - - Always . - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - This property is not supported by the RepositoryItemHypertextLabel class. - - - - - - - - - - - A collection of custom buttons in navigator controls. - - - - - - - Initializes a new instance of the NavigatorCustomButtons class. - - - - A collection of buttons displayed within the control. - - - - - - - - Adds a new custom button to the current collection. - - - The button added to the collection. - - - - - - - Adds an array of buttons to the current collection. - - - - An array of button to be added to the current collection. - - - - - - - - Returns the button at the specified index within the current collection. - - - - An integer value representing the button's zero-based index. If negative or exceeds the maximum available index, an exception is raised. - - - The button at the specified position within the current collection. - - - - - - - - A custom button within navigator controls. - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified settings. - - - - The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - true, if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. - - - - An object that contains information which is associated with the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified settings. - - - - The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - true, if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified visual position, image index and hint. - - - - The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified image index. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified visual position and image index. - - - - The visual position of the current custom button within the combined list of the built-in and custom buttons. This value is assigned to the property. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with default settings. - - - - - - - - Initializes a new instance of the NavigatorCustomButton class with the specified image index and hint. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. - - - - - - - - Gets or sets the visual position of the current custom button within the combined list of the built-in and custom buttons. - - - A zero-based value that specifies the visual position of the current custom button within the combined list of the built-in and custom buttons. -1 if the custom button is displayed at the end of this list. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ClosePageButtonEventArgs class with the specified settings. - - - - null if the TabControl's Close button has been clicked. Otherwise, this refers to the page whose Close button has been clicked. This value is assigned to the property. - - - - The page whose Close button has been clicked. This value is assigned to the Page property. - - - - - - - - Returns null if the TabControl's Close button has been clicked. Otherwise, this property returns the same value as the Page property. - - - An object. - - - - - - - - Contains values that specify the position of the control buttons in alert windows. - - - - - - - The control buttons are displayed at the right edge of an alert window. - - - - - - - - The control buttons are displayed at the top edge of an alert window. - - - - - - - - - Contains values that specify the position on screen at which alert windows are displayed. - - - - - - - An alert window appears at the bottom left corner of the screen. - - - - - - - - An alert window appears at the bottom right corner of the screen. - - - - - - - - An alert window appears at the top left corner of the screen. - - - - - - - - An alert window appears at the top right corner of the screen. - - - - - - - - - Contains values that specify the style of custom buttons in alert windows. - - - - - - - - A button functions as a regular button, producing the event when clicked. - - - - - - - - A button functions as a check button, producing the event when its pressed state is changed. - - - - - - - - - Represents a collection of buttons for alert windows. - - - - - - - Initializes a new instance of the AlertButtonCollection class with the specified owner. - - - - An owner of the current collection. - - - - - - - - Initializes a new instance of the AlertButtonCollection class. - - - - - - - - Adds a new button to the collection. - - - - An to be added to the collection. - - - An integer value that specifies the index of this button in the current collection. - - - - - - - Provides access to the settings of the Close Button, used to close an alert window. - - - An object that contains corresponding settings. - - - - - - - Gets the number of custom buttons in the current collection. - - - An integer value that specifies the number of custom buttons in the current collection. - - - - - - - Disposes of the current object and releases all the allocated resources. - - - - - - - - Locates the button in the collection that has the specified hint. - - - - A string that specified the hint of a button to be located. - - - An object that has been located; null if no button with the specified hint has been located. - - - - - - - - Provides indexed access to the buttons in the collection. - - - - An integer value that specifies the index of the button to be returned from the collection. - - - An object stored at the specified index in the collection. - - - - - - - Provides access to the buttons in the collection by their names. - - - - A string that specifies the name of the button to be located. - - - An object with the specified name. - - - - - - - Provides access to the settings of the Pin Button, used to pin an alert window. - - - An object that contains corresponding settings. - - - - - - - Gets the number of predefined buttons in the current collection. - - - An integer value that specifies the number of predefined buttons in the current collection. - - - - - - - - Contains values that specify the appearance speed of alert windows. - - - - - - - The alert window's appearance speed is fast. - - - - - - - - - The alert window's appearance speed is moderate. - - - - - - - - - The alert window's appearance speed is slow. - - - - - - - - - - Represents a button within an alert window. - - - - - - - Initializes a new instance of the AlertButton class. - - - - - - - - Initializes a new instance of the AlertButton class with the specified image and button style. - - - - A object that specifies the image to be displayed in a button. This value is assigned to the property. - - - - An value that specifies the button style. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertButton class with the specified image. - - - - A object that specifies the image to be displayed in a button. This value is assigned to the property. - - - - - - - - Gets or sets the bounds of the button. - - - A structure specifying the button's rectangle. - - - - - - - Disposes of the current object and releases all the allocated resources. - - - - - - - - Gets or sets the pressed state of the button, This option is in effect when the button functions as a check button (the property is set to ). - - - A Boolean value that specifies the button's pressed state. - - - - - - - Returns the button's size. - - - A structure that specifies the button's size. - - - - - - - Gets or sets the button's hint. - - - A string that specifies the button's hint. - - - - - - - Gets or sets an image displayed within the button - - - A object that specifies the button's image. - - - - - - - Gets or sets an image displayed when the current button functions as a check button and it's in the pressed state. - - - A object that specifies the image representing the button's pressed state. - - - - - - - Gets or sets the index of an image in the collection, referring to the image displayed when the button functions as a check button and it's in the pressed state. - - - An integer value that specifies the index of an image in the collection. - - - - - - - Gets or sets the index of an image in the collection, referring to the image displayed by the button. - - - An integer value that specifies the index of an image in the collection. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this AlertButton. - - - An object that stores image-related options. - - - - - - - Gets the source of images for buttons in alert windows. - - - An object representing the source of images for buttons in alert windows. - - - - - - - Gets or sets the button's name. - - - A string that specifies the button's name. - - - - - - - The method is called when the button is clicked. - - - - - - - - Gets the alert window that displays the current button. - - - - An AlertFormCore object that displays the current button. - - - - - - - Gets whether the current button is one of the predefined buttons (Close, Pin or Dropdown). - - - true if the current button is one of the predefined buttons; otherwise, false. - - - - - - - Emulates changing a button's check state, as if the button were clicked by the mouse. - - - - true to check the button; false to uncheck the button. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Gets or sets the button's state. - - - An AlertButtonState value that specifies the button's state. - - - - - - - Gets or sets the button's style. - - - An value that specifies the button's style. - - - - - - - Returns the textual representation of the button. - - - A string representation of the button. - - - - - - - Gets or sets the button's visibility. - - - A Boolean value that specifies the button's visibility. - - - - - - - - Lists values that identify a visual element of the Date Editor and Calendar control and its descendants. - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - For internal use. - - - - - - - - - - - - - - - - The type of the visual element is undefined. - - - - - - - - - - - - - - - - - Contains information about a specific point within a calendar control. - - - - - - - Initializes a new instance of the CalendarHitInfo class for the specified point. - - - - A structure that defines a point in a plane. - - - - - - - - Initializes a new instance of the CalendarHitInfo class for the specified point. - - - - A structure that defines a point in a plane. This value is assigned to the property. - - - - An ObjectState enumeration value that specifies the state of visual element under the hit point. This value is assigned to the property. - - - - - - - - Gets or sets the bounding rectangle of the visual element. Not applicable for the control. - - - Empty System.Drawing.Rectangle structure. - - - - - - - Gets the object which contains the information used to render the visual element located under the test point. - - - A class descendant providing view information on the visual element located under the test point. - - - - - - - Gets the object which contains the information used to render the calendar cell located under the test point. - - - A class descendant providing view information on the calendar cell located under the test point. - - - - - - - Sets the CalendarHitInfo properties to default values which indicate that the hit information is undefined. - - - - - - - - Returns whether the specified bounds contain the current test point. - - - - A structure that specifies the bounds. - - - - A type of visual element to assign to the property if the specified bounds contain the current test point. - - - true, if the specified bounds contain the current test point; otherwise, false. - - - - - - - Gets the object which contains the information used to render the calendar footer. - - - A class descendant providing view information on the calendar footer. - - - - - - - Gets the object which contains the information used to render the calendar header. - - - A class descendant providing view information on the calendar header. - - - - - - - Gets or sets the calendar date located under the test point. - - - A structure that specifies the calendar date located under the test point. - - - - - - - Gets or sets whether the visual element located under the test point is in Normal, Hot, Pressed, Disabled or Selected state. - - - An enumeration value that specifies the state of visual element located under the test point. - - - - - - - Gets or sets the object being hit. - - - A DevExpress.XtraScheduler.Drawing.DateNavigatorDayNumberCellInfo object if the day or weeknumber cell of the DateNavigator control is hit; otherwise, null. - - - - - - - Gets or sets the test point. - - - - A structure that specifies the coordinates of the test point relative to the control's top left corner. - - - - - - - Gets a value which identifies the type of the visual element located under the test point. - - - A enumeration value that identifies the type of the visual element located under the test point. - - - - - - - Gets or sets the type of information the CalendarHitInfo contains. - - - A enumeration member. - - - - - - - Indicates whether the specified object is equal to the current object. - - - - A CalendarHitInfo object to be compared with the current object. - - - true if the specified object equals the current object; otherwise, false. - - - - - - - Gets or sets whether the test point is located in the calendar header. - - - true, if the test point is located in the calendar header; otherwise, false. - - - - - - - Gets whether the test point is located in a calendar cell. - - - true, if the test point is located in a calendar cell; otherwise, false. - - - - - - - Gets whether the test point is located in the calendar footer. - - - true, if the test point is located in the calendar footer; otherwise, false. - - - - - - - Gets whether the test point is located in the calendar header. - - - true, if the test point is located in the calendar header; otherwise, false. - - - - - - - Gets or sets whether the test point is located in the time portion area. - - - true, if the test point is located in the time portion area; otherwise, false. - - - - - - - Gets the point being hit. - - - A structure that is the point within the control with coordinates relative to the control's top-left corner. - - - - - - - Gets the object which contains the information used to render the clock area. - - - A class descendant providing view information on the clock area. - - - - - - - Sets the specified cell as the object being hit. - - - - View information about the calendar cell being hit. - - - - - - - - - Gets the object which contains the information used to render the calendar. - - - A class descendant providing view information on the calendar. - - - - - - - - Provides data for the event. - - - - - - - Gets the value from a datasource assigned to the property of the chart range control client (numeric or date-time). - - - An object representing the value contained in the specified datasource. Null if the value is not found in the datasource. - - - - - - - Gets or sets the view type for the chart range control client. - - - A object descendant that is the chart client view type. - - - - - - - - Lists the values that specify the date-time measurement unit to which the chart's gridlines and labels of the date-time chart client should be aligned. - - - - - - - Specifies a day as the date-time unit to which chart gridlines should be aligned. - - - - - - - - Specifies an hour as the date-time unit to which chart grid lines should be aligned. - - - - - - - - Specifies a millisecond as the date-time unit to which chart grid lines should be aligned. - - - - - - - - Specifies a minute as the date-time unit to which chart grid lines should be aligned. - - - - - - - - Specifies a month as the date-time unit to which chart grid lines should be aligned. - - - - - - - - Specifies a second as the date-time unit to which chart gridlines should be aligned. - - - - - - - - Specifies a week as the date-time unit to which chart grid lines should be aligned. - - - - - - - - Specifies a year as the date-time unit to which chart grid lines should be aligned. - - - - - - - - - Represents the Line view of the chart range control client. - - - - - - - Initializes a new instance of the LineChartRangeControlClientView class. - - - - - - - - - - - - - - - - - - Gets or sets whether anti-aliasing (smoothing) is applied to the line view of the chart range control client. - - - True to apply anti-aliasing to the line view of the chart range control client; False to disable anti-aliasing. - - - - - - - Specifies the width of a line in a LineChartRangeControlClientView. - - - An integer value specifying the line width (in pixels). - - - - - - - Gets or sets the color used to draw line markers. - - - - A that defines the color used to draw line markers. - - - - - - - - Gets or sets the size of markers for data points in a LineChartRangeControlClientView. - - - An integer value specifying the marker size, in pixels. - - - - - - - Gets or sets a value that specifies the visibility of point markers on a LineChartRangeControlClientView. - - - true to show markers for each data point; false to hide them. - - - - - - - - Represents the Area view of the chart range control client. - - - - - - - Initializes a new instance of the AreaChartRangeControlClientView class. - - - - - - - - - - - - - - - - - - Specifies the opacity (0-255) of the chart range control client area view. - - - A value from 0 (transparent) to 255 (opaque). - - - - - - - - Represents the base class for all chart views of the chart range control cliient. - - - - - - - Initializes a new instance of the ChartRangeControlClientView class with a sparkline view type. - - - - A object representing a sparkline view type. - - - - - - - - Gets or sets a color that fills the view of the chart range control client. - - - - A value. - - - - - - - Returns the textual representation of the current ChartRangeControlClientView object. - - - A string that specifies the textual representation of the current ChartRangeControlClientView object. - - - - - - - - Represents the base class for defining the range for all chart clients (date-time and numeric chart clients) of the range control. - - - - - - - Gets or sets a value that specifies whether the range of the chart range control client is calculated automatically. - - - true, if the chart client range is calculated automatically; otherwise, false. - - - - - - - Returns the textual representation of the current ChartRangeControlClientRange object. - - - A string that specifies the textual representation of the current ChartRangeControlClientRange object. - - - - - - - - Contains the common settings that define the range displayed by a date-time chart client of the range control. - - - - - - - Initializes a new instance of the DateTimeChartRangeControlClientRange class. - - - - - - - - Gets or sets the end bound of a date-time chart client range. - - - A value that is the range end bound. - - - - - - - Gets or sets the start bound of a date-time chart client range. - - - A value that is the range start bound. - - - - - - - - Contains specific settings which define the representation of grid lines and labels in the date-time chart range control client. - - - - - - - Initializes a new instance of the DateTimeChartRangeControlClientGridOptions class. - - - - - - - - Gets or sets the date-time measure unit to which the chart's gridlines and labels should be aligned. - - - A enumeration value that represents the measurement unit to which the chart's gridlines and labels should be aligned. - - - - - - - Specifies the measurement unit to which selection thumbs of the range control are snapped. - - - A enumeration value representing the selection thumbs alignment interval. - - - - - - - - Contains the common settings that define the range displayed by a numeric chart client of the range control. - - - - - - - Initializes a new instance of the NumericChartRangeControlClientRange class. - - - - - - - - Gets or sets the maximum value of a numeric chart client range. - - - A value that is the maximum value of a range. - - - - - - - Gets or sets the minimum value of a numeric chart client range. - - - A value that is the minimum value of a range. - - - - - - - - Contains specific settings which define the representation of grid lines and labels in the numeric chart range control client. - - - - - - - Initializes a new instance of the NumericChartRangeControlClientGridOptions class. - - - - - - - - - The 's client that renders a lightweight chart with a date-time horizontal axis. - - - - - - - - - - Initializes a new instance of the DateTimeChartRangeControlClient class. - - - - - - - - Provides access to the grid options of the date-time chart range control client. - - - - A object containing grid options for the date-time chart client of the range control. - - - - - - - Provides access to the range settings of the date-time chart range control client. - - - A object that contains settings to customize the range of the date-time chart range control client. - - - - - - - - - The 's client that renders a lightweight chart with a numeric horizontal axis. - - - - - - - - - Initializes a new instance of the NumericChartRangeControlClient class. - - - - - - - - Provides access to the grid options of the numeric chart range control client. - - - - A object containing grid options for the numeric chart client of the range control. - - - - - - - Provides access to the range settings of the numeric chart range control client. - - - A object that contains settings to customize the range of the numeric chart range control client. - - - - - - - - - Represents the base class for grid settings of the date-time and numeric chart clients of the range control. - - - - - - - Initializes a new instance of the ChartRangeControlClientGridOptions class. - - - - - - - - Gets or sets a value that specifies whether the grid properties are calculated automatically. - - - true, if the grid is calculated automatically; otherwise, false. - - - - - - - - Gets or sets a value that specifies the interval between grid lines. - - - A value which specifies the numeric grid step. - - - - - - - Gets or sets the string used to format chart argument values. - - - A string used to format chart argument values. - - - - - - - Gets or set the format provider to format the values displayed by argument labels of the chart range control client. - - - A object that supplies specific formatting information to the values displayed by argument labels. - - - - - - - Gets or sets a value which specifies whether to show the grid lines error message in the range control's viewport. - - - true, to show the grid lines error message in the range control's viewport; otherwise,false. - - - - - - - Gets or sets the numeric snap step. - - - A value that is the snap step. - - - - - - - Returns the textual representation of the current ChartRangeControlClientGridOptions object. - - - A string that specifies the textual representation of the current ChartRangeControlClientGridOptions object. - - - - - - - - Represents the base class for all chart clients of the range control. - - - - - - - Initializes a new instance of the ChartRangeControlClientBase class with the specified sparkline scale type, grid options, and range. - - - - A SparklineScaleType representing the scale type (date-time or numeric) of the sparkline. - - - - A object that contains properties to customize the grid of the chart range control client. - - - - - A object representing the range of the chart range control client. - - - - - - - - Occurs before a series of the chart range control client is drawn in the range control's viewport. - - - - - - - - Gets a data provider to bind a chart range control client to regular data sources. - - - A object that is a data provider for a chart range control client. - - - - - - - Provides access to the grid options of the chart range control client. - - - - A object containing grid options for the chart client of the range control. - - - - - - - Gets or sets the name of the palette currently used to draw the chart range control client's elements. - - - A value which is the palette name. - - - - - - - Gets the collection of predefined palettes. - - - A collection of objects. - - - - - - - Provides access to the auto range option of the chart range control client. - - - A object that contains the auto range option of the chart range control client. - - - - - - - Gets or sets the associated with the current ChartRangeControlClientBase. - - - A System.ComponentModel.ISite object associated with the current ChartRangeControlClientBase. - - - - - - - - The class that is used to provide data to a chart range control client. - - - - - - - Gets or sets the name of the data field that contains the arguments of the chart range control client's points. - - - A value that specifies the data field name. - - - - - - - Gets or sets the chart range control client provider's data source. - - - An object that represents the data source from which the chart range control client retrieves its data. - - - - - - - Disposes of the current object and releases all the allocated resources. - - - - - - - - - Reloads data from the underlying data source and repaints the viewport area of the range control. - - - - - - - - Gets or sets the name of the data field whose values are used to automatically generate and populate the series of a chart range control client. - - - - - A value that specifies the data field's name. - - - - - - - Specifies a chart client template view type for the range control. - - - A object descendant that is the chart client view type. - - - - - - - Returns the textual representation of the current ChartRangeControlClientDataProvider object. - - - A string that specifies the textual representation of the current ChartRangeControlClientDataProvider object. - - - - - - - Gets or sets the name of the data field that contains the point values of a chart range control client. - - - A value that specifies the data field name. - - - - - - - - Represents the class which stores settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemCheckedComboBoxEdit class. - - - - - - - - Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to specify whether enumeration constant names or integer values are assigned to the item values. - - - - The type of the required enumeration. - - - - true, if enumeration underlying integer values are assigned to the item values; otherwise, false. - - - - - - - - Adds new items that represent elements of the specified enumeration to the editor drop-down. - - - - The type of the required enumeration. - - - - - - - - Adds new items that represent elements of the specified enumeration to the editor drop-down, allowing you to customize item descriptions. - - - - A delegate that generates item display captions. - - - - - - - - Adds new items that represent elements of the specified enumeration to the editor drop-down. - - - - - - - - Gets or sets whether HTML tags can be used to format the text of the control's items. - - - A value that specifies whether HTML tags can be used to format the text of the control's items. - - - - - - - Gets or sets whether multiple items can be selected simultaneously in the dropdown. - - - true if multiple items can be selected simultaneously in the dropdown; otherwise, false. - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Copies settings from the specified object to the current RepositoryItemCheckedComboBoxEdit object, allowing you to select whether data-related settings should be copied. - - - - A source repository item object. - - - - true to copy data-related settings; otherwise, false. - - - - - - - - Forcibly nullifies the internal data adapter. Call this method before you dynamically provide a data source for the current repository item within a ShownEditor event handler. - - - - - - - - Provides access to the settings applied to the context buttons displayed by the editor items. - - - A object that comprises settings applied to the context buttons displayed by the editor items. - - - - - - - Provides access to the collection of context buttons displayed by editor items. - - - A ContextItemCollection object that represents the collection of context buttons. - - - - - - - Gets or sets the data source whose items are displayed in the control's dropdown. - - - A data source whose items are displayed in the control's dropdown. - - - - - - - Fires when assigning a new object to the property. - - - - - - - - Gets or sets a field name in the bound data source whose contents are to be displayed by the control's check items. - - - A string value specifying a field name in a data source. - - - - - - - Fires when assigning a new value to the property. - - - - - - - - Allows you to manually paint items. - - - - - - - - Gets or sets the number of visible items in the dropdown window. - - - An integer that specifies the number of visible items in the dropdown window. - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Gets or sets whether the editor's edit value is -formed as a string or as a List<object> object. - - - An EditValueTypeCollection enumeration value that specifies how the edit value is formed. - - - - - - - Gets or sets whether the check states of check items in the dropdown are automatically changed according to the new edit value. - - - A value that specifies check item synchronization mode. - - - - - - - Returns an object that specifies checked items. - - - - An object that specifies the edit value. - - - An object that specifies checked items. - - - - - - - Returns all currently checked items owned by this editor. - - - A object that stores all currently checked items owned by this editor. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Enables you to disable specific items. - - - - - - - - - Returns items from the collection. -In bound mode, this method populates the item collection before returning it. - - - A object that contains items. - - - - - - - Gets or sets the paint mode for the selected and hot-tracked items in the CheckedListBoxControl embedded in the dropdown window. - - - - A value that specifies the paint mode for the selected and hot-tracked items. - - - - - - - - Gets or sets whether item hot-tracking is enabled in the CheckedListBoxControl embedded in the dropdown window. - - - true, if the item hot-tracking is enabled; otherwise, false. - - - - - - - Gets or sets how items in the embedded CheckedListBoxControl are selected when item hot-tracking is enabled. - - - A value that specifies how items are selected. - - - - - - - Gets or sets whether the incremental search feature is enabled. - - - true if the incremental search feature is enabled; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the height of items in the drop-down is automatically calculated to fit their entire content. - - - true, if item height is automatically calculated; otherwise, false. - - - - - - - Gets the collection of check items to be displayed in the dropdown. - - - A collection. - - - - - - - Gets or sets the maximum length of the text that can be displayed in the editor. This property is only in effect for in-place editors. - - - An integer value that specifies the maximum length of the text that can be displayed in the editor. - - - - - - - This property is not supported by the RepositoryItemCheckedComboBoxEdit class. - - - - - - - - - - Provides the capability to change the height of an individual item. - - - - - - - - - Gets or sets the control to display in the popup window. This member is not supported by the RepositoryItemCheckedComboBoxEdit class. - - - A object. - - - - - - - This event is not supported by the RepositoryItemCheckedComboBoxEdit class. - - - - - - - - This event is not supported by the RepositoryItemCheckedComboBoxEdit class. - - - - - - - - Updates the editor to reflect changes made to a data source. - - - - - - - - Gets whether the property is automatically set to , when the editor is displayed within a and . - - - true, if the property is automatically set to , when the editor is displayed within a and ; otherwise, false. - - - - - - - Gets or sets whether the 'Select All' check item is visible. - - - A string that specifies the 'Select All' item's caption. - - - - - - - Gets or sets whether the 'Select All' check item is visible. - - - true if the 'Select All' item is visible; otherwise, false. - - - - - - - Gets or sets the character separating checked items in the edit value, and the resultant text displayed in the edit box. - - - - A separator character. - - - - - - - Creates items in the dropdown to represent elements of the specified set of flags. - - - - A object that specifies the enumeration type representing a bit field (set of flags). - - - - - - - - Gets or sets the 'Select All' check item's caption. - - - A string that specifies the 'Select All' item's caption. - - - - - - - Gets or sets whether the 'Select All' check item is visible. - - - true if the 'Select All' item is visible; otherwise, false. - - - - - - - Gets or sets whether the OK and Cancel buttons in the dropdown are visible. - - - true if the OK and Cancel buttons in the dropdown are visible; otherwise, false. - - - - - - - Gets or sets whether tooltips are displayed for dropdown items whose text is trimmed. - - - A value that specifies whether tooltips are displayed for items whose text is trimmed. - - - - - - - Gets or sets whether changing a CheckedComboBoxEdit control's edit value updates the check states of the control's items. - - - true if the editor's edit value and items in the dropdown are in sync; otherwise, false. - - - - - - - Gets or sets the field name in the bound data source whose contents are assigned to item values. - - - A string value specifying a field name in the data source. - - - - - - - Fires when assigning a new value to the property. - - - - - - - - - Allows you to display and edit a set of Boolean options and bit fields in a popup window. - - - - - - - Initializes a new instance of the CheckedComboBoxEdit class. - - - - - - - - Checks all the control's items. - - - - - - - - Validates the editor. - - - - A enumeration value that specifies how a dropdown editor's popup window was closed. - - - true if the editor's value is valid; otherwise, false. - - - - - - - Occurs whenever this CheckedComboBoxEdit has to display a child list box item. Allows you to manually paint these items. - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Gets or sets the editor's edit value, which identifies checked items in the editor's dropdown window. - - - An object that represents the editor's edit value. - - - - - - - Returns the index of the first CheckedComboBoxEdit item that matches the custom criteria implemented in the predicate delegate method. - - - - An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. - - - - true, to search from the collection's beginning to its end; otherwise, false. - - - - A delegate that implements the search criteria. - - - - An Int32 value that is the index of the found item within the collection. If no items were found, returns -1. - - - - - - - Searches for the first CheckedComboBoxEdit item that starts with the target text. - - - - A String value that is the text to find. - - - An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. - - - - - - - - Searches for the first CheckedComboBoxEdit item that starts with the target text. The search is performed in the specific direction and starts from the required item. - - - - A String value that is the text to find. - - - - An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. - - - - - true to search from the collection's beginning to its end; otherwise, false. - - - An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. - - - - - - - - Searches for the first CheckedComboBoxEdit item that starts with the target text. The search starts from the required item. - - - - A String value that is the text to find. - - - - An Int32 value that is a CheckedComboBoxEdit item index, starting from which the method should seek the matching item. - - - - An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. - - - - - - - - Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. The search is performed starting from the desired item. - - - - A String value that is the text to find. - - - - An Int32 value that is a CheckedComboBoxEdit item's index, starting from which the method should seek the matching item. - - - - An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. - - - - - - - - Searches for a CheckedComboBoxEdit item whose caption is equal to the target string. - - - - A String value that is the text to find. - - - An Int32 value that is the found item's index within this CheckedComboBoxEdit. If no item was found, returns -1. - - - - - - - - Enables you to disable specific items. - - - - - - - - Returns the control's popup window. - - - - A DevExpress.XtraEditors.Popup.CheckedPopupContainerForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Returns a that displays check items in the control's dropdown. - - - A CheckedListBoxControl embedded in the control's dropdown. - - - - - - - Provides the capability to change the height of an individual item. - - - - - - - - - Gets an object which contains properties, methods and events specific to the control. - - - A object that contains a control's settings. - - - - - - - This event is not supported by the CheckedComboBoxEdit class. - - - - - - - - This event is not supported by the CheckedComboBoxEdit class. - - - - - - - - Synchronizes the editor's edit value with check items in the dropdown, checking and unchecking corresponding items. - - - - - - - - Assigns the specified value to the editor. - - - - An object that identifies checked items in the editor's dropdown window. - - - - - - - - - Enumerates values that specify whether Close buttons are displayed in individual tab pages, the tab control's header, or in both. - - - - - - - - - -The default behavior determined by controls. - - - -For a , the Close button within the tab control's header is displayed as specified by the control's HeaderButtonsShowMode property. Close buttons in individual pages are hidden. - - - -For a in a , the Default option is equivalent to . - - - - - - - - - - Close buttons are displayed in the tab control's header, and within the active page. The visibility of the Close button within the tab control's header is specified by the control's HeaderButtonsShowMode property. - - - - - - - - A Close button is displayed in the active page. The Close button in the control's header is hidden. - - - - - - - - Close buttons are displayed within an active tab, and within an inactive tab when the mouse is hovered over it. The visibility of the Close buttons within the tab control's header is specified by the HeaderButtonsShowMode property. - - - - - - - - - Close buttons are displayed in all pages. The Close button in the control's header is hidden. - - - - - - - - - Close buttons are displayed in all pages and in the control's header. The visibility of the Close button within the tab control's header is specified by the control's HeaderButtonsShowMode property. - - - - - - - - The Close button is displayed in the tab control's header, as specified by the control's HeaderButtonsShowMode property. - - - - - - - - - Provides properties that allow you to customize the behavior of a peek panel, assigned to the control. - - - - - - - Initializes a new instance of the PopupPanelOptions class with the specified settings. - - - - A object that owns the newly created PopupPanelOptions object. - - - - - - - - Copies all settings from the target object to this PopupPanelOptions. - - - - A object whose property values should be copied to this PopupPanelOptions. - - - - - - - - - - Gets or sets the display location for the assigned to this . - - - A enumerator value that is the display location for the assigned to this . - - - - - - - Resets all PopupPanelOptions properties to their default values. - - - - - - - - Gets or sets which end-user actions cause the flyout panel to be displayed. - - - A enumerator value that specifies which end-user actions cause the flyout panel to be displayed. - - - - - - - Gets or sets whether the assigned to the editor's property should be displayed. - - - true, if the assigned to the editor's property should be displayed; otherwise, false. - - - - - - - - The text editor that applies custom validation to the entered text and transforms text blocks which passed this validation to tokens. See Token Edit Control. - - - - - - - Initializes a new instance of the TokenEdit class with the default settings. - - - - - - - - Focuses this TokenEdit's text box. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - - - Occurs before the peek panel assigned to this is displayed. - - - - - - - - Gets which TokenEdit control's element is located at the specific position. - - - - A Point structure that specifies the target position. - - - An enumerator value that specifies which TokenEdit control's element is located at the specific position. - - - - - - - Gets which token element is located at the specific position. - - - - An Int32 value that is the X-axis coordinate of the target location. - - - - An Int32 value that is the Y-axis coordinate of the target location. - - - An enumerator value that specifies which TokenEdit control's element is located at the specific position. - - - - - - - Gets the currently checked token within this TokenEdit. - - - A TokenEditToken that is the currently checked token within this TokenEdit. - - - - - - - Returns the object that contains all currently checked tokens within this . - - - A object that contains all currently checked tokens within this TokenEdit. - - - - - - - Marks a token with the target value as checked. - - - - An Object that is the value of the token that will be checked. - - - - - - - - Returns this TokenEdit. - - - A TokenEdit object that is this TokenEdit itself. - - - - - - - Forces the TokenEdit's pop-up to close in a specific mode. - - - - - A PopupCloseMode enumerator value that specifies the mode in which the TokenEdit's pop-up is closed. - - - - - - - - Moves focus away from this TokenEdit's text box and optionally removes the last entered text. - - - - true, if the last entered text should be removed; otherwise, false. - - - - - - - - Allows you to re-draw the default token glyph. - - - - - - - - Allows you to re-paint the token text area. - - - - - - - - Returns the textual representation of the TokenEdit class. - - - - Return value: TokenEdit. - - - - - - - Returns the text currently displayed in the TokenEdit. - - - - A String value that is the currently displayed in the TokenEdit text. - - - - - - - - Explicitly initializes this Token Edit Control's drop-down menu. - - - - - - - - Returns a TokenEditSelectedItemCollection object that contains all tokens currently visible within the editor. - - - A object that contains all tokens currently visible within the editor. - - - - - - - Returns the object that contains the internal information used to render this TokenEdit. - - - A object that contains the internal information used to render the editor. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Checks whether there are any tokens currently displayed within the TokenEdit's edit box. - - - true, if there are any tokens currently displayed within the TokenEdit's edit box; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Checks whether or not this TokenEdit is currently focused. - - - true, if this TokenEdit is currently focused; otherwise, false. - - - - - - - Gets whether the editor's popup is currently open. - - - true, if the editor's popup is currently open; otherwise, false. - - - - - - - Gets or sets whether the TokenEdit's text box currently has focus. - - - true, if the TokenEdit's text box currently has focus; otherwise, false. - - - - - - - Gets the text box that provides text editing functionality. - - - A object that is the editor's text box. - - - - - - - Provides access to an object that stores the main TokenEdit settings. - - - - A object that stores the main TokenEdit settings. - - - - - - - - - - - - - - - - - - Scrolls this TokenEdit up or down to the target token. - - - - A TokenEditToken to which this TokenEdit should be scrolled. - - - - - - - - Gets the collection that contains all tokens currently visible within the editor. - - - A object that contains all tokens currently visible within the editor. - - - - - - - Occurs whenever the collection changes. - - - - - - - - Selects a token with the specific value owned by this TokenEdit. - - - - An Object that is the value of the token that should be selected. - - - - - - - - Displays the drop-down assigned to this TokenEdit. - - - - - - - - Gets or sets whether this TokenEdit can be focused by sequentially pressing the Tab keyboard key. -Always equal to true. - - - Always true (this TokenEdit can always be focused using the Tab key). - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs when a token in this TokenEdit changed its checked state. - - - - - - - - - Gets or sets the first visible token row within this TokenEdit. - - - An Int32 value that is the number of the first visible token row within this TokenEdit. - - - - - - - - - - - - - - - - - Validates the text entered in this TokenEdit. - - - - - - - - - Allows you to perform the custom validation on text currently entered in this TokenEdit control. - - - - - - - - - Provides access to the control's settings. - - - - - - - Initializes a new instance of the RepositoryItemTokenEdit class with the default settings. - - - - - - - - Populates this RepositoryItemTokenEdit with items generated from values of the specific enumeration. Allows generated tokens to store numeric enumeration values instead of enumeration constant names. - - - - A type of enumeration whose values should be used to generate RepositoryItemTokenEdit items. - - - - - true if values for generated items should store numeric enumerator values ; false if these values should store constant enumerator names instead. - - - - - - - - Populates this RepositoryItemTokenEdit with items generated from values of the specific enumeration. - - - - A type of enumeration whose values should be used to generate RepositoryItemTokenEdit items. - - - - - true, to skip enumeration values with no numeric values assigned; otherwise, false. - - - - true, to skip enumeration values with composite bit-flags; otherwise, false. - - - - - - - - Populates this RepositoryItemTokenEdit with items generated from values of the specific enumeration. - - - - A type of enumeration whose values should be used to generate RepositoryItemTokenEdit items. - - - - - - - - - Populates this RepositoryItemTokenEdit with items generated from values of the specific enumeration. Allows generated items to store numeric enumeration values instead of enumeration constant names. - - - - true if values for generated tokens should store numeric enumerator values ; false if these values should store constant enumerator names instead. - - - - - - - - Populates this RepositoryItemTokenEdit with items generated from values of the specific enumeration. - - - - - - - - Provides access to appearance settings that allow you to customize the drop-down list appearances for this . - - - An object that stores appearance settings which allow you to customize the drop-down list appearances for this . - - - - - - - Copies all settings from the target to this RepositoryItemTokenEdit object. - - - - A RepositoryItem whose settings should be copied to this RepositoryItemTokenEdit. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Use the instead to set whether the should automatically expand based on its current content. - - - - - - - - - - - Gets or sets the control's auto-hide mode. - - - A enumerator value that specifies the control's auto-hide mode. - - - - - - - Fires before this control's popup menu is shown. Allows you to customize items within this menu. - - - - - - - - Occurs before the peek panel assigned to this is displayed. - - - - - - - - Returns the object that contains all currently checked tokens in this . - - - - A object that contains all currently checked tokens in this TokenEdit. - - - - - - - - Gets or sets whether only one or multiple tokens can be selected (checked) simultaneously within this control. - - - - A enumerator value that specifies whether only one or multiple tokens can be selected simultaneously within this control. - - - - - - - - Gets or sets whether checked tokens within the related control should be deselected when the editor loses focus. - - - - true, if checked tokens within the related control should be deselected when the editor loses focus; otherwise, false. - - - - - - - - Occurs each time a token needs to be displayed and allows you to manually draw its background. - - - - - - - - Allows you to re-draw the default token glyph. - - - - - - - - Allows you to re-paint the token text area. - - - - - - - - Gets or sets the custom drop-down control for this . - - - A class descendant that serves as the custom drop-down control for this . - - - - - - - Stores the default drop-down list capacity, equal to 7 lines. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Stores the default number of lines (4) a can be expanded to. If a Token Edit needs more than 4 lines to display its content, vertical scroll bar appears. To modify this line count, use the property. - - - - - - - - - - - Gets or sets whether a 's token should be deleted if an end-user clicks this token's image. - - - A enumerator value that specifies whether a 's token should be deleted if an end-user clicks this token's image. - - - - - - - Gets or sets the maximum number of drop-down menu items for this . - - - - An Int32 value that is the maximum number of drop-down menu items for this . - - - - - - - - Gets or sets the way this 's drop-down list is displayed. - - - A enumerator value that specifies the way this 's drop-down list is displayed. - - - - - - - Gets or sets whether an end-user can manually enter and validate any desired text within this . - - - A enumerator value that specifies whether an end-user can manually enter and validate any desired text within this . - - - - - - - Gets the editor's textual representation. - - - Return value: TokenEdit. - - - - - - - Gets or sets the character used to separate the TokenEdit.EditValue property value into multiple text blocks. - - - A Char value that is used to separate the TokenEdit.EditValue property value into multiple text blocks. - - - - - - - Gets or sets the type of this 's edit value. - - - A enumerator value that specifies the type of this 's edit value. - - - - - - - - - - - - - - - - - - Gets or sets the maximum number of lines this can occupy. This property is ignored if the editor is used in-place. - - - - An Int32 value that is the maximum number of lines this can occupy. - - - - - - - - Gets or sets the maximum tokens number this control can simultaneously display. - - - An Int32 value that is the maximum tokens number this control can simultaneously display. - - - - - - - Gets or sets the initial number of rows displayed by this . - - - An Int32 value that is the initial number of rows displayed by this . - - - - - - - Returns a that owns this RepositoryItemTokenEdit. - - - A that owns this RepositoryItemTokenEdit. - - - - - - - Gets or sets how items within this 's popup are filtered. - - - A enumerator value that specifies how items within this 's popup are filtered. - - - - - - - Gets or sets the assigned to this . - - - An IFlyoutPanel object assigned to this . - - - - - - - Provides access to the set of properties that specify the peek panel behavior. - - - A object that stores the set of properties that specify the peek panel behavior. - - - - - - - Gets or sets whether this 's drop-down list should display a size grip. - - - true, if this 's drop-down list should display a size grip; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the collection that contains all tokens currently visible in the . - - - - A object that contains all tokens currently visible in the editor. - - - - - - - - Occurs whenever a token is added or removed to (from) the . - - - - - - - - Provides access to this 's separators collection. - - - A object that stores this 's separators. - - - - - - - Gets or sets whether this control's drop-down list should be displayed. - - - true, if this control's drop-down list should be displayed; otherwise, false. - - - - - - - Gets or sets whether items within this control's drop-down list should display the 'remove' icon. - - - true, if items within this control's drop-down list should display the 'remove' icon; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - Always false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - Always false. - - - - - - - Gets or sets whether token glyphs should be displayed. - - - true, if token glyphs should be displayed; otherwise, false. - - - - - - - Occurs after a new token was successfully added to this . - - - - - - - - Occurs when a new token is about to be added to this . - - - - - - - - Occurs when an end-user checks or unchecks a token within the corresponding . - - - - - - - - Fires whenever an end-user clicks a token displayed within this control. - - - - - - - - Occurs when an end-user double clicks a token within this . - - - - - - - - Gets or sets the location of token icons relative to token captions. - - - - A enumerator value that specifies the location of token icons relative to token captions. - - - - - - - - Fires whenever a user focuses a token. - - - - - - - - Occurs when an end-user hovers a token within this . - - - - - - - - Fires when a token loses mouse focus. - - - - - - - - - Gets or sets whether or not the collection supports automatic population. - - - A enumerator value that specifies whether or not the collection supports automatic population. - - - - - - - Occurs after a token is removed from this . - - - - - - - - - Fires when a token is about to be removed from this . - - - - - - - - Provides access to this control's token collection. - - - A object that stores this control's tokens. - - - - - - - Gets or sets whether this Token Edit Control should be painted using the read-only appearance settings. - - - true, if this Token Edit Control should be painted using the read-only appearance settings; otherwise, false. - - - - - - - Validates the text entered in the editor. - - - - - - - - - Allows you to perform the custom validation on text currently entered in this control. - - - - - - - - Gets or sets a set of validation rules for this . - - - TokenEditValidationRules enumerator values that specify validation rules for this TokenEdit. - - - - - - - - Enumerates possible locations for an image within a control. - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned in the center. - - - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned on the left. - - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned on the right. - - - - - - - - The same as MiddleLeft. - - - - - - - - The image is centered vertically and horizontally. The control's text is not displayed in this mode. - - - - - - - - - The image is vertically centered, and horizontally aligned on the left. - - - - - - - - The image is vertically centered, and horizontally aligned on the right. - - - - - - - - The image is vertically aligned at the top, and horizontally aligned in the center. - - - - - - - - - The image is vertically aligned at the top, and horizontally aligned on the left. - - - - - - - - The image is vertically aligned at the top, and horizontally aligned on the right. - - - - - - - - - Enumerates values that specify how list box items are selected when item hot-tracking is enabled. - - - - - - - If item hot-tracking is enabled, an item is selected when clicked. This option is not in effect if the property is set to . - - - - - - - - If item hot-tracking is enabled, an item is selected when hovering over it with the mouse. - - - - - - - - The same as the option plus the following. - -If item skinning is enabled via the option, the event is raised each time an item is hot-tracked. -In mode, the event is raised only when clicking the item. - - - - - - - - - - Enumerates painting styles for selected and hot-tracked items in list box and pop up controls. - - - - - - - The same as the Skinned option. - - - - - - - - Selected and hot-tracked items are painted skinned if a skinning painting scheme is applied. Otherwise, items are not skinned. - - - - - - - - Selected and hot-tracked items are not skinned and painted using the default system color. - - -In a control's descendants, if item hot-tracking is enabled, selected and hot-tracked items are always in sync, and setting the property to SelectItemOnClick is not in effect. - - - - - - - - - - - - The control that provides the search and filter functionality for the attached object. - - - - - - - Initializes a new instance of the SearchControl class with the default settings. - - - - - - - - Clears the filter criteria. - - - - - - - - Gets or sets an object through which a search is performed. - - - An object through which a search is performed. - - - - - - - Returns the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Gets an object which contains properties, methods and events specific to the SearchControl. - - - A object that contains settings for the SearchControl. - - - - - - - Enables you to specify the attached object's columns through which a search is performed. - - - - - - - - Sets the filter criteria. - - - - A string value that is the filter criteria. - - - - - - - - - Represents a storage for the settings specific to the . - - - - - - - Initializes a new instance of the RepositoryItemSearchControl class with the default settings. - - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - Gets or sets whether a search is automatically performed on typing text. - - - true, if a search is automatically performed on typing text; otherwise, false. - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Starts the control's runtime initialization. - - - - - - - - Provides access to the collection of buttons in the current . - - - The SearchControlButtonCollection object that represents the collection of objects. - - - - - - - Gets or sets an ISearchControlClient object whose data is filtered using the . - - - An object whose data is filtered using the . - - - - - - - Creates the default buttons (Search, Clear and MRU). - - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Ends the control's runtime initialization. - - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - Gets of sets the comparison operator used to perform the search request. - - - An enumeration value that specifies the comparison operator. - - - - - - - Gets or sets the delay for a search performed automatically on typing text. - - - - A System.Int32 value that specifies the delay for an automatically performed search. - - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - Gets or sets whether the text specified by the property is displayed when the editor contains an empty string. - - - true, if the text is displayed; otherwise, false. - - - - - - - Gets the editor that owns the current repository item object. - - - A editor that owns the current repository item. - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - Enables you to specify the attached object's columns through which a search is performed. - - - - - - - - Gets or sets whether the Clear Button is displayed in the - - - true, if the Clear Button is displayed; otherwise, false. - - - - - - - Gets or sets the mode in which the Search and Clear buttons are displayed. - - - A ShowDefaultButtonsMode enumeration value that specifies the mode in which the Search and Clear buttons are displayed. - - - - - - - Gets or sets whether the dropdown button that invokes a list of most recently used search requests is displayed. - - - true, if the dropdown button that invokes a list of most recently used search requests is displayed; otherwise, false. - - - - - - - Gets or set whether the Search Button is displayed in the . - - - true, if the Search Button is displayed; otherwise, false. - - - - - - - This property is not supported by the RepositoryItemSearchControl class. - - - - - - - - - - - Contains settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemBreadCrumbEdit class with the default settings. - - - - - - - - Copies all settings from the target to this RepositoryItemBreadCrumbEdit object. - - - - A object whose settings are to be copied to this RepositoryItemBreadCrumbEdit object. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the current mode. - - - A enumerator value that specifies the current mode. - - - - - - - Gets whether the method will take effect if called. - - - - true, if the method will take effect if called; otherwise, false. - - - - - - - - Gets whether the method will take effect if called. - - - - true, if the method will take effect if called; otherwise, false. - - - - - - - - Gets whether the method will take effect if used at the moment. - - - true if the method will take effect if used at the moment; otherwise, false. - - - - - - - Gets or sets whether or not navigating to nodes within this Breadcrumb Edit Control requires an exact node caption match, including the letter cases. - - - - true, navigating to nodes within this Breadcrumb Edit Control requires an exact node caption match; otherwise, false. - - - - - - - - Returns the \ character that is the default path separator for a control. - - - Return value: \. - - - - - - - Returns the editor type name. - - - Return value: BreadCrumbEdit. - - - - - - - Returns a collection that contains all nodes owned by this RepositoryItemBreadCrumbEdit. - - - A ReadOnlyCollection that stores all s owned by this RepositoryItemBreadCrumbEdit. - - - - - - - Gets the object that stores the complete navigation history for this . - - - A BreadCrumbHistory object that stores the complete navigation history for this . - - - - - - - - Gets the position within a collection occupied by the currently used . - - - An Int32 value that is the position within a collection occupied by the currently used . - - - - - - - Navigates to the previous within the collection. - - - - - - - - - Navigates to the next object within the collection. - - - - - - - - - Navigates to the currently selected node's parent node. - - - - - - - - Occurs whenever a node's drop-down list is hidden. - - - - - - - - Provides access to a object that stores the navigation history for this . - - - A object that stores the navigation history for this . - - - - - - - Gets or sets the position of an image within the collection that should serve as the default glyph for all non-root nodes. - - - - An Int32 value that is the position of an image within the collection that should serve as the default glyph for all non-root nodes. - - - - - - - - Gets or sets the image collection assigned to this . - - - An Object that is the image collection assigned to this . - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs each time a new node is about to be added to this . - - - - - - - - Occurs whenever a node owned by this RepositoryItemBreadCrumbEdit changes. - - - - - - - - Fires when a node from this RepositoryItemBreadCrumbEdit's collection is clicked. - - - - - - - - Occurs whenever an end-user clicks any node drop-down button within this . - - - - - - - - Gets or sets the maximum row number a node's drop-down list can occupy. - - - An Int32 value that is the maximum row number a node's drop-down list can occupy. - - - - - - - Provides access to all nodes owned by this control. - - - A BreadCrumbNodeCollection that stores nodes owned by this control. - - - - - - - Gets the editor that owns this RepositoryItemBreadCrumbEdit. - - - A that owns this RepositoryItemBreadCrumbEdit. - - - - - - - Gets or sets the nodes sequence currently visible within this . - - - A String value that is the nodes sequence currently visible within this . - - - - - - - Occurs whenever a 's path was changed. - - - - - - - - Occurs when a path to which the RepositoryItemBreadCrumbEdit was about to navigate does not pass validation. - - - - - - - - - Gets or sets the character used to separate node values in a path string. - - - A String value that is the character used to separate node values in a path string. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs when the editor needs to navigate to a dynamically populated node for the first time. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Resets the history of end-user navigation within this control. - - - - - - - - - Gets or sets the image used by this 's root node. - - - An Image that is this 's root node glyph. - - - - - - - - Fires when the root node's glyph is clicked. - - - - - - - - - Gets or sets the index of an image within the collection that should be used as a root node glyph. - - - An Int32 value that is the index of an image within the collection that should be used as a root node glyph. - - - - - - - Gets or sets the last currently selected in this . - - - A object that is the last node currently selected in this . - - - - - - - Fires when this RepositoryItemBreadCrumbEdit's changes. - - - - - - - - Occurs each time an end-user clicks empty space within this . - - - - - - - - Sets a with the target index as the current history item. - - - - An Int32 value that is the specific 's position within a parent collection. - - - - - - - - Occurs after a node drop-down is shown completely. - - - - - - - - - Gets or sets whether the root glyph should be displayed. - - - true, if the root glyph should be displayed; otherwise, false. - - - - - - - Fires when the User Action Menu is about to be displayed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether or not all visible nodes in the 's drop-down menu nodes should be sorted by their captions. - - - - true, if nodes should be sorted by their captions; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs each time the has to navigate to an unknown node. - - - - - - - - - The MS Windows Explorer-inspired navigation bar that allows end-users to navigate through a hierarchical tree of nodes. - - - - - - - Initializes a new instance of the BreadCrumbEdit class with the default settings. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns information on BreadCrumbEdit elements located at the target position. - - - - An Int32 value that is the X-axis coordinate of the tested location. - - - - An Int32 value that is the Y-axis coordinate of the tested location. - - - A object containing information on BreadCrumbEdit elements located at the target position. - - - - - - - Returns information on BreadCrumbEdit elements located at the target position. - - - - A Point structure that is the target location to be tested. - - - A object containing information on BreadCrumbEdit elements located at the target position. - - - - - - - Tests whether or not calling the method will have an effect. - - - true, if calling the method will have an effect; otherwise, false. - - - - - - - Tests whether or not calling the method will have an effect. - - - true, if calling the method will have an effect; otherwise, false. - - - - - - - Tests whether or not calling the method will have an effect. - - - true, if calling the method will have an effect; otherwise, false. - - - - - - - Returns the editor type name. - - - Returns the "BreadCrumbEdit" string value. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Please use the property instead. - - - - - - - - - - Gets the object that stores the complete navigation history for this Breadcrumb Edit Control. - - - A object that stores the complete navigation history for this control. - - - - - - - Gets the current node path's index within a navigation journal, retrieved by the method. - - - An Int32 value that is the current node path's index within a complete navigation journal. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.BreadCrumbPopupForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Navigates back to the previous entry in the navigation journal. - - - - - - - - - Navigates to next navigation journal entry. - - - - - - - - Navigates to the currently selected node's parent node. - - - - - - - - Gets whether this BreadCrumbEdit currently has an expanded node. - - - true if this BreadCrumbEdit currently has an expanded node; otherwise, false. - - - - - - - Gets or sets the current nodes path within this BreadCrumbEdit, starting from a root to the last node visible. - - - - A String value that is the textual representation of the current BreadCrumbEdit nodes path. - - - - - - - Occurs each time the current BreadCrumbEdit path changes. - - - - - - - - Provides access to the main BreadCrumbEdit settings. - - - - A object that stores settings that specify the BreadCrumbEdit look and behavior. - - - - - - - - Clears the navigation journal, retrieved by the method. - - - - - - - - Selects the entire BreadCrumbEdit path when this BreadCrumbEdit is in Edit mode. - - - - - - - - Gets or sets the last item currently selected in this BreadCrumbEdit. - - - A object that is the last item currently selected in this BreadCrumbEdit. - - - - - - - Fires when this BreadCrumbEdit's changes. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Sets the current node path's index within a navigation journal, retrieved by the method. - - - - An Int32 value that is the current node path's index within a complete navigation journal. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - A node within a control. - - - - - - - Initializes a new instance of the BreadCrumbNode class with the specified settings. - - - - A String value that is the newly created node's caption. - - - - A String value that is the newly created node's value. - - - - true, if this node should raise the event when an end-user clicks its drop-down button; otherwise, false. - - - - - - - - Initializes a new instance of the BreadCrumbNode class with the default settings. - - - - - - - - Initializes a new instance of the BreadCrumbNode class with the specified settings. - - - - A String value that is the newly created node's caption. - - - - A String value that is the newly created node's value. - - - - - - - - Initializes a new instance of the BreadCrumbNode class with the specified settings. - - - - A String value that is the newly created BreadCrumbNode's caption. - - - - - - - - Gets or sets this BreadCrumbNode's caption. - - - A String value that is this BreadCrumbNode's caption. - - - - - - - Gets the child nodes collection for this BreadCrumbNode. - - - A BreadCrumbNodeCollection that contains child BreadCrumbNode for this BreadCrumbNode. - - - - - - - Copies this BreadCrumbNode with or without its child nodes. - - - - true, if the newly created BreadCrumbNode should contain same nodes in its collection as the source BreadCrumbNode; otherwise, false. - - - A BreadCrumbNode that is this BreadCrumbNode's clone. - - - - - - - Copies this BreadCrumbNode. - - - A BreadCrumbNode that is the target BreadCrumbNode's clone. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether this BreadCrumbNode equals the target object. - - - - An Object to compare with this BreadCrumbNode. - - - true, if this BreadCrumbNode equals the target object; otherwise, false. - - - - - - - Returns a BreadCrumbNode that is the child of this BreadCrumbNode and is located at the specific path. - - - - A String value that specifies the path to the target child node, starting from this BreadCrumbNode object. - - - - A String value that specifies the path to the target child node, starting from the root node. - - - A BreadCrumbNode that is this BreadCrumbNode object's child, located at a specific path. - - - - - - - - Gets the integer hash code that corresponds to the current BreadCrumbNode object's value. - - - An Int32 value that is this BreadCrumbNode's hash code. - - - - - - - Gets the image currently displayed as this BreadCrumbNode's glyph. - - - An Image currently displayed as this BreadCrumbNode's glyph. - - - - - - - Gets the current BreadCrumbNode value. - - - A String value that is the current BreadCrumbNode value. - - - - - - - Gets or sets the index of an image from the collection that should be used as this ImageIndex glyph. - - - An Int32 value that is the index of an image from the collection that should be used as this ImageIndex glyph. - - - - - - - Gets this BreadCrumbNode's position within its parent node collection. - - - An Int32 value that is this BreadCrumbNode's position within its parent node collection. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Gets whether this BreadCrumbNode object is a parent node for the target BreadCrumbNode object. - - - - A BreadCrumbNode object to be checked. - - - true if this BreadCrumbNode object is a parent node for the target BreadCrumbNode object; otherwise, false. - - - - - - - Gets whether this node is a top-level node. - - - true, if this node is a top-level node; otherwise, false. - - - - - - - Gets the BreadCrumbNode that follows this BreadCrumbNode in its parent node collection. - - - A BreadCrumbNode that follows this BreadCrumbNode in its parent node collection. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets this BreadCrumbNode's parent BreadCrumbNode. - - - A BreadCrumbNode that contains this BreadCrumbNode in its collection. - - - - - - - Gets this BreadCrumbNode's path. - - - A String value that is this BreadCrumbNode's path. - - - - - - - Gets or sets whether this BreadCrumbNode is constantly visible at runtime. - - - true, if this BreadCrumbNode is constantly visible at runtime; otherwise, false. - - - - - - - Gets or sets whether this BreadCrumbNode can raise the event. - - - true, if this BreadCrumbNode can raise the event; otherwise, false. - - - - - - - Gets a BreadCrumbNode that precedes this BreadCrumbNode in its node collection. - - - A BreadCrumbNode that precedes this BreadCrumbNode in its node collection. - - - - - - - Provides access to the main BreadCrumbNode settings. - - - - A RepositoryItemBreadCrumbEdit object that stores the main BreadCrumbNode settings. - - - - - - - - Applies properties stored within the target to this BreadCrumbNode. - - - - A whose property values should be copied to this BreadCrumbNode. - - - - - - - - Gets or sets whether this BreadCrumbNode's caption is visible. - - - true, if this BreadCrumbNode's caption is visible; otherwise, false. - - - - - - - Gets or sets the tag associated with this BreadCrumbNode. - - - - An Object associated with this BreadCrumbNode. - - - - - - - Gets the textual representation of this BreadCrumbNode. - - - A String value that is this BreadCrumbNode's textual representation. - - - - - - - Gets or sets this BreadCrumbNode's value. - - - A String value that is thie BreadCrumbNode's value. - - - - - - - - A s collection. - - - - - - - Initializes a new instance of the BreadCrumbNodeCollection class with the default settings. - - - - - - - - Initializes a new instance of the BreadCrumbNodeCollection class with the specified settings. - - - - A that will own the newly created BreadCrumbNodeCollection. - - - - - - - - Initializes a new instance of the BreadCrumbNodeCollection class with the specified settings. - - - - A RepositoryItemBreadCrumbEdit object related with the newly created BreadCrumbNodeCollection. - - - - - - - - Adds the specific node to this BreadCrumbNodeCollection. - - - - A to be added to this BreadCrumbNodeCollection. - - - - - - - - Adds multiple nodes to this BreadCrumbNodeCollection. - - - - s to be added to this BreadCrumbNodeCollection. - - - - - - - - Adds multiple nodes to this BreadCrumbNodeCollection. - - - - An IEnumerable that stores objects to be added to this BreadCrumbNodeCollection. - - - - - - - - Locks the BreadCrumbNodeCollection by preventing visual updates of the collection and its elements until the method is called. - - - - - - - - Occurs each time a was added or removed to (from) the BreadCrumbNodeCollection. - - - - - - - - Gets whether this BreadCrumbNodeCollection contains the target node. - - - - A to be checked. - - - true, if this BreadCrumbNodeCollection contains the target node; otherwise, false. - - - - - - - Gets whether the target is contained within this BreadCrumbNodeCollection or any of its items' collections. - - - - A to search for. - - - - true, if the search should be extended to the BreadCrumbNodeCollection items' child collections; otherwise, false. - - - true, if the target was found; otherwise, false. - - - - - - - Unlocks the BreadCrumbNodeCollection that was previously locked by the method. - - - - - - - - Unlocks the BreadCrumbNodeCollection that was previously locked by the method and specifies whether the event should be fired. - - - - true, if the event should be fired; otherwise, false. - - - - - - - - Returns the with a specific value, if such a node exists within this BreadCrumbNodeCollection, or within any collection of BreadCrumbNodeCollection collection's items. - - - - - A String value that is the searched node's property value. - - - - true, if the method should check not only BreadCrumbNodeCollection items, but their collections as well; otherwise, false. - - - A BreadCrumbNode with the specific value. - - - - - - - Gets the first node contained within this BreadCrumbNodeCollection. - - - A that is the first node in this BreadCrumbNodeCollection. - - - - - - - Returns the index within this BreadCrumbNodeCollection. - - - - A whose position within this BreadCrumbNodeCollection is to be obtained. - - - An Int32 value that is the index within this BreadCrumbNodeCollection. - - - - - - - - Gets whether this BreadCrumbNodeCollection contains a at the specific position. - - - - An Int32 value that is a node position to be checked. - - - true, if this BreadCrumbNodeCollection contains a at the specific position; otherwise, false. - - - - - - - Adds a target to this BreadCrumbNodeCollection and puts it to a specific position. - - - - An Int32 value that specifies the position within this BreadCrumbNodeCollection where the target node should be arranged. - - - - A object to be added to this BreadCrumbNodeCollection. - - - - - - - - Gets or sets whether this BreadCrumbNodeCollection is currently empty. - - - true, if this BreadCrumbNodeCollection is currently empty; otherwise, false. - - - - - - - Gets a node from this BreadCrumbNodeCollection that has the specific index within this collection. - - - - An Int32 value that is the node index. - - - A that occupies the specific position within this BreadCrumbNodeCollection. - - - - - - - Gets the last node within this BreadCrumbNodeCollection. - - - A that is the last node within this BreadCrumbNodeCollection. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Removes the specific node from this BreadCrumbNodeCollection. - - - - A object to be removed from this BreadCrumbNodeCollection. - - - - - - - - Removes all nodes from this BreadCrumbNodeCollection starting from the specific position. - - - - An Int32 value that specifies the node index within this BreadCrumbNodeCollection, starting from which all nodes should be removed from the collection. - - - - - - - - - An object that stores the previously viewed path. - - - - - - - Initializes a new instance of the BreadCrumbHistoryItem class with the default settings. - - - - - - - - Initializes a new instance of the BreadCrumbHistoryItem class with the specified settings. - - - - A String value that is the property value for the newly created BreadCrumbHistoryItem. - - - - - - - - Duplicates the target BreadCrumbHistoryItem. - - - - A BreadCrumbHistoryItem object that is the target BreadCrumbHistoryItem object's clone. - - - - - - - Compares this BreadCrumbHistoryItem with a specific object. - - - - An Object to be compared with this BreadCrumbHistoryItem. - - - true, if the compared object is a BreadCrumbHistoryItem with the same property value as this BreadCrumbHistoryItem; otherwise, false. - - - - - - - Gets the integer hash code that corresponds to the current BreadCrumbHistoryItem object's value. - - - An Int32 value that is the BreadCrumbHistoryItem's hash code. - - - - - - - Gets this BreadCrumbHistoryItem's position within its parent collection. - - - An Int32 value that is the BreadCrumbHistoryItem position within its parent collection. - - - - - - - Moves the BreadCrumbHistoryItem to the top of its parent collection. - - - - - - - - - Gets or sets the path within a control to which this BreadCrumbHistoryItem relates. - - - A String value that is the path within a control to which this BreadCrumbHistoryItem relates. - - - - - - - Gets the textual representation of this BreadCrumbHistoryItem. - - - A String value that represents this BreadCrumbHistoryItem object's property value. - - - - - - - - Stores the navigation history and allows you to navigate through these records. - - - - - - - Initializes a new instance of the BreadCrumbHistory class with the specified settings. - - - - A object that specifies the newly created BreadCrumbHistory's settings. - - - - - - - - Adds the target to this BreadCrumbHistory collection. - - - - The to be added. - - - - - - - - Adds multiple s to this BreadCrumbHistory collection. - - - - s to be added. - - - - - - - - Adds multiple history items to this BreadCrumbHistory collection. - - - - An IEnumerable containing history items to be added to this BreadCrumbHistory collection. - - - - - - - - Occurs each time the BreadCrumbHistory is modified. - - - - - - - - Determines whether this BreadCrumbHistory collection contains the target . - - - - A to be checked. - - - true if this BreadCrumbHistory collection contains the target ; otherwise, false. - - - - - - - Releases all resources used by the current BreadCrumbHistory object. - - - - - - - - Searches this BreadCrumbHistory collection for a , related to the target path. - - - - A String value that is the path to be checked. - - - A whose property value equals the path parameter. - - - - - - - Gets the position within this BreadCrumbHistory collection. - - - - A BreadCrumbHistoryItem whose index is to be obtained. - - - An Int32 value that is the target 's index within this BreadCrumbHistory collection. - - - - - - - Adds the to this BreadCrumbHistory collection and places it at a specific position within this collection. - - - - An Int32 value that specifies the newly added item's index within this BreadCrumbHistory collection. - - - - A to be added. - - - - - - - - Gets whether this BreadCrumbHistory collection is currently empty. - - - true, if this BreadCrumbHistory collection is currently empty; otherwise, false. - - - - - - - Gets a that occupies a specific position within this BreadCrumbHistory collection. - - - - An Int32 value that is the index of a within this BreadCrumbHistory collection. - - - A that occupies a specific position within this BreadCrumbHistory collection. - - - - - - - Moves a containing the specific path to the end of this BreadCrumbHistory collection. - - - - A Sting value that specifies the node path. A node whose value equals this parameter value will be re-arranged. - - - - - - - - Provides access the a object, assigned to this BreadCrumbHistory collection. - - - A object, assigned to this BreadCrumbHistory collection. - - - - - - - Removes the specific item from this BreadCrumbHistory collection. - - - - A to be removed. - - - - - - - - - Provides members used to label corresponding modes. - - - - - - - The 's path is represented as plain editable text. End users can use a keyboard to modify this path and navigate within the . - - - - - - - - The 's path is represented as a sequence of click-able visual elements. Each element represents a and has a drop-down button that displays a drop-down list with all child nodes owned by this node. - - - - - - - - - Contains appearance settings for splash forms. - - - - - - - Initializes a new instance of the SplashFormProperties class and allows you to enable and disable fade-in and fade-out effects. - - - - A parent form for a splash form. - - - - true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form to be displayed. - - - - An Image object. - - - - true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - false to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with default settings. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. - - - - A parent form for a splash form. - - - - An Image object. - - - - true, to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - - An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. - - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. - - - - A parent form for a splash form. - - - - true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form. - - - - An Image object. - - - - true, to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form. - - - - true to use a fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use a fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form. - - - - An Image object. - - - - true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. - - - - A parent form for a splash form. - - - - An Image object. - - - - true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form. - - - - true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. - - - - A parent form for a splash form. - - - - true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the SplashFormProperties class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A parent form for a splash form. - - - - An Image object. - - - - true, to use the fade-in effect when a splash form is displayed; otherwise, false. This value is assigned to the property. - - - - true, to use the fade-out effect when a splash form is closed; otherwise, false. This value is assigned to the property. - - - - An ICustomImagePainter object that implements a custom drawing procedure. This object is assigned to the property. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - true, to use the glow effect when displaying a splash form; otherwise, false. This value is assigned to the property. - - - - The delay, in milliseconds, that should elapse before the splash form is actually closed. This value is assigned to the property. - - - - - - - - Gets or sets whether the splash form is displayed using the glow effect. - - - true, if the splash form is displayed using the glow effect; otherwise, false. - - - - - - - Creates and returns a copy of the current SplashFormProperties object. - - - A copy of the current SplashFormProperties object. - - - - - - - Gets or sets the delay, in milliseconds, before the splash form is closed. - - - An integer value that specifies the delay, in milliseconds, before the splash form is closed. - - - - - - - Gets or sets an object that implements a custom drawing procedure. - - - An ICustomImagePainter that implements a custom drawing procedure. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - An Image object. - - - - - - - Gets the parent form for a splash form to be displayed. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The parent form for a splash form to be displayed. - - - - - - - Gets the handle of the parent window. - - - An IntPtr structure that identifies the handle of the parent window. - - - - - - - Gets or sets whether to use a fade-in effect when a splash form is being opened. - - - true to use a fade-in effect when a splash form is being opened; otherwise, false. - - - - - - - Gets or sets whether to use a fade-out effect when a splash form is being closed. - - - true to use a fade-out effect when a splash form is being closed; otherwise, false. - - - - - - - - Contains values that specify a splash form's start position. - - - - - - - A splash form's default start position. A is displayed centered against the screen and a is centered against its parent form. - - - - - - - - The start position of a splash form is specified manually (via the property or a parameter of the splash form display method). - - - - - - - - - - Applies a format using an icon set. - - - - - - - Initializes a new instance of a FormatConditionRuleIconSet class. - - - - - - - - Creates a new instance of the FormatConditionRuleIconSet class. - - - A new FormatConditionRuleIconSet instance. - - - - - - - Gets or sets an icon set. - - - A value that specifies an icon set. - - - - - - - Gets whether the current icon set is properly customized. - - - true, if the current icon set is properly customized; otherwise, false. - - - - - - - - Serves as a base class for classes providing data for events that allow you to customize filter conditions in the Excel-style filter dropdowns. - - - - - - - Adds the specified data value by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup. - - - - The data value by which the column can be filtered. - - - - The text of the filter condition to be displayed in the filter popup. - - - - true, to enable HTML formatting for the text parameter; otherwise, false. - - - An ExcelFilterDataItem object specifying the filter item. - - - - - - - Adds the specified filter condition by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup. - - - - The display text for the filter condition. - - - - The filter condition. - - - - true, to enable HTML formatting for the text parameter; otherwise, false. - - - An ExcelFilterItem object specifying the filter item. - - - - - - - Adds the specified filter condition by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup. - - - - The display text for the filter condition. - - - - The filter condition. - - - - true, to enable HTML formatting for the text parameter; otherwise, false. - - - An ExcelFilterItem object specifying the filter item. - - - - - - - Changes the display text in the filter popup for the specified data value. - - - - The data value for which to change the display text. - - - - The text to be displayed in the filter popup for the specified data value. - - - true, if the display text is successfully changed; otherwise, false. - - - - - - - - Provides access to the collection of data values by which the column being processed can be filtered, and the corresponding display texts. - - - A object specifying the collection of data values by which the column being processed can be filtered. - - - - - - - Provides acces to the collection of the texts to be displayed in the filter popup for the corresponding data values by which the column being processed can be filtered. - - - A object specifying the collection of the display texts. - - - - - - - Provides access to the collection of custom filter conditions by which the column being processed can be filtered. - - - A object specifying the collection of custom filter conditions by which the column being processed can be filtered. - - - - - - - Returns an array of strings representing captions for filters in the popup. - - - An array of strings representing captions for filters in the popup. - - - - - - - Returns the collection of custom filter conditions by which the column being processed can be filtered. - - - The collection of custom filter conditions by which the column being processed can be filtered. - - - - - - - Returns an array of objects representing data values by which the column being processed can be filtered. - - - An array of objects representing data values by which the column being processed can be filtered. - - - - - - - Gets or sets a collection of images to be inserted into filter item captions using HTML tags. This property is in effect when the HTML formatting feature is enabled for filter item captions. - - - An object that stores a collection of images. - - - - - - - Gets or sets whether the data is not yet loaded during asynchronous data loading. - - - - true, if the data is not yet loaded; otherwise, false. - - - - - - - Removes the specified data value by which the column being processed can be filtered from the filter popup. - - - - - The data value to remove from the filter popup. - - - true, if the specified data value is successfully removed from the filter popup; otherwise, false. - - - - - - - Provides access to the collection of data values by which the column being processed can be filtered. - - - An specifying the collection of data values by which the column being processed can be filtered. - - - - - - - - Provides data for events that allow you to customize filter conditions in the Excel-style filter dropdowns. - - - - - - - Gets the column being processed. - - - The column being processed. - - - - - - - - Applies a format if a cell value(s) meets a specific expression. - - - - - - - Initializes a new instance of a FormatConditionRuleExpression class. - - - - - - - - Creates a new instance of the FormatConditionRuleExpression class. - - - A new FormatConditionRuleExpression object. - - - - - - - Gets or sets a Boolean expression. When the expression evaluates to true, a format is applied to cells. - - - A string that specifies the Boolean expression. - - - - - - - - Enumerates alert window animation effects. - - - - - - - An alert window is displayed using a fade-in effect. - - - - - - - - An alert window appears by sliding horizontally onto the screen from out of the screen. - - - - - - - - An alert window appears by sliding vertically onto the screen from out of the screen. - - - - - - - - An alert window appears onscreen by enlarging its width gradually, from the zero value to the normal width. - - - - - - - - An alert window appears onscreen by enlarging its height gradually from the zero value to the normal height. - - - - - - - - - Contains values that specify a form's Z-order relative to other forms. - - - - - - - A form is displayed topmost. - - - - - - - - A form is displayed above its parent. - - - - - - - - Specifies a form's default position relative to other forms. -Currently, Default is equivalent to AboveParent. - - - - - - - - This option applies the old algorithm that keeps a form above its parent. - - - - - - - - - The button that can be associated with a popup control or a context menu. It is possible to prevent the button from receiving focus on a click. - - - - - - - Initializes a new instance of the DropDownButton class with default settings. - - - - - - - - Gets or sets whether a click on the button opens the dropdown control. This option is in effect when the property is set to false. - - - true if a click on the button opens the dropdown control; otherwise, false. - - - - - - - Provides access to the appearance settings used to paint the drop-down button. - - - An object that specifies the appearance settings used to paint the drop-down button. - - - - - - - Provides access to the appearance settings applied to the drop-down button when the current control is disabled. - - - An object that specifies the appearance settings applied to the drop-down button when the current control is disabled. - - - - - - - Provides access to the appearance settings applied to the drop-down button when it is hovered over with the mouse pointer. - - - An object that specifies the appearance settings applied to the drop-down button when it is hovered over with the mouse pointer. - - - - - - - Provides access to the appearance settings applied to the drop-down button when it is clicked. - - - An object that specifies the appearance settings applied to the drop-down button when it is clicked. - - - - - - - Allows you to respond to clicking the drop-down arrow. - - - - - - - - This member is not supported by the DropDownButton class. - - - null. - - - - - - - Gets or sets whether and how a dropdown arrow is displayed within the DropDownButton. - - - A enumeration value. - - - - - - - Gets or sets the interior spacing of the separate button displaying the drop-down arrow. This property is in effect if is set to SplitButton. - - - A representing the interior spacing of the separate button displaying the drop-down arrow. - - - - - - - Gets or sets the popup control associated with the button. - - - An object implementing the DevExpress.Utils.Menu.IDXDropDownControl interface, representing the associated popup control. - - - - - - - Hides the opened popup control. - - - - - - - - Gets or sets whether the drop-down arrow's region contains the point with the specified coordinates. - - - - A structure representing the point to test. - - - true if the drop-down arrow's region contains the point with the specified coordinates; otherwise, false. - - - - - - - Gets whether the associated popup control is currently open. - - - true if the popup control is open; otherwise, false. - - - - - - - Gets or sets an object that manages the display of the associated popup control . - - - - An object implementing the IDXMenuManager interface. - - - - - - - Gets or sets whether the drop-down arrow is displayed as a part of the DropDownButton control. - - - true if the drop-down arrow is visible; otherwise,false. - - - - - - - Opens the associated popup control. - - - - - - - - Fires when an attempt is made to open the associated popup control. - - - - - - - - - Applies a format if a column's DateTime value refers to a specific date and/or date interval relative to today. These days and intervals include Today, Yesterday, This week, Earlier this month, Prior to this year, etc. - - - - - - - Initializes a new instance of a FormatConditionRuleDateOccuring class. - - - - - - - - Creates a new instance of the FormatConditionRuleDateOccuring class. - - - A new FormatConditionRuleDateOccuring object. - - - - - - - Gets or sets the filter that identifies a target date or dates. - - - The filter that identifies a target date or dates. - - - - - - - Reapplies the conditional formatting rule, taking into account the current date. - - - - - - - - - Represents a method that will handle an editor's event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the editor which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDisplayTextEventArgs class. - - - - An object that represents an editor's value. This value is assigned to the property. - - - - A string that represents an editor's display text. This value is assigned to the property. - - - - - - - - Gets or sets an editor's display text. - - - A string value that represents an editor's display text. - - - - - - - Gets an editor's current value. - - - An object that represents an editor's current value. - - - - - - - - Represents the class which stores settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemZoomTrackBar class. - - - - - - - - This member supports the internal infrastructure and cannot be used directly from your code. - - - - - - - - - - Gets or sets if the property is in effect. - - - true, if the property is in effect; otherwise, false. - - - - - - - Copies the settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Occurs after the ZoomTrackBar control's pressed button has been released. - - - - - - - - Occurs immediately after the ZoomTrackBar control's button has been pressed. - - - - - - - - Labels are not supported in s. - - - - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Labels are not supported in s. - - - - - - - - - - Labels are not supported in s. - - - - - - - - - - Gets or sets the value set to the middle tick. - - - - An Int32 value that is the value set to the middle tick. - - - - - - - - Gets or sets the paint style of the control's scroll thumb. - - - A value. - - - - - - - Labels are not supported in s. - - - - - - - - - - Labels are not supported in s. - - - - - - - - - - Gets or sets the neighborhood around the middle tick where the thumb, when dragged, automatically snaps to the middle tick value. - - - - An integer value that specifies the neighborhood around the middle tick where the thumb, when dragged, automatically snaps to the middle tick value. - - - - - - - - This property is not supported by the RepositoryItemZoomTrackBar class. - - - An integer value. - - - - - - - This property is not supported by the RepositoryItemZoomTrackBar class. - - - A value. - - - - - - - - The control that helps your end-users perform zooming by sliding a thumb. - - - - - - - Initializes a new instance of the ZoomTrackBarControl class. - - - - - - - - Occurs after the ZoomTrackBar control's pressed button has been released. - - - - - - - - Occurs immediately after the ZoomTrackBar control's button has been pressed. - - - - - - - - Calculates the editor's minimum height. - - - The editor's minimum height, in pixels. - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Gets an object which contains properties, methods and events specific to the control. - - - A object that contains a control's settings. - - - - - - - - Represents the class which stores settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemFontEdit class. - - - - - - - - Copies properties and event handlers of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This property is not supported by the RepositoryItemFontEdit class. - - - A value. - - - - - - - This property is not supported by the RepositoryItemFontEdit class. - - - A value. - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - This property is not relevant for this class. - - - - - - - - - - Gets the collection of items displayed in the dropdown. - - - A object. - - - - - - - This property is not supported by the RepositoryItemFontEdit class. - - - A object. - - - - - - - Gets or sets the maximum number of items in the editor's MRU list. - - - An integer value that specifies the maximum number of items in the editor's MRU list. - - - - - - - Gets or sets whether a FontEdit editor only displays the fonts that support the Regular font style. - - - A Boolean value that specifies whether a FontEdit editor only displays the fonts that support the Regular font style. - - - - - - - Gets or sets whether sample previews are displayed for symbol fonts in the dropdown. - - - true if sample previews are displayed for symbol fonts in the dropdown; otherwise, false. - - - - - - - This property is not supported by the RepositoryItemFontEdit class. - - - - - - - - - - This property is not supported by the RepositoryItemFontEdit class. - - - A value. - - - - - - - - The editor to select a font from a dropdown list. - - - - - - - Initializes a new instance of the FontEdit class. - - - - - - - - Closes the popup window accepting the changes made. - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Gets an object which contains properties, methods and events specific to the control. - - - A object that contains a control's settings. - - - - - - - Gets or sets the index of the selected item. - - - An integer value that specifies the index of the selected item. - - - - - - - - A method that will handle events fired when a is being dragged (the and events). - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the TileItem which fires the event. - - - - A object that contains data for the event. - - - - - - - - - A skinable dialog with one editor (a by default) and OK/Cancel buttons to accept or reject the current value of this editor. - - - - - - - Displays a dialog box using the specified title, prompt, and default response. - - - - The text to display in the dialog box. - - - - The text to display in the title bar of the dialog box. - - - - The text to display as the editor's default edit value. - - - A String that represents the dialog box editor's edit value if the OK button is clicked; otherwise, String.Empty. - - - - - - - Displays a dialog box using the specified owning window, title, prompt, and default response. - - - - An implementation of IWin32Window that will own the modal dialog box. - - - - The text to display in the dialog box. - - - - The text to display in the title bar of the dialog box. - - - - The text to display as the editor's default edit value. - - - A String that represents the dialog box editor's edit value if the OK button is clicked; otherwise, String.Empty. - - - - - - - Displays a dialog box using the specified arguments. - - - - An object that comprises dialog box settings. - - - An Object that represents the dialog box editor's edit value if the OK or Yes button is clicked; otherwise, null (Nothing in VB). - - - - - - - - Represents the base class for controls which provide the ability to edit datetime values. - - - - - - - Initializes a new instance of the BaseDateControl class with default settings. - - - - - - - - - Represents the base class for controls which provide the ability to edit datetime values. - - - - - - - Initializes a new instance of the DateControl class with default settings. - - - - - - - - Gets or sets a value which specifies whether the Today button is visible. - - - - true to show the Today button; otherwise, false. - - - - - - - - Contains data for events that occur for s. - - - - - - - Initializes a new instance of the TileItemEventArgs class with the default settings. - - - - - - - - Gets or sets a that caused firing a related event. - - - A that caused firing a related event. - - - - - - - - The track bar with two sliders that allow a user to select a range of values. - - - - - - - Initializes a new instance of the RangeTrackBarControl class. - - - - - - - - Gets or sets whether an end-user can drag the selected range with the mouse. - - - true if a user can drag the selected range with the mouse; otherwise, false. - - - - - - - Gets the editor's class name. - - - A string that represents the editor's class name. - - - - - - - - Gets an object which contains properties, methods and events specific to track bars. - - - A object that contains range track bar settings. - - - - - - - Gets or sets the editor's value. - - - A object that represents the editor's value. - - - - - - - - Contains settings specific to a editor. - - - - - - - Initializes a new instance of the RepositoryItemRangeTrackBar class. - - - - - - - - Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. - - - true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. - - - - - - - Gets the editor's class name. - - - A string that represents the editor's class name. - - - - - - - - This property is not supported by the RepositoryItemRangeTrackBar class. - - - An integer value. - - - - - - - This property is not supported by the RepositoryItemRangeTrackBar class. - - - An integer value. - - - - - - - Gets or sets the string used to format the tooltip displaying the minimum and maximum values of the current range. - - - A string value used to format the tooltip displaying the minimum and maximum values of the current range. - - - - - - - - Represents the range of values. - - - - - - - Initializes a new instance of the TrackBarRange class. - - - - An integer value that specifies the minimum limit of the range. This value is assigned to the property. - - - - An integer value that specifies the maximum limit of the range. This value is assigned to the property. - - - - - - - - Gets the TrackBarRange object whose minimum and maximum limits of the range are equal to 0. To determine whether the TrackBarRange object is empty, use the property. - - - - - - - - - Determines whether the current object has the same settings as that of the specified object. - - - - - A TrackBarRange object to compare with the current object. - - - true if the object specified by the parameter has the same settings as that of the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current TrackBarRange object. - - - An integer value representing the hash code for the current object. - - - - - - - Gets whether the minimum and maximum limits of the range are equal to 0. - - - true if the minimum and maximum limits of the range are equal to 0; otherwise, false. - - - - - - - - Gets or sets the maximum limit of the range. - - - An integer value that specifies the maximum limit of the range. - - - - - - - Gets or sets the minimum limit of the range. - - - An integer value that specifies the minimum limit of the range. - - - - - - - Returns a human-readable string that represents the TrackBarRange object. - - - A value that represents the TrackBarRange object. - - - - - - - - A method that will handle a TileControl's event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the TileItem which fires the event. - - - - A object that contains data for the event. - - - - - - - - - The message box that supports title bar skinning. - - - - - - - Gets or sets whether the message box is painted using its own look and feel settings. - - - true if the message box is painted using its own look and feel settings; false if the default look and feel settings are used. - - - - - - - Gets or sets whether the HTML text formatting feature is enabled by default in message boxes, displayed using the method. - - - true, if the HTML text formatting feature is enabled by default in message boxes; otherwise, false. - - - - - - - Gets or sets whether message box buttons are center, left or right aligned. This is a static (Shared in VB) property. - - - A enumeration value, such as Center, Left or Right, that specifies how message box buttons are aligned. The default is Center. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - An array of values that specify which buttons to display in the message box. - - - - - The displayed in the message box. - - - - The zero-based index of the default button. - - - - - One of the values that specifies a system-alert level. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified text, caption and buttons. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified owner, text, caption and buttons. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons, icon, default button and plays the sound that corresponds to the specified system-alert level. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - An array of values that specify which buttons to display in the message box. - - - - - The displayed in the message box. - - - - The zero-based index of the default button. - - - - - One of the values that specifies a system-alert level. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified owner, text, caption, buttons and icon. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified text. - - - - A string value that specifies the text to display in the message box. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified text, caption, buttons and icon. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified owner, text and caption. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified text and caption. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified owner and text. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, owner and text. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, text and caption. - - - - A object whose properties specify the look and feel of the message box. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, owner, text and caption. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified text, caption, buttons, icon and default button. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified owner, text, caption, buttons, icon and default button. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings and text. - - - - A object whose properties specify the look and feel of the message box. - - - - A string value that specifies the text to display in the message box. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption, buttons and icon. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button. - - - - A object whose properties specify the look and feel of the message box. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons, icon and default button. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, text, caption, buttons and icon. - - - - A object whose properties specify the look and feel of the message box. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, text, caption and buttons. - - - - A object whose properties specify the look and feel of the message box. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified look and feel settings, owner, text, caption and buttons. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as a dialog box's top-level window and owner. - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - - The text to display in the message box. - - - - The message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - A value that specifies whether HTML tags can be used to format a message box' text and caption. See to learn more. - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as a dialog box's top-level window and owner. - - - - The text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - The text to display in the message box. - - - - A string value that specifies the message box's caption. - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - The text to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - The text to display in the message box. - - - - A string value that specifies the caption of the message box. - - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - The text to display in the message box. - - - - A string value that specifies the caption of the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - The text to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - An array of values that specify which buttons to display in the message box. - - - - - The displayed in the message box. - - - - The zero-based index of the default button. - - - - - One of the values that specifies a system-alert level. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - An array of values that specify which buttons to display in the message box. - - - - - The displayed in the message box. - - - - The zero-based index of the default button. - - - - - One of the values that specifies a system-alert level. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - One of the values that specifies which icon to display in the message box. - - - - - One of the values that specifies the default button for the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - The text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - The text to display in the message box. - - - - A string value that specifies the caption of amessage box. - - - - - A value that specifies which buttons to display in the message box. - - - - - One of the values that specifies which icon to display in the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - A object whose properties specify the look and feel of the message box. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - A string value that specifies the text to display in the message box. - - - - A string value that specifies the caption of a message box. - - - - - A value that specifies which buttons to display in the message box. - - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays the XtraMessageBox with the specified settings. - - - - An object that serves as the top-level window and owner of a dialog box. - - - - - A string value that specifies the text to display in the message box. - - - - A value that specifies whether HTML tags can be used to format the text and caption of a message box. See to learn more. - - - - One of the values. - - - - - - - Displays an XtraMessageBox with the specified settings. - - - - An XtraMessageBoxArgs object that allows you to dynamically customize the displayed dialog. - - - A enumerator value that specifies which message box button an end-user has clicked. - - - - - - - Gets or sets whether the message box width is restricted based on the available working area, and the text is automatically wrapped. This is a static property. - - - true, if the message box width is restricted based on the available working area, and the text is automatically wrapped; otherwise, false. The default is false. - - - - - - - - Provides members that specify a glyph's stretching mode. - - - - - - - Acts as the value. - - - - - - - - An image is displayed in its original size and arranged according to the property. - - - - - - - - An image is displayed as is if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. - - - - - - - - A glyph is stretched in order to fit within the area of a tile item. - - - - - - - - A glyph is stretched horizontally. Its height remains unchanged. - - - - - - - - A glyph is stretched vertically. Its width remains unchanged. - - - - - - - - Zooms an image proportionally so that it's displayed within the client area in its entirety. - - - - - - - - Zooms an image proportionally, allowing its smaller side (width or height) to be displayed in its entirety. The image is centered, so the larger side (height or width) will not be displayed in its entirety. - - - - - - - - - - Allows end-users to construct filter criteria, and apply them to controls or to a data source. - - - - - - - Initializes a new instance of the FilterControl class. - - - - - - - - Gets the currently active editor used to edit operand value(s). - - - A descendant that represents the currently active editor. null (Nothing in Visual Basic) if no operand value is currently being edited. - - - - - - - Fires when the active editor in the FilterControl is being validated. - - - - - - - - Gets or sets whether filters can be created against properties that are List objects. - - - A value that specifies if filters can be created against properties that are List objects. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the color used to paint text in the FilterControl when it is disabled. - - - The color used to paint text in the disabled FilterControl. - - - - - - - Gets or sets the color of empty values. - - - A structure that specifies the color of empty values. - - - - - - - Gets or sets the color of field names. - - - A structure that specifies the color of field names. - - - - - - - Gets or sets the color of group operators. - - - A structure that specifies the color of group operators. - - - - - - - Gets or sets the color of logical operators. - - - A structure that specifies the color of logical operators. - - - - - - - Gets the appearance settings used to paint tree lines. - - - A object that provides the appearance settings used to paint tree lines. - - - - - - - Gets or sets the color of values. - - - A structure that specifies the color of values. - - - - - - - Applies the filter criteria to the source control. - - - - - - - - Fires before creating an editor used to edit operands in the FilterControl. - - - - - - - - Fires before displaying an editor used to edit operands in the FilterControl. - - - - - - - - Creates empty criteria for the default column (). - - - A Node object that specifies the created empty criteria for the default column. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Fires before an editor used to edit operands is disposed of. - - - - - - - - Occurs after filter criteria in the FilterControl have been modified. - - - - - - - - Gets a filter column collection. - - - A object that represents the collection of filter columns. - - - - - - - Gets or sets the total filter expression. - - - A descendant that represents the total filter expression. - - - - - - - Gets or sets the total filter expression. - - - A value that specifies the total filter expression. - - - - - - - Fires after a value of the property has been changed. - - - - - - - - Gets the object which contains information used to render the Filter Control. - - - - A object. - - - - - - - - - - - - - - - - - - Retrieves icons used by FilterControl for specific clauses. - - - - A String value that specifies the clause for which an icon needs to be returned. - - - An Icon used by FilterControl for a given clause. - - - - - - - Retrieves icons used by FilterControl for specific filtering clauses in the specific skin. - - - - A object that specifies a skin for which clause icons should be retrieved. - - - - A String value that specifies the clause for which an icon needs to be returned. - - - An Icon used by FilterControl for a given clause. - - - - - - - Retrieves icons used by FilterControl for specific filtering clauses in the specific skin. - - - - A object that specifies a skin for which a clause icon should be retrieved. - - - - A String value that specifies the clause for which an icon needs to be returned. - - - - An ObjectState enumeration value that specifies the state (normal, hovered, pressed, etc.) for which a clause icon should be retrieved. - - - An Image used by FilterControl for a given clause. - - - - - - - Retrieves icons used by FilterControl for specific filtering clauses in the specific skin palette. - - - - A String value that specifies the clause for which an icon needs to be returned. - - - - An ISvgPaletteProvider that colorizes SVG icons depending on the currently applied DevExpress skin. - - - An Image used by FilterControl for a given clause. - - - - - - - Returns the vector icon used by FilterControl for a specific filtering clause. - - - - A String value that specifies the clause for which an icon needs to be returned. - - - A object that is the vector icon used by FilterControl for a specific filtering clause. - - - - - - - Gets the default column used to create a new filter in the Filter Control. - - - The default filter column. - - - - - - - - - - - - - - - - - - Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been clicked. - - - - - - - - Fires after any element (logical operator, operand value, field name, etc.) of the Filter Control has been double clicked. - - - - - - - - Gets or sets a value which specifies the width of level indents (horizontal tree lines). - - - An integer value that specifies the indent, in pixels. - - - - - - - - Gets or sets the maximum number of atomic operands simultaneously displayed within a group operand. If there are more atomic operands in display mode, the group operand's text representation will be trimmed. In edit mode, the group operand's values will be edited via a control. This feature is supported when the FilterControl is bound to XtraGrid. - - - - An integer value that specifies the maximum number of atomic operands simultaneously displayed within a group operand. - - - - - - - Gets or sets the menu manager which controls the look and feel of the context menus. - - - An object which implements the interface. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the distance between logical expressions. - - - An integer value which specifies the distance between logical expressions, in pixels. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Fires when a popup menu is about to be displayed for the FilterControl's visual elements. - - - - - - - - Specifies the filter column which is used by default when a new logical expression is created. - - - - A object or a descendant which represents the filter column used by default when a new logical expression is created. - - - - - - - - - Creates filter columns. - - - - A object that represents the collection of filter columns. - - - - An object which represents the menu manager which controls the look and feel of the context menus. - - - - - - - - Creates filter columns. - - - - A object that represents the collection of filter columns. - - - - - - - - Gets or sets whether the FilterControl displays date-time specific constants for date-time fields, allowing a filter to be created using these constants. - - - true if the FilterControl displays date-time specific constants for date-time fields; otherwise, false - - - - - - - Gets or sets whether date-time specific operators are available for date-time fields. - - - true if date-time specific operators are available for date-time fields; otherwise, false - - - - - - - Allows the FilterControl's context menus to be customized. - - - - - - - - Gets or sets whether the group commands icon is displayed. - - - true to display the group commands icon; otherwise, false. - - - - - - - Gets or sets whether the IsNull operator is available for string values. - - - true if the IsNull operator is available for string values; otherwise, false. - - - - - - - Gets or sets whether the FilterControl allows specific functions/constants to be used within operand value boxes. - - - true if the FilterControl allows specific functions/constants to be used within operand value boxes; otherwise, false. - - - - - - - Gets or sets whether the operand's value can be swapped. - - - true to allow end-users to swap the operand's value; otherwise, false. - - - - - - - Gets or sets whether column captions appear sorted in the FilterControl's menus. - - - true to sort column captions; otherwise, false. - - - - - - - Gets or sets the control/data source to which the FilterControl provides filter criteria. - - - An object that represents the source control for the Filter Control. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - null (Nothing in Visual Basic) - - - - - - - Gets or sets whether a menu or combobox editor is used to select operands and operators in a FilterControl. - - - true if a menu is used to select operands and operators in a FilterControl; false if a combobox editor is used. - - - - - - - - Provides error management for DevExpress bound and unbound editors. - - - - - - - Initializes a new instance of the DXErrorProvider class with the specified control container. - - - - A parent of controls whose errors are monitored by the DXErrorProvider. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the class with the specified container. - - - - An object which implements the interface. - - - - - - - - Initializes a new instance of the DXErrorProvider class with the default settings. - - - - - - - - Sets the data source to be monitored for errors. - - - - A data set to be monitored for errors. This value is used to initialize the property. - - - - The name of the specified data set member. This value is used to initialize the property. - - - - - - - - Gets a value indicating whether a control can be extended. - - - - The control to be extended. - - - true if the control can be extended; otherwise, false. - - - - - - - - Visually clears all error icons that have been displayed by the current DXErrorProvider. - - - - - - - - Gets or sets a control which owns the controls monitored for errors. - - - - The that contains the controls monitored for errors by the DXErrorProvider. - - - - - - - - - Gets or sets a data source member monitored for errors. - - - - A string value representing the data source member. - - - - - - - Gets or sets the data source to be monitored for errors. - - - An object which represents the data source. - - - - - - - Gets a list of the controls with which errors of the specified type are associated. - - - - An value that specifies the type of error that editors to be returned must contain. - - - A list of the controls with which errors are associated. - - - - - - - Gets a list of the controls with which errors are associated. - - - A list of the controls with which errors are associated. - - - - - - - Gets an error text associated with the specified control. - - - - A control whose error text is returned. - - - A value that represents the error text associated with the specified control. - - - - - - - Allows you to provide custom error icons for editors. - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - This method supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Gets the type of error associated with the specified control. - - - - The control whose error type should be obtained. - - - A value that specifies the error type. - - - - - - - Returns the alignment of the error icon associated with the specified control. - - - - A control whose error icon alignment is returned. - - - A value that specifies the alignment of the control's error icon. - - - - - - - Creates an image from the specified manifest resource. - - - - The case-sensitive name of the manifest resource being requested. - - - An SvgBitmap object specifying the required image. - - - - - - - Gets whether there is any error that is set via the DXErrorProvider's methods or on the data source level. - - - true if there is any error; otherwise, false. - - - - - - - Returns whether there is any error of the specified type. - - - - An value that represents the error type to be located. - - - true if there is an error of the specified type; otherwise, false. - - - - - - - Updates error information for the specified editor. - - - - The editor whose error information is to be updated. - - - - - - - - Updates error information for all editors managed by the DXErrorProvider. - - - - - - - - Sets an error, of a specific error type for a control. - - - - - A control with which an error is associated. - - - - A string that specifies the error text. - - - - - An value that represents the error type, and the type of error icon that will be displayed. - - - - - - - - - - Sets a default type error for a control. - - - - A control with which an error is associated. - - - - A string that specifies the error text. - - - - - - - - - Sets the type of error associated with the specified control. - - - - The control whose error type is specified. - - - - An value that specifies the error type. - - - - - - - - Specifies the alignment of an error icon for a control. - - - - The control for which the error icon alignment is specified. - - - - A value that specifies the alignment of the control's error icon. - - - - - - - - Updates the binding and display error information, to reflect errors that could have been set on the data store level. - - - - - - - - - - Provides members to specify tile content alignment. - - - - - - - Content appears vertically aligned at the bottom, and horizontally aligned at the center. - - - - - - - - Content appears vertically aligned at the bottom, and horizontally aligned on the left. - - - - - - - - Content appears vertically aligned at the bottom, and horizontally aligned on the right. - - - - - - - - Default content alignment. - - - - - - - - Indicates that manual text alignment, based on the coordinates, should be used. - - - - - - - - - Content is horizontally and vertically aligned at the center. - - - - - - - - Content appears vertically aligned at the center, and horizontally aligned on the left. - - - - - - - - Content appears vertically aligned at the center, and horizontally aligned on the right. - - - - - - - - Content appears vertically aligned on the top, and horizontally aligned at the center. - - - - - - - - Content appears vertically aligned on the top, and horizontally aligned on the left. - - - - - - - - Content appears vertically aligned on the top, and horizontally aligned on the right. - - - - - - - - - Serves as a base for the class. - - - - - - - Initializes a new instance of the class. - - - - An integer value which specifies the zero-based index of the image within the source collection. This value is assigned to the property. - - - - true if the button is enabled and a user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - A value which represents the text displayed when the mouse pointer is over the button. This value is assigned to the property. - - - - An object that contains information which is associated with the button. This value is assigned to the property. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this navigator button. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigator button. - - - - - - - Binds the specific parameterized command to this navigator button. - - - - An Object that is the command to be bound to this navigator button. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigator button. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this navigator button. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this navigator button. - - - - - - - Gets the button's type. - - - The value. - - - - - - - Occurs when a user clicks this navigator button. - - - - - - - - Gets or sets whether the button is enabled and an end-user can perform actions on it. - - - - true if the button is enabled and an end-user can perform actions on it; otherwise, false. - - - - - - - - Gets or sets the button's hint. - - - A value which represents the text displayed when the mouse pointer is over the button. - - - - - - - Gets or sets the index of the image to display within the button. - - - An integer value which specifies the zero-based index of the image within the source collection. - - - - - - - Gets the source of images to be displayed within the navigation buttons. - - - An object which represents the source of images. - - - - - - - Indicates whether data records are scrolled repeatedly when the button is held down. - - - Always false. - - - - - - - Gets or sets the data associated with the button. - - - An object that contains information which is associated with the button. - - - - - - - Gets or sets whether the button is visible. - - - true if the button is visible; otherwise, false. - - - - - - - - The base class for objects that contain properties for check editors. - - - - - - - Initializes a new instance of the BaseRepositoryItemCheckEdit class. - - - - - - - - Gets or sets whether HTML tags can be used to format the text of the control's items. - - - true, if HTML formatting is allowed; otherwise, false. - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Gets or sets a value specifying whether the editor's width is calculated automatically to fit the editor's content. - - - true, if the editor's width is adjusted to fit the text width; otherwise, false. - - - - - - - Gets or sets the style used to draw the check editor's border. - - - A enumeration value identifying the style used to draw the check editor's border. - - - - - - - Gets or sets the text label associated with a check editor. - - - A System.String value representing the text label associated with a check editor. - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - A System.String object identifying the class name of the corresponding editor. - - - - - - - Gets or sets a value indicating whether a focus rectangle is drawn round the entire client region or around the caption text only. - - - true, if a focus rectangle is around the entire client region; otherwise, false. - - - - - - - Gets or sets the horizontal alignment of a check box glyph within a check editor. - - - A DevExpress.Utils.HorzAlignment enumeration value specifying the check box's horizontal alignment. - - - - - - - Gets or sets the vertical alignment of a check box glyph within a check editor. - - - A enumeration value specifying the check box's vertical alignment. - - - - - - - Gets or sets whether the check box is aligned at the center, top or bottom of the control. - - - A enumeration value specifying the check box's vertical alignment. - - - - - - - Gets a value indicating whether the check editor functions like a radio button. - - - true, if the check editor represents a radio button; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Provides members that specify tile items check options. - - - - - - - Allows an end-user to check multiple tile items in a single . - - - - - - - - Disables checking tile items within a . - - - - - - - - Allows an end-user to check only one tile item within a at a time. - - - - - - - - - LIsts values that specify how the label is automatically resized to display its entire contents. - - - - - - - In Visual Studio 2002 and 2003, the same as the None option. - -In Visual Studio 2005 and more recent versions, the same as the Horizontal option. - - - - - - - - - - The label is automatically resized to display its entire contents horizontally. The label's size depends only on the length of the text and the font settings, the label cannot be resized by an end-user. - - - - - - - - - Disables the auto size mode. An end-user is allowed to change both the label's width and height. - - - - - - - - - The label's height is automatically changed to display its entire contents. In this instance, an end-user can change the label's width while its height is automatically adjusted to fit the label's text. - - - - - - - - - - Lists the values that specify how an image is aligned relative to the label's text. - - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned at the center. - - - - - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned on the left. - - - - - - - - - - - The image is vertically aligned at the bottom, and horizontally aligned on the right. - - - - - - - - - - - The image is horizontally aligned on the left and vertically aligned at the bottom. - - - - - - - - - - - The image is horizontally aligned on the left and vertically aligned at the center. - - - - - - - - - - - The image is horizontally aligned on the left and vertically aligned at the top. - - - - - - - - - - - The image isn't aligned relative to the label's text. The alignment of the image is specified by the label's appearance settings (). - - - - - - - - The image is horizontally aligned on the right and vertically aligned at the bottom. - - - - - - - - - - - The image is horizontally aligned on the right and vertically aligned at the center. - - - - - - - - - - - The image is horizontally aligned on the right and vertically aligned at the top. - - - - - - - - - - - The image is vertically aligned at the top, and horizontally aligned at the center. - - - - - - - - - - - The image is vertically aligned at the top, and horizontally aligned on the left. - - - - - - - - - - - The image is vertically aligned at the top, and horizontally aligned on the right. - - - - - - - - - - - - Contains settings specific to a editor. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets the vertical alignment of the control when the auto-size feature is disabled. - - - A value that specifies the control's vertical alignment. - - - - - - - Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. - - - true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. - - - - - - - Copies the settings of the specified repository item. - - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets or sets a value which specifies whether the editor's height is automatically calculated to fit its content. - - - - Always false. - - - - - - - Gets or sets whether the track bar's size is automatically calculated based on its look and feel settings. - - - true to allow a track bar to automatically calculate its size; otherwise, false. - - - - - - - - - Fires after the value of the property has been changed. - - - - - - - - Allows you to provide custom tooltips for the thumb(s). - - - - - - - - This property is not supported by the RepositoryItemTrackBar class. - - - A object. - - - - - - - Gets or sets the distance between a tick and its label. - - - An Int32 value that is the distance between a tick and its label. - - - - - - - This property is not supported by the RepositoryItemTrackBar class. - - - A object. - - - - - - - Gets the editor's class name. - - - The string that represents the editor's class name. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets whether the selected range is highlighted. - - - true if the selected range is highlighted; otherwise, false. - - - - - - - Gets or sets whether this track bar should be reversed. - - - true, if this track bar should be reversed; otherwise, false. - - - - - - - Provides access to appearance settings used to paint the current 's labels. - - - An ApperanceObject that stores appearance settings for the current 's labels. - - - - - - - Provides access to the collection of labels used within the current . - - - A TrackBarLabelCollection that stores all labels used within the current . - - - - - - - Gets or sets a value to be added to or subtracted from the property when the scroll box is moved a large distance. - - - - An integer value that specifies the large change. - - - - - - - Gets or sets the editor's maximum value. - - - An integer value which specifies the maximum value for the track bar. - - - - - - - Gets or sets the editor's minimum value. - - - An integer value which specifies the minimum value for the track bar. - - - - - - - This property is not supported by the RepositoryItemTrackBar class. - - - A string. - - - - - - - Gets or sets a value that specifies the orientation of the track bar. - - - A value that specifies the orientation of the track bar. - - - - - - - Gets or sets whether the current 's labels are visible. - - - true, if the current 's labels are visible; otherwise, false. - - - - - - - Gets or sets whether hidden ticks should display their labels. - - - true if hidden ticks should display their labels; otherwise, false. - - - - - - - Gets or sets whether to show tooltips when hovering over the thumb(s). - - - true if tooltips are displayed when hovering over the thumb(s); otherwise, false. - - - - - - - Gets or sets a value to be added to or subtracted from the property when -scrolling using the keyboard arrow keys (and the mouse wheel, provided that is set to ArrowKeysAndMouse). - - - - - An integer value that specifies the small change. - - - - - - - Gets or sets the way end-users can move this track bar's thumb backwards or forwards with a specific 'small change' value. - - - - A enumerator value that specifies the way end-users can move this track bar's thumb backwards or forwards by a specific 'small change' value. - - - - - - - - Gets or sets a value that specifies the delta between ticks drawn on a track bar. - - - - An integer value that specifies the delta between ticks. - - - - - - - Gets or sets a value which specifies the location of tick marks within a track bar. - - - - A value that specifies the location of tick marks within a track bar. - - - - - - - - Fires after the value of the property has been changed. - - - - - - - - - Contains settings specific to a editor. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets the editor's class name. - - - The string that represents the editor's class name. - - - - - - - Gets or sets the time period that it takes the progress block to move by one chunk across the progress bar. - - - An integer value that specifies the time period, in milliseconds, that it takes the progress block to move by one chunk across the progress bar. - - - - - - - Gets or sets the width, in pixels, of the progress block. - - - An value that specifies the width, in pixels, of the progress block. - - - - - - - Gets or sets whether the progress bar animation is paused. - - - true if the progress bar animation is paused; otherwise, false. - - - - - - - Gets or sets the animation mode of the control. - - - A value that specifies the animation mode. - - - - - - - Gets an object that provides properties specific to the marquee progress bar. - - - A object that provides settings specific to the marquee progress bar. - - - - - - - Gets or sets whether the control's animation is stopped. - - - true if the control's animation is stopped; otherwise, false. - - - - - - - - Serves as the base for repository items that provide settings for editors that represent a progress bar. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets or sets a value specifying whether the progress bar's height is changed according to the size of its contents. - - - - - true if the progress bar's height is automatically changed to fit the size of its contents; otherwise false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the indicator's end color. - - - A object that represents the end color of the gradient fill. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets the maximum height of the progress block. - - - An integer value that specifies the maximum height of the progress block. - - - - - - - Gets or sets a value that specifies the direction of the progress indicator. - - - - - A enumeration value that specifies the direction of the progress indicator. - - - - - - - Gets or sets the amount of space around the progress block. - - - A System.Windows.Forms.Padding structure that specifies the amount of space around the progress block. - - - - - - - Gets or sets the manner in which progress should be indicated on the progress bar. - - - A enumeration value that specifies how the progress is indicated on the progress bar. - - - - - - - Gets an object that provides properties specific to the progress bar. - - - A object that provides settings specific to the progress bar. - - - - - - - Gets or sets whether the text that represents the progress bar's current position is displayed. - - - true to display the text; otherwise, false. - - - - - - - Gets or sets the indicator's starting color. - - - A object that represents the starting color for gradient fill. - - - - - - - Gets or sets the orientation of the text within the ProgressBar control. - - - A value that specifies the orientation of the text within the ProgressBar control. - - - - - - - - Serves as a base for progress bar controls. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets the control's background color. - - - The control's background color.$ - - - - - - - Gets or sets whether this control can be focused using the TAB key. - - - true if an end-user can focus the progress bar using the TAB key; otherwise, false. - - - - - - - - Indicates that an operation is going on by continuously scrolling a block from left to right. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the editor's class name. - - - The string that represents the editor's class name. - - - - - - - Gets an object which contains properties, methods and events specific to marquee progress bar controls. - - - A object that contains marquee progress bar settings. - - - - - - - - The control that allows end-users to select a value by dragging a small thumb along a scale. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether the track bar's size is automatically calculated, based on its look and feel settings. - - - - true to allow a track bar to automatically calculate its size; otherwise, false. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - Gets or sets the track bar's background image. - - - An that represents the background image. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - An value that specifies the position of an image on the control. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Allows you to provide custom tooltips for the thumb(s). - - - - - - - - Calculates the minumum height of the editor. - - - The minimum height of the editor, in pixels. - - - - - - - Occurs when a label within the current TrackBarControl needs to be displayed. - - - - - - - - Gets the editor's class name. - - - The string that represents the editor's class name. - - - - - - - Gets or sets the editor's value. - - - An object that represents the editor's value. - - - - - - - Gets or sets the font used to display the editor's contents. - - - A object that specifies the font used to display the editor's contents. - - - - - - - Gets the foreground color of the TrackBarControl. - - - Always SystemColors.WindowText. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A value. - - - - - - - Gets or sets the Input Method Editor (IME) mode of the control. - - - One of the values. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - Gets or sets the inplace type of editor. - - - A enumeration member specifying the inplace editor type . - - - - - - - - Scrolls the trackbar to the lower end of the range. - - - - - - - - Scrolls the trackbar to the upper end of the range. - - - - - - - - Moves the scroll box to the left on a large distance. - - - - - - - - Moves the scroll box to the right on a large distance. - - - - - - - - Moves the scroll box to the left on a small distance. - - - - - - - - Moves the scroll box to the right on a small distance. - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object. - - - - - - - Gets an object which contains properties, methods and events specific to track bars. - - - A object that contains track bar settings. - - - - - - - Fires the sequence of the events for every tick within a . - - - - - - - - Overrides the property. - - - A string value that represents the text displayed by the editor. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - Returns a string that represents the TrackBarControl. - - - A string that represents the TrackBarControl. - - - - - - - Gets or sets the editor's value. - - - An integer value that specifies the editor's value. - - - - - - - Fires after the value of the property has been changed. - - - - - - - - - Contains appearance settings used to paint a . - - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all settings from the appearance object passed as a parameter. - - - - An object or its descendant that represents the source of the operation. - - - - - - - - Copies the activated appearance settings of objects passed as the first parameter to the current object; properties that aren't activated are set to values specified by the second parameter - - - - An array of appearance objects that specifies the source of the operation. - - - - An object that specifies the default appearance settings. - - - - - - - - Gets or sets the image to be displayed within the label when the control is disabled. - - - A object that is displayed when the control is disabled. - - - - - - - Gets or sets the index of the image to be displayed within the label when the control is disabled. - - - An integer value that represents a zero-based index of an image in the collection. - - - - - - - Releases all resources used by the current appearance object. - - - - - - - - This method supports the internal infrastructure and is not intended to be called directly from your code. - - - - - - - - - - - - - - - - - - Gets the image to be displayed in a label control. - - - An object to be displayed in the label. - - - - - - - Gets the image to be displayed in the label, control according to its state. - - - - The label control's state. - - - An image to be displayed. - - - - - - - - - - - - - - - Gets or sets the image to be displayed within the label when the control is hovered over. - - - A object that is displayed when the control is hovered over. - - - - - - - Gets or sets the index of the image to be displayed within the label when the control is hovered over. - - - An integer value that represents a zero-based index of an image in the collection. - - - - - - - Gets or sets the alignment of the image within the label. - - - A enumeration value that specifies the alignment of the image within the label. - - - - - - - Gets or sets the index of the image displayed within the label. - - - An integer value that specifies the zero-based index of the image displayed within the label. - - - - - - - Gets or sets the source of images to be displayed within the label. - - - An object that is an image collection providing images for the . - - - - - - - Provides access to the appearance object's options. - - - A DevExpress.XtraEditors.LabelControlAppearanceObject object containing the appearance options. - - - - - - - Gets or sets the image to be displayed within the label when the control is pressed. - - - A object that is displayed when the control is pressed. - - - - - - - Gets or sets the index of the image to be displayed within the label when the control is pressed. - - - An integer value that represents a zero-based index of an image in the collection. - - - - - - - Resets all LabelControlAppearanceObject properties to their default values. - - - - - - - - - The label that supports formatted text, images, multi-line text strings and HTML formatting. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Gets or sets whether the label image is painted based on the label's foreground color. - - - - true, if the label image is painted based on the label's foreground color; otherwise, false. - - - - - - - - Gets or sets whether HTML formatting is allowed. - - - - true, if HTML formatting is allowed; otherwise, false. - - - - - - - Gets the appearance settings used to paint the label. - - - A object which contains the label's appearance settings. - - - - - - - Provides access to the appearance settings applied when the current label is disabled. - - - A object that specifies the appearance settings applied when the current label is disabled. - - - - - - - Provides access to the appearance settings applied when the current label is hovered over with the mouse pointer. - - - A object that specifies the appearance settings applied when the current label is hovered over with the mouse pointer. - - - - - - - Provides access to the appearance settings applied when the current label is clicked. - - - A object that specifies the appearance settings applied when the current label is clicked. - - - - - - - Gets or sets whether the ellipsis character is appended to the string when the string is truncated. - - - true if the ellipsis character is used when the string is truncated; otherwise, false. - - - - - - - - Gets or sets whether the editor's width is changed to display the editor's content in its entirety. This property is in effect only when the editor resides within a Layout Hierarchical Structure. - - - true, if the editor's width is changed to display the editor's content in its entirety; otherwise, false. - - - - - - - Gets or sets a value that specifies how the label is automatically resized to display its entire contents. - - - A value that specifies how the label is automatically resized to display its entire contents. - - - - - - - Gets or sets the label control's background color. - - - A value that specifies the control's background color. - - - - - - - Gets or sets the label's background image. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - An that represents the label's background image. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - An value that specifies the position of an image on the control. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this LabelControl. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this LabelControl. - - - - - - - Binds a command to this LabelControl. - - - - An Object that is the command bound to this LabelControl. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this LabelControl. - - - - - - - Uses the command selector to find an appropriate parameterized command of the specific type in the source and bind it to this LabelControl. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this LabelControl. - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A value. - - - - - - - Returns the Y coordinate of the text base line. - - - An integer value that specifies the Y coordinate of the text base line. - - - - - - - - Gets or sets a collection of images to be inserted into the label using HTML tags. - - - A object that stores a collection of images. - - - - - - - Occurs whenever an end-user clicks a hyperlink contained within the current LabelControl. - - - - - - - - Gets or sets a value that specifies how the image is aligned relative to the label's text. - - - An value that specifies how the image is aligned relative to the label's text. - - - - - - - Gets or sets the indent between the image and text of the current LabelControl. - - - An value specifying the indent between the image and text of the LabelControl, in pixels. - - - - - - - Gets or sets the color of the label's line. - - - A value that specifies the line's color. - - - - - - - Gets the location of the LabelControl's line relative to the text. - - - A value that specifies the line location. - - - - - - - Gets or sets the orientation of the LabelControl's line. - - - A value that specifies the line's orientation. - - - - - - - Gets or sets the paint style of the LabelControl's line. This property is in effect when a label is painted using any paint theme, except skins. - - - A value that specifies the paint style of the LabelControl's line. - - - - - - - Gets or sets whether a line is displayed when the label's width extends the width of its text. - - - true to display the line when the label's width extends the width of its text; otherwise, false. - - - - - - - Gets the label's plain text, stripping out HTML tags. - - - - A String value representing the label's text without HTML tags. - - - - - - - Gets the actual auto-size mode. - - - A value. - - - - - - - Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. - - - One of the values. - - - - - - - Gets or sets whether the LabelControl's line has a shadow. This property is in effect when a label is painted using any paint theme, except skins. - - - - true if the LabelControl's line has a shadow; otherwise, false. - - - - - - - Starts the animation of an animated GIF file being displayed in the label. - - - - - - - - Stops animation of an animated GIF file being displayed in the label. - - - - - - - - Gets or sets whether an end-user can tab to the label. - - - - true if tabbing moves focus to the label; otherwise, false. - - - - - - - Gets or sets the label's text. - - - A value that specifies the label's text. - - - - - - - Gets or sets a value indicating whether the label interprets an ampersand character (&) in its Text property to be an access key prefix character. - - - true if the label doesn't display the ampersand character and underlines the character after the ampersand in its displayed text and treats the underlined character as an access key; false if the ampersand character is displayed in the label's text. - - - - - - - - Represents the base class for dropdown editors that support the automatic search functionality. - - - - - - - Gets or sets the text used in an automatic search. - - - A string that specifies the text used in an automatic search. - - - - - - - Contains settings specific to the current editor. - - - A object that contains the editor's settings. - - - - - - - Resets the selection and caret position in the editor. - - - - - - - - - - Represents the base class for lookup editors. - - - - - - - Gets or sets the lookup editor whose value determines the filter criteria applied to the popup data source of the current lookup editor. - - - The lookup editor whose value determines the filter criteria applied to the popup data source of the current lookup editor. - - - - - - - When implemented by a class, this method returns a data source row corresponding to the currently selected edit value. - - - - An object that represents a data source row corresponding to the currently selected edit value. - - - - - - - Occurs when a new value entered into the edit box is validated. - - - - - - - - - Gets an object containing properties and methods specific to a lookup editor. - - - A object instance containing settings specific to a lookup editor. - - - - - - - Forces the control to invalidate its client area and immediately redraw itself and any child controls. - - - - - - - - - Contains settings that are common to the descendants of the class. - - - - - - - Initializes a new instance of the RepositoryItemPopupBaseAutoSearchEdit class. - - - - - - - - Copies the settings of the specified repository item. - - - - - A object representing the source of the operation. - - - - - - - - Gets or sets whether the popup window is displayed immediately after an end-user has typed a character in the edit box. - - - - true, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false. - - - - - - - - This member supports the .NET Framework infrastructure and cannot be used directly from your code. - - - - - - - - - - Gets the editor which owns the current repository item. - - - - The control which owns the current repository item. - - - - - - - - Gets or sets a value indicating whether the dropdown window is sizeable. - - - true, if the dropdown is sizeable; otherwise, false. - - - - - - - - Represents the base class that contains settings common to lookup editors. - - - - - - - Initializes a new instance of the RepositoryItemLookUpEditBase class with default settings. - - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Copies settings of the specified repository item. - - - - A object representing the source of the operation. - - - - - - - - Gets or sets the "best-fit" mode for columns in the dropdown window. - - - A value that specifies the "best-fit" mode for columns in the dropdown window. - - - - - - - Gets or sets the name(s) of the foreign key field(s) by which the popup data source of the current lookup editor is filtered. - - - The foreign key field name(s). - - - - - - - Gets or sets the source of data displayed in the dropdown window. - - - The source of data displayed in the dropdown. - - - - - - - Gets the default alignment of the editor's contents when the editor operates as an inplace control. - - - The value. - - - - - - - Gets or sets the field whose values are displayed in the edit box. - - - The string identifying the field whose values are displayed in the edit box. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets a string that specifies a key field (or multiple key fields) used for business object identification (when a lookup editor is bound to a business object). - - - A string that specifies a key field or multiple key fields delimited by the ';' character. - - - - - - - Gets or sets a value indicating whether the dropdown window is sizeable. - - - true, if the dropdown is sizeable; otherwise, false. - - - - - - - Gets or sets whether the initial popup width matches the editor or content width. - - - A enumeration value, such as ContentWidth or UseEditorWidth, that specifies whether the initial popup width matches the editor or content width. - - - - - - - Occurs when a new value entered into the edit box is validated. - - - - - - - - - This member supports the .NET Framework infrastructure and cannot be used directly from your code. - - - - - - - - Gets or sets whether the dropdown window's footer region is visible. - - - true if the footer is visible; otherwise, false. - - - - - - - Gets or sets the style in which text is displayed and edited in the editor. - - - A value determining the editing style. - - - - - - - Gets or sets whether the CTRL key must be pressed to scroll data records using the UP/DOWN ARROW keys when the popup window is closed. - - - true, if the CTRL key must be pressed to scroll data records using the UP/DOWN ARROW keys when the popup window is closed; otherwise, false. - - - - - - - Gets or sets the field name whose values identify dropdown rows. - - - The string representing the field name whose values identify dropdown rows. - - - - - - - - Lists the values that determine the display mode for column filter. - - - - - - - Filter buttons are rendered as buttons. They are displayed when a column is filtered or when the mouse cursor hovers over the column header. - - - - - - - - - - - - The same as the option. - - - - - - - - Filter buttons are rendered as small tags. They are displayed when a column is filtered or when the mouse cursor hovers over the column header. - - - - - - - - - - - - - Provides members that specify how a tile item glyph is arranged related to text content. - - - - - - - Aligns text according to the and places the icon below it. - - - - - - - - Acts as the value disabling an image-to-text grouping. - - - - - - - - Aligns text according to the and places the icon to the left. - - - - - - - - Disables image-to-text grouping. - - - - - - - - Aligns text according to the and places the icon to the right. - - - - - - - - Aligns text according to the and places the icon above it. - - - - - - - - - Provides members that specify a 's scrolling mode. - - - - - - - Default scrolling mode. For the , the Default value is equivalent to None, while the interprets the Default value as ScrollBar. - - - - - - - - - Prevents any visual scrolling elements from being displayed. content scrolling is still available via mouse scroll (PC users) or sliding the control (touch-input devices users). - - - - - - - - - Sets a to display scroll bars when scrolling is enabled. - - - - - - - - Sets a to display scroll buttons when scrolling is enabled. - - - - - - - - Displays a thin solid scroll bar painted right above the control's client area. - - - - - - - - - Contains settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemSparklineEdit class with default settings. - - - - - - - - Gets or sets whether the sparkline reflects changes to the chart values using animation. This property is not in effect for in-place editors. - - - - True if the sparkline reflects changes to the chart values using animation; False if not; Default uses the global setting. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Overrides the property to hide it. - - - - Always false. - - - - - - - Gets or sets the data source for the RepositoryItemSparklineEdit control. - - - A System.Object class descendant which represents a datasource for a sparkline. - - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Gets or sets the name of a data field containing the sparkline's edit value. - - - - - A string value specifying a field name in the data source. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - A DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Specifies the internal space between the editor's content and its edge, in pixels. - - - - - A value. - - - - - - - - Gets or sets the name of a data field containing values for sorting sparkline data points. - - - - - - A string value specifying a field name in the data source. - - - - - - - Specifies how data points are sorted. - - - A enumeration value. - - - - - - - Gets or sets the name of a data field containing values for sparkline data points. - - - - - A string value specifying a field name in the data source. - - - - - - - - Provides access to the range settings. - - - A object that specifies range settings for the control. - - - - - - - Gets or sets the view used to represent sparkline data. - - - - A class descendant. - - - - - - - - Exposes properties that customize a related dialog. - - - - - - - Initializes a new instance of the XtraInputBoxArgs class with the specified settings. - - - - An implementation of IWin32Window that will own the modal dialog box. - - - - The text to display in the dialog box. - - - - The text to display in the title bar of the dialog box. - - - - The text to display as the editor's default edit value. - - - - - - - - Initializes a new instance of the XtraInputBoxArgs class with the specified settings. - - - - A object that comprises look and feel settings. - - - - An implementation of IWin32Window that will own the modal dialog box. - - - - The text to display in the dialog box. - - - - The text to display in the title bar of the dialog box. - - - - The text to display as the editor's default edit value. - - - - A collection of DialogResult enumeration values that specifies which buttons to display in the dialog box. - - - - An integer value that specifies the index of the default button for the dialog box. - - - - True to parse HTML tags in the prompt and title; otherwise, Default or False. - - - - A MessageBeepSound enumeration value that specifies the simple tone on the speaker. - - - - - - - - Gets or sets the buttons to be displayed in the dialog box. - - - An array of the DialogResult enumeration values representing buttons to be displayed in the dialog box. - - - - - - - Gets or sets the content of the dialog box. - - - A Control representing the content of the dialog box. - - - - - - - Gets or sets the default response for the dialog box. - - - An Object that represent the default response. - - - - - - - Gets or sets a custom editor for the dialog box. - - - A object that represents a custom editor for the dialog box. - - - - - - - Gets or sets the text to display in the dialog box. - - - A string value that specifies the text to display in the dialog box. - - - - - - - - The check editor to edit Boolean values using a movable bar. - - - - - - - - Initializes a new instance of the ToggleSwitch class. - - - - - - - - Gets the editor's class name. - - - A System.String object identifying the class name of the current editor. - - - - - - - Gets or sets the editor's edit value, which specifies the editor's check state. - - - The editor's edit value. - - - - - - - Gets or sets the control's check state. - - - true, if the control is checked; otherwise, false. - - - - - - - Fires when the property value changes. - - - - - - - - Gets an object containing properties, methods and events specific to the control. - - - A object instance containing settings for the control. - - - - - - - This property is not supported by the ToggleSwitch class. - - - - - - - - - - Inverts the state of the ToggleSwitch control. - - - - - - - - Fires when the control's state is changed. - - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemToggleSwitch class. - - - - - - - - Gets or sets whether smooth slide animation for toggling states is enabled. - - - true, if smooth slide animation for toggling states is enabled; otherwise, false. - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - This property is not supported by the control. - - - - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - - A System.String object identifying the class name of the corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A DevExpress.XtraEditors.PrintCellHelperInfo object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - A DevExpress.XtraPrinting.IVisualBrick object that provides information on how the current editor should be printed. - - - - - - - Converts a specific edit value to a boolean value. - - - - An Object that is the value to be checked. - - - true if the target value corresponds to the "checked" state; false if the value corresponds to the "unchecked" state or is not identified. - - - - - - - Converts a boolean value to the corresponding edit value. - - - - true, to retrieve the edit value when the editor is "checked"; otherwise, false. - - - An Object that is the edit value associated with the required boolean value. - - - - - - - Gets or sets the text displayed when the editor's state is Off. - - - A string displayed when the editor's state is Off. - - - - - - - Gets or sets the text displayed when the editor's state is On. - - - A string displayed when the editor's state is On. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the text is visible. - - - - true, if the text is visible; otherwise, false. - - - - - - - - Fires when the control's state is changed. - - - - - - - - Gets or sets the custom edit value associated with the "unchecked" editor state. - - - An Object that is the custom edit value associated with the "unchecked" editor state. - - - - - - - Gets or sets the custom edit value associated with the "checked" editor state. - - - An Object that is the custom edit value associated with the "checked" editor state. - - - - - - - - - Visualizes data in a highly condensed way, allowing end-users to quickly understand and compare values from different sources. - - - - - - - - Initializes a new instance of the SparklineEdit class with default settings. - - - - - - - - Gets or sets data provided for the SparklineEdit control. - - - - - An array of values. - - - - - - - Gets the class name of the current editor. - - - - A string that is the class name of the current editor. - - - - - - - - Provides access to the editor-specific properties of the SparklineEdit control. - - - - A object. - - - - - - - - Provides a collection for the class objects. - - - - - - - Initializes a new instance of the TileItemFrameCollection class with the specified owner. - - - - An object that is the owner of the created collection. - - - - - - - - Adds a new into a TileItemFrameCollection. - - - - A to be added. - - - An Int32 value indicating the position into which the new frame was added. - - - - - - - Clones all settings from the target TileItemFrameCollection to this TileItemFrameCollection. - - - - A target TileItemFrameCollection object whose settings are to be copied to this TileItemFrameCollection. - - - - - - - - - Gets if the specific presents within the current TileItemFrameCollection. - - - - A TileItemFrame object to be tested. - - - true if the specific presents within the current TileItemFrameCollection; otherwise, false. - - - - - - - Returns the position of the specific within the current TileItemFrameCollection. - - - - A TileItemFrame object whose position within the current collection is to be obtained. - - - A zero-based Int32 value specifying the desired frame's position within the collection. Returns -1 if the frame doesn't belong to the current collection. - - - - - - - Adds the specific into the current TileItemFrameCollection and places it at the desired position. - - - - An Integer value indicating the newly added 's position within the TileItemFrameCollection. - - - - A TileItem to be inserted. - - - - - - - - Provides indexed access to individual items in the TileItemFrameCollection. - - - - A zero-based integer specifying the desired frame's position within the TileItemFrameCollection. If it's negative or exceeds the last available index, an exception is raised. - - - A TileItemFrame object that is contained within the current TileItemFrameCollection. - - - - - - - Gets the collection's owner. - - - A ITileItem object that is the collection's owner. - - - - - - - Deletes a specific from the current TileItemFrameCollection. - - - - A TileItemFrame to be deleted. - - - - - - - - - Provides the functionality of tile frames. - - - - - - - Initializes a new instance of the TileItemFrame class with the default settings. - - - - - - - - Gets or sets if the current frame's background should be animated when the frame is displayed. - - - true if the current frame's background should be animated when the frame is displayed; otherwise, false. - - - - - - - Gets or sets if the current frame's glyphs should be animated when the frame is displayed. - - - true if the current frame's glyphs should be animated when the frame is displayed; otherwise, false. - - - - - - - Gets or sets if the current frame's text content should be animated when the frame is displayed. - - - true if the current frame's text content should be animated when the frame is displayed; otherwise, false. - - - - - - - Gets or sets the animation effect used to display the current TileItemFrame. - - - A TileItemContentAnimationType enumerator value specifying what animation effect will be used to display the current TileItemFrame. - - - - - - - Provides access to appearance settings for this TileItemFrame. - - - An AppearanceObject that stores appearance settings for this TileItemFrame. - - - - - - - Gets or sets the current TileItemFrame's background image. - - - An Image object, set as the current TileItemFrame's background. - - - - - - - Provides access to a collection of s used by the current TileItemFrame. - - - A TileItemElementCollection object that contains the s used by the current TileItemFrame. - - - - - - - Gets or sets the current tile item frame's icon. - - - An Image object that is the current tile item frame's icon. - - - - - - - Gets or sets a period of time that will elapse before the current TileItemFrame is changed to the next one. - - - - An Int32 value specifying a period of time that will elapse before the current TileItemFrame is changed to the next one. - - - - - - - - Gets or sets the data associated with a TileItemFrame object. - - - An Object containing the information associated with a TileItemFrame object. - - - - - - - - Gets or sets the first text block's content within the current TileItemFrame. -This property is now obsolete. Use the instead. - - - A String value specifying the first text block's content within the current TileItemFrame. - - - - - - - Gets or sets the second text block's content within the current TileItemFrame. -This property is now obsolete. Use the instead. - - - A String value specifying the second text block's content within the current TileItemFrame. - - - - - - - Gets or sets the third block's content within the current TileItemFrame. -This property is now obsolete. Use the instead. - - - - A String value specifying the third text block's content within the current TileItemFrame. - - - - - - - Gets or sets the fourth text block's content within the current TileItemFrame. -This property is now obsolete. Use the instead. - - - A String value specifying the fourth text block's content within the current TileItemFrame. - - - - - - - Gets or sets if the current TileItemFrame should display its own . - - - true if the current TileItemFrame should display its own ; false to display the previous frame's image. - - - - - - - - Gets or sets if the current TileItemFrame should display its own glyphs. - - - true if the current TileItemFrame should display its own glyphs; false to display the previous frame's glyphs. - - - - - - - - Gets or sets if the current TileItemFrame should display its own text content. - - - true if the current TileItemFrame should display its own text content; false to display the previous frame's context. - - - - - - - - - Provides a collection for the class objects. - - - - - - - Initializes a new instance of the TileItemCollection with specific settings. - - - - A object that owns the item collection created. - - - - - - - - Adds the specified item to the current collection. - - - - An ITileItem object to be added to the collection. - - - A zero-based index of the item in the collection. - - - - - - - Gets if the specific presents within the current TileItemCollection. - - - - A TileItem object to be tested. - - - true if the specific presents within the current TileItemCollection; otherwise, false. - - - - - - - Disposes of the current collection. - - - - - - - - Returns an enumerator that iterates through the collection. - - - An IEnumerator object that can be used to iterate through the collection. - - - - - - - Gets the position of the specified in the current item collection. - - - - A whose index is to be obtained. - - - A zero-based Int32 value that is the index of the in the current item collection. - - - - - - - Inserts new into the current TileItemCollection and places it at a specific position. - - - - - An Int32 value indicating the position at which the new item should be placed. - - - - - A to be added. - - - - - - - - Provides indexed access to individual items in the TileItemCollection. - - - - A zero-based integer specifying the desired item's position within the TileItemCollection. If it's negative or exceeds the last available index, an exception is raised. - - - A TileItem object that is contained within the current TileItemCollection. - - - - - - - Provides access to the s in the current collection by their names. - - - - A String value that is the name of a to be obtained. - - - A object with the specific name. - - - - - - - Gets a that owns the current TileItemCollection. - - - A TileGroup object that owns the current TileItemCollection. - - - - - - - Removes the specified from the current TileItemCollection. - - - - A to be deleted. - - - - - - - - - Serves as a base for classes that represent a collection of style conditions. - - - - - - - Initializes a new instance of the class. - - - - - - - - Appends the specified style format condition to the collection. - - - - A object or descendant to be added to the collection. - - - - - - - - Copies the settings from the object passed as the parameter. - - - - A object or descendant which represents the source of the operation. - - - - - - - - Locks the FormatConditionCollectionBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Occurs when the collection is changed. - - - - - - - - - When overridden in a derived class, performs a comparison of two objects of the same type and returns a value indicating whether one is less than, equal to or greater than the other. - - - - - The first object to compare. - - - - The second object to compare. - - - An integer value indicating whether one is less than, equal to or greater than the other. - - - - - - - Indicates whether the current collection contains the specified style format condition. - - - - A object or descendant which represents the style format condition to locate in the collection. - - - true if the collection contains the specified style format condition; otherwise, false. - - - - - - - Unlocks the FormatConditionCollectionBase object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the specified condition's position within the collection. - - - - A object or descendant to locate in the collection. - - - A zero-based integer which represents the condition's position within the collection. -1 if the condition doesn't belong to the collection. - - - - - - - When overridden by descendant classes, indicates whether the control that owns the current collection is currently being initialized. - - - - true if the control is being initialized; otherwise, false. - - - - - - - Gets a style format condition with the specified tag. - - - - An object which contains information associated with the style format condition. - - - A object or descendant which represents a style format condition within the collection whose property's value matches the tag parameter. null (Nothing in Visual Basic) if no style format condition is found. - - - - - - - Provides indexed access to individual items within the collection. - - - - An integer value specifying the item's zero based index within the collection. If its negative or exceeds the last available index, an exception is raised. - - - A object or descendant which resides at the specified position within the collection. - - - - - - - Gets an item from the collection by its name. - - - - A string value specifying the name of the desired item. - - - A object with the required name. null (Nothing in Visual Basic) if there are no items with the specified name in the collection. - - - - - - - Removes the specified object from the collection. - - - - A object to remove. - - - - - - - - - Serves as a base for classes that represent style conditions. - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value which specifies the comparison operation. This value is assigned to the property. - - - - A which identifies the current style condition object. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the property. - - - - A which represents the first comparison value. This value is assigned to the property. - - - - A which represents the second comparison value. This value is assigned to the property. - - - - A value which represents a column whose values are used in conditional formatting. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value which specifies the comparison operation. This value is assigned to the property. - - - - A which identifies the current style condition object. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the elements which match the specified format condition. This value is assigned to the property. - - - - A which represents the first comparison value. This value is assigned to the property. - - - - A which represents the second comparison value. This value is assigned to the property. - - - - A value which represents a column whose values are used in conditional formatting. - - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets the appearance settings used to paint the elements (e.g., cells in the XtraGrid) that match the specified format condition. - - - A object that provides the appearance settings used to paint the elements that match the specified format condition. - - - - - - - Provides access to appearance settings used to paint this StyleFormatConditionBase's description. - - - An object that stores appearance settings used to paint this StyleFormatConditionBase's description. - - - - - - - Copies the settings from the object passed as the parameter. - - - - A object or descendant which represents the source of the operation. - - - - - - - - Checks whether the specified value in the specified column and data row matches the current style condition. - - - - An object that represents a column. - - - - An object that represents the tested value. - - - - An object that refers to a target row. - - - true, if the specified value in the specified column and row matches the current style condition; otherwise, false. - - - - - - - This method is obsolete. Use the CheckValue overload that takes the row parameter. - - - - - - - - - - - - - - - - - - Gets the collection that owns the current style condition object. - - - A object representing the collection which owns the current object. - - - - - - - Gets or sets the comparison operation used by the style condition object. - - - A enumeration value which specifies the comparison operation. - - - - - - - Gets or sets whether the current condition is in effect. - - - true, if the current condition is in effect; otherwise, false. - - - - - - - Gets or sets the Boolean expression. When it evaluates to true, the is applied to data. The Expression property is in effect when the property is set to . - - - A string that specifies the Boolean expression. - - - - - - - Gets a value indicating whether the current style format condition is enabled. - - - true if the property isn't set to the value; otherwise, false. - - - - - - - Gets or sets the StyleFormatConditionBase object's name. - - - A value that represents the StyleFormatConditionBase object's name. - - - - - - - Gets or sets a value which identifies the current style condition object. - - - A which identifies the current style condition object. - - - - - - - Returns the text representation of the current object. - - - A text representation of the current object. - - - - - - - Gets or sets the first comparison value. - - - A which represents the comparison value. - - - - - - - Gets or sets the second comparison value. - - - A which represents the comparison value. - - - - - - - - Provides a collection for the class objects. - - - - - - - Initializes a new instance of the TileGroupCollection with specific settings. - - - - A TileControl that owns the TileGroupCollection created. - - - - - - - - Adds a new into a TileGroupCollection. - - - - A to be added. - - - An Int32 value indicating the position at which the new element was added. - - - - - - - - Gets if the specific presents within the current TileGroupCollection. - - - - A TileGroup object to be tested. - - - true if the specific presents within the current TileGroupCollection; otherwise, false. - - - - - - - Gets the position of the specified in the current group collection. - - - - A whose index is to be obtained. - - - A zero-based Int32 value that is the index of the in the current group collection. - - - - - - - Adds a new into a TileGroupCollection and places it at the specific position. - - - - An Int32 value indicating the position to which the inserted group will be placed. - - - - - A TileGroup object to be inserted. - - - - - - - - Provides indexed access to individual items in the TileGroupCollection. - - - - A zero-based integer specifying the desired group's position within the TileGroupCollection. If it's negative or exceeds the last available index, an exception is raised. - - - A TileGroup object that is contained within the current TileGroupCollection. - - - - - - - Provides access to the s in the current collection by their names. - - - - A String value that is the name of a to be obtained. - - - A object with the specific name. - - - - - - - Gets the object that owns this group collection. - - - An object implementing the ITileControl interface to which the group collection belongs. - - - - - - - Removes the specific from the current TileGroupCollection. - - - - A to be removed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - Provides members that specify how the video frame is stretched to fit the . - - - - - - - The default mode. This value is equivalent to the ZoomInside value. - - - - - - - - The video frame is not stretched. - - - - - - - - The video frame is stretched to fill the available client area. - - - - - - - - Zooms the video frame proportionally, so that it is displayed in the client area in its entirety. - - - - - - - - Zooms the video frame proportionally, making its smaller side (width or height) displayed in its entirety. The frame is centered, so the larger side (height or width) is not displayed in its entirety. - - - - - - - - - - Contains information to be displayed in an alert window. - - - - - - - Initializes a new instance of the AlertInfo class with the specified window caption, text, image and the text that is to be displayed when the text area is hot-tracked. - - - - A string that specifies the caption of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. - - - - An image to be displayed in an alert window. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertInfo class with the specified settings. - - - - A string that specifies the caption of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. - - - - An image to be displayed in an alert window. This value is assigned to the property. - - - - Any custom data to be associated with the current object. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertInfo class with the window caption, text and image. - - - - A string that specifies the caption of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window. This value is assigned to the property. - - - - An image to be displayed in an alert window. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertInfo class with the specified window caption and text. - - - - A string that specifies the caption of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertInfo class with the specified window caption, text, and the text that is to be displayed when the text area is hot-tracked. - - - - A string that specifies the caption of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window. This value is assigned to the property. - - - - A string that specifies the text of an alert window, which is in effect when the text is hot-tracked. This value is assigned to the property. - - - - - - - - Initializes a new instance of the AlertInfo class with the specified settings. - - - - A String value that is the alert window caption. - - - - A String value that is the alert window text. - - - - A String value that is the alert window text, displayed only when hovered (see the property). - - - - An Image that is the alert window icon. - - - - An object that is the unique ID associated with this AlertInfo. - - - - - true, if the alert window should be closed on click; otherwise, false. - - - - - - - - Initializes a new instance of the AlertInfo class with the specified settings. - - - - A String value that is the alert window caption. - - - - A String value that is the alert window text. - - - - true, if the alert window should be closed on click; otherwise, false. - - - - - - - - Gets or sets whether or not an alert window associated with this AlertInfo object is automatically closed on click. - - - true, if an alert window associated with this AlertInfo object is automatically closed on click; otherwise, false. - - - - - - - Gets or sets the caption of an alert window. - - - A string that specifies the caption of an alert window. - - - - - - - Gets or sets the text of an alert window, displayed when the text is hot-tracked. - - - A string that specifies the hot-tracked text for an alert window. - - - - - - - Gets or sets an image to be displayed in an alert window. - - - A object that specifies an image to be displayed in an alert window. - - - - - - - - - - - - - - - Gets or sets custom data associated with the current AlertInfo object. - - - An object that represents custom data associated with the current AlertInfo object. - - - - - - - Gets or sets the text of an alert window. - - - A string that specifies the text of an alert window. - - - - - - - - Provides the functionality of tile items. - - - - - - - Initializes a new instance of the TileItem class with the default settings. - - - - - - - - Gets or sets whether the Tile Animation is enabled for this TileItem. - - - true if the Tile Animation is enabled for this TileItem; otherwise, false. - - - - - - - Gets or sets whether glyphs for this TileItem should be painted using the item's foreground color. - - - A value that specifies if this item's glyphs should be painted using the item's foreground color. - - - - - - - Gets or sets if HTML text formatting is enabled for the current TileItem. - - - A enumerator value that indicates if HTML text formatting is enabled for the current TileItem. The DefaultBoolean.Default value acts the same as the DefaultBoolean.True value. - - - - - - - Gets or sets whether a "press" animation effect on a click is allowed for the TileItem. - - - - true, if a "press" animation effect on a click is allowed for the item, false, if animation is disabled - - - - - - - - Provides access to appearance settings applied to the tile item when it is in a normal state. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings applied to the tile item when it is hovered over. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings used to paint the current TileItem. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings applied to the tile item when it is selected. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Gets or sets the current TileItem's background image. - - - An Image object, set as the current TileItem's background. - - - - - - - Gets or sets the current 's background image position. - - - A enumerator value that specifies the current 's background image position. - - - - - - - Gets or sets the appearance 's background image. - - - A enumerator value that specifies the position of the current 's background image. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this TileItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this TileItem. - - - - - - - Binds the specific parameterized command to this TileItem. - - - - An Object that is the command to be bound to this TileItem. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this TileItem. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this TileItem. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this TileItem. - - - - - - - Gets or sets whether the current TileItem's border is visible. - - - A value that specifies whether the TileItem's border is visible. - - - - - - - Gets or sets if the current TileItem is checked. - - - true if the current TileItem is checked; otherwise, false. - - - - - - - Fires after the current TileItem's check state was changed. - - - - - - - - Gets or sets the animation effect used to display all s within the current TileItem. - - - A TileItemContentAnimationType enumerator value specifying what animation effect will be used to display all s within the current TileItem. - - - - - - - Gets a tile control to which the current TileItem belongs. - - - An object implementing the ITileControl interface to which the tile item belongs. - - - - - - - Gets a that is currently displayed within a TileItem. - - - - A TileItemFrame object that is currently displayed within the specified TileItem. null if tile item contains no frames. - - - - - - - Gets or sets the currently displayed 's index. - - - An Int32 value that indicates the currently displayed 's index. - - - - - - - Provides access to a collection of s used by the current TileItem. - - - A TileItemElementCollection object that contains the s used by the current TileItem. - - - - - - - - Gets or sets whether the item is enabled. - - - true if the item is enabled; otherwise, false. - - - - - - - Gets or sets whether the event for this TileItem is raised. - - - A DefaultBoolean enumerator value that specifies whether the event for this TileItem is raised. - - - - - - - Gets or sets a period of time that elapses before one is changed to another. - - - - An Int32 value specifying a period of time that elapses before one is changed to another. - - - - - - - - Gets a collection of frames used by the current TileItem. - - - A TileItemFrameCollection object that is a collection of frames used by the current TileItem. - - - - - - - - Gets a that owns the current TileItem. - - - A TileGroup that owns the current TileItem. - - - - - - - Get or sets the current TileItem's ID. - - - An Int32 value that is the current TileItem's ID. - - - - - - - Gets or sets the current tile item's icon. - - - An Image object that is the current tile item's icon. - - - - - - - Gets or sets the current 's icon position. - - - A enumerator value that specifies the current 's icon position. - - - - - - - Gets or sets the index of the image within the collection that should serve as the TileItem's glyph. - - - An Int32 value indicating an index of the image within the collection that should serve as the TileItem's glyph. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the way a 's glyph is stretched within the item. - - - - A enumerator value that specifies the way a 's glyph is stretched within the item. - - - - - - - Gets or sets a tile item's ' position relative to the item's icon. -This property is obsolete. Use the instead. - - - A TileControlImageToTextAlignment that specifies a tile item's position relative to the item's . - - - - - - - - Gets or sets the distance between the tile item's glyph and text when grouped. This property is now obsolete. Use the property instead. - - - An Int32 value that specifies the distance between the tile item's glyph and text when grouped. - - - - - - - - Obsolete. Please use the property instead. - - - - - - - - - - Fires when an end-user clicks the current TileItem. - - - - - - - - Occurs when an end-user double-clicks the current TileItem. - - - - - - - - Gets the info associated with this TileItem. - - - A TileItemViewInfo object that contains detailed info about this TileItem. - - - - - - - Fires when an end-user presses the current TileItem. - - - - - - - - Gets or sets the size of the TileItem. - - - A TileItemSize enumerator value that specifies the size of the TileItem. - - - - - - - Gets or sets the current TileItem's name. - - - A String value specifying the current TileItem's name. - - - - - - - Slides from the currently displayed to the next frame in the collection. - - - - - - - - Called each time this TileItem is clicked. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Called automatically each time an end-user presses this TileItem. - - - - - - - - Called automatically each time an end-user right clicks this TileItem. - - - - - - - - Provides access to options that affect the table layout of tile elements. - - - A object that specifies options that affect the table layout of tile elements. - - - - - - - Gets or sets the padding for the current . - - - A System.Windows.Forms.Padding structure that specifies the padding for the current . - - - - - - - Raises the event. - - - - - - - - - Raises the event. - - - - - - - - - Removes the object assigned to the current tile item. - - - - - - - - - Fires after the current TileItem was clicked with the right mouse button. - - - - - - - - Gets or sets the number of rows that occupy the current large or wide TileItem. - - - - An Int32 value specifying the number of rows that occupy the current large or wide TileItem. - - - - - - - - Forces the current tile item to display a specific . - - - - A to be displayed. - - - - A Boolean value indicating whether the frame should be displayed using the frame animation. - - - - - - - - Gets or sets the site associated with the current TileItem. - - - A System.ComponentModel.ISite object associated with the current TileItem. - - - - - - - Starts the frame animation for this TileItem from its first frame. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Stops the Tile Frame Animation for the current TileItem. - - - - - - - - Gets or sets a for the current tile item. - - - A object associated with the current tile item. - - - - - - - Gets or sets the data associated with a TileItem object. - - - An Object containing the information associated with a TileItem object. - - - - - - - - Gets or sets the first text block's content within the current TileItem. - - - A String value specifying the first text block's content within the current TileItem. - - - - - - - Gets or sets the second text block's content within the current TileItem. -This property is now obsolete. Use the instead. - - - A String value specifying the second text block's content within the current TileItem. - - - - - - - Gets or sets the second text block's alignment for the current TileItem. -This property is obsolete. Use the instead. - - - A enumerator value specifying corresponding alignment settings. - - - - - - - Gets or sets the third text block's content within the current TileItem. -This property is now obsolete. Use the instead. - - - A String value specifying the third text block's content within the current TileItem. - - - - - - - Gets or sets the third text block's alignment for the current TileItem. -This property is obsolete. Use the instead. - - - A enumerator value specifying corresponding alignment settings. - - - - - - - Gets or sets the fourth text block's content within the current TileItem. -This property is now obsolete. Use the instead. - - - A String value specifying the fourth text block's content within the current TileItem. - - - - - - - Gets or sets the fourth text block's alignment for the current TileItem. -This property is obsolete. Use the instead. - - - A enumerator value specifying corresponding alignment settings. - - - - - - - Gets or sets the first text block's alignment for the current TileItem. -This property is obsolete. Use the instead. - - - A enumerator value specifying corresponding alignment settings. - - - - - - - Gets or sets the specifics that determine how the current TileItem's text content will be displayed. - - - - A TileItemContentShowMode enumerator value that indicates how the current TileItem's text content is displayed. - - - - - - - Gets or sets whether the item is visible. - - - true if the item is visible; otherwise, false. - - - - - - - - Contains values that specify which date grouping Views are available in Windows Vista display mode. - - - - - - - Combines the following views: MonthView, QuarterView, YearView, YearsGroupView and CenturyView. - - - - - - - - A century view: - - - - - - - - - - - Combines the following views: MonthView, YearView, YearsGroupView and CenturyView. - - - - - - - - A month view: - - - - - - - - - - - A year view by quarters: - - - - - - - - - - - - A 12-years view: - - - - - - - - - - - - A year view by months: - - - - - - - - - - - - - Lists values that specify the type of automatic completion mode used by an editor. - - - - - - - - When set to Default, the automatic completion mode is used. - - - - - - - - The automatic completion feature is disabled. - - - - - - - - When an end-user enters a character in an empty edit box for the first time, the editor automatically fills all the following placeholders with the default values. For placeholders that accept only numeric values, the '0' character is the default. For placeholders that accept alpha characters, the "a" character is the default. - - - - - - - - - - Each time an end-user types a character the editor determines if the following placeholder can be filled automatically. If only a specific character can be inserted in this position the editor automatically displays this character and moves the caret to the right of this character. - - - - - - - - - Contains settings that affect the functionality of an editor's mask. - - - - - - - - Initializes a new instance of the MaskProperties class with settings from the specified object. - - - - A object whose settings are used to initialize the newly created MaskProperties object. - - - - - - - - - Initializes a new instance of the MaskProperties class with default settings. - - - - - - - - Occurs after a setting of the current MaskProperties object has been changed. - - - - - - - - - Copies the settings of the specified object to the current MaskProperties object. - - - - - A object whose settings will be copied to the current MaskProperties object. - - - - - - - - Copies the settings from the specified MaskProperties object to the current object. - - - - - A MaskProperties object whose settings are assigned to the current object. - - - - - - - - Gets or sets the automatic completion mode used by the editor in the RegEx mask mode. - - - An value specifying the automatic completion mode used by the editor in the RegEx mask mode. - - - - - - - Gets or sets whether an editor makes a beep sound when an end-user tries to enter an invalid character. - - - - true if the editor sounds a beep when an end-user tries to enter an invalid character; otherwise, false. - - - - - - - - Occurs when a setting of the current MaskProperties object is about to be changed. - - - - - - - - - Locks the MaskProperties object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Gets or sets a character representing a placeholder within a masked editor. - - - A string whose first character is used as a placeholder. - - - - - - - Creates the default mask manager. - - - A MaskManager object that represents the default mask manager. - - - - - - - Gets or sets the culture whose settings are used by masks. - - - A object whose settings are used by masks. - - - - - - - Gets or sets a mask expression. - - - A string representing a mask expression. - - - - - - - Unlocks the MaskProperties object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Determines whether the current object has the same settings as the specified object. - - - - A MaskProperties object to compare with the current object. - - - true if the object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - - Gets the hash code (a number) that corresponds to the value of the current object. - - - The hash code for the current object. - - - - - - - For the Simple, Regular and RegEx mask types this property gets or sets whether an editor can lose focus when a value hasn't been entered. - - - - true if an editor can lose focus when a value has not been entered; otherwise, false. - - - - - - - - Gets or sets the mask type. - - - A value specifying the mask type used. - - - - - - - - For the Simple, Regular and RegEx mask types this property gets or sets the character used as the placeholder in a masked editor. - - - - The character used as the placeholder in a masked editor. - - - - - - - - For the Simple and Regular mask types this property gets or sets whether constantly displayed mask characters (literals) are included in an editor's value. - - - - true if the constantly displayed mask characters are included in an editor's value; otherwise, false. - - - - - - - For the RegEx mask type this property gets or sets whether placeholders are displayed in a masked editor. - - - - true to display placeholders in a masked editor; otherwise false. - - - - - - - Returns the text representation of the current object. - - - A string that specifies the text representation of the current MaskProperties object.. - - - - - - - Gets or sets whether display values are still formatted using the mask when the editor is not focused. - - - - true if the mask settings are used to format display values when the editor is not focused; false if the object's settings are used instead. - - - - - - - - Provides the functionality of tile groups. - - - - - - - Initializes a new instance of the TileGroup class with the default settings. - - - - - - - - Gets the tile control to which the current group belongs. - - - An object implementing the ITileControl interface to which the group belongs. - - - - - - - Returns a tile item with the specified name (). - - - - A string that specifies the name of the item to be located. - - - A with the specified name. null if no matching item is found. - - - - - - - Returns a tile item with the specified text (). - - - - A string that specifies the text of the item to be located. - - - A with the specified text. null if no matching item is found. - - - - - - - Returns detailed info about this TileGroup. - - - A TileGroupViewInfo object that contains detailed info about this TileGroup. - - - - - - - Provides access to a collection of s used by the current TileGroup. - - - A TileItemCollection object that stores s used by the current TileGroup. - - - - - - - Gets or sets the current 's name. - - - A String value that specifies the current 's name. - - - - - - - Gets or sets the site associated with the current TileGroup. - - - A System.ComponentModel.ISite object associated with the current TileGroup. - - - - - - - Gets or sets the data associated with a TileGroup object. - - - An Object containing the information associated with a TileGroup object. - - - - - - - - Gets or sets the current TileGroup's caption. - - - A String value that is the current TileGroup's caption. - - - - - - - Gets or sets whether the current TileGroup is visible. - - - true if the current TileGroup is visible; otherwise, false. - - - - - - - - Lists values that specify the manner in which tab buttons are shown within a tab header panel. - - - - - - - The Close button is always displayed within the page header panel. The Prev and Next buttons are displayed when the property is set to false. - - - - - - - - The option is equivalent to the option. - - - - - - - - Tab buttons are always hidden. - - - - - - - - Tab buttons are automatically shown when the tab control's width is insufficient to display all the page headers. - - - - - - - - - Lists values that specify the alignment of the images displayed within page headers. - - - - - - - Images are centered within page headers and the header's caption is hidden. - - - - - - - - Images are positioned on the right side of page headers. - - - - - - - - - Images are positioned on the left side of page headers. - - - - - - - - The images are not displayed within page headers. - - - - - - - - - Lists values that specify the position of the tab headers in a tab control. - - - - - - - The tab headers are located along the bottom of the tab control. - - - - - - - - - The tab headers are located along the left side of the tab control. - - - - - - - - - The tab headers are located along the right side of the tab control. - - - - - - - - - The tab headers are located along the top of the tab control. - - - - - - - - - - Lists values that specify the orientation of the tab headers in a tab control. - - - - - - - -The default behavior determined by controls. - - - -For an , the orientation of the tab headers depends upon the property's value. If the tab headers are located across the bottom or top of the tab control, they are horizontally oriented. Otherwise, if the tab headers are located along the left or right side of the tab control, they are vertically oriented. - - - -For a in a , the Default option is equivalent to Horizontal. - - - - - - - - - The tab headers are horizontally oriented. - - - - - - - - - The tab headers are vertically oriented. - - - - - - - - - - A method that will handle the and events. - - - - - - - - Represents a method that will handle the and events. - - - - The event sender. Identifies the tab control that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - An object which represents the tab page previously processed. This value is assigned to the property. - - - - An object which represents the tab page currently being processed. This value is assigned to the property. - - - - - - - - Gets the tab page currently being processed. - - - An object which represents the tab page currently being processed. - - - - - - - Gets the previously processed tab page. - - - An object which represents the tab page previously processed. - - - - - - - - Provides the appearance settings used to paint the elements in a tab page. - - - - - - - Initializes a new instance of the class. - - - - - - - - Locks the PageAppearance object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Fires after the object's settings have been changed. - - - - - - - - Releases all the resources used by the current object. - - - - - - - - Unlocks the PageAppearance object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the appearance settings used to paint the tab page(s). - - - An object which provides the appearance settings used to paint the tab page(s). - - - - - - - Gets the appearance settings used to paint the header which corresponds to the currently active page. - - - An object which provides the appearance settings used to paint the header of the active page. - - - - - - - - Gets the appearance settings used to paint the header which corresponds to a disabled page. - - - An object which provides the appearance settings used to paint the header of a disabled page. - - - - - - - Gets the appearance settings used to paint the page header over which the mouse pointer is currently hovering. - - - An object which provides the appearance settings used to paint the hot-tracked page header. - - - - - - - Gets the appearance settings used to paint the page's client region. - - - An object which represents the appearance settings used to paint the page's client region. - - - - - - - Restores all the appearance settings and usage options back to their default values and thus stops tab pages from using these appearance settings. - - - - - - - - Tests whether the object should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - - Represents a tab control's page collection. - - - - - - - Initializes a new instance of the class with the specified owner. - - - - An object or descendant which represents the tab control that will own the new page collection. This value is assigned to the property. - - - - - - - - Creates a new tab page with the specified text and appends it to the collection. - - - - A value which specifies the page's text. - - - An object which represents the new page. - - - - - - - Appends the specified page to the collection. - - - - An object which represents the new page. - - - - - - - - Creates a new tab page with default settings and appends it to the collection. - - - An object which represents the new tab page. - - - - - - - Appends an array of objects to the collection. - - - - An array of objects to append to the collection. - - - - - - - - Removes all objects from the XtraTabPageCollection instance. - - - - true, to release all resources used by the tab pages; otherwise, false. - - - - - - - - Fires after the page collection has been changed. - - - - - - - - Indicates whether the collection contains the tab page specified. - - - - An object to locate in the collection. - - - true if the collection contains the specified tab page; otherwise, false. - - - - - - - Returns the specified page's position within the collection. - - - - An object which represents the page to be located. - - - An integer value representing the specified page's zero-based index. -1 if the collection doesn't contain the specified page. - - - - - - - Adds the specified page to the collection at the specified position. - - - - An integer value representing the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. - - - - An object which represents the inserted page. - - - - - - - - Creates a new page with default settings and adds it to the collection at the specified position. - - - - An integer value representing the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. - - - - - - - - Gets the tab page at the specified position within the collection. - - - - An integer value representing the zero-based index of the page. If it's negative or exceeds the number of elements, an exception is raised. - - - An object which represents the tab page at the specified position. - - - - - - - Moves the page to another position within the collection. - - - - A zero-based integer specifying the position within the collection to move the page to. - - - - An object which represents the tab page to move. - - - - - - - - Removes the specified tab page from the collection. - - - - An object which represents the tab page to be removed from the collection. - - - - - - - - Removes the specified tab page from the collection. - - - - An object which represents the tab page to be removed from the collection. - - - - true, to release all resources used by the tab page; otherwise, false. - - - - - - - - Gets the tab control which displays the pages in this collection. - - - An object or descendant which represents the tab control that owns this page collection. - - - - - - - Copies all items contained within this XtraTabPageCollection to a separate array. - - - An array of objects owned by this XtraTabPageCollection. - - - - - - - - Represents a single tab page. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Notifies accessibility client applications of the specified event for the specified child control. - - - - - An event being fired. - - - - A child which fires the event. - - - - - - - - Gets or sets whether the current XtraTabPage's icon should be painted in the page's foreground color. - - - - true, if the current XtraTabPage's icon should be painted in the page's foreground color; otherwise, false. - - - - - - - - This member overrides the property. - - - A bitwise combination of the values. - - - - - - - Provides access to the properties that control the tab page's appearance. - - - A object which provides the appearance settings for the tab page's elements. - - - - - - - Gets or sets whether the auto-size feature is enabled. This property is not supported by the XtraTabPage class. - - - true if the auto-size feature is enabled; otherwise, false. - - - - - - - Gets or sets the auto-size mode. This property is not supported by the XtraTabPage class. - - - - A value. - - - - - - - Gets or sets the background color of the tab page's client region. - - - A structure which specifies the background color of the tab page's client region. - - - - - - - Specifies the background image for the control. This property is not supported by the XtraTabPage class. Use the BackgroundImage property of the object instead. - - - A value. - - - - - - - This member is not supported by the XtraTabPage class. - - - - - - - - - - This member overrides the property. - - - A enumeration member which specifies the position and manner in which a control is docked. - - - - - - - Gets or sets whether a tab page can be selected. - - - true if a tab page is enabled and can be selected by an end-user or via code; otherwise, false. - - - - - - - This property is not supported by the XtraTabPage class. - - - - - - - - - - Gets or sets the foreground color of the tab page's client region. - - - A structure which specifies the foreground color of the tab page's client region. - - - - - - - Gets or sets the image displayed within the tab page's header. - - - A object which represents the image displayed within the tab page's header. - - - - - - - Gets or sets the index of the image displayed within the tab page's header. - - - A zero-based integer value specifying the index of an image within the list. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this XtraTabPage. - - - An object that stores image-related options. - - - - - - - Gets or sets padding for the image displayed in the page's header. - - - A System.Windows.Forms.Padding value that specifies padding for the image. - - - - - - - Gets the source of images which provides images for tab pages. - - - - An which provides images for tab pages. - - - - - - - Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. - - - A structure which represents the upper-left corner of the control relative to the upper-left corner of its container. - - - - - - - Provides access to look-and-feel settings of the current XtraTabPage object. - - - A object that stores XtraTabPage look-and-feel settings. - - - - - - - Gets or sets the maximum width of the current tab header. - - - An integer value that is the maximum width of the current tab header. 0 if the maximum width of the tab header is specified by the property. - - - - - - - Gets or sets whether a tab page can be selected. - - - true if a tab page is enabled and can be selected by an end-user or via code; otherwise, false. - - - - - - - Gets or sets whether the tab page is visible. - - - true if the tab page is visible; otherwise, false. - - - - - - - Gets or sets whether the page contains a Close button. - - - A value that specifies whether a Close button is displayed in the tab. - - - - - - - Gets or sets the control's height and width. - - - A object that represents the control's height and width, in pixels. - - - - - - - Starts the animation of an animated GIF file being displayed in the page's header. - - - - - - - - Stops animation of an animated GIF file being displayed in the tab page's header. - - - - - - - - Gets or sets a for the current tab page's header. - - - A object associated with the current tab page. - - - - - - - Gets the tab control to which the tab page belongs. - - - An object or descendant which owns the tab page. - - - - - - - Gets or sets the tab order of the control within its container. - - - A zero-based integer value specifying the control's index within the set of controls included in the tab order. - - - - - - - Gets or sets the header width for the current tab page. - - - An integer value that specifies the width of the current tab page's header. - - - - - - - Gets or sets a value indicating whether an end-user can focus this page using the TAB key. - - - true if an end-user can focus the page using the TAB key; otherwise, false. - - - - - - - Gets or sets the tab page caption. - - - - A value which specifies the text displayed within the page header. - - - - - - - Gets or sets a regular tooltip for the tab page. - - - A value which specifies the regular tooltip for the tab page. - - - - - - - Gets or sets the type of the tooltip icon to display in a regular tooltip. - - - A enumeration value. - - - - - - - Gets or sets a regular tooltip's title. - - - A string that specifies a regular tooltip's title. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. To specify the tab page's visibility use the property instead. - - - true if the tab page is visible; otherwise, false. - - - - - - - - Displays tabbed pages where you can place your controls. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Gets or sets whether all icons within the current XtraTabControl should be painted in the pages' foreground colors. - - - - true, if all icons within the current XtraTabControl should be painted in the pages' foreground colors; otherwise, false. - - - - - - - - Gets or sets whether or not XtraTabControl tabs recognize HTML tags in their captions. - - - true if tabs can format their captions by using HTML tags; otherwise, false. - - - - - - - Gets the appearance settings used to paint the XtraTabControl. - - - A object which provides the appearance settings used to paint the tab control. - - - - - - - Provides access to the properties that control the appearance of all the tab pages in the XtraTabControl. - - - A object which provides appearance settings for all the tab pages. - - - - - - - Gets or sets the background color of the tab control's client region. - - - A structure which specifies the background color of the tab control's client region. - - - - - - - Starts the tab control's initialization. - - - - - - - - - Locks the XtraTabControl object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Gets or sets the tab control's border style. - - - A enumeration value specifying the tab control's border style. - - - - - - - Gets or sets the border style of all the tab pages. - - - A enumeration value specifying the border style of all the tab pages. - - - - - - - Returns information about the XtraTabControl elements located at the specified point. - - - - A structure which specifies test point coordinates relative to the tab control's top-left corner. - - - A object that contains information about the tab elements located at the test point. - - - - - - - Returns the tab control's size, calculated from the size of its page. - - - - A structure which represents the size of a tab page's client region. - - - A structure which represents the tab control's size, calculated from the size of its page. - - - - - - - Occurs when the Close button displayed within the XtraTabControl's header is clicked. - - - - - - - - Gets or sets whether Close buttons are displayed in individual tab pages and the tab control's header. - - - A value that specifies the display mode for Close buttons. - - - - - - - - Gets the collection of controls owned by the current XtraTabControl control. This property supports the internal infrastructure and is not intended to be used directly from your code. - - - A NoSerializationControlCollection object. - - - - - - - Occurs when a custom header button is clicked. - - - - - - - - Provides access to the custom header button collection in the current tab control. - - - The object providing access to custom header buttons for the tab control. - - - - - - - Occurs after a page has been deselected. - - - - - - - - Occurs when a page is about to be deselected, and allows cancellation of the operation. - - - - - - - - - Gets the bounds of the tab page's client region. - - - A structure which represents the bounding rectangle of the tab page's client region. - - - - - - - Ends the tab control's initialization. - - - - - - - - Unlocks the XtraTabControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets the index of the tab page whose header is the first visible header onscreen. - - - A zero-based integer which specifies the index of the tab page whose header is the first visible header onscreen. - - - - - - - This property is not supported by the XtraTabControl class. - - - - - - - - - - Gets or sets the control's foreground color. - - - A structure that represents the control's foreground color. - - - - - - - Gets or sets whether the page headers should be automatically stretched to fill the empty space in a tab row. - - - A enumeration value which specifies whether the tab headers should be automatically stretched to fill the empty space in a tab row. - - - - - - - Occurs when a built-in header button is clicked. - - - - - - - - Gets the options that specify which tab buttons can be displayed within the header panel. - - - A set of flags that specify the visibility of tab buttons. - - - - - - - Gets or sets a value specifying whether and when Close, Next and Prev buttons are displayed in the tab control's header. - - - A value that specifies whether and when tab buttons are displayed within the header. - - - - - - - Gets or sets the position of the tab headers. - - - A enumeration member which specifies the position of the tab headers. - - - - - - - Gets or sets the orientation of the tab headers. - - - A enumeration member which specifies the orientation of the tab headers. - - - - - - - Fires after the hot-tracked page header has been changed. - - - - - - - - Gets or sets the hot-tracked tab page. - - - An object which represents the tab page currently hot-tracked. - - - - - - - Gets or sets the source of the images that can be displayed within page headers. - - - - A that is an image collection providing images for page headers. - - - - - - - Gets a value indicating whether the tab control is currently being initialized. - - - true if the tab control is being initialized; otherwise, false. - - - - - - - Updates a tab control. - - - - - - - - Provides access to the settings which control the tab control's look and feel. - - - A object whose properties specify the tab control's look and feel. - - - - - - - Makes the header of the specified page visible on-screen if it's currently invisible. - - - - An object which represents the tab page. - - - - - - - - Gets or sets the maximum width of tab headers. - - - An integer value that is the maximum width of tab headers. 0 if the width of tab headers is not limited. - - - - - - - Gets or sets whether more than one row of tab headers can be displayed. - - - A value which specifies whether more than one row of tab headers can be displayed. - - - - - - - Gets the bounding rectangle of a tab page's client region. - - - A structure which represents the bounding rectangle of the tab page's client region. - - - - - - - Gets or sets the alignment of the image displayed within the page header. - - - A enumeration member which specifies the image's alignment. - - - - - - - Gets or sets the name of the paint style applied to the tab control. - - - A value specifying the name of the paint style applied to the tab control. - - - - - - - Gets or sets whether right-to-left mirror placement is turned on. - - - A enumeration value that specifies whether right-to-left mirror placement is turned on. - - - - - - - Occurs after a page has been selected. - - - - - - - - Fires when the tab change animation completes. - - - - - - - - Fires after the selected tab page has been changed. - - - - - - - - Allows you to prevent a specific tab page from being activated. - - - - - - - - Gets or sets the currently selected tab page. - - - An object which represents the tab page currently selected. - - - - - - - Gets or sets the index of the currently selected tab page. - - - A zero-based integer which specifies the index of the selected tab page. - - - - - - - Occurs when a specific page is about to be selected, and allows cancellation of the operation. - - - - - - - - - Gets or sets whether a focus frame is displayed around the selected page header. - - - A enumeration member which specifies whether a focus frame is displayed around the selected page header. - - - - - - - Gets or sets whether the page headers are displayed. - - - A enumeration member which specifies whether the page headers are displayed. - - - - - - - Gets or sets whether the tab control can display tooltips. - - - A enumeration member which specifies whether the tab control can display tooltips. - - - - - - - Fires when an end-user presses the middle mouse button over a tab. To ensure that this event fires, set the property to MouseDown or MouseUp. - - - - - - - - - Gets or sets if and when the event fires. - - - - A value that specifies if and when the event fires. - - - - - - - - Provides access to the tab control's page collection. - - - An object which represents a collection of tab pages within a tab control. - - - - - - - Gets or sets the default width for all tab page headers. - - - An integer value that specifies the default width for tab page headers. - - - - - - - This property isn't used. - - - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of the hints displayed for a tab control. - - - The component which controls the appearance and behavior of the hints displayed for the tab control. - - - - - - - Provides access to parameters of the tab switch animation. - - - An object that specifies parameters of the tab switch animation. - - - - - - - Gets or sets whether the XtraTabControl uses the non-default painting mode. - - - - true if the XtraTabControl control uses the non-default painting mode; otherwise, false. - - - - - - - - Gets or sets whether the control is painted grayed out, when it's in the disabled state. - - - true if the control is painted grayed out, when it's in the disabled state; otherwise, false. - - - - - - - Gets or sets whether mnemonic characters are used to activate tab pages. - - - true, if mnemonic characters are used to activate tab pages; otherwise, false. - - - - - - - Gets or sets an object which specifies the tab control's painting style. - - - A object or descendant which specifies the tab control's painting style. - - - - - - - - Lists values that specify how the control stores images pasted via the editor's context menu - - - - - - - A pasted image is stored to the editor's edit value as an array of bytes. - - - - - - - - A pasted image is stored either as an object or as an array of bytes to the editor's edit value, depending upon the type of the current edit value. If the editor's EditValue currently stores an object, the newly pasted image will be stored as an as well. Otherwise, the new image will be stored as an array of bytes. - - - - - - - - A pasted image is stored to the editor's edit value as an object. - - - - - - - - - Lists values that specify which functionality is invoked as a result of a click on a column header within the lookup editor's dropdown list. - - - - - - - Clicking a column's header selects this column for incremental searching. - - - - - - - - Clicking a column's header sorts the data by that column. - - - - - - - - - Lists values that specify when the editor's event should be raised. - - - - - - - The event is raised only after an end-user has stopped editing and a specified amount of time () has passed. The time interval between when the user stops editing and the event is raised is specified by the property. - - - - - - - - The event is raised immediately after the editor's value has been changed by an end-user (except for and editors, see the topic for the details). - - - - - - - - - Enumerates values indicating how the rule has been changed. - - - - - - - Data and UI settings have been updated. - - - - - - - - Data has been updated. - - - - - - - - No changes. - - - - - - - - UI settings have been updated. - - - - - - - - - Contains data for the event. - - - - - - - Creates a new instance of the CanGetNextPrevImageEventArgs class with a specific sliding direction. - - - - - true for sliding forward; otherwise, false. - - - - - - - - Gets or sets whether an image in the current sliding direction can be displayed. If not - corresponding navigation button will be disabled. - - - true if an image in the current sliding direction can be displayed; otherwise, false. - - - - - - - Specifies the image sliding direction (true for sliding forward, false for sliding backwards). - - - true for an image sliding forward; otherwise, false. - - - - - - - - - Contains data for the event. - - - - - - - Initializes a new instance of the GetImageEventArgs class with custom settings. - - - - true if the image query is the result of a forward image slide; otherwise, false. - - - - - true if the image query is the result of a backward image slide; otherwise, false. - - - - - true if the image required is the very first to be uploaded; otherwise, false. - - - - true if a new image was successfully displayed within the current ; otherwise, false. - - - - - - - - Initializes a new instance of the GetImageEventArgs class with the specified settings. - - - - true, if the first image within the needs to be displayed; otherwise, false. - - - - true, if the last image within the needs to be displayed; otherwise, false. - - - - - - - - Gets or sets whether the currently displayed image was successfully changed. - - - true if the currently displayed image was successfully changed; otherwise, false. - - - - - - - Gets or sets an image that is be displayed within the current . - - - An Image object that is to be displayed within the current . - - - - - - - - Gets or sets if the image to be displayed is the first image within the . - - - true, if the image to be displayed is the first image within the ; otherwise, false. - - - - - - - Gets or sets if the image to be displayed is the last image within the . - - - true, if the image to be displayed is the last image within the ; otherwise, false. - - - - - - - Gets or sets whether the image query is the result of an image sliding forward. - - - - true if whether the image query is the result of an image sliding forward; otherwise, false. - - - - - - - - Gets or sets whether the image query is the result of an image sliding backward. - - - - true if the image query is the result of an image sliding backwards; otherwise, false. - - - - - - - - Gets or sets whether the image required is the very first to be uploaded by the current . - - - true if the image required is the very first to be uploaded; otherwise, false. - - - - - - - - The control that manages Windows UI-inspired tiles. Using this component, you can create both static and animated live tiles in your applications. - - - - - - - Initializes a new instance of the TileControl class with the default settings. - - - - - - - - Gets or sets whether the disabled state of the TileControl is indicated in a specific manner. - - - true if the disabled state of the TileControl is indicated in a specific manner; otherwise, false. - - - - - - - Gets or sets if a s runtime dragging is enabled. - - - - true if a s runtime dragging is enabled; otherwise, false. - - - - - - - - Gets or sets whether drag-and-drop of tiles between groups is enabled. - - - true if drag-and-drop of tiles between groups is enabled; false if an end-user can only drag tiles within the same group. - - - - - - - Gets or sets whether glyphs in tiles should be painted using the tile foreground colors. - - - - true, if glyphs in tiles should be painted using the tile foreground colors; otherwise, false. - - - - - - - - Gets or sets whether s within the current TileControl are highlighted during s drag-and-drop. - - - - true if s within the current TileControl are highlighted during s drag-and-drop; otherwise, false. - - - - - - - - Gets or sets if HTML text formatting is enabled for all tile items within the current TileControl. - - - A enumerator value that indicates if HTML text formatting is enabled for all tile items within the current TileControl. The DefaultBoolean.Default value acts the same as the DefaultBoolean.True value. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets if the item hover feature is enabled. - - - - true, if items hover feature is enabled; otherwise, false. - - - - - - - Gets or sets if s within the current TileControl can be selected. - - - true if s within the current TileControl can be selected; otherwise, false. - - - - - - - Gets or sets whether or not a selection border should be drawn around the currently selected tile. - - - true, if a selection border should be drawn around the currently selected tile; otherwise, false. - - - - - - - Gets or sets whether or not smooth pixel scrolling is enabled for this TileControl. - - - true, if pixel scrolling is enabled; otherwise, false. - - - - - - - Gets or sets whether this TileControl should play initial animation the first time it is displayed. - - - - true, if this TileControl should play initial animation the first time it is displayed; otherwise, false. - - - - - - - - Gets or sets an object that specifies appearance settings used to highlight s within the current TileControl. - - - A GroupHighlightingProperties object that contains appearance settings used to highlight s within the current TileControl. - - - - - - - Provides access to appearance settings used to customize s' captions. - - - An AppearanceObject that contains appearance settings used to customize s' captions. - - - - - - - Provides access to appearance settings applied to all tile items within the current TileControl. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings used to paint the current TileControl caption. - - - An AppearanceObject that contains appearance settings used to paint the current TileControl caption. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the background image for this TileControl. - - - An Image displayed as the TileControl's background. - - - - - - - Locks the TileControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets the style of the current TileControl's border. - - - A enumerator value that specifies the style applied to the tile control's border. - - - - - - - Returns information on the tile control elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the 's top-left corner. - - - A object which contains information about the grid elements located at the test point. - - - - - - - Gets or sets the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented TileControl. - - - - An Int32 value that is the maximum number of medium-sized tiles that can be placed simultaneously in a single row within a vertically oriented TileControl. - - - - - - - - Fires when a context button is clicked. - - - - - - - - Allows you to customize the context buttons for individual tiles. - - - - - - - - - Provides access to the settings applied to the context buttons displayed in the tiles, and panels containing these buttons. - - - A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the tiles, and panels containing these buttons. - - - - - - - Provides access to the collection of context buttons displayed in the tiles. - - - A ContextItemCollection object that represents the collection of context buttons displayed in the tiles. - - - - - - - Allows you to dynamically customize item tooltips. - - - - - - - - Returns the default tile padding. - - - The 12, 8, 12, 8 padding structure. - - - - - - - Gets or sets the horizontal and vertical distance in pixels that an end-user must drag a before the drag operation starts. - - - - A Size structure that specifies the horizontal and vertical distance in pixels that an end-user must drag a before the drag operation starts. - - - - - - - - Gets or sets whether the event is raised. - - - true, if the event is raised; otherwise, false. - - - - - - - Fires after the dragged tile item is released. - - - - - - - - Unlocks the TileControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets font options for all s within the current TileControl. -This property is now obsolete. Use the property instead. - - - A Font object that specifies font options for all tiles within the current TileControl. - - - - - - - Gets or sets a color used to paint a s' text content. This property is now obsolete. Use the property instead. - - - - A Color object used to paint a s' text content. - - - - - - - - Gets all currently checked tiles that belong to this TileControl. - - - A List structure that contains all currently checked tiles that belong to this TileControl. - - - - - - - Returns the exact size of the target in pixels. - - - - A whose size is to be obtained. - - - A Size structure that is the size of the target tile. - - - - - - - Returns the exact size of the target tile style in pixels. - - - - A enumerator value whose exact size is to be obtained. - - - A Size structure that is the size of the target tile style. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns a group with the specified name (). - - - - A string that specifies the name of the group to be located. - - - A with the specified name. null if no matching group is found. - - - - - - - Returns a group with the specified caption (). - - - - A string that specifies the caption of the group to be located. - - - A with the specified caption. null if no matching group is found. - - - - - - - Provides access to a collection of s used by the current TileControl. - - - A TileGroupCollection object that stores s used by the current TileControl. - - - - - - - Gets the object that controls drag-and-drop and mouse operations on the TileControl. - - - A TileControlHandler object that controls drag-and-drop and mouse operations on the TileControl. - - - - - - - Gets or sets the horizontal alignment of TileControl's groups. - - - A enumerator value that specifies the horizontal alignment of TileControl's groups. - - - - - - - Gets or sets a collection of images to be displayed in s. - - - An Object that stores a collection of s glyphs. - - - - - - - Gets or sets a space that visually detaches neighboring s. - - - An Int32 value specifying a space that visually detaches neighboring s. - - - - - - - Gets or sets a space that visually detaches neighboring s. - - - An Int32 value specifying a space that visually detaches neighboring s. - - - - - - - Gets if the TileControl animation is currently paused. - - - true if the TileControl animation is currently paused; otherwise, false. - - - - - - - Gets if the current tile control is locked by the method call. - - - true if the current tile control is locked by the method call; otherwise, false. - - - - - - - Gets a value indicating whether the TileControl's elements are aligned to support locales using right-to-left fonts. - - - true, if the TileControl's elements are aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Provides access to appearance settings applied to all tile items when they are in their normal state. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings applied to all tile items when they are hovered over. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Provides access to appearance settings applied to all tile items when they are selected. This property is obsolete. Use the property instead. - - - An that contains corresponding appearance settings. - - - - - - - Gets or sets the background image position for all s within the current TileControl. - - - A enumerator value that specifies the background image position for all s within the current TileControl. - - - - - - - Gets or sets the background images stretch mode common to s within the current TileControl. - - - A TileItemImageScaleMode enumerator value that specifies the background images stretch mode for all s within the current TileControl. - - - - - - - Gets or sets whether borders of all tile items are visible. - - - A value that specifies whether tile item borders are visible. - - - - - - - - Fires when a 's check state is changed. - - - - - - - - Gets or sets the way s within the current TileControl can be checked by an end-user. - - - A enumerator value specifying the way s within the current TileControl can be checked by an end-user. - - - - - - - Fires when an end-user clicks a within the TileControl. - - - - - - - - Gets or sets the frame animation effect applied to all within the current TileControl. - - - A TileItemContentAnimationType enumerator value specifying the frame animation effect applied to all within the current TileControl. - - - - - - - Occurs when an end-user double-clicks a within the current TileControl. - - - - - - - - Occurs after a tile that was dragged at runtime lands on its final position. - - - - - - - - - Gets or sets the way s' glyphs are aligned within parent items. - - - A TileItemContentAlignment enumerator value that specifies the way s' glyphs are aligned within parent items. - - - - - - - Gets or sets the way s' glyphs are stretched within parent items. - - - A TileItemImageScaleMode enumerator value that specifies the way s' glyphs are stretched within parent items. - - - - - - - Gets or sets the common padding for all s within the current TileControl. - - - A System.Windows.Forms.Padding structure that specifies the common padding for all s within the current TileControl. - - - - - - - Fires when an end-user presses a within the current TileControl. - - - - - - - - Gets or sets the dimension of a medium . - - - - The dimension of a medium , in pixels. - - - - - - - - Gets or sets common settings for all s within the current TileControl terms to display their text content. - - - - A TileItemContentShowMode enumerator value that indicates how TileControls' text content is displayed. - - - - - - - Gets or sets whether this TileControl operates in regular or adaptive layout mode. - - - A TileControlLayoutMode enumerator value that specifies whether this TileControl operates in regular or adaptive layout mode. - - - - - - - Provides access to the TileControl's look and feel settings. - - - A object that specifies look and feel settings for the current TileControl. - - - - - - - Gets or sets the maximum s ID. - - - An Int32 value that is the maximum s ID. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Updates the Tile Control. - - - - - - - - Provides access to settings that are in use when this TileControl is in Adaptive Layout Mode. - - - A object that stores settings that are in use when this TileControl is in Adaptive Layout Mode. - - - - - - - Provides access to advanced layout TileControl settings. - - - A object that stores advanced layout TileControl settings. - - - - - - - Gets or sets the tile arrangement algorithm. - - - The value specifying the tile arrangement algorithm. - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Gets or sets the current TileControl's offset in pixels. - - - An Integer value specifying the current TileControl's offset in pixels. - - - - - - - Loads the TileControl layout stored in the specific registry key. - - - - A String value specifying the registry key which contains the layout to be loaded. If the specified key doesn't exist, an exception is raised. - - - - - - - - Loads the TileControl layout stored in the specific stream. - - - - A Stream object which contains the layout to be loaded. If the specified stream doesn't exist, an exception is raised. - - - - - - - - Loads the TileControl layout stored in the specific XML file. - - - - A String value specifying the path to the XML file which contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. - - - - - - - - Resumes all animation effects. - - - - - - - - - Fires after any within the current TileControl was clicked with the right mouse button. - - - - - - - - Gets or sets the maximum number of items rows within the current TileControl. - - - An Integer value specifying the maximum number of items rows within the current TileControl. - - - - - - - Saves the current TileControl layout to a registry. - - - - A String value specifying the registry key in which the layout should be stored. If an empty string is specified, an exception is raised. - - - true if saving was successful; otherwise, false. - - - - - - - Saves the current TileControl layout to a stream. - - - - A Stream object in which the layout should be stored. - - - - - - - - Saves the current TileControl layout to an XML file. - - - - A String value specifying the path to the file in which the layout should be stored. If an empty string is specified, an exception is raised. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the time required to show/hide a TileControl's scroll buttons when they are hovered over/not hovered with the mouse. - - - - An Int32 value, specifying the tile control scroll buttons' fade time (in milliseconds). - - - - - - - Gets or sets which visual elements will be used when a TileControl's workspace is being scrolled. - - - A enumerator value specifying the scrolling elements used. - - - - - - - - Gets or sets the currently selected within a TileControl. - - - A TileItem object that is currently selected within a TileControl. - - - - - - - Fires when a tile item selection occurs for the first time or item selection jumps from one to another. - - - - - - - - Gets or sets the s' borders color when navigating through tiles using keyboard arrows at runtime. - - - A Color object used to paint s' borders when navigating through tiles using keyboard arrows at runtime. - - - - - - - Gets or sets whether captions are displayed for the current TileControl. - - - true if captions are displayed for the current TileControl; otherwise, false. - - - - - - - Gets or sets whether the current TileControl's caption is displayed. - - - true if the current TileControl's caption is displayed; otherwise, false. - - - - - - - Gets or sets whether tooltips are shown for tiles. - - - true, if tooltips are shown; otherwise, false. - - - - - - - Fires after an end-user starts dragging a tile item. - - - - - - - - - Pauses all s animation effects until resumed. - - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of tooltips displayed by tiles of the TileControl. - - - A object which controls the appearance and behavior of tooltips displayed by tiles of the TileControl. - - - - - - - Gets or sets whether the DirectX Hardware Acceleration is enabled for the Tile Control. - - - A enumeration value that specifies whether or not this TileControl should employ DirectX Hardware Acceleration. -The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets the vertical alignment of TileControl's groups. - - - A enumerator value that specifies the vertical alignment of TileControl's groups. - - - - - - - Returns detailed info about this TileControl. - - - A TileControlViewInfo object that contains detailed info about this TileControl. - - - - - - - - Provides members that indicate which tab headers should display their Pin Buttons. - - - - - - - A Default value. Acts identically to the value. - - - - - - - - Only an active tab page header should display a Pin Button. - - - - - - - - - Only active and hovered tab headers should display a pin button. - - - - - - - - All existing tab headers should display a pin button. - - - - - - - - - Enumerates value ranges relative to a certain value. - - - - - - - The lowest values. - - - - - - - - The highest values. - - - - - - - - - Lists values specifying the position of the tabs in a tab container. - - - - - - - The tabs are located across the bottom of the tab container. - - - - - - - - - - The tabs are located along the left side of the tab container. - - - - - - - - - - The tabs are located along the right side of the tab container. - - - - - - - - - - The tabs are located across the top of the tab container. - - - - - - - - - - - Identifies values as unique or duplicate. - - - - - - - - Duplicate column values. - - - - - - - - Unique column values. - - - - - - - - - Contains values that specify whether and how a dropdown arrow is displayed within the control. - - - - - - - Identical to the option. - - - - - - - - - The dropdown arrow is hidden. - - - -A dropdown control is invoked on clicking the button unless the is set to false. - - - - - - - - The dropdown arrow is merged into the button. - - - -A dropdown control is invoked on clicking the button unless the is set to false. - - - - - - - - The dropdown arrow is displayed as a separate button. - - - -A dropdown control is invoked on clicking the dropdown arrow button unless the is set to false. - - - - - - - - - Enumerates how cutoff/minimum/maximum values are regarded and whether they are calculated automatically. - - - - - - - A cuttoff/minimum/maximum value is calculated automatically. - - -When setting the and properties, Automatic is equivalent to Number. - - - -When setting the and properties, the maximum and minimum range values are calculated automatically, according to the option. - - - -When setting the property, a midpoint value is automatically set to 50%. - - - - - - - - - - - A numeric value. - - - - - - - - A percentage value. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method for handling the event of a check list box control. - - - - The event source. This represents the check list box control. - - - - An object containing event data. - - - - - - - - - Provides data for the event of check list box controls. - - - - - - - Initializes a new instance of the class. - - - - The position of the item whose state is about to be changed in the check list box item collection. - - - - A value representing the new checked value for the item. - - - - A value representing the old checked value for the item. - - - - - - - - Gets the index of the item whose checked state is about to be changed. - - - The position of the item in the collection. - - - - - - - Gets or sets a new checked state for the item. - - - A value representing the new checked state for the item. - - - - - - - Gets the item's previous checked state. - - - A value representing the previous checked state of the item. - - - - - - - - Represents a method that will hande the event. - - - - - - - Represents a method for handling the event of a check list box control. - - - - The event source. This represents the check list box control. - - - - An object containing event data. - - - - - - - - - Provides data for the event of check list box controls. - - - - - - - Initializes a new instance of the class. - - - - The position of the item in the check list box item collection, whose state has changed. This value is assigned to the property. - - - - A value representing the new state for the item. This value is assigned to the property. - - - - - - - - Gets the index of the item whose state was changed. - - - An integer value specifying the item's position in the item collection. - - - - - - - Gets the state of the item. - - - A value representing the checked state of the item. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method for handling the event of the control descendants. - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A value specifying how an editor's dropdown window is closed. This value is assigned to the property. - - - - - - - - Gets a value that specifies why the popup editor's dropdown window was closed. - - - A value specifying the reason the dropdown window was closed. - - - - - - - - Contains values specifying how a dropdown editor's popup window was closed. - - - - - - - Specifies that the dropdown window was closed because an end-user clicked the editor's dropdown button. - - - - - - - - Specifies that the dropdown window was closed because an end-user pressed the ESC key or clicked the close button (available for , and controls). - - - - - - - - Specifies that the dropdown window was closed because an end-user pressed a shortcut used to close the dropdown (the ALT+DOWN ARROW or ). - - - - - - - - Specifies that the dropdown window was closed because an end-user clicked outside the editor. - - - - - - - - Specifies that the dropdown window was closed because an end-user selected an option from the editor's dropdown. - - - - - - - - - Represents a method that will hande the event. - - - - - - - Represents a method for handling the event of data navigators. - - - - The event source. This represents the data navigator control. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A string value specifying the error description. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - The button whose press fired the exception. - - - - - - - - Initializes a new instance of the class. - - - - A string value specifying the error description. This value is assigned to the property. - - - - A string value specifying the error message box caption. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. - - - - The button whose press fired the exception. - - - - - - - - Gets the navigator's button which caused the exception when it was pressed. - - - The button which raised the exception. - - - - - - - - Enumerates comparison operators used to set the property. - - - - - - - The Greater Than operator. - - - - - - - - The Greater Than or Equal To operator. - - - - - - - - - Displays a bar code. - - - - - - - Initializes a new instance of the BarCodeControl class. - - - - - - - - Gets or sets a value that specifies whether the property value should be calculated automatically based upon the bar code's size. - - - - true if the bar code's module is calculated automatically; otherwise, false. - - - - - - - Gets or sets the byte array to be coded into the PDF417 or ECC200 bar code. - - - An array of System.Byte values to be coded using the bar code's symbology. - - - - - - - Saves the bar code as an image to a stream with the specified image format and resolution. - - - - The where the image will be saved. - - - - A object specifying the format, such as PNG, BMP, GIF, of the saved image. - - - - An integer value specifying the horizontal and vertical resolution, in dots per inch, of the saved image - - - - - - - - Creates an image of the bar code with the specified image format and resolution. - - - - A object specifying the image format, such as PNG, BMP, or GIF, in which the bar code should be returned. - - - - An integer value specifying the horizontal and vertical resolution, in dots per inch, for the image to return. - - - A object specifying the currently displayed bar code as an image. - - - - - - - Creates an image of the bar code with the specified image format and a resolution of 96 DPI. - - - - A object specifying the image format, such as PNG, BMP, or GIF, in which the bar code should be returned. - - - A object specifying the currently displayed bar code as an image. - - - - - - - Creates an image of the bar code in the PNG format with a resolution of 96 DPI. - - - A object, specifying the currently displayed bar code as an image. - - - - - - - Gets or sets the bar code's horizontal alignment. - - - A enumeration value that specifies the bar code's horizontal alignment. - - - - - - - Gets or sets the text's horizontal alignment. - - - - A enumeration value that specifies the text's horizontal alignment. - - - - - - - Gets or sets the width of the narrowest bar or space, in pixels. - - - The width of the narrowest bar or space, in pixels. - - - - - - - Gets or sets the bar code's orientation. - - - A enumeration value that specifies the bar code's orientation. - - - - - - - Gets or sets whether or not the control's Text is displayed along with the bar code. - - - true, if the text is displayed; otherwise, false. - - - - - - - Gets or sets the symbology (code type) for the bar code and the text. - - - - A class descendant that defines the symbology for the current BarCodeControl control. - - - - - - - Indicates whether or not the bar code is correctly rendered. - - - A enumeration value, identifying the error ( if the bar code validation succeeds). - - - - - - - Gets or sets the bar code's vertical alignment. - - - A enumeration value that specifies the bar code's vertical alignment. - - - - - - - Gets or sets the text's vertical alignment. - - - - A enumeration value that specifies the text's vertical alignment. - - - - - - - - The base class for objects that can be embedded into the . - - - - - - - Initializes a new instance of the RangeControlClientBase class. - - - - - - - - Gets or sets the format string used to format flag values. - - - The format string used to format flag values. - - - - - - - Gets or sets the string used to format ruler values. - - - A string used to format ruler values. - - - - - - - Gets or sets the parent for the current RangeControlClientBase object. - - - The parent object. - - - - - - - - The base class for editors that support two or three check states. - - - - - - - Initializes a new instance of the BaseCheckEdit class. - - - - - - - - Gets or sets whether the editor's width is changed to display the editor's content in its entirety. This property is in effect when the editor resides within a . - - - - true, if auto-size mode is enabled; otherwise, false. - - - - - - - Gets or sets the style used to draw the check editor's border. - - - A enumeration value identifying the style used to draw the check editor's border. - - - - - - - Calculates the minimum size the control needs to be to contain its contents. - - - A System.Drawing.Size object representing the minimum size of the control that will best fit its content. - - - - - - - Gets the editor's class name. - - - - A System.String object identifying the class name of the current editor. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Retrieves the size of a rectangular area into which the control will fit. - - - - - The custom-sized area for the control. - - - A System.Drawing.Size value. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets the size of a rectangular area into which the control can fit. - - - A System.Drawing.Size structure specifying the control's minimum size. - - - - - - - Gets an object containing properties, methods and events specific to a check editor. - - - A object instance containing settings for the control. - - - - - - - Gets or sets the text label associated with a check editor. - - - - A System.String value representing the text label associated with a check editor. - - - - - - - Changes the state of a check editor. - - - - - - - - - Contains data for the event. - - - - - - - Initializes a new instance of the ColorPickEditTooltipShowingEventArgs class with the specified settings. - - - - A Color value used to initialize the property. - - - - A string value used to initialize the property. - - - - A string value used to initialize the property. - - - - A value used to initialize the property. - - - - - - - - Gets the color for which a tooltip will be displayed. - - - The Color value for which a tooltip will be displayed. - - - - - - - Gets or sets the content for the current tooltip. - - - A string that is the content for the current tooltip. - - - - - - - Gets the display format of the current color's value displayed in the tooltip. - - - A value that is the display format of the current color's value. - - - - - - - Gets or sets the title for the current tooltip. - - - A string that is the tooltip's title. - - - - - - - - Contains settings affecting the appearance of the "Select Color" dialog. - - - - - - - Initializes a new instance of the ColorDialogOptions class. - - - - - - - - Gets or sets whether the "Select Color" dialog contains controls allowing an end-user to set a transparency level for selected colors. - - - true if an end-user can select translucent colors via the "Select Color" dialog via dedicated controls; otherwise, false. - - - - - - - Copies settings from the object passed as the parameter. - - - - A ColorDialogOptions object whose settings are copied to the current object. - - - - - - - - Gets or sets the icon applied to the "Select Color" dialog. - - - An Icon object displayed in the "Select Color" dialog. - - - - - - - Resets all ColorDialogOptions settings to their default values. - - - - - - - - Gets or sets whether the "Select Color" dialog contains titled arrows along the sides of color boxes. - - - A ShowArrows value that specifies whether the "Select Color" dialog contains titled arrows along the sides of color boxes. - - - - - - - Gets or sets whether the "Make Web-Safe" button is available within the "Select Color" dialog. - - - true if the "Make Web-Safe" button is available within the "Select Color" dialog; otherwise, false. - - - - - - - Gets or sets whether the "Select Color" dialog contains a preview box demonstrating the current color. - - - true if the "Select Color" dialog contains a preview box; otherwise, false. - - - - - - - Gets or sets which tabs are displayed within the "Select Color" dialog. - - - A ShowTabs value that specifies which tabs are displayed within the "Select Color" dialog. - - - - - - - - The base class for the control. - - - - - - - Initializes a new instance of the ColorPickEditBase class. - - - - - - - - Fires after the "Select Color" dialog has been closed. - - - - - - - - Fires when the "Select Color" dialog is about to be displayed. - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Provides access to the editor's settings. - - - A object that holds the control's settings. - - - - - - - Allows you to customize tooltips displayed when hovering over colors in the Custom and Web-Safe palettes. - - - - - - - - - Represents a collection of items within a radio group editor. - - - - - - - Initializes a new instance of the class. - - - - - - - - Adds a new item to the current radio group collection. - - - - The object representing the new item in the collection. - - - - - - - - Adds items to the collection that represent elements of the specified enumeration. - - - - A System.Type object that is an enumeration whose elements are to be added to the RadioGroup control. - - - - - - - - - Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions. - - - - - A System.Type object that is an enumeration whose elements should be added to the current collection. - - - - A method that converts enumeration values to string values. The returned string representation for each enumeration value is assigned to the property of the corresponding added to the current collection. - - - - - - - - Adds items that represent elements of the specified enumeration to the current collection. - - - - - - - - Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions. - - - - A method that converts enumeration values to string values. The returned string representation for each enumeration value is assigned to the property of the corresponding added to the current collection. - - - - - - - - Adds an array of items to the collection. - - - - An array of objects representing items for the radio group editor. - - - - - - - - Copies properties of the source repository item to the current object. - - - - A object whose settings are assigned to the current object. - - - - - - - - Locks the RadioGroupItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Occurs when changing the item collection. - - - - - - - - Unlocks the RadioGroupItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets a radio group item by its value. - - - - The value to search. - - - The object with the value specified. - - - - - - - Gets the index of a radio group item by its value. - - - - The value to search. - - - The integer value that specifies the item's index. - - - - - - - Gets the zero-based index of the specified object in the item collection. - - - - The item to locate in the collection. - - - The zero-based index of the specified item in the current collection, if found; otherwise, -1. - - - - - - - Inserts a new element at the specified position within the collection. - - - - The position at which the item should be inserted. - - - - The to insert. - - - - - - - - Gets or sets an item at the specified position. - - - - The zero-based index of the item to return. - - - The item at the specified position. - - - - - - - Removes the specified item from the collection. - - - - The to remove from the collection. - - - - - - - - - Represents a single item in the collection. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class and sets its and to the specified parameters. - - - - An object to initialize the property. - - - - An object to initialize the property. - - - - - - - - Initializes a new instance of the RadioGroupItem class with the specified settings. - - - - A value identifying the item. This value is assigned to the property. - - - - A value that specifies the item's display text. This value is assigned to the property. - - - - A Boolean value that specifies whether the item is enabled. This value is assigned to the property. - - - - - - - - Initializes a new instance of the RadioGroupItem class with the specified settings. - - - - A value identifying the item. This value is assigned to the property. - - - - A value that specifies the item's display text. This value is assigned to the property. - - - - A Boolean value that specifies whether the item is enabled. This value is assigned to the property. - - - - An Object that contains custom data. This value is assigned to the property. - - - - - - - - Occurs when any item property is changed. - - - - - - - - Returns a copy of the current object. - - - - A representing a clone of the current object. - - - - - - - Gets or sets the item's caption. - - - The string identifying the item's caption. - - - - - - - Gets or sets whether the item is enabled. - - - A Boolean value that specifies whether the item is enabled; otherwise, false. - - - - - - - Gets or sets an object that contains custom data for the current RadioGroupItem object. - - - An Object that contains custom data for the current RadioGroupItem. - - - - - - - Returns the text representation of the item. - - - The string representing the current item. - - - - - - - Gets or sets the value associated with the current item. - - - An object representing the value associated with the current item. - - - - - - - - Represents a repository item which stores settings specific to controls. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration. - - - - A Type of enumeration, whose values should be used to generate RepositoryItemRadioGroup items. - - - - - - - - Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration and replaces default item descriptions. - - - - A Type of enumeration, whose values should be used to generate RepositoryItemRadioGroup items. - - - - A Delegate that encapsulates a method which replaces generated items' captions. - - - - - - - - Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration and replaces default item descriptions. - - - - A Delegate that encapsulates a method which replaces generated items' captions. - - - - - - - - Populates this RepositoryItemRadioGroup with items generated from values of the specific enumeration. - - - - - - - - Gets or sets whether the and EditValue properties can be out of sync when handling the EditValueChanged event. - - - true if the and EditValue properties can be out of sync when handling the EditValueChanged event; otherwise, false. - - - - - - - Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. - - - true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. - - - - - - - Copies properties of the source repository item to the current object. - - - - A object whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content. - - - true if the editor's height is calculated automatically to fit the editor's content; otherwise, false. - - - - - - - Gets or sets the indent between the columns of items. This property is in effect if is set to Column (as well as Default), and is set to Near. - - - An integer value that specifies the indent between the columns of items. - - - - - - - Gets or sets the number of columns displayed within the radio group editor. This property is in effect in Column layout mode (see ). - - - An integer value indicating the number of columns. - - - - - - - Gets the default alignment of the editor's contents when the editor operates as an inplace control. - - - The value. - - - - - - - Gets the owning editor's type name. - - - The 'RadioGroup' string always. - - - - - - - Gets or sets whether the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected. - - - - true if the focus rectangle is painted around the radio group when the radio group is focused and no radio item is selected; otherwise, false. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets the horizontal alignment of a radio box glyph within a radio group editor. - - - A enumeration value specifying the radio box's horizontal alignment. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or set whether items are aligned at the near edge of the control or justified. - - - A enumeration value that specifies whether items are aligned at the near edge of the control or justified. - - - - - - - Gets the collection of items displayed by the current radio group editor. - - - The object representing the collection of items displayed by the editor. - - - - - - - Gets or sets how items are arranged. - - - A value that specifies how items are arranged. - - - - - - - Gets or set whether items are aligned at the top edge of the control or justified. - - - A enumeration value that specifies whether items are aligned at the top edge of the control or justified. - - - - - - - Gets the editor that owns the repository item. - - - A control that owns the repository item. - - - - - - - Gets an object providing properties specific to the radio group editor. - - - The object providing settings specific to the radio group editor. - - - - - - - Occurs on changing the index of the selected item in the radio group editor. - - - - - - - - - Combines multiple options (radio buttons) into a group that supports selecting one of several options. - - - - - - - Initializes a new control instance with default settings. - - - - - - - - Gets or sets whether the editor's width is changed to display the control's first item in its entirety. This property is in effect when the editor resides within a . - - - - true if auto-size mode is enabled; otherwise, false. - - - - - - - - Gets the current editor's type name. - - - The 'RadioGroup' string always. - - - - - - - Returns the bounding rectangle of the first item's text. - - - The bounds of the first item's text. - - - - - - - Gets the boundaries of the specified item. - - - - A zero-based integer value which specifies the item's index. - - - A structure which represents the specified item's boundaries. - - - - - - - Indicates whether a key should be processed by the editor or passed to its container control. - - - - A object specifying the key combination. - - - true if the key should be processed by the editor; otherwise, false - - - - - - - Gets an object providing properties specific to a radio group editor. - - - A object containing settings for the radio group editor. - - - - - - - Gets or sets the selected item's index. - - - The zero-based index of the edit value in the collection; otherwise, -1. - - - - - - - Occurs when changing the index of the selected value in the radio group editor. - - - - - - - - Gets or sets the text label associated with a radio group editor. - - - A value representing the text label associated with a radio group editor. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the descendant). - - - - A object containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A descendant which represents the button clicked. This value is assigned to the property. - - - - - - - - Gets the clicked button. - - - A descendant which represents the button clicked. - - - - - - - Gets or sets whether you have handled this event and no default action is required. - - - true to prohibit the button's default action; false to perform the button's default action after your event handler is executed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawDayNumberCellEventArgs class with the specified settings. - - - - A value to initialize the property. - - - - A value to initialize the property. - - - - A value to initialize the property. - - - - - - - - Gets or sets the skin element that is used to paint the background of the currently processed cell. - - - A SkinElementInfo object that specifies the skin element that is used to paint the background of the currently processed cell. - - - - - - - Gets the painted element's bounding rectangle. - - - A structure specifying the boundaries of the painted element. - - - - - - - Gets an object that specifies the storage for the most used pens, fonts and brushes. - - - A object. - - - - - - - Gets the bounds of the cell's content (text). - - - The bounds of the cell's content (text). - - - - - - - Gets the painted cell's value. - - - A object representing the painted day number's cell value. - - - - - - - Gets whether the painted cell is disabled. - - - true, if the painted cell is disabled; otherwise, false. - - - - - - - Gets an object used to paint. - - - A object used to paint. - - - - - - - Gets or sets a value specifying whether default painting is prohibited. - - - true if default painting is prohibited; otherwise false. - - - - - - - Gets whether the currently processed cell is under the mouse cursor. - - - true, if the processed day number cell is hovered over by the mouse cursor; otherwise, false. - - - - - - - Gets whether the painted cell corresponds to Saturday or Sunday. - - - true, if the painted cell corresponds to Saturday or Sunday; otherwise, false. - - - - - - - Gets whether the painted cell belongs to the previous or next month. - - - true, if the painted cells belongs to the previous or next month; otherwise, false. - - - - - - - Gets whether the cell is currently pressed. - - - true, if the cell is currently pressed; otherwise, false. - - - - - - - Gets whether the cell corresponds to a "special" date. - - - true, if the cell corresponds to a "special" date; otherwise, false. - - - - - - - Gets a value indicating whether the processed day number cell is selected. - - - true if the processed cell is selected; otherwise, false. - - - - - - - Gets the current cell's state. - - - The Normal, Hot, Pressed, Disabled or Selected state, or a combination of these states. - - - - - - - Gets the painted date cell's appearance settings. - - - A object that provides the painted cell's appearance settings. - - - - - - - - Gets whether the painted cell corresponds to Today's date. - - - - true, if the cell corresponds to Today's date; otherwise, false. - - - - - - - - Gets or sets the current View of data in the dropdown window. - - - A DateEditCalendarViewType value that specifies the current View of data in the dropdown window. - - - - - - - Contains information used for painting the current cell. - - - An object that contains information used for painting the current cell. - - - - - - - - Provides centralized appearance and paint style management for editors and controls. - - - - - - - - Creates a new object. - - - - - - - - Initializes a new instance of the class with the specified container. - - - - The which contains the created style controller. - - - - - - - - Provides the appearance settings used to paint target controls and editors in the normal state. - - - The appearance settings used to paint the target controls and editors in the normal state. - - - - - - - Provides the appearance settings used to paint target editors when they are disabled. - - - The appearance settings used to paint target editors when they are in the disabled state. - - - - - - - Provides the appearance settings used to paint the popups of target dropdown editors. - - - The appearance settings used to paint the popups of target dropdown editors. - - - - - - - Provides the appearance settings used to paint the popup window's header panel for target and controls. - - - - The appearance settings used to paint the popup window's header panel for target DateEdit and LookUpEdit controls. - - - - - - - Provides the appearance settings used to paint a target editor when it is focused. - - - The appearance settings used to paint a target editor when it is focused. - - - - - - - Provides the appearance settings used to paint target editors when they are in the read-only state. - - - The appearance settings used to paint read-only editors. - - - - - - - Performs specific actions before control initialization. - - - - - - - - Locks the StyleController object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Gets or sets the bound controls' border style. - - - The enumerator. - - - - - - - Gets or sets the button style for target editors with embedded buttons. - - - The button style for editors with embedded buttons. - - - - - - - Performs specific actions after the control has been initialized. - - - - - - - - Unlocks the StyleController object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Allows you to customize the look and feel settings for target controls. - - - A object. - - - - - - - Gets or sets the popup border style of target dropdown editors. - - - The popup border style of target dropdown editors. - - - - - - - Fires immediately after any property value has been changed. - - - - - - - - - Represents buttons displayed in the ControlNavigator. - - - - - - - Creates a new object. - - - - An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. - - - - - - - - Gets the button used to append a new record. - - - A object representing the navigator's Append button. - - - - - - - Gets the button used to cancel editing the current record. - - - A object representing the navigator's CancelEdit button. - - - - - - - Gets the control which is bound to the ControlNavigator. - - - An object implementing the INavigatableControl interface which is navigated by the ControlNavigator. - - - - - - - Gets the button used to set the dataset to the edit state. - - - A object representing the navigator's Edit button. - - - - - - - Gets the button used to post the edited record to the associated data source. - - - A object representing the navigator's EndEdit button. - - - - - - - Gets the button used to set the current record to the first record in a data source. - - - A object representing the navigator's First button. - - - - - - - Gets the button used to set the current record to the last record in a data source. - - - A object representing the navigator's Last button. - - - - - - - Gets the button used to set the current record to the next record in a data source. - - - A object representing the navigator's Next button. - - - - - - - Gets the button used to increment the current record position in a data source by the number of visible records. - - - A object representing the navigator's NextPage button. - - - - - - - Gets the button used to set the current record as the data source's previous record. - - - A object representing the navigator's Prev button. - - - - - - - Gets the button used to decrement the current record position in a data source by the number of visible records. - - - A object representing the navigator's PrevPage button. - - - - - - - Gets the button used to delete the current record. - - - A object representing the navigator's Remove button. - - - - - - - - Represents the ControlNavigator's button collection. - - - - - - - Creates a new object. - - - - A object representing the buttons dispalyed within the ControlNavigator. - - - - - - - - - Provides a graphical interface for navigating data-aware controls that implement the INavigatableControl interface (this interface is implemented by all DevExpress data-aware container controls). - - - - - - - - Creates a new object with default settings. - - - - - - - - Provides access to the navigator's built-in and custom buttons. - - - A object which is the navigator's buttons. - - - - - - - - Gets or sets the control which is navigated by the ControlNavigator. - - - An object implementing the INavigatableControl interface which is navigated by the ControlNavigator. - - - - - - - Returns the text representation of the current object. - - - A string that specifies the text representation of the current ControlNavigator object. - - - - - - - - Represents a method that will handle events which fire as a result of an exception. - - - - - - - Represents the method for handling events which take an object as a parameter. - - - - The source of the event. - - - - A object that contains event data. - - - - - - - - - Represents the base class for arguments passed to exception handling events. - - - - - - - Creates a new object. - - - - A string value specifying the error description. This value is assigned to the property. - - - - A string value specifying the error message box caption. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. - - - - - - - - Creates a new object. - - - - A string value specifying the error description. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - - - - - Gets or sets the error description to be displayed in the message box/tooltip. - - - A string value specifying the text to display in the message box/tooltip. - - - - - - - Gets the exception that caused the event. - - - A object representing the exception that caused the event. - - - - - - - Gets or sets the type of response to supplying invalid values. - - - A enumeration value specifying the response type. - - - - - - - Gets or sets the caption of the error message box. - - - A string value specifying the caption of the error message box. - - - - - - - - Represents a method that will handle events which fire when an invalid value is entered within a container control. - - - - - - - Represents the method for handling events which take an object as a parameter. - - - - Event source. - - - - An object that contains event data. - - - - - - - - - Provides data for events that occur when assigning an invalid value to a container control cell. - - - - - - - Initializes a new instance of the class. - - - - A string to initialize the property. - - - - A object to initialize the property. - - - - An object to initialize the property. - - - - - - - - Creates a new object. - - - - A string value specifying the error's description. This value is assigned to the property. - - - - A string value specifying the error message box caption. This value is assigned to the property. - - - - A object representing the exception that raised the event. This value is assigned to the property. - - - - A enumeration value specifying the response to entering an invalid value. This value is assigned to the property. - - - - An object representing the invalid value. This value is assigned to the property. - - - - - - - - Gets an invalid value that caused the exception. - - - An object representing the invalid value. - - - - - - - - Represents a method that will handle a container control's ValidatingEditor event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The source of the event. - - - - A object that contains event data. - - - - - - - - - Provides data for events that allow you to validate cell values. - - - - - - - Creates a object. - - - - An object representing the validated editor's value. This value is assigned to the property. - - - - - - - - Gets or sets the error description. - - - A string value specifying the error description. - - - - - - - Gets or sets whether the value is valid. - - - true to indicate that the value is valid; otherwise false. - - - - - - - Gets or sets the value being validated. - - - An object representing the validated editor's value. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically an MRU edit control). - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new class instance. - - - - - A representing an item being added to an MRU editor. Initializes the Item property. - - - - - - - - Initializes a new instance of the AddingMRUItemEventArgs class with the specified settings. - - - - An item being added to the editor. - - - - A value that identifies the reason that caused the AddingMRUItem event. - - - - - - - - Gets the reason that caused the AddingMRUItem event. - - - A value. - - - - - - - - Specifies how an exception should be handled. - - - - - - - Displays a tooltip with an error description specified by the property. - - - - - - - - Discards new data and reverts to an old value. - -In standalone editors, because of the .NET binding mechanism, the Ignore value doesn't work correctly. In container controls, the Ignore value works as expected. - - - - - - - - - Suppresses displaying the message box/tooltip or throwing an exception. The value remains unchanged. - - - - - - - - Throws an exception specified by the property. - - - - - - - - - Provides members that specify the appearance settings used to paint items in the and in different visual states. - - - - - - - - Initializes a new instance of the TileItemAppearances class. - - - - An object that implements the interface and will own the created appearance object. - - - - - - - - Initializes a new instance of the TileItemAppearances class. - - - - - - - - Initializes a new instance of the TileItemAppearances class with the specified appearance settings. - - - - An whose settings will be copied to the created object. - - - - - - - - Initializes a new instance of the TileItemAppearances class with default settings. - - - - A object containing the default appearance settings. - - - - - - - - Applies a DevExpress.Utils.AppearanceDefault object for the desired visual state to the current tile or element. - - - - A DevExpress.Utils.AppearanceDefault object that should be applied for the desired visual state to the current tile or element. - - - - - - - - Applies appearance settings used by the specific tile or tile element for all visual states to the current tile or element. - - - - A object used by the specific tile or element that should be applied to the current tile or tile element. - - - - - - - - Applies appearance settings used by the specific tile or tile element for the desired visual state to the current tile or element. - - - - An used by the specific tile or element that should be applied to the current tile or tile element. - - - - - - - - Releases all resources used by a TileItemAppearances object of the specific . - - - - - - - - Specifies appearance settings used to paint a when it is hovered. - - - An object containing appearance settings used to paint a tile item when it is hovered. - - - - - - - Specifies appearance settings used to paint a in its regular visual state. - - - An object containing appearance settings used to paint a tile item in its regular visual state. - - - - - - - Specifies appearance settings used to paint a when an end-user clicks this item and does not release it. - - - An AppearanceObject that stores appearance settings applied to pressed TileItems. - - - - - - - Specifies appearance settings used to paint a when it is selected. - - - An object containing appearance settings used to paint a tile item when it is selected. - - - - - - - Returns the textual representation of the TileItemAppearances. - - - A value, which is the textual representation of the TileItemAppearances. - - - - - - - - Provides a collection to store s. - - - - - - - Initializes a new instance of the TileItemElementCollection class. - - - - An object that implements the INotifyElementPropertiesChanged interface and will own the created collection. - - - - - - - - Adds a specific to the current TileItemElementCollection. - - - - A TileItemElement object to be added to the current TileItemElementCollection. - - - An Int32 value that is the index of the added . Returns -1 if no element has been added. - - - - - - - Copies the specific element collection to the current TileItemElementCollection. - - - - A TileItemElementCollection that should be copied to the current TileItemElementCollection. - - - - - - - - Locks the TileItemElementCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the TileItemElementCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Determines whether this TileItemElementCollection contains the target element. - - - - A to be checked. - - - true, if this TileItemElementCollection contains the target element; otherwise, false. - - - - - - - Unlocks the TileItemElementCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets a position of the target within the current TileItemElementCollection. - - - - A TileItemElement whose index is to be obtained. - - - An Int32 value that is the position of the target within the current TileItemElementCollection. - - - - - - - Adds a specific to the current TileItemElementCollection and places it at the predefined position. - - - - An Int32 value that is the position inside the parent TileItemElementCollection a newly added will occupy. - - - - A TileItemElement object to be added to the current TileItemElementCollection. - - - - - - - - - - - - - - - - Gets if this TileItemElementCollection is currently locked by the method call. - - - true if a tile control is currently locked by the method call; otherwise, false. - - - - - - - Returns a child object that occupies the target within the current TileItemElementCollection. - - - - An Int32 value that is the position of the element to be obtained within the current TileItemElementCollection. - - - A TileItemElement object that occupies the target position within the current TileItemElementCollection. - - - - - - - Gets an object that implements the INotifyElementPropertiesChanged interface and owns the current TileItemElementCollection. - - - An INotifyElementPropertiesChanged object that owns the current tile elements collection. - - - - - - - Deletes a specific from the current TileItemElementCollection. - - - - A TileItemElement to be removed. - - - - - - - - - - - - - - - - Provides the base class for creating and using tile item elements. - - - - - - - Initializes a new instance of the TileItemElement class with default settings. - - - - - - - - Gets or sets the side of the anchor element at which this TileItemElement should appear. - - - An AnchorAlignment enumerator value that specifies the side of the anchor element at which this TileItemElement should appear. - - - - - - - Gets or sets an AnchorElement, relative to which this TileItemElement is aligned. - - - - An AnchorElement, relative to which this TileItemElement is aligned. - - - - - - - - Gets or sets the index of an AnchorElement within the same collection as the TargetElement. - - - An Int32 value that is the index of an AnchorElement to which this TargetElement is anchored. - - - - - - - - Gets or sets the distance between this TargetElement and the AnchorElement to which it is anchored. - - - - An Int32 value that is the distance between this TargetElement and the AnchorElement to which it is anchored. - - - - - - - Gets or sets the anchor offset for this TileItemElement. - - - A Point structure that is the anchor offset for this TileItemElement. - - - - - - - Gets or sets whether the current TileItemElement should be animated during the Tile Animation. - - - true if the current TileItemElement should be animated during the Tile Animation; otherwise, false. - - - - - - - Provides access to appearance settings used to paint the current TileItemElement's - - - A TileItemAppearances object that stores appearance settings used to paint the current TileItemElement's - - - - - - - Copies the content and content settings of the specific TileItemElement to the current one. - - - - A TileItemElement whose content and settings should be copied to the current element. - - - - - - - - Copies the specific content and content settings of the target TileItemElement to the current one. - - - - A TileItemElement whose content and settings should be copied to the current element. - - - - true if text content should be copied; otherwise, false. - - - - true if a glyph should be copied; otherwise, false. - - - - - - - - Returns a copy of this element. - - - A object that is this element's copy. - - - - - - - - Gets a tile element collection to which the current TileItemElement belongs. - - - A TileItemElementCollection that owns the current TileItemElement. - - - - - - - Gets or sets the index of a data source column that should be associated with this TileItemElement. - - - The zero-based index of the table column that the element should appear within. - - - - - - - Gets or sets this TileItemElement's height. - - - An Int32 value that is this TileItemElement's height. - - - - - - - Gets or sets a glyph for the current TileItemElement. - - - An Image object that is the current TileItemElement's glyph. - - - - - - - Gets or sets the glyph position for the current TileItemElement. - - - A TileItemContentAlignment enumerator value that specifies the glyph position for the current TileItemElement. - - - - - - - Gets or sets whether this TileItemElement should draw a border around its image. - - - A enumerator value that specifies whether this TileItemElement should draw a border around its image. - - - - - - - Gets or sets the color of a border drawn around this TileItemElement's image. - - - The Color of the border drawn around this TileItemElement's image. - - - - - - - - Gets or sets an index of the image used as the current TileItemElement's glyph. - - - An Int32 value indicating the index of the image used as the current TileItemElement's glyph. - - - - - - - Gets or sets the TileItemElement's graphic content's position. - - - A Point structure that is the glyph's position. - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the way a glyph is stretched within the current TileItemElement. - - - A enumerator value that specifies the way a glyph is stretched within the current TileItemElement. - - - - - - - Gets or sets the image size for this TileItemElement. - - - A Size structure that is the image size for this TileItemElement. - - - - - - - Gets or sets an TileItemElement's text position relative to the element's icon. - - - A TileControlImageToTextAlignment that specifies a tile item element's position relative to the item element's . - - - - - - - Gets or sets the distance between a tile item element's glyph and text when grouped. - - - - An Int32 value that specifies the distance between tile item's glyph and text when grouped. - - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current element. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current element. - - - - - - - Gets or sets the maximum width this TileItemElement's text can occupy. - - - An Int32 value that is the maximum width this TileItemElement's text can occupy. - - - - - - - Gets or sets the row alignment of the current element. - - - The zero-based index of the table row that the element should appear within. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether this TileItemElement should be stretched across the entire tile. - - - true, if this TileItemElement should be stretched across the entire tile; otherwise, false. - - - - - - - Gets or sets whether this TileItemElement should be vertically stretched across the entire tile. - - - true, if this TileItemElement should be vertically stretched across the entire tile; otherwise, false. - - - - - - - Gets or sets a text content for the current TileItemElement. - - - A String value that is the current TileItemElement's text content. - - - - - - - Gets or sets the alignment of the TileItemElement's text content. - - - A TileItemContentAlignment enumerator value specifying the alignment of the TileItemElement's text content. - - - - - - - Gets or sets the TileItemElement's text content's position. - - - A Point structure that is the text content's position. - - - - - - - Returns the text content of the current TileItemElement. - - - A String value that is the current TileItemElement's text content. - - - - - - - Gets or sets whether the current TileItemElement's image should be animated during the Tile Animation. - - - true if the current TileItemElement's image should be animated during the Tile Animation; otherwise, false. - - - - - - - Gets or sets whether the current TileItemElement's caption should be animated during the Tile Animation. - - - true if the current TileItemElement's caption should be animated during the Tile Animation; otherwise, false. - - - - - - - Gets or sets this TileItemElement's width. - - - An Int32 value that is this TileItemElement's width. - - - - - - - - The base class for style formats that allow cells to be customized using the property. - - - - - - - Initializes a new instance of a FormatConditionRuleAppearanceBase class. - - - - - - - - Allows you to explicitly set the appearance settings (background and foreground colors and font settings) for target cells. This property's settings take priority over the style specified by the property. - - - An object that specifies appearance settings applied to target cells. - - - - - - - - Gets or sets the name of a predefined or custom style applied to target cells. - - - A string that specifies the name of a predefined style. - - - - - - - - Serves as the base for components that provide visual elements at runtime, manage editor repositories providing inplace editors for their visual elements and support the common tooltip control mechanism. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Notifies the component that the initialization has started. - - - - - - - - - Occurs when a key is pressed within an in-place editor that belongs to the container component. - - - - - - - - Occurs when a character key is pressed within an in-place editor that belongs to the container component. - - - - - - - - Occurs when a pressed key is released within an in-place editor that belongs to the container component. - - - - - - - - Notifies the component that the initialization has been completed. - - - - - - - - - Gets or sets the external editors repository. - - - A component holding a collection of repository items that can be used to create inplace editors. - - - - - - - Returns the actual tooltip controller that controls the behavior and appearance of hints for a container component's elements. - - - A object providing tooltip functionality for the container component. - - - - - - - Gets whether the component is being initialized. - - - true if the component is being initialized; otherwise, false. - - - - - - - Provides access to the component's internal repository. - - - A object containing repository items whose settings can be used to create inplace editors. - - - - - - - Gets or sets the component that controls the behavior and appearance of hints displayed for the container component's visual elements. - - - A component specifying hint settings. - - - - - - - - Serves as the base for container controls that manage editor repositories providing inplace editors for their visual elements and support for a common tooltip control mechanism. - - - - - - - Initializes a new instance with default settings. - - - - - - - - Gets or sets the control's background color. - - - A structure that represents the control's background color. - - - - - - - Notifies the control that the initialization has started. - - - - - - - - - Occurs when a key is pressed within an in-place editor that belongs to the container control. - - - - - - - - Occurs when a character key is pressed within an in-place editor that belongs to the container control. - - - - - - - - Occurs when a pressed key is released within an in-place editor that belongs to the container control. - - - - - - - - Notifies the control that the initialization has been completed. - - - - - - - - - Gets or sets the external repository of in-place editors. - - - A component holding a collection of in-place editors (repository items). - - - - - - - - Gets or sets the control's foreground color. - - - A structure that represents the control's foreground color. - - - - - - - Returns the actual tooltip controller that controls the behavior and appearance of hints for the container editor. - - - - A object providing tooltip functionality for the container editor. - - - - - - - Gets whether the control is being initialized. - - - true if the control is being initialized; otherwise, false. - - - - - - - Gets or sets an object that controls the look and feel of the popup menus. - - - An object that controls the look and feel of the popup menus. - - - - - - - - Provides access to the control's internal repository of in-place editors. - - - A object containing repository items whose settings are used to create in-place editors. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the control's text. - - - A string which specifies the control's text. - - - - - - - Gets or sets the component that controls the behavior and appearance of hints displayed for a container control's visual elements. - - - A component specifying hint settings. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the TileItemDragEventArgs class with default settings. - - - - - - - - Gets or sets a tile item that fired an event which takes the TileItemDragEventArgs object as a parameter. - - - A object that fired an event which takes the TileItemDragEventArgs object as a parameter. - - - - - - - Gets the to which a being dragged is about to be placed. - - - - A TileGroup in which the current Tile is about to be placed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The control which fires the event. - - - - A object that contains event data - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - The value to initialize the property. - - - - - - - - Gets or sets the value entered by the end-user. - - - An object representing the value entered by the end-user. - - - - - - - Gets or sets a value specifying whether the lookup editor must locate the newly inserted record. - - - true if the editor must locate the newly inserted record; otherwise false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method for handling the event of a control. - - - - The event source. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - The value to initialize the property. - - - - - - - - Gets or sets the object representing the command to execute. - - - The object representing the command to execute. - - - - - - - Gets or sets whether default execution of the hyperlink command is required. - - - true if the event is handled and no default processing is required; false, if the editor should execute the command after performing your event handler. - - - - - - - - A collection of columns for a lookup editor. - - - - - - - Creates an instance of the class. - - - - - - - - Initializes a new instance of the LookUpColumnInfoCollection class with the specified owner. - - - - An owner of the created collection. - - - - - - - - Adds a new column to the current collection. - - - - A column to add to the collection. - - - The position into which the new element was inserted. - - - - - - - Adds an array of columns to the collection. - - - - An array of objects representing columns for the lookup editor. - - - - - - - - Copies columns from the source collection to the current one. - - - - The source collection whose columns are copied to the current collection. - - - - - - - - Occurs on changing the column collection - - - - - - - - Creates a new column for a lookup editor. - - - A object that has been created. - - - - - - - Determines whether the specified LookUpColumnInfoCollection is equal to the current LookUpColumnInfoCollection. - - - - The LookUpColumnInfoCollection to compare with the current LookUpColumnInfoCollection. - - - true, if the specified LookUpColumnInfoCollection is equal to the current LookUpColumnInfoCollection; otherwise, false. - - - - - - - Returns a visible lookup column at the specified visible index. - - - - An integer which specifies the zero-based visible index of the column which should be returned. - - - A object which represents the visible lookup column at the specified index. - - - - - - - Gets the zero-based index of the specified column in the item collection. - - - - The column to locate in the collection. - - - The zero-based index of the specified column in the current collection, if found; otherwise, -1. - - - - - - - Gets a column at the specified position. - - - - The zero-based index of the column to return. - - - A column at the specified position. - - - - - - - Gets a column by its field name. - - - - The field name of the column to return. - - - The first column encountered whose property matches the specified field name. - - - - - - - Removes the specified column from the collection. - - - - The column to remove from the collection. - - - - - - - - Gets the number of visible lookup columns. - - - An integer which represents the number of visible lookup columns. - - - - - - - Gets the zero-based index of the specified visible column. - - - - The column found. - - - The zero-based index of the specified visible column. - - - - - - - - A column for a lookup editor. - - - - - - - Creates an instance of the class and sets all its properties to specified values. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Creates an instance of the class and initializes its field name, caption and width. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Creates an instance of the class and initializes its field name, caption and width. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Creates an instance of the class and sets its field name and width to the specified values. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Creates an instance of the class and sets its field name to the specified value. - - - - The value to initialize the property. - - - - - - - - Creates an instance of the class and sets its properties to default values. - - - - - - - - Initializes a new instance of the LookUpColumnInfo class with the specified settings. - - - - A string representing the field name whose values are displayed in the column. This value is used to initialize the property. - - - - A string representing the column's caption. This value is used to initialize the property. - - - - An integer value specifying the width of the current column. This value is used to initialize the property. - - - - A value specifying the type of formatting applied when displaying column values. This value is used to initialize the property. - - - - A string specifying the pattern used to format column values. This value is used to initialize the property. - - - - A Boolean value specifying the visibility of the current column. This value is used to initialize the property. - - - - A value specifying the horizontal alignment of the column's values. This value is used to initialize the property. - - - - A value specifying the sort order for the column. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the LookUpColumnInfo class with the specified field name and caption. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Initializes a new instance of the LookUpColumnInfo class with the specified settings. - - - - A string representing the field name whose values are displayed in the column. This value is used to initialize the property. - - - - A string representing the column's caption. This value is used to initialize the property. - - - - An integer value specifying the width of the current column. This value is used to initialize the property. - - - - A value specifying the type of formatting applied when displaying column values. This value is used to initialize the property. - - - - A string specifying the pattern used to format column values. This value is used to initialize the property. - - - - A Boolean value specifying the visibility of the current column. This value is used to initialize the property. - - - - A value specifying the horizontal alignment of the column's values. This value is used to initialize the property. - - - - A value specifying the sort order for the column. This value is used to initialize the property. - - - - A value that specifies whether data sorting is enabled for the column. This value is used to initialize the property. - - - - - - - - Gets or sets the horizontal alignment of column values within the current column. - - - A value specifying the alignment of the column's contents. - - - - - - - Gets or sets whether the column supports data sorting. - - - A value that specifies whether data sorting is enabled for the current column. - - - - - - - Copies properties of the source column to the current instance. - - - - The source column whose properties must be copied. - - - - - - - - Gets or sets the column's caption. - - - The string representing the column's caption. - - - - - - - Gets or sets the field name whose values are displayed in the column. - - - The name of the field whose values are displayed in the column. - - - - - - - Specifies the pattern used to format column values when the is not set to . - - - The pattern used to format column values. - - - - - - - Gets or sets the type of formatting applied when displaying column values. - - - The value specifying the format type. - - - - - - - Returns the LookUpEdit control that owns the collection containing the current LookUpColumnInfo object. - - - The owner of the collection containing the current LookUpColumnInfo object. - - - - - - - Gets or sets the sort order applied to the current column. - - - A value specifying the column's sort order. - - - - - - - Returns the textual representation of the current LookUpColumnInfo object. - - - A string that specifies the textual representation of the current LookUpColumnInfo object. - - - - - - - Gets or sets the visibility of the current column. - - - true if the column is visible; otherwise, false. - - - - - - - Gets or sets the width of the current column. - - - The width of the current column. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The control which fires the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - The field to initialize the property. - - - - The value for the property. - - - - - - - - Gets the field for which you should provide the value for the specified record. - - - The field name for which to return the value. - - - - - - - Gets the zero-based index of the record for which a field value must be returned. - - - The zero-based index of the record for which a field value must be returned. - - - - - - - Gets or sets a field value. - - - A field value. - - - - - - - - Represents the CheckedListBoxControl's item collection. - - - - - - - Creates a new object. - - - - - - - - Initializes a new instance of the CheckedListBoxItemCollection class with the specified capacity. - - - - A value to initialize the collection's Capacity property. - - - - - - - - Creates a new item with the specified value and state and appends it to the collection. - - - - An object which represents the item's value. - - - - true if the item is checked; otherwise, false . - - - A zero-based integer value representing the new item's index. - - - - - - - Creates a new item with the specified value and check state and appends it to the collection. - - - - An object which represents the item's value. - - - - A enumeration member which specifies the item's state. - - - A zero-based integer value representing the new item's index. - - - - - - - Creates a new item with the specified settings and appends it to the collection. - - - - An object which represents the item's value. - - - - A enumeration member which specifies the item's state. - - - - true if the item is enabled; otherwise, false. - - - A zero-based integer value representing the new item's index. - - - - - - - Adds a new item with the specified value to the collection. - - - - An object that represents the item's value. - - - A zero-based integer value that specifies the new item's index. - - - - - - - Adds a new item with the specified settings to the collection. - - - - An object that represents the item's value. This value is used to initialize the property. - - - - A string representing the item's display text. This value is used to initialize the property. - - - - A enumeration member which specifies the item's state. This value is used to initialize the property. - - - - A Boolean value that specifies whether the created item must be enabled. This value is used to initialize the property. - - - A zero-based integer value that specifies the new item's index. - - - - - - - Adds a new item with the specified value and description to the collection. - - - - An object that represents the item's value. This value is used to initialize the property. - - - - A string representing the item's display text. This value is used to initialize the property. - - - A zero-based integer value that specifies the new item's index. - - - - - - - Creates a new item with the specified value and state and appends it to the collection. - - - - An object which represents the item's value. - - - - A Nullable Boolean value that represents the item's check state. - - - A zero-based integer value representing the new item's index. - - - - - - - Adds an array of items to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Returns whether the specified item belongs to the current collection. - - - - The item to locate in the collection. - - - true if the specified item belongs to the collection; otherwise false. - - - - - - - Returns a list of checked items' values. - - - A list of checked items. - - - - - - - Returns the zero-based index of the specified in the collection, or, if the specified value is not a object, returns the index of the item that contains this value in its CheckedListBoxItem.Value property. - - - - A object whose index in the collection needs to be returned. Or, a value (CheckedListBoxItem.Value) of the item whose index needs to be returned. - - - A zero-based index of the required item. - - - - - - - - Gets or sets an item at the specified position within the collection. - - - - An integer value representing the zero-based index of the required item. If the index is negative or exceeds the last available index, an exception is thrown. - - - An object representing the item at the specified position within the collection. - - - - - - - Returns an item that has the specified value. - - - - An object that represent's the value of the item to be retrieved. - - - A object whose value matches the specified object. - - - - - - - - Represents an item within the and controls. - - - - - - - Creates a new object and instantiates the property. - - - - An object representing the item's value. This value is assigned to the property. - - - - - - - - Creates a new object with default settings. - - - - - - - - Creates a new object and instantiates the and properties. - - - - An object representing the item's value. This value is assigned to the property. - - - - true if the item is checked; otherwise, false. This value is assigned to the property. - - - - - - - - Creates a new object and instantiates the and properties. - - - - An object representing the item's value. This value is assigned to the property. - - - - A enumeration member representing the item's state. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with custom settings. - - - - An object which represents the item's value. This value is assigned to the property. - - - - A enumeration member specifying the item's state. This value is assigned to the property. - - - - true if the item is enabled; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - A enumeration member representing the item's state. This value is assigned to the property. - - - - true to enable the item; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified value and description. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified value, description and check state. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - A enumeration member representing the item's state. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - A enumeration member representing the item's state. This value is assigned to the property. - - - - true if the item is enabled; otherwise, false. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - A enumeration member representing the item's state. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CheckedListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string representing the item's display text. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Gets or sets the item's state. - - - A enumeration member specifying the item's state. - - - - - - - Gets or sets the item's display text. - - - A string that specifies the item's display text. - - - - - - - Gets or set whether an end-user can change the item's state. - - - true if the item is enabled and an end-user can change its state; otherwise, false. - - - - - - - Converts a value of the Nullable Boolean type to the System.Windows.Forms.CheckState type. - - - - A Nullable Boolean value to be converted. - - - A value converted to the System.Windows.Forms.CheckState type. - - - - - - - Converts a check state to a Nullable<Boolean> value. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A CheckedState enumeration value to be converted. - - - A Nullable<Boolean> value. - - - - - - - Inverts the item's check state. - - - - - - - - Returns the text representation of the current item. - - - A string that specifies the text representation of the current CheckedListBoxItem object. - - - - - - - - Contains values specifying the formats of time editor values. - - - - - - - Hours are displayed within the time editor. - - - - - - - - - Hours and minutes are displayed within the time editor. - - - - - - - - - Hours, minutes and seconds are displayed within the time editor. - - - - - - - - - - Contains values specifying the manner in which the hour portion is displayed. - - - - - - - The hour format obtained from the operation system time settings. - - - - - - - - The hour portion varies from 00 to 12. A time suffix is displayed. - - - - - - - - - The hour portion varies from 00 to 24. - - - - - - - - - - Stores settings specific to a time editor. - - - - - - - - Creates a new object. - - - - - - - - Gets or sets the index of a button within the button collection which will open the editor's dropdown window. - - - An Int32 value specifying the index of a button within the button collection which will open the editor's dropdown window. The default is 0. - - - - - - - Gets or sets whether an editor's dropdown can be displayed when the editor is in the read-only state. - - - A value that specifies if an editor's dropdown can be displayed in the read-only state. -The default value is . - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Allows you to perform specific actions with respect to how the popup window was closed. - - - - - - - - Occurs when the editor's dropdown window starts closing. - - - - - - - - Gets or sets the key combination used to open and close the editor's dropdown window. - - - A object specifying the key combination used to open and close the editor's dropdown window. - - - - - - - - This property is not supported by the RepositoryItemTimeEdit class. - - - - - Always true. - - - - - - - Gets or sets the edit mask. - - - - A string which specifies a mask expression. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A string value representing the class name of a corresponding editor. - - - - - - - Notifies the editor that the initialization has been completed. - - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Gets or sets a value specifying the manner in which the hour is displayed. - - - A enumeration member specifying the hour format. - - - - - - - Occurs after the editor's popup window has been opened. - - - - - - - - Gets or sets the border style of the editor's dropdown window. - - - A enumeration value specifying the border style of the editor's dropdown window. - - - - - - - Gets or sets the minimum size of the editor's dropdown window. - - - A structure that specifies the dropdown window's minimum size. - - - - - - - This member is not supported by the RepositoryItemTimeEdit class. - - - - - - - - - - This member is not supported by the RepositoryItemTimeEdit class. - - - - - - - - - - Gets an object providing properties specific to a time edit control. - - - A object providing settings common to a time edit control. - - - - - - - Enables you to specify whether an attempt to close the editor's popup window will succeed. - - - - - - - - Enables you to specify whether an attempt to open the editor's popup window will succeed. - - - - - - - - Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. - - - A enumeration value. - - - - - - - Gets or sets whether the shadow is displayed for the editor's dropdown window. - - - true, to display the shadow for the editor's dropdown window; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the style in which text is displayed in the time editor's edit box. - - - A enumeration member specifying the editing style. - - - - - - - Gets or sets how end-users can modify the control's value. - - - A value that specifies how end-users can modify the time value. - - - - - - - Gets or sets a value specifying the format of the value displayed by a TimeEdit. - - - A enumeration member specifying the format of the time value. - - - - - - - Gets or sets the maxmum time value that can be specified using the touch-aware dropdown window. - - - A structure that specifies the maximum time value. - - - - - - - Gets or sets the step by which minutes increment in the touch-aware time-editing UI . The value of 60 must be multiple of TouchUIMinuteIncrement. - - - The number by which minutes increment in the touch-aware time-editing UI. - - - - - - - Gets or sets the minimum time value that can be specified using the touch-aware dropdown window. - - - A structure that specifies the minimum time value. - - - - - - - Gets or sets the step by which seconds increment in the touch-aware time-editing UI . The value of 60 must be multiple of TouchUISecondIncrement. - - - The number by which seconds increment in the touch-aware time-editing UI. - - - - - - - - Represents a class which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Occurs before an item is added to the MRU editor. - - - - - - - - Gets or sets whether close ('x') buttons are displayed within dropdown MRU items, allowing an end-user to delete items. - - - true if close ('x') buttons are displayed within dropdown MRU items; otherwise, false. - - - - - - - Copies the settings of a specific repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets or sets a value that specifies whether the auto completion feature is enabled. - - - true if the auto completion is enabled; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class. - - - - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Gets or sets a value that specifies whether the popup window is displayed immediately after an end-user has typed a character in the edit box. - - - - true, if the popup window is displayed immediately after an end-user has typed a character in the edit box; otherwise, false. - - - - - - - - Gets the collection of items displayed by the current MRU editor. - - - A MRUEditItemCollection object representing a collection of items displayed by the editor. - - - - - - - Loads the collection with data from the specified stream. - - - - A Stream object that contains items to be loaded. - - - - - - - - Loads items from the specified XML file to the collection. - - - - A string that specifies the full path to the XML file that stores items to be loaded. - - - - - - - - Gets or sets the maximum number of items displayed in the editor's dropdown list. - - - An integer value specifying the maximum number of items contained by the MRU editor. - - - - - - - Gets an object providing properties specific to a MRU edit control. - - - A object instance providing settings common to a MRU edit control. - - - - - - - Occurs before an item is removed from the MRU edit. - - - - - - - - Saves items from the collection to a stream. - - - - A stream to which data is saved. - - - - - - - - Saves items stored in the collection to the specified XML file, using the default encoding. - - - - A string that specifies the full path to the XML file to which data is saved. - - - - - - - - Saves items stored in the collection to the specified XML file, using the specified encoding. - - - - A string that specifies the full path to the XML file to which data is saved. - - - - An object that specifies the text encoding to use. - - - - - - - - Gets or sets a value specifying whether to invoke the event when pressing the ENTER key. - - - true if the event is fired when the ENTER key is pressed; otherwise, false - - - - - - - - Represents the class which provides settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Copies properties of the specified repository item. - - - - A object representing the source repository item. - - - - - - - - Gets or sets the manner in which the window for the process executed by the hyperlink editor should appear on-screen. - - - A value, specifying the manner in which the window for the process executed by the hyperlink editor should appear. - - - - - - - Gets or sets the caption string displayed in the edit box. - - - A string value specifying the hyperlink editor's caption. - - - - - - - The method overrides the base method to prevent it from creating a default button. - - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns the foreground color of the link's text. - - - A Color used to paint the link's text. - - - - - - - Gets or sets the alignment of the image displayed within the edit box. - - - A enumeration member which specifies the image's alignment. - - - - - - - - Gets or sets the image displayed within the edit box. - - - A object which represents the image displayed within the edit box. - - - - - - - Gets or sets the alignment of the image displayed within the edit box. - - - A enumeration member which specifies the image's alignment. - - - - - - - Gets or sets the foreground color of the editor's display text. - - - The color of the editor's display text. - - - - - - - Gets or sets whether the link text color is specified by parent appearance settings. - - - true, if the link text color is specified by parent appearance settings; otherwise, false. - - - - - - - Occurs before hyperlink execution. - - - - - - - - Gets or sets the image displayed within the edit box. - - - A object which represents the image displayed within the edit box. - - - - - - - Gets an object providing settings specific to the current control. - - - The object providing settings common to the current edit control. - - - - - - - Gets or sets the read-only status of the editor. - - - true if the end-user cannot modify the editor's contents; otherwise false. - - - - - - - Gets or sets whether hyperlink functionality is activated a single or double click. - - - true if the hyperlink functionality is activated by single clicking; otherwise, the user needs to double click the edit box in order to execute the hyperlink command. - - - - - - - Gets or sets a shortcut to activate the hyperlink. - - - The shortcut used to activate the hyperlink functionality. - - - - - - - Gets or sets whether a click/double-click on the empty space in the edit box invokes the hyperlink's functionality. - - - true if a click/double-click on the empty space invokes the hyperlink's functionality; otherwise, false. - - - - - - - Gets or sets the style in which text is displayed and edited in the editor. - - - The value determining the editing style. - - - - - - - - Contains settings specific to a lookup editor. - - - - - - - Creates and initializes a new instance of the class. - - - - - - - - Gets or sets whether a custom value (a value that is not present in the lookup data source) that is entered in the edit box is accepted by the editor (when the value is validated and editor loses focus). This property supports Combobox mode for the lookup editor. - - - A value that specifies if custom values are accepted by the editor. The DefaultBoolean.Default property value is equivalent to True. - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Gets the header panel's appearance settings. - - - A object which provides the appearance settings used to paint the column headers. - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Gets or sets the visible column index against which an incremental search is performed in - and - modes. - - - The zero-based visible column index against which an incremental search is performed. - - - - - - - Changes the widths of columns in the dropdown, to best fit their contents. - - - - The adjusted total width of the columns in the dropdown. - - - - - - - Specifies the maximum number or rows that are processed when invoking the "best-fit" functionality. - - - An integer value that specifies the maximum number of rows processed when invoking the "best-fit" functionality. - - - - - - - Gets or sets whether the end-user needs to type text matching the case when performing an incremental search. - - - true if an incremental search is case sensitive; otherwise false. - - - - - - - Provides access to the collection of columns displayed in the dropdown window. - - - A object specifying the columns displayed in the dropdown. - - - - - - - Provides the capability to perform custom painting of grid cells in the drop-down. - - - - - - - - Provides the capability to perform custom painting of grid column headers in the drop-down. - - - - - - - - Provides the capability to perform custom painting of vertical grid lines in the drop-down. - - - - - - - - - Provides the capability to perform custom painting of grid rows in the drop-down. - - - - - - - - Gets or sets the height of a row in the dropdown (in pixels). - - - The height of a single row. - - - - - - - Gets or sets the number of rows simultaneously displayed in the dropdown window. - - - The number of visible rows in the dropdown window. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Forces the control's data source to provide the information which is required to work with this data source. - - - - - - - - - Returns a data source row containing the specified field value. - - - - The value of the field for the row to be located. - - - An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. - - - - - - - Returns a data source row containing the specified field value. - - - - The value of the field for the row to be located. - - - An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. - - - - - - - Searches for an object that represents the row containing the specified field values. - - - - The value of the field for the row to be located. - - - - An array of objects representing values for additional fields against whose values the search is performed. - - - - An array of strings specifying the names of the fields against whose values the search will be carried out. - - - An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record is found that matches the given search criteria. - - - - - - - Returns the visual index of the row in the dropdown that contains the specified value in the specified column. - - - - A object that is the column whose values will be compared with the specified value to locate the required row. - - - - - A value contained in the required row in the specified column. - - - An integer value that is the row's zero-based visual index in the dropdown list. -1 if such a row is not found. - - - - - - - - Returns the visual index of the row in the dropdown that contains the specified value in the specified field. - - - - A string that is the field whose values will be compared with the specified value to locate the required row. - - - - - A value contained in the required row in the specified field. - - - An integer value that is the row's zero-based visual index in the dropdown. -1 if such a row is not found. - - - - - - - - Gets the value contained in the specified row and column in the dropdown data source. - - - - A object representing the column that contains the required value. - - - - An integer value specifying the row's visual index in the dropdown list. - - - An object representing the value contained in the specified row and column. null if the specified row or column is not found. - - - - - - - Gets the value contained in the specified row and field in the dropdown data source. - - - - A string representing the field name that contains the required value. - - - - An integer value specifying the row's visual index in the dropdown list. - - - An object representing the value in the specified row and column. null if the specified row or field is not found. - - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns a value of the field of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value and the data source is a object). - - - - - - - Gets a value of the field by multiple key values. - - - - The value of the field for the row to be located. - - - - An array of objects representing values for additional fields against whose values the search is performed. - - - - An array of strings specifying names of additional fields against whose values the search is carried out. - - - The value of the field for the row located. null if no record with the specified value was found. - - - - - - - Returns the value of the field for the row whose value matches the specified text. - - - - A text representation of the field in the row to locate. - - - The value of the field for the row located, -null if no record with the specified value was found (System.DBNull.Value when the data source is a object). - - - - - - - Returns a value of the field of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value when the data source is a object). - - - - - - - Gets the index of a specific row in the underlying data source. - - - - A row's visual position in the dropdown window. This index can be obtained via the method. - - - The index of a specific row in the underlying data source. - - - - - - - Occurs on retrieving values for fields not found in the . - - - - - - - - Gets or sets which functionality is invoked as a result of clicking a column header within the dropdown. - - - A value specifying how the editor acts after its column header is clicked. - - - - - - - Specifies how selected and hot-tracked items are highlighted within the control's popup window. - - - A value that specifies how selected and hot-tracked items are highlighted. - - - - - - - Gets or sets a value specifying whether the items in the popup window are hottracked when the mouse pointer passes over them. - - - - true if the items in the popup window are hottracked when the mouse pointer passes over them; otherwise, false. - - - - - - - - Gets or sets a value specifying whether the rows in the popup window are hot-tracked when the mouse pointer passes over them. - - - true if the rows in the popup window are hot-tracked when the mouse pointer passes over them; otherwise, false. - - - - - - - Occurs after a record(s) in the has been changed. - - - - - - - - Returns the width of the widest column value in pixels (taking the column's caption into account). - - - - The graphics surface. - - - - The column being processed. - - - The a column width. - - - - - - - - - - - - - - - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Creates columns for all fields available in the lookup data source (). - - - - - - - - Allows you to provide a custom filter criteria. - - - - - - - - Gets or sets how data records in the popup window are filtered. - - - A enumerator value that specifies how data records in the popup window are filtered. - - - - - - - This property is not supported by the RepositoryItemLookUpEdit class. - - - The Size.Empty value. - - - - - - - Gets or sets the width of the dropdown window (in pixels). - - - The width of the dropdown window. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - true always. - - - - - - - Gets or sets how an end-user can search for specific rows in the lookup data source by typing within the editor (auto-completion or incremental search mode). - - - A value of the type determining the current search mode. - - - - - - - Gets or sets the visibility of column headers. - - - true if column headers are visible; otherwise, false. - - - - - - - Gets or sets the visibility of vertical lines separating columns in the dropdown. - - - true if vertical lines separating columns are visible; otherwise, false. - - - - - - - Gets or sets the visible column index against which data is sorted. - - - The zero-based visible column index against which data is sorted. - - - - - - - Gets or sets a value specifying the editor's behavior when assigning a value of an invalid type to the property. - - - true if the editor raises an exception when assigning a value of an invalid type; otherwise, false. - - - - - - - Gets or sets whether the number of visible data rows limits the height of the dropdown window. - - - true, if the height of the dropdown cannot be greater than the number of data rows; otherwise, false. - - - - - - - - The editor to edit time values using spin buttons or dropdown calendar. - - - - - - - Creates a new object. - - - - - - - - Closes the editor's popup window discarding the changes made. - - - - - - - - Occurs when the TimeEdit control's pop-up window is completely closed and allows you to specify exactly how it was closed. - - - - - - - - - Closes the popup window accepting the changes made. - - - - - - - - Allows you to accept or discard the modified TimeEdit control's value after the pop-up window is closed. - - - - - - - - Gets the editor's class name. - - - The string value identifying the editor's class name. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.TouchPopupTimeEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Occurs after the TimeEdit control's pop-up window is completely displayed. - - - - - - - - Gets an object containing properties, methods and events specific to the time editor. - - - A object containing time editor settings. - - - - - - - Occurs when the current TimeEdit attempts to close its pop-up window. - - - - - - - - Occurs when the TimeEdit control attempts to open its pop-up window. - - - - - - - - This method is not supported for TimeEdit controls. - - - - - - - - - Displays the TimeEdit's pop-up window. - - - - - - - - Gets the text string representing the edited time value. - - - A string value representing the editor's value. - - - - - - - Gets or sets the currently edited time value. - - - A object representing the edited time value. - - - - - - - - The text editor that allows you to type a value or choose one of most recently used (MRU) values from a dropdown list. - - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Occurs before a new item is added to the MRU editor. - - - - - - - - Gets the class name of the current editor. - - - A object identifying the class name of the current editor. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupMRUForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets an object containing settings specific to the MRU editor. - - - A object instance containing settings for the MRU editor. - - - - - - - Occurs before an item is removed from the editor's MRU list. - - - - - - - - - The editor to display and edit hyperlinks and navigate to their targets. - - - - - - - Creates an instance of the control. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Occurs before hyperlink execution. - - - - - - - - Contains settings specific to the hyperlink editor. - - - A object containing settings for the current editor. - - - - - - - Executes the command specified by the hyperlink editor as a new process. - - - - - - - - Executes the specified command as a new process. - - - - The object representing the command to execute. - - - - - - - - Gets or sets the text representing the command for the hyperlink editor. - - - A string representing the command for the hyperlink editor. - - - - - - - - Serves as the base for and classes. - - - - - - - Creates a new object. - - - - An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. - - - - - - - - Gets the appearance settings used to paint the buttons' owner. - - - A object which provides the appearance settings used to paint the buttons' owner. - - - - - - - Gets or sets the time interval which passes between the moment when an end-user holds down the navigation button and the data records are scrolled repeatedly. - - - - An integer value which specifies the time interval in milliseconds. - - - - - - - Locks the NavigatorButtonsBase object by preventing visual updates until the EndUpdate method is called. - - - - - - - - Returns a value representing a data navigator button. - - - - A enumeration member specifying the button type. - - - A object representing the navigator's button. null (Nothing in Visual Basic) if no button is found. - - - - - - - Provides access to the collection of built-in buttons displayed in the DataNavigator control. - - - - A object representing the collection of built-in buttons. - - - - - - - - Specifies the control's size. - - - - The object representing the control's size. - - - - - - - - Gets the collection of custom buttons. - - - A object, which is the collection of custom buttons. - - - - - - - - Gets the source of the images that are displayed within the navigation buttons by default. - - - An object which contains the images displayed within the navigation buttons by default. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Simulates a mouse click action on the specified button. - - - - A object that represents the navigation button. - - - - - - - - Draws the text and buttons displayed in the data navigator. - - - - A GraphicsInfoArgs object used to paint. - - - - - - - - Specifies whether data records are scrolled repeatedly when the Next, NextPage, Prev or PrevPage button is held down. - - - true if data records are scrolled repeatedly when the navigation button is held down; otherwise, one click on the navigation button per record scrolled. - - - - - - - Unlocks the NavigatorButtonsBase object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the index of the button to which the specified point belongs. - - - - A structure representing a point within the navigating control. - - - An object representing the index of the button to which the specified point belongs. null (Nothing in Visual Basic) if the specified point does not belong to a button. - - - - - - - Gets the hint for the button located at the specified point. - - - - Reserved for future use. - - - - A structure representing a point within the navigating control. - - - A string value representing the text displayed when the mouse pointer is over the data navigator button which the specified point belongs to. String.Empty if the specified point does not belong to a button. - - - - - - - Gets or sets the source of images to be displayed within the navigation buttons. - - - An object which represents the source of images. - - - - - - - Redraws the control. - - - - - - - - Gets the object that owns this button collection. - - - An object implementing the INavigatorOwner interface to which the button collection belongs. - - - - - - - Gets the control which owns the current collection. - - - A descendant which represent the control which owns the current collection. - - - - - - - Gets or sets the number of records by which the current record changes after the PrevPage or NextPage button has been pressed. - - - An integer value specifying a number of records. - - - - - - - Updates the buttons' state and the text displayed within the control. - - - - - - - - - Contains values specifying the text location within the DataNavigator control. - - - - - - - -The text is displayed on the left of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the right of the buttons. - - - - - - - - - - The text is displayed between Prev and Next buttons of the DataNavigator control. - - - - - - - - - The text is displayed on the right of the buttons, if the RightToLeft property value is false. Otherwise, the text is displayed on the left of the buttons. - - - - - - - - - The text is not displayed. - - - - - - - - - - Represents the collection of items displayed in the ListBoxControl. - - - - - - - Creates a new object. - - - - - - - - Initializes a new instance of the ListBoxItemCollection class with the specified capacity. - - - - A value to initialize the collection's Capacity property. - - - - - - - - Adds the specified item to the end of the collection. - - - - An object which represents the item to append. - - - A zero-based integer representing the item's position within the collection. - - - - - - - Populates this ListBoxItemCollection with items generated from values of the specific enumeration. - - - - A Type of enumeration whose values should be used to generate ListBoxItemCollection items. - - - - - - - - Populates this ListBoxItemCollection with items generated from values of the specific enumeration. Allows generated items to store numeric enumeration values instead of enumeration constant names. This overload should be used only for the ListBoxItemCollection class descendants. - - - - A type of enumeration whose values should be used to generate ListBoxItemCollection items. - - - - - true if values for generated items should store numeric enumerator values ; false if these values should store constant enumerator names instead. This parameter is not in effect when the method is called for objects, since their child items do not have the Value-Description property pair. - - - - - - - - Populates this ListBoxItemCollection with items generated from values of the specific enumeration and replaces default item descriptions. This overload should be used only for the ListBoxItemCollection class descendants. - - - - A Delegate that encapsulates a method which replaces generated items' captions. This parameter is not in effect when the method is called for objects, since their child items do not have the Value-Description property pair. - - - - - - - - Populates this ListBoxItemCollection with items generated from values of the specific enumeration. - - - - - - - - Adds an array of items to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Locks the ListBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Returns whether the specified item belongs to the current collection. - - - - The item to locate in the collection. - - - true if the specified item belongs to the collection; otherwise false. - - - - - - - Gets the number of items in the collection. - - - An integer value that specifies the number of items in the collection. - - - - - - - Unlocks the ListBoxItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the position of the specified item within the collection. - - - - The object representing the item to locate within the collection. - - - An integer value representing the zero-based index of the specified item within the collection. -1 if the specified item is not found. - - - - - - - Creates a new item and adds it to the specified position within the collection. - - - - An integer value representing the zero-based index at which the created item should be inserted. If negative or exceeds the number of elements within the collection an exception is thrown. - - - - - An object representing the inserted item. - - - - - - - - Gets or sets an item at the specified position within the collection. - - - - An integer value representing the zero-based index of the item. If negative or exceeds the number of elements, an exception is raised. - - - An object representing the item at the specified position. - - - - - - - Occurs after the item collection has been changed. - - - - - - - - Removes the specified item from the collection. - - - - An object representing the item to be removed from the collection. - - - - - - - - - Represents a single item in the collection. - - - - - - - Gets or sets custom data associated with the current ListBoxItem object. - - - Custom data associated with the current ListBoxItem object. - - - - - - - Returns an item's equivalent string representation. - - - A value representing the current item. - - - - - - - Gets or sets the item's value. - - - An object representing the item's value. - - - - - - - - Enumerates search modes for a lookup edior. - - - - - - - Enables the automatic completion feature. In this mode, when the dropdown is closed, the text in the edit box is automatically completed if it matches a field value of one of dropdown rows. - - - - - -When the dropdown is open, the automatic completion feature is disabled but the editor allows you to perform an incremental search in the same manner as when mode is active. - - - - - - - - - Enables the incremental filtering feature. When you type within the edit box, the editor automatically opens the dropdown window and displays only records whose field value starts with the characters typed. Other records are not displayed. If you enter a value that does not match any record, the dropdown window will not contain any rows. - - - - - - - - - - The incremental search is enabled only when the dropdown window is open. If the window is closed, the user can modify the text in the edit box. However these changes are ignored. - -When the dropdown is open the incremental search is performed against the column whose index is specified by the property. The header of this column contains the search icon (binoculars). The user can click a specific column header to perform the search against this column. - - - - - - - - - - - - - Specifies the style used to represent the selected color in a control. - - - - - - - The selected color is represented as an integer value in the edit box. - -The following image shows a color editor with the property set to Integer. - - - - - - - - - - The selected color is represented as a human-readable string in the edit box. If the selected color is one of predefined colors, display text specifies its common name (such as Aquamarine, Highlight or WindowText). Otherwise, the string consists of the ARGB (alpha, red, green, and blue) components. - - -The following screenshots show color editors when the property is set to Native. - - - - - a color is selected from the Custom panel of the dropdown window. - - - - - - - - a color is selected from the Web panel of the dropdown window - - - - - - - - - - - - - - - - The editor that provides lookup functionality using a lightweight dropdown grid. - - - - - - - Creates an instance of the class. - - - - - - - - Provides the capability to perform custom painting of grid cells in the drop-down. - - - - - - - - Provides the capability to perform custom painting of grid column headers in the drop-down. - - - - - - - - - Provides the capability to perform custom painting of vertical grid lines in the drop-down. - - - - - - - - - Provides the capability to perform custom painting of grid rows in the drop-down. - - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Returns the value of the specified column for the currently selected row in the dropdown. - - - - A object identifying the column whose value should be returned. - - - An object representing the column's value in the current row. - - - - - - - Returns the value of a specific column for the currently selected row in the dropdown. - - - - A string identifying the field whose value should be returned. - - - An object representing the column's value in the current row. - - - - - - - Occurs when retrieving values for fields not found in the . - - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupLookUpEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - - Returns a data source row corresponding to the currently selected edit value. - - - An object that represents a data source row corresponding to the currently selected edit value. - - - - - - - Gets whether the text in the edit box matches the field value of any row in the dropdown. - - - true, if the text in the edit box matches the field value of any row in the dropdown; otherwise, false. - - - - - - - Gets or sets the index of the selected row. - - - An integer value representing the zero-based index of the selected row in the editor's dropdown. - - - - - - - Occurs after a record(s) in the has been changed. - - - - - - - - Specifies settings specific to the current editor. - - - A object containing settings for the lookup editor. - - - - - - - Resets selection and caret position in the editor. - - - - - - - - Gets the text displayed in the edit box. - - - The text displayed in the edit box. - - - - - - - - Serves as a base for class. - - - - - - - Gets the image displayed within the specified item. - - - - An integer value representing the zero-based index of the item. - - - A object value specifying the image displayed within the specified item. -1 if no item is found. - - - - - - - Gets the index of the image displayed within the specified item. - - - - An integer value representing the zero-based index of the item. - - - An integer value representing the zero-based index of the image displayed within the specified item. -1 if no item is found. - - - - - - - Returns the image options of the item with the specified index. - - - - An integer value that specifies the zero-based index of the item whose image options will be obtained. - - - - An ImageOptions object that specifies the image options of the item with the specified index. - - - - - - - Returns the image size of the item with the specified index. - - - - An integer value that specifies the zero-based index of the item whose image will be obtained. - - - - A Size structure that specifies the image size of the item with the specified index. - - - - - - - Specifies the alignment of the image displayed within the item. - - - A enumeration member specifying the image alignment. - - - - - - - Gets or sets the name of the data source field that provides image indexes for listbox items. This property is not supported when listbox items are rendered based on Item Templates. - - - A string value specifying the name of the data source field whose contents represent image indexes. - - - - - - - Occurs after the property value has been changed. - - - - - - - - Gets or sets the source of images to be displayed within the items. - - - An object which is the source of images. - - - - - - - - Gets or sets the name of the data source field that provides images for listbox items. This property is not supported when listbox items are rendered based on Item Templates. - - - - A string value specifying the name of the data source field whose contents represent images. - - - - - - - Occurs after the property value has been changed. - - - - - - - - Provides access to the item collection, when the control is not bound to a data source. - - - - An object representing the items collection. - - - - - - - - Serves as the base for the class. - - - - - - - - Initializes a new instance of the BaseCheckedListBoxControl class with default settings. - - - - - - - - Gets or sets whether check items in the checked list box should support three check states rather than two. - - - true if the check items are able to display three check states; otherwise, false. - - - - - - - Checks all the items in the list box. - - - - - - - - Gets the collection of indexes corresponding to checked items. - - - A CheckedIndexCollection object representing the collection of indexes corresponding to checked items. - - - - - - - Gets the collection of checked item values. - - - - A CheckedItemCollection object representing the collection of checked item values. - - - - - - - - Returns the number of checked items in the collection. - - - An integer value that specifies the number of checked items. - - - - - - - Gets or sets the name of the data source field that provides check states for listbox items. This property is not supported when listbox items are rendered based on Item Templates - - - A string value specifying a field name in the data source. - - - - - - - Occurs when the property value is changed. - - - - - - - - Gets or sets whether one or two mouse clicks are required to toggle the check state of an unfocused (unselected) item. - - - true if a single mouse click is required to toggle the check state of an unfocused (unselected) item; false if two mouse clicks are required. - - - - - - - Checks all selected (highlighted) items. - - - - - - - - Gets or sets a value that determines the look and feel of the check boxes. This property is not supported when listbox items are rendered based on Item Templates - - - - A enumeration value specifying the look and feel of the check box. - - - - - - - Occurs when the field value is fetched from the data source and then posted back. - - - - - - - - - Gets a value indicating whether the item is checked. - - - - An integer value representing the zero-based index of the item. - - - true if the item is checked; false if unchecked or in the indeterminate state. - - - - - - - Gets the check state of the item specified by its index. - - - - An integer value representing the zero-based index of the item. - - - A CheckState enumeration member representing the item's check state. CheckState.Unchecked if the item's index is negative or exceeds the last available index. - - - - - - - Enables you to disable specific items, in bound mode. - - - - - - - - Inverts the check state for each item in the collection. - - - - - - - - Returns whether all selected (highlighted) items are checked. - - - true if all selected items are checked; otherwise, false. - - - - - - - Fires when the checked state of an item has been changed. - - - - - - - - Enables you to restrict item state changes. - - - - - - - - Provides access to the item collection, when the control is not bound to a data source. - - - A object representing the items collection displayed within the CheckedListBoxControl. - - - - - - - Gets or sets a custom image representing check boxes in the checked state. This property is in effect if the property is set to . - - - An Image representing check boxes in the checked state. - - - - - - - Gets or sets a custom image representing check boxes in the intermediate state. This property is in effect if the property is set to . - - - An Image representing check boxes in the intermediate state. - - - - - - - Gets or sets a custom image representing check boxes in the unchecked state. This property is in effect if the property is set to . - - - An Image representing check boxes in the unchecked state. - - - - - - - Forces the control to invalidate its client area and immediately redraw itself and any child controls. - - - - - - - - Changes the state of the item to checked or unchecked. - - - - An integer value representing the zero-based index of the item to be changed. If it is negative or exceeds the last available index, the method will have no effect. - - - - - true to check the item, false to uncheck it. - - - - - - - - Sets the check state of the item. - - - - An integer value representing the zero-based index of the item. - - - - A CheckState enumeration member specifying the new check state of the item. - - - - - - - - Toggles the state of the item at the specified index. - - - - An zero-based integer value which represents the index of the item whose state should be toggled. - - - - - - - - Inverts the check states of selected items. - - - - - - - - Unchecks all the items. - - - - - - - - Unchecks all selected (highlighted) items. - - - - - - - - - Implements the basic functionality of the component. - - - - - - - Creates a new object with default settings. - - - - - - - - Fires immediately after the repository item collection has been changed. - - - - - - - - Provides access to the collection of repository items stored by the repository. - - - A object - - - - - - - Fires when changing repository item properties residing within the repository. - - - - - - - - - Represents a repository item that provides settings for editors. - - - - - - - Creates and initializes a new instance of the class. - - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Copies settings and event handlers from the repository item specified as a parameter. - - - - A descendant representing the repository item whose settings are to be copied to the current item. - - - - - - - - Obsolete. Gets or sets whether to close the popup window when another form is opened. - - - true if the dropdown is closed when another form is opened; otherwise, false. - - - - - - - Gets or sets whether the current dropdown control must be closed when: -1) clicking on a control within another form; -2) clicking outside its bounds, and at the same time, within another non-DevExpress popup window that belongs to the current dropdown control. - - - true if the dropdown control is closed on a click outside its bounds; otherwise, false. - - - - - - - - Gets the alignment of the editor content when the editor works inplace within a container control. - - - The value always. - - - - - - - Gets the corresponding editor's type name. - - - The 'PopupContainerEdit' string always. - - - - - - - - - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Gets or sets the control to display in the popup window. - - - A control to display in the popup window. - - - - - - - Gets or sets a value indicating whether end-users can resize the popup window. - - - true to allow popup window resizing; otherwise, false. - - - - - - - Gets or sets whether the initial popup width matches the editor or content width. - - - A enumeration value, such as ContentWidth or UseEditorWidth, that specifies whether the initial popup width matches the editor or content width. - - - - - - - Gets an object containing properties, methods and events specific to the control. - - - The object containing settings for the current control. - - - - - - - Enables you to specify the display text for the editor. - - - - - - - - Fires when closing the popup window, enabling you to specify the editor's value based on the state of controls residing within the popup. - - - - - - - - Gets or sets a value indicating whether the close button is displayed within the popup window. - - - true to display the close button; otherwise, false - - - - - - - Gets or sets whether the text box is visible and enabled. - - - A enumeration value specifying text box availability. - - - - - - - Gets or sets whether the accociated popup control's minimum size is specified by its MinimumSize property. - - - true if the popup control's minimum size is specified by the control's MinimumSize property; false if the minimum size is specified by the editor's property. - - - - - - - - Serves as the base for repository items that provide settings for editors with popup windows. - - - - - - - Creates an instance of the class. - - - - - - - - Gets or sets a value specifying which editor button will open the editor's dropdown window. - - - A zero-based integer specifying the button by its index within the collection. - - - - - - - Gets or sets whether an editor's dropdown can be displayed when the editor is in the read-only state. - - - A value that specifies if an editor's dropdown can be displayed in the read-only state. - - - - - - - Gets the appearance settings used to paint the editor's popup window. - - - A object which provides the appearance settings used to paint the editor's popup window. - - - - - - - Copies settings from the repository item specified as a parameter. - - - - A descendant representing the repository item whose settings should be copied to the current repository item. - - - - - - - - Fires when the editor's pop-up is about to be displayed. - - - - - - - - Allows you to perform specific actions with respect to how the popup window was closed. - - - - - - - - Enables you to specify whether changes are saved or discarded when closing the popup window. - - - - - - - - Gets or sets the key combination used to open and close the popup window. - - - A object specifying the key combination used to open and close the popup window. - - - - - - - Fires when a context button is clicked. - - - - - - - - Provides access to the settings applied to the context buttons displayed by editor items. - - - A object that comprises settings applied to the context buttons. - - - - - - - Provides access to the collection of context buttons displayed by editor items. - - - A object that represents the collection of context buttons. - - - - - - - Fires when the , or property value changes. - - - - - - - - Creates a default button when the editor is initialized. - - - - - - - - Allows you to customize the context buttons for individual items. - - - - - - - - Gets the owning editor's type name. - - - The 'PopupBaseEdit' string always. - - - - - - - Gets the editor which owns the current repository item object. - - - A editor owning the current repository item. - - - - - - - Occurs after the editor's popup window has been opened. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets the popup window's border style. - - - A enumeration value specifying the popup window's border style. - - - - - - - Gets or sets the minimum size for the associated dropdown window. - - - A structure that specifies the dropdown window's minimum size. - - - - - - - Sets the popup window's size. - - - A Size value. - - - - - - - Gets or sets the popup window's width. - - - An integer value specifying the width of the editor's popup window. - - - - - - - Gets or sets whether the popup window's contents are displayed during resize operations. - - - A ResizeMode enumeration value that specifies whether the popup window's contents are displayed during resize operations. The ResizeMode.Default value is equivalent to LiveResize. - - - - - - - Gets an object providing properties specific to the popup control. - - - The object providing settings specific to the popup control. - - - - - - - Enables you to specify whether an attempt to close the editor's popup window will succeed. - - - - - - - - Enables you to specify whether an attempt to open the editor's popup window will succeed. - - - - - - - - Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. - - - A enumeration value. - - - - - - - Gets or sets whether the popup window's shadow is displayed. - - - true to display the popup window's shadow; otherwise, false. - - - - - - - Allows you to suppress mouse events when clicking outside an open popup menu. - - - true, to suppress mouse events; otherwise, false. - - - - - - - - Represents a repository item which holds settings specific to controls. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Populates this RepositoryItemImageComboBox with items generated from values of the specific enumeration. Allows generated items to store numeric enumeration values instead of enumeration constant names. - - - - A type of enumeration whose values should be used to generate RepositoryItemImageComboBox items. - - - - - true if values for generated items should store numeric enumerator values ; false if these values should store constant enumerator names instead. - - - - - - - - Populates this RepositoryItemImageComboBox with items generated from values of the specific enumeration. - - - - A type of enumeration whose values should be used to generate RepositoryItemImageComboBox items. - - - - - - - - - Populates this RepositoryItemImageComboBox with items generated from values of the specific enumeration and replaces default item descriptions. - - - - A Delegate that encapsulates a method which replaces generated items' captions. - - - - - - - - Populates this RepositoryItemImageComboBox with items generated from values of the specific enumeration. - - - - - - - - - - - - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Gets or sets the casing mode according to which a will display the selected value. - - - A enumerator value that specifies the casing mode. - - - - - - - Initializes a new instance of the class. - - - A descendant used to paint the group rows in the XtraGrid. - - - - - - - Gets the alignment of the editor contents when the editor works as an inplace control. - - - The value. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - - An object that provides information on how the current editor should be printed. - - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Gets or sets the alignment of item images. - - - The value specifying the alignment of item images. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the collection of items displayed in the dropdown window. - - - The collection of items for the image combo box editor. - - - - - - - Gets or sets the source of large images. - - - An object that is an image collection providing large images for the editor's items. - - - - - - - Gets an object providing properties specific to the image combo box editor. - - - The object providing settings specific to the image combo box editor. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - true always. - - - - - - - Gets or sets the source of small images. - - - An object that is an image collection providing small images for the editor's items. - - - - - - - Gets or sets the style in which text is displayed in the control's edit box. - - - The value determining the editing style. - - - - - - - - Represents a collection of repository items. - - - - - - - Initializes a new instance of the RepositoryItemCollection class with the specified owner. - - - - An object that is the owner of the created collection. - - - - - - - - Creates a new repository item of the specified type and adds it to the end of the collection. - - - - A string value specifying the repository item type by the corresponding editor type name. - - - A descendant representing the new repository item. - - - - - - - Adds the specified repository item to the end of the collection. - - - - A descendant to be added to the collection. - - - An integer value representing the added item's zero-based index within the collection. - - - - - - - Adds an array of repository items to the collection. - - - - An array of descendants to be added to the collection. - - - - - - - - - Indicates whether the collection contains the specified repository item. - - - - A descendant to locate in the collection. - - - true if the collection contains the specified repository item; otherwise, false. - - - - - - - Returns the specified repository item's position within the collection. - - - - A descendant to locate in the collection. - - - An integer value representing the item's zero-based index. -1 if the collection doesn't contain the specified repository item. - - - - - - - Gets the repository item specified by its name. - - - - A value specifying the name of the desired repository item. - - - A descendant representing the repository item with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the specified item. - - - - - - - Provides indexed access to repository items. - - - - An integer value representing the item's zero-based index within the collection. - - - A descendant representing the repository item located at the specified position. - - - - - - - - Removes the specified repository item from the collection. - - - - A descendant representing the repository item to remove. - - - - - - - - - Serves as the base for repository items corresponding to BLOB editors. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets the editor content's default horizontal alignment. - - - The value always. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Gets or sets the source of images used to indicate whether the editor contains data. - - - An object which represents the source of images that indicate whether a BLOB editor contains data. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the editor's mask settings. - - - A object which contains the editor's mask settings. - - - - - - - - Allows you to hide the default OK and Cancel buttons shown in popup menus of RepositoryItemBlobBaseEdit class descendants. - - - - - - - - - Gets or sets a value specifying whether the editor's popup window is sizeable. - - - true if the editor's popup window is sizeable; otherwise, false. - - - - - - - Gets or sets the size the editor's popup window should have when first opened. - - - A structure representing the size of the popup window on its first occurrence. - - - - - - - Gets or sets whether the initial popup width matches the editor or content width. - - - A enumeration value, such as ContentWidth or UseEditorWidth, that specifies whether the initial popup width matches the editor or content width. - - - - - - - Gets an object providing properties specific to a BLOB editor. - - - A object instance providing settings common to a BLOB editor. - - - - - - - Gets or sets a value specifying whether an identification icon is displayed within the editor's edit region. - - - true if a BLOB editor displays an identification icon; otherwise, false. - - - - - - - Gets or sets the style in which text is displayed in the BLOB editor's edit box. - - - A enumeration value determining editing style. - - - - - - - - Represents the class which provides settings common to all spin editors. - - - - - - - Creates a new object. - - - - - - - - Gets or sets the index of a button within the button collection which will open the editor's dropdown window. - - - An Int32 value specifying the index of a button within the button collection which will open the editor's dropdown window. The default is 0. - - - - - - - This property is not supported in RepositoryItemBaseSpinEdit descendants, except for the object. See , to learn more. - - - - - - - - - - Gets the appearance settings used to paint the editor's popup window. - - - Appearance settings used to paint the editor's dropdown window. - - - - - - - Copies settings of the specified repository item. - - - - A object representing the source of the operation. - - - - - - - - Occurs when the RepositoryItemBaseSpinEdit's pop-up window is completely closed. - - - - - - - - Occurs when the editor's pop-up window starts closing. - - - - - - - - Gets or sets the key combination used to open and close the RepositoryItemBaseSpinEdit's pop-up window. - - - A object specifying the key combination used to open and close the RepositoryItemBaseSpinEdit's pop-up window. - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - A string value representing the class name of a corresponding editor. - - - - - - - Gets or sets the event's firing mode. - - - An enumeration member which specifies when the editor's event should be raised. - - - - - - - Occurs after the editor's popup window has been opened. - - - - - - - - Gets or sets the border style of the editor's popup window. - - - A enumeration value specifying the border style of the editor's popup window. - - - - - - - Gets or sets the minimum size of the editor's dropdown window. - - - A structure that specifies the dropdown window's minimum size. - - - - - - - This member is not supported by the RepositoryItemBaseSpinEdit class. - - - - - - - - - - This member is not supported by the RepositoryItemBaseSpinEdit class. - - - - - - - - - - Gets an object providing properties specific to the spin edit control. - - - A object representing settings specific to the spin edit control. - - - - - - - Enables you to specify whether an attempt to close the editor's popup window will succeed. - - - - - - - - Enables you to specify whether an attempt to open the editor's popup window will succeed. - - - - - - - - Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required. - - - A value that specifies whether the RepositoryItemBaseSpinEdit's pop-up window can be invoked by clicking the edit box. - - - - - - - - Gets or sets whether the shadow is displayed for the editor's dropdown window. - - - true, to display the shadow for the editor's dropdown window; otherwise, false. - - - - - - - Gets or sets a value specifying which editor button is the spin button used to increment or decrement the edited value. - - - An integer value representing the spin button's zero-based index. - - - - - - - Gets or sets the spin button's orientation. - - - A enumeration member specifying the spin button's orientation. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets a value specifying how keyboard keys are used to change the editor's value. - - - true for editing the editor's value by pressing CTRL+UP and CTRL+DOWN combinations; false for editing the editor's value by the UP and DOWN keys. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the check edit control). - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A enumeration value representing the current check state of the check editor. This value is assigned to the property. - - - - - - - - Gets the editor's current check state. - - - The editor's check state. - - - - - - - Use this property to set the edit value that corresponds to the current check state. - - - The edit value. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event of a popup container editor. - - - - The event source. This identifies the popup container editor for which the event is fired. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An object specifying the editor value. This value is assigned to the property. - - - - - - - - Gets or sets the editor value. - - - An object specifying editor value. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. This identifies the popup container editor for which the event is fired. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the and events. - - - - - - - Creates a new object. - - - - An object representing the editor value whose textual representation is to be specified. This value is assigned to the property. - - - - A string value representing the editor's value within the text box. This value is assigned to the property. - - - - - - - - Gets or sets the text to display in the edit box. - - - A string value specifying the editor's formatted display text. - - - - - - - - Gets the current edit value. - - - An object representing the editor's value. - - - - - - - - Serves as the base for classes providing data for and events. - - - - - - - Creates an instance of the class. - - - - A expression representing the check editor's edited value. - - - - A enumeration value representing the editor's check state. - - - - - - - - Gets or sets whether the event is handled and no default processing is required. - - - true if default event processing is not required; false if default processing is required. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the check edit control). - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A expression representing the check editor's edited value. This value is assigned to the property. - - - - - - - - Use this property to set the check state that corresponds to the current edit value. - - - - The check state. - - - - - - - Gets the current edit value. - - - A expression representing an editor's edit value. - - - - - - - - Represents an object providing a means to localize editor interface elements. - - - - - - - Initializes a new instance of the Localizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the editors' interface at runtime. - - - A Localizer descendant which is used to localize the editors' interface at runtime. - - - - - - - Creates and returns an EditResLocalizer object containing resources for the thread's language and regional settings (culture). - - - An EditResLocalizer object containing resources for the thread's culture. - - - - - - - Returns an XtraLocalizer object representing resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Gets the string, localized by the current Localizer, for the specified user interface element. - - - - A String value specifying the UI element whose localized text content is to be obtained. - - - A String value that is the localized text content of the specific UI element. - - - - - - - - Represents the collection of items displayed in the ImageListBoxControl. - - - - - - - Creates a new object. - - - - - - - - Creates a new item with the specified settings and appends it to the collection. - - - - An object which represents the item's value. - - - - A zero-based integer specifying the index of the item's image. - - - A zero-based integer value representing the new item's index. - - - - - - - Adds a new item with the specified value to the collection. - - - - An object that represents the item's value. - - - A zero-based integer value that specifies the new item's index within the collection. - - - - - - - Adds an array of items to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Returns the zero-based index of the specified in the collection, or, if the specified value is not a object, returns the index of the item that contains this value in its ImageListBoxItem.Value property. - - - - A object whose index in the collection needs to be returned. Or, a value (ImageListBoxItem.Value) of the item whose index needs to be returned. - - - A zero-based index of the required item. - - - - - - - - Gets or sets an item at the specified position. - - - - An integer value representing the item's zero-based index within the collection. If negative or exceeds the maximum available index, an exception is raised. - - - An object representing the item at the specified position within the collection. - - - - - - - - Represents a single item in the collection. - - - - - - - Creates a new object. - - - - - - - - Creates a new object and instantiates its and properties. - - - - An object representing the item's value. This value is assigned to the property. - - - - An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. - - - - - - - - Creates a new object and instantiates its property. - - - - An object representing the item's value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - An integer value representing the zero-based index of the image displayed in the item. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - An image displayed by the item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ImageListBoxItem class with the specified settings. - - - - An object representing the item's value. This value is assigned to the property. - - - - A string that specifies the item's display text. This value is assigned to the property. - - - - An object that stores image-related options. This value is assigned to the property. - - - - Custom data associated with the item. This value is assigned to the property. - - - - - - - - Gets or sets the item's display text. - - - A string that specifies the item's display text. - - - - - - - Gets or sets an image displayed by this item. This property has a lower priority than the property. - - - - A object specifying an image displayed by this item. - - - - - - - Specifies the index of the item's image. - - - An integer value representing the zero-based index of the item's image. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this ImageListBoxItem. - - - An object that stores image-related options. - - - - - - - Gets the source of images which provides images for image list box items. - - - An which represents the source of images. - - - - - - - Returns the textual representation of the item. - - - The string representing the current item. - - - - - - - - Represents a collection of items displayed within the dropdown list of editors. - - - - - - - Creates a new instance of the class. - - - - The object for which the collection is created. - - - - - - - - Adds a new item to the current collection. - - - - A new item to insert into the collection. - - - The position into which the new element was inserted. - - - - - - - Adds a new item to the current collection. - - - - A value that specifies the new item's caption. This value is assigned to the item's property. - - - - A that specifies the value associated with the new item. This value is assigned to the item's property. - - - - An integer value that specifies the index of the image linked to the new item. This value is assigned to the item's property. - - - The position to which the new element was inserted. - - - - - - - Adds new items to the collection that will represent elements of the specified enumeration. - - - - A object which represents the required enumeration. - - - - - - - - Adds new items to the collection that will represent elements of the specified enumeration. Allows you to assign integer values to the items' Value property. - - - - - A object which is the required enumeration. - - - - true if values for generated items should store numeric enumerator values ; false if these values should store constant enumerator names instead. - - - - - - - - Adds new items to the collection that will represent elements of the specified enumeration. The display captions of the items are generated by the specified converter. - - - - A System.Converter delegate that will generate item display captions. - - - - - - - - Adds new items to the collection that will represent elements of the specified enumeration. - - - - - - - - - - - - - - - - - - Adds an array of items to the collection. - - - - An array of objects representing items for the image combo box editor. - - - - - - - - Returns the item in the current collection that contains the specified value. - - - - A ComboBoxItem value. - - - The object within the current collection containing the specified value. - - - - - - - Gets the text representation of the specified item. - - - - The item for which to return its text representation. - - - The string representing the specified item. - - - - - - - Gets or sets an item at the specified position. - - - - The zero-based index of the item to return. - - - The item at the specified position. - - - - - - - - Represents an individual item in controls. - - - - - - - Creates a new instance of the class and initializes the item's value. - - - - The object to initialize the item's property. - - - - - - - - Creates a new instance of the class and initializes the item's caption. - - - - The string to initialize the property. - - - - - - - - Creates a new instance of the class and sets all its properties to their default values. - - - - - - - - Creates a new instance of the class and initializes the item's property. - - - - The value to initialize the property. - - - - - - - - Creates a new instance of the class and initializes the item's value and caption. - - - - The string to initialze the item's . - - - - The value to initialize the item's . - - - - - - - - Creates a new instance of the class and initializes the item's value and image index. - - - - The object to initialize the item's property. - - - - The value to initialize the item's property. - - - - - - - - Creates a new instance of the class and initializes the item's caption and image index. - - - - The string to initialize the item's property. - - - - The value to initialize the property. - - - - - - - - Creates a new instance of the class and initializes its properties to the specified values. - - - - The string to initialize the item's property. - - - - The object to initialize the item's property. - - - - The value to initialize the item's property. - - - - - - - - Copies all properties of the specified object to the current item. - - - - The source item whose properties must be copied to the current item. - - - - - - - - Gets or sets the item's display text. - - - The string identifying the item's display text. - - - - - - - Gets or sets the index of the image associated with the item. - - - The index of the image associated with the item. - - - - - - - Gets the source that provides images for image combo box items. - - - An which represents the source of images. - - - - - - - Returns the textual representation of the item. - - - The string representing the current item. - - - - - - - - Represents a collection of editor buttons in a control or its descendant. - - - - - - - Creates and initializes a new instance of the class. - - - - - - - - Adds the specified button to the button collection. - - - - The object specifying the button to insert into the collection. - - - The zero-based index of the button within the collection. - - - - - - - Adds an array of buttons to the current button collection. - - - - An array of objects to add to the current button collection. - - - - - - - - Copies buttons from the specified object to the current button collection. - - - - The source button collection. - - - - - - - - Occurs when changing the current button collection. - - - - - - - - Gets a value indicating whether the specified button belongs to the current collection. - - - - The button object to locate in the collection. - - - true if the button belongs to the current button collection; otherwise, false. - - - - - - - Gets the position of the specified button in the current button collection. - - - - The object to locate in the collection. - - - The zero-based index of the button in the collection. - - - - - - - Inserts the specified button at a given position. - - - - The zero-based index at which the button is inserted. - - - - The button to insert to the collection. - - - - - - - - Gets a button at the specified position. - - - - The zero-based index of the button to return. - - - An object at the specified position in the current collection. - - - - - - - Removes the specified button from the current collection. - - - - A button to remove from the collection. - - - true, if removed from the collection; otherwise, false. - - - - - - - Returns the text representation of the current object. - - - A string that specifies the text representation of the current EditorButtonCollection object. - - - - - - - Gets the number of visible buttons in the collection. - - - The number of visible buttons in the collection. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender (typically a descendant). - - - - A object containing data related to the event. - - - - - - - - - Provides data for the and events. - - - - - - - Creates a new object and initializes its property. - - - - An object representing the editor's new value. This value is assigned to the property. - - - - - - - - Creates a new object with default settings. - - - - - - - - Gets or sets a value specifying whether default edit value conversion/formatting is required. - - - true to prohibit default edit value conversion/formatting; otherwise, false. - - - - - - - Gets or sets either the edit or the display value of an editor. - - - An object specifying either the edit or the display value of an editor. - - - - - - - - Represents a collection of items within a combo box editor. - - - - - - - Creates and initializes a new instance of the class. - - - - The object for which the item collection should be created. - - - - - - - - Adds a new item to the current collection. - - - - The object representing the new item in the collection. - - - The position to which the new element was inserted. - - - - - - - Adds an array of items to the collection. - - - - An array of objects representing items for the combo box editor. - - - - - - - - Adds the items from the specified collection to the current collection. - - - - An object which implements the interface. - - - - - - - - Copies items from the source collection to the current collection. - - - - The source collection whose items are copied to the current collection. - - - - - - - - Locks the ComboBoxItemCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Occurs when changing the item collection. - - - - - - - - Gets a value indicating whether the specified object is an element of the current collection. - - - - An object to locate in the collection. - - - true if the specified object belongs to the collection; otherwise, false. - - - - - - - Unlocks the ComboBoxItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the textual representation of the specified item. - - - - The item for which to return its text representation. - - - The string representing the specified item. - - - - - - - Gets the zero-based index of the specified object in the item collection. - - - - The item to locate in the collection. - - - The zero-based index of the specified item in the current collection, if found; otherwise, -1. - - - - - - - Inserts a new element at the specified position. - - - - The zero-based index specifying the position at which the item should be inserted. - - - - The item to insert. - - - - - - - - Gets or sets an item at the specified position. - - - - The zero-based index of the item to return. - - - The item at the specified position. - - - - - - - Removes the specified object from the collection. - - - - The item to remove from the collection. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the descendant). - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An object representing the editor's value. This value is assigned to the property. - - - - An object representing the value about to be assigned to the editor. This value is assigned to the property. - - - - true if the event should be canceled; otherwise, false. - - - - - - - - Creates a new object. - - - - An object representing the editor's value. This value is assigned to the property. - - - - An object representing the value about to be assigned to the editor. This value is assigned to the property. - - - - - - - - Gets or sets the value which is about to be assigned to the editor. Setting the NewValue property is not supported if the editor uses masked input (). - - - - An object representing the editor's potential value. - - - - - - - Gets the editor's value. - - - An object representing the editor's value. - - - - - - - - Contains values corresponding to strings that can be localized. - - - - - - - The caption of the Apply button displayed within the filter drop-down window within a PivotGrid control. - -Return value: Apply - - - - - - - - - Represents the caption of the button used to delete the last digit of the displayed number in the editor. -Return value: Back - - - - - - - - Represents the caption of the button used to clear the current calculation in the editor. -Return value: C - - - - - - - - Represents the caption of the button used to clear the displayed number in the editor. -Return value: CE - - - - - - - - Represents the caption of the button used to clear any number stored in memory of the editor. -Return value: MC - - - - - - - - Represents the caption of the button used to recall the number stored in memory of the editor. -Return value: MR - - - - - - - - Represents the caption of the button used to store the display number in memory of the editor. -Return value: MS - - - - - - - - Represents the caption of the button used to add the displayed number to any number already in memory in the editor. -Return value: M+ - - - - - - - - Represents the caption of the button used to calculate the square root of the displayed number in the editor. -Return value: sqrt - - - - - - - - The string displayed in the edit box of the editor if an expression cannot be evaluated (division by zero, for instance). -Return value: Calculation Error - - - - - - - - The notification displayed by the at design time. -Return value: Rendering is disabled at design time. - - - - - - - - The notification displayed by the if the device is already in use in another application. -Return value: Cannot use the device, as it is already in use in another application. - - - - - - - - The notification displayed by the if no capture device is found. -Return value: No webcam found. Check the webcam connection or the device settings. - - - - - - - - The caption of the combo box that selects the active capture device in the Camera Settings form of the . - -Return value: Active device: - - - - - - - - - The caption of the track bar that adjusts the brightness in the Camera Settings form of the . - -Return value: Brightness: - - - - - - - - - The caption of the Camera Settings form of the . - -Return value: Camera Settings - - - - - - - - The caption of the track bar that adjusts the contrast in the Camera Settings form of the . - -Return value: Contrast: - - - - - - - - - The caption of the Reset to defaults button in the Camera Settings form of the . - -Return value: Reset to defaults - - - - - - - - The caption of the check box that specifies the saturation setting in the Camera Settings form of the . - -Return value: Desaturate: - - - - - - - - - The caption of the combo box that adjusts the resolution in the Camera Settings form of the . - -Return value: Resolution: - - - - - - - - -The caption of the button to discard changes and close the dropdown window of a and editors. - - -Return value: Cancel - - - - - - - - - The default caption for the error message box. -Return value: Error - - - - - - - - Returns "The interval between grid lines is too small to be represented in the range control." - - - - - - - - Returns "The interval between grid lines is too small to be represented in the range control." - - - - - - - - Specifies the string corresponding to the checked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. -Return value: Checked - - - - - - - - Specifies the string corresponding to the indeterminate state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. -Return value: Indeterminate - - - - - - - - Specifies the string corresponding to the unchecked state of the check edit. This string is displayed, for instance, in the filter dropdown of the Grid Control (or other) control. -Return value: Unchecked - - - - - - - - Returns "Blue component should be in range 0..255". - - - - - - - - Returns "Brightness". - - - - - - - - Returns "Brightness component should be in range 0..100". - - - - - - - - Returns "Invalid hexadecimal value". - - - - - - - - Returns "Green component should be in range 0..255". - - - - - - - - Returns "Hue". - - - - - - - - Returns "Hue component should be in range 0..359". - - - - - - - - Returns "Luminance". - - - - - - - - Returns "Opacity". - - - - - - - - Returns "Opacity component should be in range 0..255". - - - - - - - - The caption of the Automatic button in the control. - -Return value: Automatic - - - - - - - - Returns "More Colors..." - - - - - - - - Returns "Recent Colors". - - - - - - - - Returns "Standard Colors". - - - - - - - - Returns "Theme Colors". - - - - - - - - Returns "Red component should be in range 0..255". - - - - - - - - Returns "Saturation". - - - - - - - - Returns "Saturation component should be in range 0..100". - - - - - - - - Returns "Blue - White - Red". - - - - - - - - Returns "Emerald - Azure - Blue". - - - - - - - - Returns "Green - White - Red". - - - - - - - - Returns "Green - Yellow - Red". - - - - - - - - Returns "Purple - White - Azure". - - - - - - - - Returns "White - Azure". - - - - - - - - Returns "White - Green". - - - - - - - - Returns "White - Red". - - - - - - - - Returns "Yellow - Green". - - - - - - - - Returns "Yellow - Orange - Coral". - - - - - - - - Specifies the caption of the editor's tab page displaying predefined custom colors. -Return value: Custom - - - - - - - - Specifies the caption of the editor's tab page displaying predefined system colors. -Return value: System - - - - - - - - Specifies the caption of the editor's tab page displaying predefined web colors. -Return value: Web - - - - - - - - Returns "Web-Safe". - - - - - - - - Represents the text which identifies the name of an in-place editor within a container control. - - -The string which is identified by this enumeration value is used to initiliaze an editor's property when this editor is activated for in-place editing within container controls (eg. XtraGrid, XtraTreeList, etc). - - - - - - - - - Returns "Blue Data Bar". - - - - - - - - Returns "Blue Data Bar Gradient". - - - - - - - - Returns "Coral Data Bar". - - - - - - - - Returns "Coral Data Bar Gradient". - - - - - - - - Returns "Green Data Bar". - - - - - - - - Returns "Green Data Bar Gradient". - - - - - - - - Returns "Light Blue Data Bar". - - - - - - - - Returns "Light Blue Data Bar Gradient". - - - - - - - - Returns "Mint Data Bar". - - - - - - - - Returns "Mint Data Bar Gradient". - - - - - - - - Returns "Orange Data Bar". - - - - - - - - Returns "Orange Data Bar Gradient". - - - - - - - - Returns "Raspberry Data Bar". - - - - - - - - Returns "Raspberry Data Bar Gradient". - - - - - - - - Returns "Violet Data Bar". - - - - - - - - Returns "Violet Data Bar Gradient". - - - - - - - - Returns "Yellow Data Bar". - - - - - - - - Returns "Yellow Data Bar Gradient". - - - - - - - - -Specifies the text string displayed in the and editors when no image is loaded. - - -Return value: Data empty - - - - - - - - - -The caption of the Clear button used to set the editor's edit value to the property value (null-date). - - -Return value: Clear - - - - - - - - - -The caption of the Today button used to assign the current day to the edit value of the editor. - - -Return value: Today - - - - - - - - - Identifies the days item in controls in a Touch UI. - -Return value: days - - - - - - - - - Returns "Default" - - - - - - - - Returns "False" - - - - - - - - Returns "True" - - - - - - - - Returns "Edit Formatting Rule". - - - - - - - - Returns "Field List ({0})". - - - - - - - - Returns "Avg". - - - - - - - - Returns "Count". - - - - - - - - Returns "Exists". - - - - - - - - Returns "Max". - - - - - - - - Returns "Min". - - - - - - - - Returns "Sum". - - - - - - - - Represents the caption of the AnyOf filter clause. -Return value: Is any of - - - - - - - - Represents the caption of the BeginsWith filter clause. -Return value: Begins with - - - - - - - - Represents the caption of the Between filter clause. -Return value: Is between - - - - - - - - Represents the caption of the BetweenAnd filter clause. -Return value: and - - - - - - - - Represents the caption of the Contains filter clause. -Return value: Contains - - - - - - - - Represents the caption of the DoesNotContain filter clause. -Return value: Does not contain - - - - - - - - Represents the caption of the DoesNotEqual filter clause. -Return value: Does not equal - - - - - - - - Represents the caption of the EndsWith filter clause. -Return value: Ends with - - - - - - - - Represents the caption of the Equals filter clause. -Return value: Equals - - - - - - - - Represents the caption of the Greater filter clause. -Return value: Is greater than - - - - - - - - Represents the caption of the GreaterOrEqual filter clause. -Return value: Is greater than or equal to - - - - - - - - Represents the caption of the IsNotNull filter clause. -Return value: Is not blank - - - - - - - - Returns "Is not blank". - - - - - - - - Represents the caption of the IsNull filter clause. -Return value: Is blank - - - - - - - - Returns "Is blank". - - - - - - - - Represents the caption of the Less filter clause. -Return value: Is less than - - - - - - - - Represents the caption of the LessOrEqual filter clause. -Return value: Is less than or equal to - - - - - - - - Represents the caption of the Like filter clause. -Return value: Is like - - - - - - - - Represents the caption of the NoneOf filter clause. -Return value: Is none of - - - - - - - - Represents the caption of the NotBetween filter clause. -Return value: Is not between - - - - - - - - Represents the caption of the NotLike filter clause. -Return value: Is not like - - - - - - - - Specifies an error message that may occur when parsing an expression - -Return value: The specified expression contains invalid symbols (line {0}, character {1}). - - - - - - - - - - Specifies an error message that may occur when parsing an expression - -Return value: The specified expression is invalid.. - - - - - - - - - Specifies the textual representation of the Between operator used when constructing a display string of filter criteria. - -Return value: Between - - - - - - - - - Specifies the textual representation of the binary bitwise AND operator used when constructing a display string of filter criteria. - -Return value: & - - - - - - - - - Specifies the textual representation of the binary bitwise OR operator used when constructing a display string of filter criteria. - -Return value: | - - - - - - - - - Specifies the textual representation of the binary bitwise XOR operator used when constructing a display string of filter criteria. - -Return value: ^ - - - - - - - - - Specifies the textual representation of the binary Divide operator used when constructing a display string of filter criteria. - -Return value: / - - - - - - - - - Specifies the textual representation of the binary Equal to operator used when constructing a display string of filter criteria. - -Return value: = - - - - - - - - - Specifies the textual representation of the binary Greater than operator used when constructing a display string of filter criteria. - -Return value: > - - - - - - - - - Specifies the textual representation of the binary Greater than or equal to operator used when constructing a display string of filter criteria. - -Return value: >= - - - - - - - - - Specifies the textual representation of the binary Less than operator used when constructing a display string of filter criteria. - -Return value: < - - - - - - - - - Specifies the textual representation of the binary Less than or equal to operator used when constructing a display string of filter criteria. - -Return value: <= - - - - - - - - - Specifies the textual representation of the binary Like operator used when constructing a display string of filter criteria. - -Return value: Like - - - - - - - - - Specifies the textual representation of the binary Minus operator used when constructing a display string of filter criteria. - -Return value: - - - - - - - - - - Specifies the textual representation of the binary Modulo operator used when constructing a display string of filter criteria. - -Return value: % - - - - - - - - - Specifies the textual representation of the binary Multiply operator used when constructing a display string of filter criteria. - -Return value: * - - - - - - - - - Specifies the textual representation of the binary Not Equal operator used when constructing a display string of filter criteria. - -Return value: <> - - - - - - - - - Specifies the textual representation of the binaryPlus operator used when constructing a display string of filter criteria. - -Return value: + - - - - - - - - - Returns "Abs" - - - - - - - - Returns "Acos" - - - - - - - - Returns "Add days" - - - - - - - - Returns "Add hours" - - - - - - - - Returns "Add milliseconds" - - - - - - - - Returns "Add minutes" - - - - - - - - Returns "Add months" - - - - - - - - Returns "Add seconds" - - - - - - - - Returns "Add ticks" - - - - - - - - Returns "Add time span" - - - - - - - - Returns "Add years" - - - - - - - - Returns "Ascii" - - - - - - - - Returns "Asin" - - - - - - - - Returns "Atn" - - - - - - - - Returns "Atn2" - - - - - - - - Returns "Big Mul" - - - - - - - - Returns "Ceiling" - - - - - - - - Returns "Char" - - - - - - - - Returns "Char index" - - - - - - - - Returns "Concat" - - - - - - - - Returns "Contains". - - - - - - - - Returns "Cos" - - - - - - - - Returns "Cosh" - - - - - - - - Specifies a string which represents the function type in filter display text. - -Return value: Custom - - - - - - - - - - - Returns "Custom non deterministic" - - - - - - - - Returns "Date diff day" - - - - - - - - Returns "Date diff hour" - - - - - - - - Returns "Date diff millisecond" - - - - - - - - Returns "Date diff minute" - - - - - - - - Returns "Date diff month" - - - - - - - - Returns "Date diff second" - - - - - - - - Returns "Date diff tick" - - - - - - - - Returns "Date diff year" - - - - - - - - Returns "Ends with". - - - - - - - - Returns "Exp" - - - - - - - - Returns "Floor" - - - - - - - - Returns "Get date" - - - - - - - - Returns "Get day" - - - - - - - - Returns "Get day of week" - - - - - - - - Returns "Get day of year" - - - - - - - - Returns "Get hour" - - - - - - - - Returns "Get millisecond" - - - - - - - - Returns "Get minute" - - - - - - - - Returns "Get month" - - - - - - - - Returns "Get second" - - - - - - - - Returns "Get time of day" - - - - - - - - Returns "Get year" - - - - - - - - Specifies the textual representation of the Iif function used when constructing a display string of filter criteria. - -Return value: Iif - - - - - - - - - Returns "Insert" - - - - - - - - Returns "Is April". - - - - - - - - Returns "Is August". - - - - - - - - Returns "Is December". - - - - - - - - Returns "Is February". - - - - - - - - Returns "Is January". - - - - - - - - Returns "Is July". - - - - - - - - Returns "Is June". - - - - - - - - Returns "Is last month". - - - - - - - - Returns "Is last year". - - - - - - - - Returns "Is March". - - - - - - - - Returns "Is May". - - - - - - - - Returns "Is next month". - - - - - - - - Returns "Is next year". - - - - - - - - Returns "Is November". - - - - - - - - Specifies the textual representation of the Is Null function, which takes one or two arguments, used when constructing a display string of filter criteria. - -Return value: IsNull - - - - - - - - - Returns "Is null or empty" - - - - - - - - Returns "Is October". - - - - - - - - Specifies the textual representation of the IsBeyondThisYear function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: BeyondThisYear - - - - - - - - - Specifies the textual representation of the IsEarlierThisMonth function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: EarlierThisMonth - - - - - - - - - Specifies the textual representation of the IsEarlierThisWeek function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: EarlierThisWeek - - - - - - - - - Specifies the textual representation of the IsEarlierThisYear function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: EarlierThisYear - - - - - - - - - Specifies the textual representation of the IsLastWeek function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: LastWeek - - - - - - - - - Specifies the textual representation of the IsLaterThisMonth function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: LaterThisMonth - - - - - - - - - Specifies the textual representation of the IsLaterThisWeek function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: LaterThisWeek - - - - - - - - - Specifies the textual representation of the IsLaterThisYear function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: LaterThisYear - - - - - - - - - Specifies the textual representation of the IsNextWeek function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: NextWeek - - - - - - - - - Specifies the textual representation of the IsPriorThisYear function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: PriorThisYear - - - - - - - - - Specifies the textual representation of the IsToday function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: Today - - - - - - - - - Specifies the textual representation of the IsTomorrow function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: Tomorrow - - - - - - - - - Specifies the textual representation of the IsYesterday function, which takes one argument, used when constructing a display string of filter criteria. - -Return value: Yesterday - - - - - - - - - Returns "Is same day". - - - - - - - - Returns "Is September". - - - - - - - - -Return value: Is This Month - - - - - - - - - -Return value: Is This Week - - - - - - - - - -Return value: Is This Year - - - - - - - - - Returns "Is the year-to-date period". - - - - - - - - Specifies the textual representation of the Len function used when constructing a display string of filter criteria. - -Return value: Len - - - - - - - - - Specifies the textual representation of the DayAfterTomorrow function, used when constructing a display string of filter criteria. - -Return value: DayAfterTomorrow - - - - - - - - - Returns "Last month". - - - - - - - - Specifies the textual representation of the LastWeek function, used when constructing a display string of filter criteria. - -Return value: LastWeek - - - - - - - - - Returns "Last year". - - - - - - - - Specifies the textual representation of the NextMonth function, used when constructing a display string of filter criteria. - -Return value: NextMonth - - - - - - - - - Specifies the textual representation of the NextWeek function, used when constructing a display string of filter criteria. - -Return value: NextWeek - - - - - - - - - Specifies the textual representation of the NextYear function, used when constructing a display string of filter criteria. - -Return value: NextYear - - - - - - - - - Specifies the textual representation of the Now function, used when constructing a display string of filter criteria. - -Return value: Now - - - - - - - - - Specifies the textual representation of the ThisMonth function, used when constructing a display string of filter criteria. - -Return value: ThisMonth - - - - - - - - - Specifies the textual representation of the ThisWeek function, used when constructing a display string of filter criteria. - -Return value: ThisWeek - - - - - - - - - Specifies the textual representation of the ThisYear function, used when constructing a display string of filter criteria. - -Return value: ThisYear - - - - - - - - - Specifies the textual representation of the Today function, used when constructing a display string of filter criteria. - -Return value: Today - - - - - - - - - Specifies the textual representation of the Tomorrow function, used when constructing a display string of filter criteria. - -Return value: Tomorrow - - - - - - - - - Returns "Two months away". - - - - - - - - Specifies the textual representation of the TwoWeeksAway function, used when constructing a display string of filter criteria. - -Return value: TwoWeeksAway - - - - - - - - - Returns "Two years away". - - - - - - - - Returns "One year ago". - - - - - - - - Specifies the textual representation of the Yesterday function, used when constructing a display string of filter criteria. - -Return value: Yesterday - - - - - - - - - Returns "Log" - - - - - - - - Returns "Log10" - - - - - - - - Specifies the textual representation of the Lower function used when constructing a display string of filter criteria. - -Return value: Lower - - - - - - - - - Returns "Max" - - - - - - - - Returns "Min" - - - - - - - - Specifies the string which represents the function type in filter display text. - -Return value: None - - - - - - - - - Returns "Now" - - - - - - - - Returns "Pad left" - - - - - - - - Returns "Pad right" - - - - - - - - Returns "Power" - - - - - - - - Returns "Remove" - - - - - - - - Returns "Replace" - - - - - - - - Returns "Reverse" - - - - - - - - Returns "Rnd" - - - - - - - - Returns "Round" - - - - - - - - Returns "Sign" - - - - - - - - Returns "Sin" - - - - - - - - Returns "Sinh" - - - - - - - - Returns "Sqr" - - - - - - - - Returns "Starts with". - - - - - - - - Specifies the textual representation of the Substring function used when constructing a display string of filter criteria. - -Return value: Substring - - - - - - - - - Returns "Tan" - - - - - - - - Returns "Tanh" - - - - - - - - Returns "Today" - - - - - - - - Returns "To decimal". - - - - - - - - Returns "To double". - - - - - - - - Returns "To float". - - - - - - - - Returns "To int". - - - - - - - - Returns "To long". - - - - - - - - Returns "To str" - - - - - - - - Specifies the textual representation of the Trim function used when constructing a display string of filter criteria. - -Return value: Trim - - - - - - - - - Specifies the textual representation of the Upper function used when constructing a display string of filter criteria. - -Return value: Upper - - - - - - - - - Returns "Utc now" - - - - - - - - Specifies the textual representation of the Boolean And operator used when constructing a display string of filter criteria. - -Return value: And - - - - - - - - - Specifies the textual representation of the Boolean Or operator used when constructing a display string of filter criteria. - -Return value: Or - - - - - - - - - Specifies the textual representation of the In function used when constructing a display string of filter criteria. - -Return value: In - - - - - - - - - Specifies the textual representation of the Is not null operator used when constructing a display string of filter criteria. - -Return value: Is Not Null - - - - - - - - - Specifies the textual representation of the Not like operator used when constructing a display string of filter criteria. - -Return value: Not Like - - - - - - - - - Specifies the textual representation of the unary bitwise Not operator used when constructing a display string of filter criteria. - -Return value: ~ - - - - - - - - - Specifies the textual representation of the unary Is null operator used when constructing a display string of filter criteria. - -Return value: Is Null - - - - - - - - - Specifies the textual representation of the unary Minus operator used when constructing a display string of filter criteria. - -Return value: - - - - - - - - - - Specifies the textual representation of the unary Not operator used when constructing a display string of filter criteria. - -Return value: Not - - - - - - - - - Specifies the textual representation of the unary Plus operator used when constructing a display string of filter criteria. - -Return value: + - - - - - - - - - Specifies the textual representations of date-time functions shown in filter popup windows. - -Return value: "Show all|Filter by a specific date:|Beyond|||Next week|Today|This week|This month|Earlier|{0:yyyy}, {0:MMMM}" - - - - - - - - - Specifies the caption of a submenu that contains date-time constants used to filter data - -Return value: DateTime constants - - - - - - - - - Specifies the caption of a submenu that contains date-time operators used to filter data - -Return value: DateTime operators - - - - - - - - - Returns "Text" - - - - - - - - Returns "Visual" - - - - - - - - Return value: enter a value - - - - - - - - Return value: <enter a parameter> - - - - - - - - - Return value: empty - - - - - - - - Returns "Functions" - - - - - - - - Return value: And - - - - - - - - Return value: Not And - - - - - - - - Return value: Not Or - - - - - - - - Return value: Or - - - - - - - - Return value: <Add a new parameter ...> - - - - - - - - - Return value: Clear All - - - - - - - - Return value: Add Condition - - - - - - - - Return value: Add Group - - - - - - - - Return value: Remove Row - - - - - - - - Specifies the textual representations of date-time functions shown in filter popup windows. - -Return value: -"Show all|Show Empty|Filter by a specific date:|Beyond this year|Later this year|Later this month|Next week|Later this week|Tomorrow|Today|Yesterday|Earlier this week|Last week|Earlier this month|Earlier this year|Prior to this year" - - - - - - - - - The text displayed within a tooltip invoked when hovering over the Incremental Search filter popup toolbar button. -Return value: Incremental Search - - - - - - - - The text displayed within a tooltip invoked when hovering over the Invert Filter filter popup toolbar button. -Return value: Invert Filter - - - - - - - - The text displayed within a tooltip invoked when hovering over the Multi-Selection filter popup toolbar button. -Return value: Multi-Selection - - - - - - - - The text displayed within a tooltip invoked when hovering over the Radio Mode filter popup toolbar button. -Return value: Radio Mode - - - - - - - - The text displayed within a tooltip invoked when hovering over the Show New Field Values filter popup toolbar button. -Return value: Show New Field Values - - - - - - - - The text displayed within a tooltip invoked when hovering over the Show Only Available Items filter popup toolbar button. -Return value: Show Only Available Items - - - - - - - - Return value: (Show All) - - - - - - - - Return value: Adds a new item to the list. - - - - - - - - Return value: (Use the Insert or Add button on the keyboard) - - - - - - - - Return value: (Use the Delete or Subtract button on the keyboard) - - - - - - - - Return value: Actions. - - - - - - - - Return value: Adds a new condition to this group. - - - - - - - - Return value: Removes this condition. - - - - - - - - Return value: Compare to a value / other field's value. - - - - - - - - - Returns "Bold Text". - - - - - - - - Returns "Green Bold Text". - - - - - - - - Returns "Green Fill". - - - - - - - - Returns "Green Fill with Green Text". - - - - - - - - Returns "Green Text". - - - - - - - - Returns "Italic Text". - - - - - - - - Returns "Red Bold Text". - - - - - - - - Returns "Red Fill". - - - - - - - - Returns "Red Fill with Red Text". - - - - - - - - Returns "Red Text". - - - - - - - - Returns "Strikeout Text". - - - - - - - - Returns "Yellow Fill with Yellow Text". - - - - - - - - Returns "Format cells that are ABOVE AVERAGE". - - - - - - - - Returns "Apply formatting to an entire row". - - - - - - - - Returns "Format cells that are BELOW AVERAGE". - - - - - - - - Returns "Format cells that are BETWEEN". - - - - - - - - Returns "Format cells that rank in the BOTTOM". - - - - - - - - Returns "Format cells that match the following condition". - - - - - - - - Returns "Format cells that contain a date matching these conditions". - - - - - - - - Returns "Format cells that are DUPLICATE VALUES". - - - - - - - - Returns "Format cells that are EQUAL TO". - - - - - - - - Returns "<enter an expression>". - - - - - - - - Returns "for this column with". - - - - - - - - Returns "Format cells that are GREATER THAN". - - - - - - - - Returns "Format cells that are LESS THAN". - - - - - - - - Returns "Above Average". - - - - - - - - Returns "Below Average". - - - - - - - - Returns "Between". - - - - - - - - Returns "Bottom 10 Items". - - - - - - - - Returns "Bottom 10 %". - - - - - - - - Returns "Clear Rules from All Columns". - - - - - - - - Returns "Clear Rules from This Column". - - - - - - - - Returns "Clear Rules". - - - - - - - - Returns "Apply a color gradient to a range of\r\ncells in this column. The color indicates\r\nwhere each cell falls within that range." - - - - - - - - Returns "Color Scales". - - - - - - - - Returns "Custom Condition". - - - - - - - - Returns "Add a colored data bar to represent\r\nthe value in a cell. The higher the\r\nvalue, the longer the bar." - - - - - - - - Returns "Data Bars". - - - - - - - - Returns "A Date Occurring". - - - - - - - - Returns "Duplicate Values". - - - - - - - - Returns "Equal To". - - - - - - - - Returns "Gradient Fill". - - - - - - - - Returns "Greater Than". - - - - - - - - Returns "Highlight Cell Rules". - - - - - - - - Returns "Use this icon set to classify column\r\nvalues into the following ranges:". - - - - - - - - Returns "Icon Sets". - - - - - - - - Returns "Less Than". - - - - - - - - Returns "Manage Rules..." - - - - - - - - Returns "Solid Fill". - - - - - - - - Returns "Text that Contains". - - - - - - - - Returns "Top 10 Items". - - - - - - - - Returns "Top 10 %". - - - - - - - - Returns "Top/Bottom Rules". - - - - - - - - Returns "Unique Values". - - - - - - - - Returns "Unique/Duplicate Rules". - - - - - - - - Returns "Format cells that contain the text". - - - - - - - - Returns "Format cells that rank in the TOP". - - - - - - - - Returns "Format cells that are UNIQUE VALUES". - - - - - - - - Returns "with". - - - - - - - - Identifies the hours item in and controls in a Touch UI. - -Return value: hours - - - - - - - - - - Returns "Directional". - - - - - - - - Returns "Indicators". - - - - - - - - Returns "Positive/Negative". - - - - - - - - Returns "Ratings". - - - - - - - - Returns "Shapes". - - - - - - - - Returns "Symbols". - - - - - - - - Returns "3 Arrows (Colored)". - - - - - - - - Returns "3 Arrows (Gray)". - - - - - - - - Returns "4 Arrows (Colored)". - - - - - - - - Returns "4 Arrows (Gray)". - - - - - - - - Returns "5 Arrows (Colored)". - - - - - - - - Returns "5 Arrows (Gray)". - - - - - - - - Returns "5 Boxes". - - - - - - - - Returns "3 Flags". - - - - - - - - Returns "Arrows (Colored)". - - - - - - - - Returns "Arrows (Gray)". - - - - - - - - Returns "Triangles". - - - - - - - - Returns "5 Quarters". - - - - - - - - Returns "4 Ratings". - - - - - - - - Returns "5 Ratings". - - - - - - - - Returns "Red To Black". - - - - - - - - Returns "3 Signs". - - - - - - - - Returns "3 Stars". - - - - - - - - Returns "3 Symbols (Circled)". - - - - - - - - Returns "3 Symbols (Uncircled)". - - - - - - - - Returns "3 Traffic Lights (Rimmed)". - - - - - - - - Returns "3 Traffic Lights (Unrimmed)". - - - - - - - - Returns "4 Traffic Lights". - - - - - - - - Returns "3 Triangles". - - - - - - - - Specifies the text string displayed within the editor's edit region when no image is loaded if the property is set to false (the identification icon is not displayed). -Return value: (Empty) - - - - - - - - Specifies the text string displayed within the editor's edit region when the image is loaded if the property is set to false (the identification icon is not displayed). -Return value: (Picture) - - - - - - - - Return value: The number must be between 1 and 32767. - - - - - - - - Represents the default error description displayed in a message box/tooltip if the editor's validation has failed. -Return value: Invalid Value - - - - - - - - -Represents the initial value of the property when the object is created without parameters. - - -Return value: Name - - - - - - - - Specifies the text string displayed in the edit box of the when the edit value is null (Nothing in Visual Basic). - - - - - - - - Reserved for future use. - - - - - - - - Returns "Above Average". - - - - - - - - Returns "(All)". - - - - - - - - Returns "Above". - - - - - - - - Returns "Below". - - - - - - - - Returns "Equal Or Above". - - - - - - - - Returns "Equal Or Below". - - - - - - - - Returns "Format values that are:". - - - - - - - - Returns "the average of column values". - - - - - - - - Returns "Below Average". - - - - - - - - Returns "Conditional Formatting Rules Manager". - - - - - - - - Returns "Between". - - - - - - - - Returns "Equal To". - - - - - - - - Returns "Greater Than". - - - - - - - - Returns "Greater Than Or Equal To". - - - - - - - - Returns "Less Than". - - - - - - - - Returns "Less Than Or Equal To". - - - - - - - - Returns "Not Between". - - - - - - - - Returns "Not Equal To". - - - - - - - - Returns "Graded Color Scale". - - - - - - - - Returns "2-Color Scale". - - - - - - - - Returns "3-Color Scale". - - - - - - - - Returns "Midpoint". - - - - - - - - Returns "Color:" - - - - - - - - Returns "Maximum". - - - - - - - - Returns "Minimum". - - - - - - - - Returns "Number". - - - - - - - - Returns "Percent". - - - - - - - - Returns "Preview:" - - - - - - - - Returns "Type:" - - - - - - - - Returns "Value:" - - - - - - - - Returns "Format Style:" - - - - - - - - Returns "Data Bar". - - - - - - - - Returns "Axis Color:" - - - - - - - - Returns "Bar Appearance:" - - - - - - - - Returns "Bar Direction:" - - - - - - - - Returns "Border:" - - - - - - - - Returns "Context". - - - - - - - - Returns "Draw Axis". - - - - - - - - Returns "Fill:" - - - - - - - - Returns "Gradient Fill". - - - - - - - - Returns "Left-to-Right". - - - - - - - - Returns "No Border". - - - - - - - - Returns "Right-to-Left". - - - - - - - - Returns "Solid Border". - - - - - - - - Returns "Solid Fill". - - - - - - - - Returns "Use Negative Bar". - - - - - - - - Returns "Following the month in 2 months time". - - - - - - - - Returns "Following this year". - - - - - - - - Returns "Prior to the month 6 months ago". - - - - - - - - Returns "This month, prior to previous week". - - - - - - - - Returns "This week, prior to yesterday". - - - - - - - - Returns "This year, prior to this month". - - - - - - - - Returns "Last Week". - - - - - - - - Returns "This month, beyond next week". - - - - - - - - Returns "This week, beyond tomorrow". - - - - - - - - Returns "This year, beyond this month". - - - - - - - - Returns "Next Month". - - - - - - - - Returns "During the month in 2 months time". - - - - - - - - Returns "Last Month". - - - - - - - - Returns "During the month 2 months ago". - - - - - - - - Returns "During the month 3 months ago". - - - - - - - - Returns "During the month 4 months ago". - - - - - - - - Returns "During the month 5 months ago". - - - - - - - - Returns "During the month 6 months ago". - - - - - - - - Returns "Next Week". - - - - - - - - Returns "Prior to this year". - - - - - - - - Returns "This Month". - - - - - - - - Returns "This Week". - - - - - - - - Returns "Today". - - - - - - - - Returns "Tomorrow". - - - - - - - - Returns "Yesterday". - - - - - - - - Returns "Delete Rule". - - - - - - - - Returns "Down". - - - - - - - - Returns "Edit Rule..." - - - - - - - - Returns "Equal to or Above Average". - - - - - - - - Returns "Equal to or Below Average". - - - - - - - - Returns "Background Color:". - - - - - - - - Returns "Bold". - - - - - - - - Returns "Format Cells". - - - - - - - - Returns "Clear". - - - - - - - - Returns "Effects:". - - - - - - - - Returns "Fill". - - - - - - - - Returns "Font". - - - - - - - - Returns "Font color". - - - - - - - - Returns "Font style". - - - - - - - - Returns "Italic". - - - - - - - - Returns "None". - - - - - - - - Returns "Predefined Appearance". - - - - - - - - Returns "Regular". - - - - - - - - Returns "Strikethrough". - - - - - - - - Returns "Underline". - - - - - - - - Returns "Formula". - - - - - - - - Returns "Format values where this formula is true:" - - - - - - - - Returns "Apply to the row". - - - - - - - - Returns "Column". - - - - - - - - - - - - - - - Returns "Format". - - - - - - - - Returns "Rule". - - - - - - - - - - - - - - - Returns "Icon Set". - - - - - - - - Returns "Icon Set". - - - - - - - - Returns "Display each icon according to these rules:" - - - - - - - - Returns "Reverse Icon Order". - - - - - - - - Returns "value is". - - - - - - - - Returns "When". - - - - - - - - Returns "New Rule..." - - - - - - - - Returns "No Format Set". - - - - - - - - Returns "Bottom". - - - - - - - - Returns "Format values that rank in the:" - - - - - - - - Returns "% of column values". - - - - - - - - Returns "Top". - - - - - - - - Returns "Show formatting rules for:". - - - - - - - - Returns "Format..." - - - - - - - - Returns "Beginning With". - - - - - - - - Returns "Containing". - - - - - - - - Returns "Ending With". - - - - - - - - Returns "Not Containing". - - - - - - - - Returns "Blanks". - - - - - - - - Returns "Cell Value". - - - - - - - - Returns "Dates Occurring". - - - - - - - - Returns "Errors". - - - - - - - - Returns "Format only cells with:" - - - - - - - - Returns "No Blanks". - - - - - - - - Returns "No Errors". - - - - - - - - Returns "Specific Text". - - - - - - - - Returns "Duplicate". - - - - - - - - Returns "Format all:" - - - - - - - - Returns "Unique". - - - - - - - - Returns "column values". - - - - - - - - Returns "Up". - - - - - - - - Specifies the exception message raised when the editor's entered value specified by the mask is incomplete. - -Return value: The entered value is incomplete. Do you want to correct it?\r\n\r\nYes - return to the editor and correct the value.\r\nNo - leave the value as is.\r\nCancel - reset to the previous value.\r\n - - - - - - - - - Returns "millisecs". - - - - - - - - Identifies the minutes item in and controls in a Touch UI . - -Return value: mins - - - - - - - - - - Specifies the default hint of the 's button used to insert a new blank record after the last one in the data source. -Return value: Append - - - - - - - - Specifies the default hint of the 's button used to cancel edits to the current record. -Return value: Cancel Edit - - - - - - - - - - - - - - - - Specifies the default hint of the 's button used to post edited record value to the associated data source. -Return value: End Edit - - - - - - - - Specifies the default hint of the 's button used to set the current record to the first record in the dataset. -Return value: First - - - - - - - - Specifies the default hint of the 's button used to set the current record to the last record in the data source. -Return value: Last - - - - - - - - Specifies the default hint of the 's button used to set the current record to the next record in the data source. -Return value: Last - - - - - - - - Specifies the default hint of the 's button used to change the current record position in the data source by the property value upwards. -Return value: Next Page - - - - - - - - Specifies the default hint of the 's button used to the current record to the previous one in the data source. -Return value: Previous - - - - - - - - Specifies the default hint of the 's button used to change the current record position in the data source by the property value backwards. -Return value: Previous Page - - - - - - - - Specifies the default hint of the 's button used to delete the current record. -Return value: Delete - - - - - - - - Specifies the format of the text string which can be displayed in the to display the current record and the total number of records in the associated data source. -Return value: Record {0} of {1} - - - - - - - - Returns "Edit the Rule Description:" - - - - - - - - Returns "Format all cells based on their values". - - - - - - - - Returns "Format only cells that contain". - - - - - - - - Returns "Format only top or bottom ranked values". - - - - - - - - Returns "Format only unique or duplicate values". - - - - - - - - Returns "Format only values that are above or below average". - - - - - - - - Returns "Select a Rule Type:" - - - - - - - - Returns "Use a formula to determine which cells to format". - - - - - - - - Returns "New Formatting Rule". - - - - - - - - Specifies the default hint for the 's custom button. -Return value: "" (empty string) - - - - - - - - Returns "(None)". - - - - - - - - Reserved for future use. -Return value: Not valid array length. - - - - - - - - Returns "Navigation Options". - - - - - - - - The caption of the Ok button displayed within the dropdown window of a and editors. -Return value: Ok - - - - - - - - An error displayed when an image cannot be copied to the Clipboard by the control. - -Return value: Could not copy image - - - - - - - - - -Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to copy the contents of an editor. - - -Return value: Copy - - - - - - - - - -Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to copy and delete the contents of an editor. - - -Return value: Cut - - - - - - - - - -Applied to image editors ( and customized to display images).The string represents the caption of the menu item to delete the contents of an editor. - - -Return value: Delete - - - - - - - - - Returns "Fit Image". - - - - - - - - Returns "Full Size". - - - - - - - - -Applied to image editors ( and are customized to display images).The string represents the caption of the menu item to load an image from an external file. - - -Return value: Load - - - - - - - - - -Applied to image editors ( and are customized to display images).The string represents the caption of the menu item to replace the contents of an editor with an image from the Clipboard. - - -Return value: Paste - - - - - - - - - -Applied to image editors ( and are customized to display images). The string represents the caption of the menu item to save an editor's image to an external file. - - -Return value: Save - - - - - - - - - Returns "Zoom". - - - - - - - - Returns "Zoom In". - - - - - - - - Returns "Zoom Out". - - - - - - - - Returns "Zoom to:". - - - - - - - - Returns "{0}%". - - - - - - - - -Specifies the error message displayed when specifying an invalid image for a or editors. - - -Return value: Wrong picture format - - - - - - - - - -The caption of the error message displayed when specifying an invalid image for a or . This string is followed by detail information on the error. - - -Return value: Open error - - - - - - - - - -Specifies the file masks (filters) for the Open dialog used to load an image from an external file to a or editor. - - -Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg;*.jpeg)|*.jpg;*.jpeg|Icon Files (*.ico)|*.ico|All Picture Files |*.bmp;*.gif;*.jpg;*.jpeg;*.ico;*.png;*.tif|All Files |*.* - - - - - - - - - -The title of the Open File dialog used to load the image into the or editor.. - - -Return value: Open - - - - - - - - - -Specifies the file masks (filters) for the Save As dialog used to save the image displayed in a or editor to an external file. - - -Return value: Bitmap Files (*.bmp)|*.bmp|Graphics Interchange Format (*.gif)|*.gif|JPEG File Interchange Format (*.jpg)|*.jpg - - - - - - - - - -The title of the Save File dialog used to save the image displayed in the or editor to an external file. - - -Return value: Save As - - - - - - - - - Return value: Busy - - - - - - - - Return value: Door Open - - - - - - - - Return value: Driver Update Needed - - - - - - - - Return value: Error - - - - - - - - Return value: Initializing - - - - - - - - Return value: IO Active - - - - - - - - Return value: ManualFeed - - - - - - - - Return value: Not Available - - - - - - - - Return value: No Toner - - - - - - - - Return value: Offline - - - - - - - - Return value: Out Of Memory - - - - - - - - Return value: Output Bin Full - - - - - - - - Return value: Page Punt - - - - - - - - The caption of print preview windows. - -Return value: Preview: - - - - - - - - - Return value: PaperJam - - - - - - - - Return value: PaperOut - - - - - - - - Return value: PaperProblem - - - - - - - - Return value: Paused - - - - - - - - Return value: Pending Deletion - - - - - - - - Return value: Power Save - - - - - - - - Return value: Printing - - - - - - - - Return value: Processing - - - - - - - - Return value: Ready - - - - - - - - Return value: Server Offline - - - - - - - - Return value: Server Unknown - - - - - - - - Return value: Toner Low - - - - - - - - Return value: User Intervention - - - - - - - - - - - - - - - - Return value: Warming Up - - - - - - - - Returns "Cancel". - - - - - - - - Returns "Cancel pending". - - - - - - - - Returns "Creating document". - - - - - - - - Returns "Exporting". - - - - - - - - Returns "Loading data". - - - - - - - - The 's default caption. -Return value: Please Wait - - - - - - - - The 's default description. -Return value: Loading ... - - - - - - - - Returns "Printing". - - - - - - - - Returns "XML files (*.xml)|*.xml|All files|*.*". - - - - - - - - Returns "Restore Layout". - - - - - - - - Returns "XML files (*.xml)|*.xml". - - - - - - - - Returns "Save Layout". - - - - - - - - Specifies the text displayed by the when it is not focused and has no search request. - -Return value: Enter text to search... - - - - - - - - - Returns "Search for a column..." - - - - - - - - Returns "Search for a field..." - - - - - - - - Identifies the seconds item in and controls in a Touch UI. - -Return value: secs - - - - - - - - - - Specifies the default hint for the tab control's Close button. - -Return value: Close - - - - - - - - Returns "Scroll Down". - - - - - - - - Specifies the default hint for the tab control's Next button which is used to scroll forwards through the tab pages. - -Return value: Next - - - - - - - - Returns "Pin". - - - - - - - - Specifies the default hint for the tab control's Previous button which is used to scroll backwards through the tab pages. - -Return value: Previous - - - - - - - - Returns "Unpin". - - - - - - - - Returns "Scroll Up". - - - - - - - - Returns "Show Window List". - - - - - - - - The caption of the Capture button in the dialog window that takes a picture from a webcam. -Return value: Capture - - - - - - - - - The caption of the Save button in the dialog window that saves a picture taken from a webcam. -Return value: Save - - - - - - - - - The caption of the dialog window that takes a picture from a webcam. -Return value: Take Picture - - - - - - - - - The caption of the Try Again button in the dialog window that takes a picture from a webcam. -Return value: Try Again - - - - - - - - - Applied to image editors ( and are customized to display images). The string represents the caption of the menu item that takes an image from a webcam. -Return value: Take Picture from Camera - - - - - - - - - Represents the caption of the menu item used to copy the selected contents of an editor. - -Return value: Copy - - - - - - - - Represents the caption of the menu item used to cut the selected contents of an editor. - -Return value: Cut - - - - - - - - Represents the caption of the menu item used to delete the selected contents of an editor. - -Return value: Delete - - - - - - - - Represents the caption of the menu item used to replace the contents of an editor with the text held in the Clipboard. - -Return value: Paste - - - - - - - - Represents the caption of the menu item used to select the editor's content. - -Return value: Select All - - - - - - - - Represents the caption of the menu item used to undo the last edit operation in the text box. - -Return value: Undo - - - - - - - - The error message displayed when trying to assign a translucent background color to a control that doesn't support transparency. - -Return value: This control does not support transparent background colors - - - - - - - - - -Return value: Unknown picture format - - - - - - - - - Represents the caption of the Abort button in the XtraMessageBox. -Return value: Abort - - - - - - - - Represents the caption of the Cancel button in the XtraMessageBox. -Return value: Cancel - - - - - - - - Represents the caption of the Ignore button in the XtraMessageBox. -Return value: Ignore - - - - - - - - Represents the caption of the No button in the XtraMessageBox. -Return value: No - - - - - - - - Represents the caption of the Ok button in the XtraMessageBox. -Return value: Ok - - - - - - - - Represents the caption of the Retry button in the XtraMessageBox. -Return value: Retry - - - - - - - - Represents the caption of the Yes button in the XtraMessageBox. -Return value: Yes - - - - - - - - - Contains values specifying the inplace editor types. - - - - - - - This member supports the .NET framework infrastructure and is not intended to be used in your code. - - - - - - - - This member supports the .NET framework infrastructure and is not intended to be used in your code. - - - - - - - - This member supports the .NET framework infrastructure and is not intended to be used in your code. - - - - - - - - - Serves as the base for , , , and classes. - - - - - - - Creates a new object. - - - - - - - - Adds new items that represent elements of the specified enumeration to the control. - - - - The type of the required enumeration. - - - - - - - - Adds new items that represent elements of the specified enumeration to the control, allowing you to specify whether enumeration constant names or integer values are assigned to the item values. - - - - The type of the required enumeration. - - - - true, if enumeration underlying integer values are assigned to the item values; otherwise, false. - - - - - - - - Adds new items that represent elements of the specified enumeration to the control, allowing you to customize item descriptions. - - - - A delegate that generates item descriptions. - - - - - - - - - Adds new items that represent elements of the specified enumeration to the control. - - - - - - - - Gets or sets whether HTML tags can be used to format the text of the control's items. - - - A value that specifies whether HTML tags can be used to format the text of the control's items. - - - - - - - Provides access to the appearance settings used to paint list items when the control is disabled. - - - A object that specifies the appearance settings used to paint list items when the control is disabled. - - - - - - - Provides access to the appearance settings used to paint hot tracked list items. - - - An object specifying the appearance settings used to paint hot tracked list items. - - - - - - - Provides access to the appearance settings used to paint list items in the selected state. - - - An object that specifies the appearance settings used to paint list items in the selected state. - - - - - - - Gets or sets the control's background color. - - - A value that specifies the control's background color. - - - - - - - Locks the BaseListBoxControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Unlocks the BaseListBoxControl object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets or sets column width when the setting is enabled. - - - An integer value representing column width in pixels. 0 if the column width is automatically calculated. - - - - - - - Fires when a context button is clicked. - - - - - - - - Provides access to the settings applied to the context buttons displayed in the control. - - - A object that comprises settings applied to the context buttons displayed in the control. - - - - - - - Provides access to the collection of context buttons displayed in the control. - - - A ContextItemCollection object that represents the collection of context buttons. - - - - - - - Fires when the , or property value changes. - - - - - - - - Allows hints for context buttons displayed in the current BaseListBoxControl to be customized. This event is only raised for and objects. - - - - - - - - Enables custom display text to be provided for control items. - - - - - - - - Allows you to provide a custom template for listbox items. - - - - - - - - Allows you to customize the context buttons for individual items. - - - - - - - - Allows you to dynamically customize templated items. - - - - - - - - Gets or sets the data source that provides items to display in the control. - - - A data source object whose data is displayed by the ListBox control. - - - - - - - Occurs immediately after the property value has been changed. - - - - - - - - The default value for the property. Returns false. - - - - - - - - - Gets or sets the name of the data source field that provides display text for listbox items. This property is not supported when listbox items are rendered based on Item Templates - - - A string value specifying a field name in a data source. - - - - - - - Occurs immediately after the list box control display member has been changed. - - - - - - - - Provides the ability to custom paint items displayed within the list box control. - - - - - - - - Unlocks the BaseListBoxControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the index of the specified item. - - - - An object which represents an item whose index is returned. - - - An integer value which specifies the item's position within the collection. -1 if the item isn't found. - - - - - - - Searches for the first list box item in the specified direction from the specified index, using a cusom algorithm. - - - - An integer value providing the zero-based index of the start item. - - - - true to search to the end of the item list; false to search to the beginning of the item list. - - - - A delegate that is called when searching for a list box item. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Finds the first item in the list box control starting with the specified string. - - - - A string value representing the search text. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Finds the first item in the list box control which starts with the specified string. The search starts at a starting index specified by the parameter. - - - - A string value providing the search text. - - - - An integer value providing the zero-based index of the start item. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Searches for the first list box item in the specified direction from the specified index, and starting with a specific string. - - - - - A string value representing the search text. - - - - An integer value providing the zero-based index of the start item. - - - - true to search to the end of the item list; false to search to the beginning of the item list. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Finds the first item which matches the specified string exactly. - - - - A string value specifying the search text. - - - - An integer value representing the zero-based index of the first item to be searched. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Finds the first item in the list box control which matches the specified string exactly. - - - - A string value specifying the search text. - - - An integer value representing the zero-based index of the first item found. -1 if no item is found. - - - - - - - Forces the control to finish its initialization. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets an item's display value. - - - - A zero-based integer specifying the item by its position within the collection. - - - An object representing the item's value. The String.Empty value if the item index provided is invalid. - - - - - - - Gets an item at the specified position. - - - - An integer value representing the zero-based index of an item to be returned. - - - An object representing an item at the specified position. null (Nothing in Visual Basic) if no item is found. - - - - - - - Gets the boundaries of the specified item. - - - - A zero-based integer value which specifies the item's index. - - - A structure which represents the specified item's boundaries. - - - - - - - Gets the text string displayed by the item. - - - - An integer value representing the zero-based index of the item. - - - A string value representing the text displayed within the item. String.Empty if no item is found. - - - - - - - Gets the specified item's value. - - - - An integer value representing the zero-based index of the item whose value is returned. - - - An object representing the specifyed item's value. null (Nothing in Visual Basic) if no item is found. - - - - - - - Gets or sets the paint mode for the selected and hot-tracked items. - - - - A value that specifies the paint mode for the selected and hot-tracked items. - - - - - - - - Gets or sets whether a horizontal scroll bar is enabled when the control's items are displayed in a single column and some of them exceed the control's width. - - - true if horizontal scrolling is enabled in single column display mode; otherwise, false. - - - - - - - Gets or sets the offset by which the control is scrolled horizontally when the scrollbar buttons are clicked. This property is in effect in single column display mode, when the property is set to true. - - - An integer value specifying the horizontal scrolling step in pixels. - - - - - - - Gets the zero-based index of the currently hot-tracked item. - - - The zero-based index of the currently hot-tracked item. - - - - - - - Gets or sets whether list box items are hot-tracked when the mouse pointer moves over them. - - - true, if the items are hot-tracked; otherwise, false. - - - - - - - Gets or sets how items are selected when item hot-tracking is enabled. - - - A value that specifies how items are selected. - - - - - - - Gets or sets a collection of images to be inserted into the display text of the control's items. This property is in effect when using the HTML formatting feature. - - - A object that stores a collection of images. - - - - - - - Gets or sets whether incremental searching for items is enabled. - - - true if incremental searching for items is enabled; otherwise, false. - - - - - - - Returns the index of an item at specified coordinates. - - - - A structure containing the coordinates used to obtain the item index. - - - An integer value representing the zero-based index of an item at specified coordinates. -1 if no item is found. - - - - - - - Gets a value indicating whether the list box control is being loaded. - - - true if the list box control is being loaded; otherwise, false. - - - - - - - Gets whether the current BaseListBoxControl is locked by the method. - - - true, if the BaseListBoxControl is locked; otherwise, false. - - - - - - - Gets or sets whether the height of items is automatically calculated to fit their entire content. - - - - true, if item height is automatically calculated; otherwise, false. - - - - - - - Gets the number of elements contained in the collection of the list box control. - - - An integer value representing the number of elements contained in the collection. - - - - - - - Gets or sets an item's height. - - - An integer value representing an item's height in pixels. - - - - - - - Gets or sets padding within list items. - - - A structure representing list item internal spacing characteristics. - - - - - - - Gets or sets the horizontal scroll position. - - - A zero-based integer value that specifies the horizontal scroll position. - - - - - - - Makes the specified item visible on-screen if it is currently invisible. - - - - An integer value representing the item's zero-based index. - - - - - - - - Provides the ability to change an individual item's height. - - - - - - - - Gets or sets whether listbox items can be arranged across multiple columns. - - - true, if the items can be arranged in multiple columns; otherwise, false. - - - - - - - Selects all items when multiple item selection is enabled. - - - - - - - - Gets or sets the index of the currently selected item. - - - An integer value representing the zero-based index of the item in the list box control. -1 if no item is selected. - - - - - - - Allows you to respond to item selection. - - - - - - - - Gets a collection containing the indexes of all currently selected items in the list box control. - - - A SelectedIndexCollection object representing the collection of all currently selected items in the control. - - - - - - - Gets or sets the currently selected item. - - - An object representing the list box control's currently selected item. - - - - - - - Gets currently selected items. - - - A SelectedItemCollection object containing currently selected items. - - - - - - - Gets or sets the currently selected item's value. - - - An object representing the currently selected item's value. null (Nothing in Visual Basic) if no item is selected. - - - - - - - Occurs after a value of the selected item has been changed. - - - - - - - - Gets or sets whether a single or multiple items can be selected. - - - A SelectionMode enumeration member specifying the list box control's selection behavior. - - - - - - - Assigns a new value to the specified item. - - - - An object representing a new value to be assigned to the specified item. - - - - An integer value representing the zero-based index of the item to which a new value is assigned. - - - - - - - - Sets the specified item's selection state. - - - - The zero-based index of the item whose selection state will be changed. - - - - true to select the item; false to unselect the item. - - - - - - - - Gets or sets whether hovering over items selects the item being hovered over (modifies the control's property). - - - true if item being hovered over is automatically selected; otherwise, false. - - - - - - - Gets or sets whether the dotted focus rectangle is displayed around the focused item. - - - true, if the dotted focus rectangle is displayed around the focused item; otherwise, false. - - - - - - - Gets or sets whether tooltips are displayed for items whose text is trimmed. - - - A value that specifies whether tooltips are displayed for items whose text is trimmed. - - - - - - - Gets or sets the sort order for the list box control. - - - A SortOrder enumeration member specifying the order in which items in the list box control are sorted. - - - - - - - Provides access to the collection of item templates used to render listbox items. - - - The item template collection. - - - - - - - This property is not supported by the BaseListBoxControl class. - - - A string value. - - - - - - - Gets or sets the index of the first visible item in the list box control. - - - An integer value specifying the zero-based index of the top visible item. - - - - - - - Unselects all items when multiple item selection is enabled. - - - - - - - - Gets or sets whether the control is painted grayed out when it's in the disabled state. - - - - true, if the control is painted grayed out, when it's in the disabled state; otherwise, false. - - - - - - - Gets or sets the field name in the bound data source whose contents are assigned to item values. - - - A string value specifying a field name in the data source. - - - - - - - Occurs after the property value has been changed. - - - - - - - - - The button that can display text along with a custom image and can be clicked at runtime without receiving focus. - - - - - - - Creates a new object. - - - - - - - - Gets or sets whether the button can be focused. - - - - true if the button can be focused; otherwise, false. - - - - - - - Gets or sets whether the current SimpleButton icon should be painted with the button's fore color. - - - - A DefaultBoolean enumerator value that specifies whether the current SimpleButton's icon should be painted with the button's fore color. - - - - - - - - Gets or sets whether the current SimpleButton's caption can be formatted using HTML-tags. - - - true if the current SimpleButton's caption can be formatted using HTML-tags; otherwise, false. - - - - - - - Gets or sets whether the control's size is automatically calculated based on its contents. - - - true, if the control's size is automatically calculated; otherwise, false. - - - - - - - This member is not supported for the SimpleButton control. Use the property instead. - - - A Boolean value. - - - - - - - - Gets or sets whether the control's width is changed to display the control's content in its entirety. This property is in effect when the control resides within a . - - - - true if auto-size mode is enabled; otherwise, false. - - - - - - - Calculates the button size required to fit its content, but not exceeding the maximum and minimum values. - - - A System.Drawing.Size object specifying the button size that best fits its content, but does not exceed the maximum and minimum values. - - - - - - - Gets the SimpleButton's view information. - - - A DevExpress.XtraEditors.ViewInfo.SimpleButtonViewInfo object that provides view information on all SimpleButton elements. - - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A System.Drawing.Size value. - - - - - - - Gets or sets the alignment of the image displayed within the button. - - - A enumeration member specifying the image alignment. - - - - - - - Gets or sets the button's image. - - - An object representing the image to be displayed on the button. - - - - - - - Gets or sets the alignment of the image displayed within the button. - - - A enumeration member which specifies the image's alignment. - - - - - - - Gets or sets the index of the image displayed on the button. - - - An integer value representing the zero-based index of the image displayed on the button. - - - - - - - Gets or sets the source of images to be displayed within the button. - - - An object that is the source of images to be displayed within the button. - - - - - - - Specifies the image alignment relative to the button. - - - A value that specifies the alignment of the button's image. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this SimpleButton. - - - A object that stores all properties that allow you to assign and customize an icon for this SimpleButton. - - - - - - - Gets or sets how the button's image is aligned relative to the button's text. - - - An enumeration value that specifies how the button's image is aligned relative to the button's text. - - - - - - - Gets or sets the ditance between the button's image and text. This property is in effect if the button's image is aligned relative to the text. - - - An integer value that specifies the distance, in pixels, between the button's image and text. - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current button. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current button. - - - - - - - Gets or sets whether the dotted focus rectangle is displayed within the SimpleButton when it has focus. - - - The value that specifies whether the dotted focus rectangle is displayed within the SimpleButton when it has focus. - - - - - - - Starts the animation of an animated GIF file being displayed in the button. - - - - - - - - Stops animation of an animated GIF file being displayed in the button. - - - - - - - - Gets or sets the text string displayed within the button control. - - - A string value representing the button's caption. - - - - - - - - The editor that allows you to display any controls within its popup window. - - - - - - - Creates an instance of the class. - - - - - - - - Validates the editor. - - - - A enumeration value that specifies how a dropdown editor's popup window should be closed. - - - true if the editor's value is valid; otherwise, false. - - - - - - - Gets the editor type name. - - - The 'PopupContainerEdit' string always. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupContainerForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets settings specific to the current object. - - - An object containing settings specific to the current editor. - - - - - - - Enables you to specify the textual representation of the editor's value. - - - - - - - - Fires before closing the popup window enabling you to modify the edit value. - - - - - - - - Opens the popup window. - - - - - - - - - The dropdown panel for the editor. - - - - - - - Creates an instance of the class. - - - - - - - - Gets the manner in which the control is docked. - - - The DockStyle.None value always. - - - - - - - Gets the editor which displays the current popup control. - - - The object displaying the current popup control; null (Nothing in Visual Basic) if the popup control is not associated with an editor. - - - - - - - Provides access to the owning editor's repository item. - - - A object containing settings of the editor whose popup window displays this control. - - - - - - - Gets or sets whether the user can focus this control using the TAB key. - - - false always. - - - - - - - Gets or sets whether the popup control is visible. - - - false always. - - - - - - - - Serves as the base for editors displaying popup windows. - - - - - - - Creates a new instance of the PopupBaseEdit class. - - - - - - - - Indicates whether a mouse click should close this editor's popup window. - - - - A object representing the clicked control. - - - - A structure specifying the mouse pointer coordinates. - - - true if the popup window should remain opened after clicking; otherwise, false. - - - - - - - Fires when the editor's pop-up is about to be displayed. - - - - - - - - Closes the popup window discarding the changes made. - - - - - - - - Allows you to perform specific actions with respect to how the popup window was closed. - - - - - - - - Closes the popup window accepting the changes made. - - - - - - - - Enables you to specify whether the modifications performed within the editor's popup window should be accepted by the editor. - - - - - - - - Gets a value indicating whether the editor has input focus. - - - true if the editor or its popup window has focus; otherwise, false. - - - - - - - Gets the editor's type name. - - - The 'PopupBaseEdit' string always. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Returns the control's popup window. - - - A PopupBaseForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - - - - - - - - - - - - - - - Indicates whether a key should be processed by the editor or passed to its container control. - - - - A object specifying the key combination. - - - true if the key should be processed by the editor; otherwise, false - - - - - - - Gets a value indicating whether the popup window is open. - - - true if the popup window is open; otherwise, false. - - - - - - - Occurs after the editor's popup window has been opened. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets the current PopupBaseEdit's closing behavior. - - - A PopupCloseMode enumerator value that specifies the current PopupBaseEdit's closing behavior. - - - - - - - Gets settings specific to the popup editor. - - - The repository item containing settings specific to the popup editor. - - - - - - - Enables you to specify whether an attempt to close the popup window will succeed. - - - - - - - - Enables you to specify whether an attempt to open the popup window will succeed. - - - - - - - - Updates the editor's value by copying a value from the editor's popup window to . - - - - - - - - Opens the popup window. - - - - - - - - - Serves as a base for and classes. - - - - - - - Initializes a new instance of the NavigatorButtonCollectionBase class. - - - - A collection of buttons displayed within the control. - - - - - - - - Gets the button at the specified index. - - - - An integer value representing the button's zero-based index. If negative or exceeds the maximum available index, an exception is raised. - - - A object representing the button at the specified position within the collection. - - - - - - - - Represents an individual button displayed within the DataNavigator or ControlNavigator . - - - - - - - Creates a new object. - - - - A NavigatorButtonHelper object implementing the button's functionality. - - - - - - - - Gets the button's type. - - - A enumeration member specifying the button's type. - - - - - - - Indicates whether data records are scrolled repeatedly when this button is held down. - - - true if data records are scrolled repeatedly when this button is held down; otherwise, false if one click on this button per record scrolled. - - - - - - - Tests whether the object should be persisted. - - - true if the object should be persisted; otherwise, false. - - - - - - - - Serves as a base for and classes. - - - - - - - Gets or sets whether the control adjusts its size automatically, to display its buttons in their entirety. - - - true if the control adjusts its size automatically to display its buttons in their entirety; otherwise, false. - - - - - - - Enables you to perform custom actions when end-users click navigator buttons. - - - - - - - - Gets or sets the navigator buttons' style. - - - A enumeration member specifying the style applied to the navigator buttons. - - - - - - - Gets the collection of custom buttons. - - - The collection of custom buttons. - - - - - - - Gets the minimum size that can be applied to the navigator. - - - A object representing the minimum size of the rectangular region that can be occupied by the navigator. - - - - - - - Provides control over exceptional situations which might occur while navigating/editing records using the data navigator. - - - - - - - - Gets or sets a value which specifies whether the navigator can display hints. - - - true if the navigator can display hints; otherwise false. - - - - - - - Gets or sets a value indicating whether the user can move focus to a navigator using the TAB key. - - - true if the user can move focus to the control using the TAB key; otherwise, false. - - - - - - - - Gets or sets a value specifying the location of the text displayed within the navigator. - - - A enumeration member specifying the text location. - - - - - - - Gets or sets the string displayed within the control which identifies the current record and the total number of records. - - - A string displayed within the Navigator control. - - - - - - - Returns the object which contains internal information used to render the control. - - - - A object which contains internal information used to render the control. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the list box control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ListBoxDrawItemEventArgs class with the specified settings. - - - - A object that is a storage for pens, fonts and brushes used during painting. This value is assigned to the property. - - - - - An object that stores appearance settings used to paint the item. This value is assigned to the property. - - - - - A Rectangle structure that specifies the bounding rectangle of the item. This value is assigned to the property. - - - - An Object that is the value of the item. This value is assigned to the property. - - - - An integer value that specifies the index of the item. This value is assigned to the property. - - - - A DrawItemState enumeration value that specifies the state of the item. This value is assigned to the property. - - - - A Boolean value that specifies whether the item background is colored according to the currently applied skin, or based on the specified appearance settings. This value is assigned to the property. - - - - - - - - - Gets or sets whether the item background is colored according to the currently applied skin. - - - true, if the item background is colored according to the currently applied skin; otherwise, false. The default is true. - - - - - - - Gets the appearance settings used to paint the item currently being processed. - - - A object which provides the appearance settings used to paint the item. - - - - - - - Gets the bounding rectangle of the item being painted. - - - A structure specifying the painted item's boundaries. - - - - - - - Gets an object which specifies the storage for the most used pens, fonts and brushes. - - - A object that specifies the storage for the most used pens, fonts and brushes. - - - - - - - Performs default painting of an element. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets an object used to paint an item. - - - A object used when painting. - - - - - - - Gets or sets a value specifying whether default painting is required. - - - true if default painting is prohibited; otherwise false. - - - - - - - Gets the index of the item being painted. - - - An integer value representing the zero-based index of the item being painted. - - - - - - - Gets the value of the processed item. - - - An object representing the value of the processed item. - - - - - - - Gets the state of the item being painted. - - - A enumeration member specifying the current state of an item being painted. - - - - - - - - The list box control that displays a list of items that a user can select. Can be populated with items from a data source. - - - - - - - Creates a new object. - - - - - - - - Provides access to the item collection, when the control is not bound to a data source. - - - A object representing items within the list box control. - - - - - - - - The list box control that displays a list of items that a user can select. Can be populated with items from a data source. - - - - - - - Creates a new object. - - - - - - - - - The combo box editor whose items can display custom images. The control also allows values from an enumeration to be displayed. - - - - - - - - Creates an instance of the image combo box editor. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Gets or sets the editor's value. - - - The object representing the edit value. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupImageComboBoxEditListBoxForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets settings specific to the image combo box editor. - - - The object containing settings for the current editor. - - - - - - - Gets or sets the selected item. - - - A selected item. - - - - - - - Locates the first item with the specified description and selects it. - - - - A string value that specifies the item description. - - - - - - - - Gets or sets the text displayed in the edit box. - - - The string displayed in the edit box. - - - - - - - Gets or sets the editor's value. - - - The object representing the edit value. - - - - - - - - Holds settings for buttons displayed in a control. - - - - - - - Creates a new object. - - - - An object implementing the INavigatorOwner interface to which the object belongs. This value is assigned to the property. - - - - - - - - Gets the button used to insert a new record. - - - A object representing the navigator's Append button. - - - - - - - Gets the button used to cancel edits to the current record. - - - A object representing the navigator's CancelEdit button. - - - - - - - Gets the object which manages a list of binding objects. - - - A object used to keep data-bound controls synchronized with each other. - - - - - - - This method supports the .NET framework infrastructure and is not intended to be called in your code. - - - - - - - - Gets the button used to post edited record values to the associated data source. - - - A object representing the navigator's EndEdit button. - - - - - - - Gets the button used to set the current record to the first record in a data source. - - - A object representing the navigator's First button. - - - - - - - Gets the button used to set the current record to the last record in a data source. - - - A object representing the navigator's Last button. - - - - - - - Gets the button used to set focus to the next record in a data source. - - - A object representing the navigator's Next button. - - - - - - - Gets the button used to change current record position in a data source by the property value. - - - A object representing the navigator's NextPage button. - - - - - - - Gets or sets the number of records to which the current record changes after the PrevPage or NextPage button has been pressed. - - - An integer value specifying the number of records to which the current record changes after the PrevPage or NextPage button has been pressed. - - - - - - - Gets the button used to set focus to the previous record in a data source. - - - A object representing the navigator's Prev button. - - - - - - - Gets the button used to change current record position in a data source by the property value. - - - A object representing the navigator's PrevPage button. - - - - - - - Gets the button used to delete the current record. - - - A object representing the navigator's Remove button. - - - - - - - - Represents the DataNavigator's button collection. - - - - - - - Creates a new object. - - - - A object representing buttons displayed within the DataNavigator control. This value is assigned to the property. - - - - - - - - - The control that enables navigation through records in a data source and provides common record operations. - - - - - - - Creates a new object. - - - - - - - - Provides access to the navigator's built-in and custom buttons. - - - A object which is the navigator's buttons. - - - - - - - - Gets or sets the data source member whose data is manipulated by the DataNavigator control. - - - A string value representing the data source member. - - - - - - - Gets or sets a data source for the DataNavigator control. - - - A data source object whose data is managed by the data navigator. - - - - - - - Gets or sets the position which the data navigator points to in the underlying data source. - - - A zero-based integer which specifies a position in the underlying data source. - - - - - - - Occurs after a position in the underlying data source has been changed. - - - - - - - - - The text editor that allows you to select predefined items from a dropdown list. List items are typically represented by strings. - - - - - - - - Creates and initializes a new instance of the class. - - - - - - - - Provides the ability to custom paint the items displayed within the combo box editor's drop down. - - - - - - - - Occurs when drawing a specific item in the dropdown list. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Specifies the edit value of the editor. - - - The object representing the edit value. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.ComboBoxPopupListBoxForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets settings specific to the combo box editor. - - - A object containing settings for the current editor. - - - - - - - Resets the selection and caret position in the editor. - - - - - - - - Gets or sets the index of the selected item. - - - The zero-based index of the edit value in the collection; otherwise, -1. - - - - - - - Occurs when changing the index of the selected value in the combo box editor. - - - - - - - - Specifies the editor's value. - - - The editor's value. - - - - - - - Occurs when changing the index of the selected value in the combo box editor. - - - - - - - - - The checked list box control, in which each item can be checked, unchecked or set to the grayed state. The control can be populated with items from a data source. - - - - - - - Creates a new object with default settings. - - - - - - - - Gets or sets whether single or multiple items can be checked simultaneously. - - - A enumeration value, such as Single or Multiple, that specifies whether single or multiple items can be checked simultaneously. - - - - - - - - Represents the base class for editors that work with binary large object (BLOB) data. - - - - - - - Creates a new instance of the PopupBaseEdit class. - - - - - - - - Gets the current editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Allows you to hide the default OK and Cancel buttons shown in the editor's popup menus. - - - - - - - - Gets an object containing settings specific to the BLOB editor. - - - A object instance containing settings for the BLOB editor. - - - - - - - - Serves as the base for controls which cannot be used as inplace editors and supports a common style management mechanism. - - - - - - - Initializes an instance of the class. - - - - - - - - Gets the appearance settings used to paint the control's contents. - - - A object which provides the appearance settings used to paint the control's contents. - - - - - - - Gets or sets the background color of the control's client region. - - - A structure specifying the background color of the control's client region. - - - - - - - This event is not supported by the BaseStyleControl class. - - - - - - - - Gets or sets the font used to display the control's content. - - - A object specifying the font used to display the control's content. - - - - - - - This event is not supported by the BaseStyleControl class. - - - - - - - - Gets or sets the control's foreground color. - - - A structure specifying the color used to display the control's text. - - - - - - - This event is not supported by the BaseStyleControl class. - - - - - - - - Resets the property back to its default value. - - - - - - - - Resets the property to its default value. - - - - - - - - Resets the painter associated with this BaseStyleControl to its default state. - - - - - - - - Resets the View Info object associated with this BaseStyleControl. - - - - - - - - - Serves as the base for editors that provide spin buttons used to modify edit values. - - - - - - - Creates a new object. - - - - - - - - Closes the pop-up associated with the current BaseSpinEdit-derived control without saving the current value. - - - - - - - - Occurs when the BaseSpinEdit-derived control's pop-up was successfully closed. - - - - - - - - Saves the current value and closes the pop-up associated with the BaseSpinEdit-derived control. - - - - - - - - Occurs when the BaseSpinEdit-derived control's pop-up is about to close. - - - - - - - - Gets the editor's class name. - - - A System.String object identifying the editor's class name. - - - - - - - Occurs each time a BaseSpinEdit control's pop-up was displayed. - - - - - - - - Gets an object containing properties and methods specific to the spin editor. - - - A object instance containing settings specific to the spin editor. - - - - - - - Occurs when the BaseSpinEdit control's pop-up window is to be closed. - - - - - - - - Occurs each time a BaseSpinEdit control's pop-up is to be displayed. - - - - - - - - This method is not supported for BaseSpinEdit-derived controls. - - - - - - - - - Attempts to display the BaseSpinEdit control's pop-up window. - - - - - - - - - Implements the functionality common for all controls in the library. - - - - - - - Creates an instance of the class. - - - - - - - - Gets or sets whether HTML formatting is allowed in the control's regular tooltips. - - - A value that specifies whether HTML formatting is allowed in the control's regular tooltips. - - - - - - - When a control is added to a , this property specifies whether the control's width is changed to display its content in its entirety. -This member is supported by individual descendant of the BaseControl class. - - - true if auto-size mode is enabled; otherwise, false. - - - - - - - Gets or sets the control's border style. - - - A enumeration value specifying the control's border style. - - - - - - - Calculates the minimum size the control needs to be to contain its contents. - - - - A System.Drawing.Size object representing the minimum size of the control that will best fit its content. - - - - - - - - Returns an object which implements the accessibility information. - - - A BaseAccessibility object. - - - - - - - Returns the object which contains the internal information used to render the control. - - - A descendant which contains the internal information used to render the control. - - - - - - - Gets a value indicating whether the control is currently in design mode. - - - true if the control is in design mode; otherwise, false. - - - - - - - Gets whether the control is being initialized. - - - true if the control is being initialized; otherwise, false. - - - - - - - Provides access to the object containing the control's look and feel settings. - - - A object containing the control's look and feel settings. - - - - - - - Forces the control to invalidate its client area and immediately redraw itself and any child controls. - - - - - - - - Removes the object that has been assigned to the current control. - - - - - - - - Returns scale multipliers that are currently applied to a control's original width and height. - - - A value that specifies scale multipliers. - - - - - - - Gets or sets whether a tooltip should be displayed when the mouse pointer is over the control. - - - true to display tooltips; otherwise, false. - - - - - - - Gets or sets the style controller component that provides style settings for this control. - - - An object that implements the interface which provides style settings for the current control. - - - - - - - - Gets or sets a for the current control. - - - A object associated with the control. - - - - - - - Gets or sets a regular tooltip's content. - - - A string which specifies the text content of a regular tooltip. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for this control. - - - The component controlling the appearance and behavior of hints displayed for this control. - - - - - - - Gets or sets the type of the tooltip icon. - - - - A enumeration value. - - - - - - - Gets or sets a regular tooltip's title. - - - A value which specifies a regular tooltip's title. - - - - - - - - Serves as a base for button controls. - - - - - - - Creates an instance of the class. - - - - - - - - Provides access to the appearance settings applied when the current button is disabled. - - - An object that specifies the appearance settings applied when the current button is disabled. - - - - - - - Provides access to the appearance settings applied when the mouse pointer passes over the current button. - - - An object that specifies the appearance settings applied when the current button is hovered over with the mouse pointer. - - - - - - - Provides access to the appearance settings applied when the current button is clicked. - - - An object that specifies the appearance settings applied when the current button is clicked. - - - - - - - Gets or sets the button's background color. - - - A structure which specifies the button's background color. - - - - - - - Binds the specific parameterized command to this BaseButton . - - - - An Object that is the command to be bound to this BaseButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that uses the boolean function to specify whether or not this BaseButton is currently enabled. - - - An IDisposable object. Disposing of this object unbinds the command from this BaseButton. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this BaseButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - An Action that specifies whether this BaseButton is currently enabled. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BaseButton. - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this BaseButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that specifies whether this BaseButton is currently enabled. - - - An IDisposable object. Disposing of this object unbinds the command from this BaseButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BaseButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - An Action that specifies whether this BaseButton is currently enabled. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this BaseButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BaseButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - - An Action that specifies whether this BaseButton is currently enabled. - - - An IDisposable object. Disposing of this object unbinds the command from this BaseButton. - - - - - - - Gets or sets the border style of the button control. - - - A enumeration member specifying the border style of the button. - - - - - - - Gets or sets the style of the button control. - - - A enumeration member specifying the button style. - - - - - - - Calculates the button's size needed to fit its content. - - - - A System.Drawing.Graphics object used to paint. - - - A System.Drawing.Size object representing the button's size that will best fit its content. - - - - - - - Calculates the button size required to fit its content, but not exceeding the specified maximum width. - - - - - The value that limits the width. - - - A System.Drawing.Size object representing the button size that best fits its content, but whose width does not exceed the specified value. - - - - - - - - Gets or sets a value that is returned to the parent form when the button is clicked. - - - A DialogResult enumeration member specifying the value that is returned to the parent form when the button is clicked. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - true if the button should behave as the default button; otherwise false. - - - - - - - - Responds to button clicks. - - - - - - - - Resets the property back to its default value. - - - - - - - - Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button. - - - A value that specifies whether the tooltip is anchored relative to the mouse pointer or the button. - - - - - - - - Contains values specifying the type of buttons displayed in the data navigator control. - - - - - - - Inserts a new record after the last one. - - - - - - - - Cancels edits to the current record. - - - - - - - - Reserved for future use. - - - - - - - - Sets the dataset to the edit state. - - - - - - - - Posts edited record value to the associated data source. - - - - - - - - Sets the current record to the first record in the data source. - - - - - - - - Sets the current record to the last record in the data source. - - - - - - - - Sets the current record to the next record in the data source. - - - - - - - - When using the DataNavigator, changes the current record position in a data source by the property value upwards. In case of the ControlNavigator, changes the current record position in a data source by the count of visible onscreen records upwards. - - - - - - - - Sets the current record to the previous record in the data source. - - - - - - - - When using the DataNavigator, changes the current record position in a data source by the property value backwards. In case of the ControlNavigator, changes the current record position in a data source by the count of visible onscreen records backwards. - - - - - - - - Deletes the current record and makes the next record the current record. - - - - - - - - - The base class for splash forms displayed using the component. - - - - - - - Initializes a new instance of the SplashFormBase class. - - - - - - - - Gets or sets the color of the glow effect for the current splash form displayed in the active state. - - - A Color structure that specifies the color of the glow effect for the current splash form. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Closes the current or after a specified delay. -Allows you to select a form that should be subsequently activated. - - - - - - An Int32 value that is the number of milliseconds that elapses before the splash form is closed. - - - - - A Form object that should be activated after the splash form is closed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the color of the glow effect for the current splash form displayed in the inactive state. - - - A Color structure that specifies the color of the glow effect for the current splash form. - - - - - - - When overridden, the method allows you to process commands received from a via the method. - - - - An enumeration value that identifies the received command. - - - - The received command's parameter. - - - - - - - - Contains properties controlling the form's appearance. These settings are in effect when the form is displayed on its own, without using the component. - - - A object that contains form appearance settings. - - - - - - - Displays the current form as a non-modal dialog window. - - - - - - - - Displays the current form as a modal dialog box. - - - A value that is the return value of the displayed dialog box - - - - - - - - Contains values that specify how a is displayed, as a form or as an image. - - - - - - - Displays a splash form. - - - - - - - - Displays an image specified by the property. - - - - - - - - - A form, designed to be opened at startup of your main form. Splash Screens are managed by the component. - - - - - - - Initializes a new instance of the SplashScreen class. - - - - - - - - Gets or sets whether custom controls can be added to the SplashScreen when is set to . - - - true if custom controls can be added to the SplashScreen when is set to ; otherwise, false. - - - - - - - Get or sets if the SplashScreen is resized to fit its when displayed in Image mode. - - - true if the SplashScreen is resized to fit its when displayed in Image mode; otherwise, false. - - - - - - - Gets or sets the SplashScreen's display mode. - - - A value that specifies the SplashScreen's display mode. - - - - - - - Gets or sets an image to be displayed in the form's background when the property is set to . - - - An Image to be displayed in the display mode. - - - - - - - - A small form, designed to display the progress of a lengthy operation. The form's display is managed by the component. - - - - - - - Initializes a new instance of the WaitForm class. - - - - - - - - Sets the 's caption to the specified value. - - - - A string that is the new value for the 's caption. - - - - - - - - Sets the 's description to the specified value. - - - - A string that is the new value for the 's description. - - - - - - - - Gets or sets above which windows the current WaitForm is displayed. - - - A enumerator value that specifies above which windows the current WaitForm is displayed. - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - - Allows you to create and show splash screens and wait forms. - - - - - - - Initializes a new instance of the SplashScreenManager class with default settings. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A parent form for the created splash form. - - - - The type of a splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - - true to use the fade-out effect when hiding the form; otherwise, false. - - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - The type of a splash form to be displayed. - - - - A object used to initialize the property. - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - The type of splash form to be displayed. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown. - - - - A object used to initialize the property. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl that owns the newly created SplashScreenManager. - - - - A Type enumerator value specifying the type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - A ParentType enumerator, specifying whether the parent is a Form or UserControl. - - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl that owns the newly created SplashScreenManager. - - - - A Type enumerator value specifying the type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A ParentType enumerator, specifying whether the parent is a Form or UserControl. - - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - The type of splash form to be displayed. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A object used to initialize the property. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of a splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A ParentType enumeration value specifying whether the parent is a Form or UserControl. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - A ParentType enumeration value specifying whether the parent is a Form or UserControl. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with specific settings. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of a splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - true, to use the glow effect when displaying the form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - An integer value that specifies the delay, in milliseconds, before the form is closed. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Initializes a new instance of the SplashScreenManager class with the specified settings. - - - - A UserControl contained on the Form, against which the splash form is centered. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The Type of the parent object. The parent should be either a Form or a UserControl. Otherwise, ArgumentException is thrown. - - - - - - - - Gets or sets whether a splash form's parent is activated on closing the splash form. - - - true if a splash form's parent is activated on closing the splash form; otherwise, false. - - - - - - - Gets or sets whether a 's parent is activated on closing the . - - - true, if a WaitForm's parent is activated on closing the WaitForm; otherwise, false. - - - - - - - Gets or sets the type of the splash form to be displayed by the SplashScreenManager. - - - A TypeInfo object that specifies the type of the splash form to be displayed by the SplashScreenManager. - - - - - - - Gets or sets the apartment state of the splash screen's thread. - - - A System.Threading.ApartmentState enumeration value that specifies the apartment state. - - - - - - - Closes the currently displayed or . The method throws an exception if no splash form is currently open. - - - - - - - - Closes the currently displayed or . The method throws an exception if no splash form is currently open. - - - - - - - - Closes the currently displayed or , that has been displayed using the method. -The method throws an exception if no splash form is currently open. - - - - - - - - Closes the currently displayed or , that has been displayed using the method. -The method's parameter allows you to suppress an exception that is raised when no splash form is currently opened. - - - - true to raise an exception if no splash form is currently open; otherwise, false. - - - - - - - - Closes the currently displayed or after a specified delay. -Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened. - - - - - - true to raise an exception if no splash form is currently open; otherwise, false. - - - - An Int32 value that is the number of milliseconds that elapses before the splash form is closed. - - - - - A Form object that should be activated after the splash form is closed. - - - - - - - - Closes the currently displayed or after a specified delay, and blocks the current thread until the splash form has actually been closed. -Allows you to select a form that should be subsequently activated, and suppress an exception that is raised when no splash form is currently opened. - - - - - - - true to raise an exception if no splash form is currently open; otherwise, false. - - - - An Int32 value that is the number of milliseconds that elapses before the splash form is closed. - - - - - A Form object that should be activated after the splash form is closed. - - - - true to block the current thread until the splash form has actually been closed; otherwise, false. - - - - - - - - - Closes the currently displayed or . This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Closes the currently displayed or , and blocks the current thread until the splash form has actually been closed. The method's parameter allows you to suppress an exception that is raised when no splash form is currently opened. - - - - true, to raise an exception if no splash form is currently open; otherwise, false. - - - - true, to block the current thread until the splash form has actually been closed; otherwise, false. - - - - - - - - Closes the Overlay Form with the specified handle. - - - - An IOverlaySplashScreenHandle object specifying the handle of the Overlay Form to close. - - - - - - - - Closes the that was displayed using the method. - - - - - - - - Gets or sets the delay, in milliseconds, before the splash form is closed. - - - An integer value that specifies the delay, in milliseconds, before the splash form is closed. - - - - - - - Returns the default SplashScreenManager that allows you to interact with the currently displayed splash forms. - - - A SplashScreenManager that is the default splash screen manager. - - - - - - - Gets whether a splash form has been created, but not yet displayed. The splash form will be displayed a short time (pending time) after it has been created, provided that it is not closed during this time. - - - - A Boolean value that specifies whether a splash form has been created, but not yet displayed. - - - - - - - - Hides the splash image that has been displayed via the method. - - - - - - - - Closes the currently displayed splash image after a specific delay and allows you to specify a form that should be subsequently selected. - - - - - An Int32 value that is the number of milliseconds that elapses before the splash image is closed. - - - - - A Form object that should be activated after the splash form is closed. - - - - - - - - Forces the splash form to be redisplayed. - - - - - - - - Gets whether a or is being currently displayed. - - - true if a or is being currently displayed; otherwise, false. - - - - - - - Gets or sets the name of the palette used to colorize vector images. - - - A value that specifies the name of the palette used to colorize vector images. - - - - - - - Contains properties controlling a form's appearance. - - - A object that contains appearance settings for splash forms. - - - - - - - Registers a custom skin to be applied to a splash form. - - - - A SkinBlobXmlCreator object that contains skin data. - - - - - - - - Registers custom skins from the specified assembly to be applied to a splash form. - - - - - An Assembly object that specifies the assembly containing custom skins to be applied to a splash form. - - - - - - - - Sends a command to the currently active splash form. - - - - - An enumeration value that identifies the command to be sent to the currently active splash form. - - - - The command's parameter. - - - - - - - - Set the value of the progress bar in the predefined descendant. - - - - true to throw an exception if the form is not opened; false to suppress this exception. - - - - An integer value specifying the value of the progress indicator in the predefined descendant. - - - - - - - - Sets the caption of the progress bar in the predefined descendant. - - - - true to throw an exception if the form is not opened; false to suppress this exception. - - - - A string value specifying the caption of the progress indicator in the predefined descendant. - - - - - - - - Sets the active 's caption to the specified value. - - - - A string that is the new value for the active 's caption. - - - - - - - - Sets the active 's description to the specified value. - - - - A string that is the new value for the active 's description. - - - - - - - - Creates and displays the predefined descendant. - - - - A string value specifying the caption of the progress indicator in the predefined descendant. - - - - - - - - Creates and displays the predefined descendant. - - - - This parameter is not relevant for this method. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - A string value specifying the text in the predefined descendant. - - - - - A string value specifying the text in the predefined descendant. - - - - - - - - Creates and displays the predefined descendant. - - - - A string value specifying the text in the predefined descendant. - - - - A string value specifying the text in the predefined descendant. - - - - - - - - Creates and displays the predefined descendant, centering it against another form. - - - - A Form relative to which the displayed wait form is positioned. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another form has already been opened; false to suppress this exception. - - - - The time in milliseconds that should elapse before the form is actually displayed onscreen. If a close command is sent to the form during this time, the form will not be displayed. - - - - A string value that specifies the wait form's caption. - - - - A string value that specifies the wait form's description. - - - - - - - - Creates and displays the predefined descendant, centering it against another form. - - - - A Form relative to which the displayed wait form is positioned. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - A string value that specifies the wait form's caption. - - - - A string value that specifies the wait form's description. - - - - - - - - Creates and displays the predefined descendant, centering it against your application's main form. - - - - A string value that specifies the wait form's caption. - - - - A string value that specifies the wait form's description. - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - - - - - - Creates and displays the specified or descendant, centering it against your application's main form. - - - - The type of splash form to be displayed. - - - - - - - - Creates and displays the specified or descendant, centering against your application's main form. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - -The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - - - - - Creates and displays the specified , allowing you to manually position it. - - - - A UserControl. The WaitForm is positioned relative to the screen or the form where the UserControl resides. - - - - The type of WaitForm to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - SplashFormStartPosition.Default to center the WaitForm against the UserControl's parent form. SplashFormStartPosition.Manual to manually specify the WaitForm's location with the 'loc' parameter. - - - - Coordinates at which the Wait Form is shown (if the startPos parameter is set to Manual). - - - - - - - - Creates and displays the specified , centering it against the form containing the specified UserControl. - - - - - - A UserControl. The splash form is centered against the form where the UserControl resides. - - - - The type of WaitForm to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - - - - - Creates the specified or descendant and displays it after a delay, centering it against another form. - -The method's parameter allows you to suppress an exception that is thrown if another splash form has already been opened. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - - - - - - Creates the specified or descendant and displays it after a delay. Allows you to manually position the splash form, and suppress an exception that is thrown if another splash form has already been opened. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - - - - - - Creates and displays the specified or descendant. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. - -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. - - - - - - - - Creates and displays the specified or descendant. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. - -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. - - - - - - - - Creates and displays the specified , centering it against the form containing the specified UserControl. - -The method's parameter allows you to disable this form while the splash form is displayed. - - - - A UserControl. The splash form is centered against the form where the UserControl resides. - - - - The type of WaitForm to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. - - - - - - - - Creates and displays the specified , allowing you to manually position it. -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A UserControl. The WaitForm is positioned relative to the screen or the form where the UserControl resides. - - - - - The type of WaitForm to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - SplashFormStartPosition.Default to center the WaitForm against the UserControl's parent form. SplashFormStartPosition.Manual to manually specify the WaitForm's location with the 'loc' parameter. - - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when a is displayed. - - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. - -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - -The method's parameter allows you to disable the parent form while the splash form is displayed. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when displaying s. - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when displaying s. - - - - The type of splash form to be displayed. - - - - - - - - Creates and displays the specified or descendant. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true, to throw an exception if another splash form has already been opened; false, to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A ParentFormState enumeration value that specifies whether the parent form is enabled while the splash form is displayed. This parameter is in effect when a is displayed. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Creates and displays the specified or descendant, centering it against another form. - -The method's parameter allows you to specify whether the splash form is displayed using the glow effect. - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true, to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Creates and displays the specified or descendant, allowing you to manually position it. - -The method's parameter allows you to specify whether the splash form is displayed using the glow effect. - - - - - A Form relative to which the displayed splash form is positioned. This parameter is in effect when a is displayed. - - - - The type of splash form to be displayed. - - - - true, to use the fade-in effect when opening the form; otherwise, false. - - - - true, to use the fade-out effect when closing the form; otherwise, false. - - - - true, to throw an exception if another splash form has already been opened; false to suppress this exception. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - true, to use the glow effect when displaying the splash form; otherwise, false. - - - - - - - - Displays an image as a splash form, centering the image against your application's main form. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect during the image's opening; otherwise, false. - - - - - - - - Displays an image as a splash form, centering the image against your application's main form. - - - - An Image to be displayed as a splash form. - - - - - - - - Displays an image as a splash form, centering the image against your application's main form. Allows you to disable fade-in and fade-out effects for the image. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect when the image opens; otherwise, false. - - - - - true to use the fade-out effect when the form closes; otherwise, false. - - - - - - - - - Displays an image as a splash form, centering the image against your application's main form. -Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect when the image opens; otherwise, false. - - - - - true to use the fade-out effect when the image closes; otherwise, false. - - - - - An ICustomImagePainter object that implements a custom drawing procedure. - - - - - - - - Displays an image as a splash form, allowing you to manually position it against your application's main form. Allows you to disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - An ICustomImagePainter object that implements a custom drawing procedure. - - - - - - - - Displays an image as a splash form, allowing you to manually position it. Allows you to disable fade-in and fade-out effects for the image. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect when opening the form; otherwise, false. - - - - true to use the fade-out effect when closing the form; otherwise, false. - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - - - - - Creates a splash form containing the specified image and displays it after a delay. Allows you to manually position the splash form, disable fade-in and fade-out effects for the image and draw custom graphics over the splash image. - - - - An Image to be displayed as a splash form. - - - - true to use the fade-in effect when opening the image; otherwise, false. - - - - - true, to use the fade-out effect when the image closes; otherwise, false. - - - - - The splash form's arrangement. - - - - Coordinates at which the splash form is shown (if the startPos parameter is set to Manual). - - - - An ICustomImagePainter object that implements a custom drawing procedure. - - - - The time in milliseconds that should elapse before the splash form is actually displayed onscreen. If a close command is sent to the splash form during this time, the splash form will not be displayed. - - - - - - - - - Displays an image as a splash form. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Shows an Overlay Form over the specified control using the specified options. - - - - A Control that should be overlapped by an Overlay Form. - - - - An OverlayWindowOptions object that specifies the Overlay Form options, such as the loading image, fade animation and colors. - - - - An IOverlaySplashScreenHandle object that specifies a handle for the shown Overlay Form, that is used to close the Overlay Form. - - - - - - - Shows an Overlay Form over the specified control with the default options. - - - - A Control that should be overlapped by an Overlay Form. - - - An IOverlaySplashScreenHandle object that specifies a handle for the shown Overlay Form that is used to close the Overlay Form. - - - - - - - Shows an Overlay Form over the specified control using the specified options. - - - - A Control that should be overlapped by an Overlay Form. - - - - true, to use the fade in animation effect; otherwise, false. If not specified, the effect is enabled. - - - - true, to use the fade out animation effect; otherwise, false. If not specified, the effect is enabled. - - - - The background color. - - - - The foreground color. - - - - The opacity level. 0 corresponds to total transparency, 255 - to the normal state. If not specified, the default 30% opacity is used. - - - - - The wait image. If not specified, the default is used. - - - - An IOverlaySplashScreenHandle object that implements a custom painting logic. - - - An IOverlaySplashScreenHandle object that specifies a handle for the shown Overlay Form, that is used to close the Overlay Form. - - - - - - - Creates and displays a , whose type is specified by the property. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the screen coordinates at which a splash form ( or ) will be displayed. - - - A Point structure specifying the screen coordinates at which a splash form ( or ) will be displayed. - - - - - - - Gets or sets the arrangement of a splash form ( or ). - - - A SplashFormStartPosition enumerator value specifying the arrangement of a splash form ( or a ). - - - - - - - Blocks the current thread until the active splash form is closed. - - - - - - - - - Represents a control showing an await message to a user. - - - - - - - Initializes a new instance of the ProgressPanel class. - - - - - - - - Gets or sets the acceleration for the wait indicator visual elements. - - - A value that specifies the acceleration for the wait indicator visual elements. - - - - - - - Gets or sets the number of wait indicator visual elements. - - - An integer value that specifies the number of wait indicator visual elements. - - - - - - - Gets or sets a custom image for the wait indicator visual elements. - - - An object that specifies a custom image for the wait indicator visual elements. - - - - - - - Gets or sets the speed for the wait indicator visual elements. - - - A value that specifies the speed for the wait indicator visual elements. - - - - - - - Gets or sets the amount of space, in pixels, between the wait indicator and text. - - - An integer value that specifies the amount of space, in pixels, between the wait indicator and text. - - - - - - - Contains appearance settings used to customize the appearance of the control's . - - - A that contains settings to customize the appearance of the control's . - - - - - - - Contains appearance settings used to customize the appearance of the control's . - - - A that contains settings to customize the appearance of the control's . - - - - - - - Gets or sets whether the panel's height is calculated automatically based on the currently applied skin. - - - true if the panel's height is calculated automatically based on the currently applied skin; otherwise, false. - - - - - - - Gets or sets whether the panel's width is automatically adjusted to fit all the text. - - - true if the panel's width is automatically adjusted to fit the entire text; otherwise, false. - - - - - - - - Gets or sets the length, in pixels, of the bar wait indicator. - - - An integer value that specifies the length, in pixels, of the bar wait indicator. - - - - - - - Gets or sets the thickness, in pixels, of the bar wait indicator. - - - An integer value that specifies the thickness, in pixels, of the bar wait indicator. - - - - - - - Gets or sets whether the bar wait indicator moves with a uniform velocity or with acceleration. - - - A enumeration type that specifies whether the bar wait indicator moves with a uniform velocity or with acceleration. - - - - - - - Gets or sets the control's border style. - - - A enumeration value specifying the control's border style. - - - - - - - Gets or sets the control's caption. - - - A string that specifies the control's caption. - - - - - - - Gets or sets the vertical distance between the and . - - - An integer value that is the vertical distance between the caption and description. - - - - - - - Gets or sets the alignment of the caption, description and wait indicator relative to the panel. - - - A enumeration value that specifies the alignment of the caption, description and wait indicator relative to the panel. - - - - - - - Gets the property's default value, which can be localized. - - - - - - - - - Gets the property's default value, which can be localized. - - - - - - - - - Gets or sets the control's description. - - - A string that specifies the control's description. - - - - - - - Gets or sets the number of animation frames. - - - An integer value that specifies the number of animation frames. - - - - - - - Gets or sets the time between animation frames, in special units. - - - An integer value that specifies the time between animation frames, in special units. - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A value. - - - - - - - Gets or sets the horizontal distance between the control's left edge and the image - - - An integer value that is the horizontal distance between the control's left edge and the image - - - - - - - Gets the size of the control's image. - - - A Size of the control's image. - - - - - - - Gets or sets the height, in pixels, of elements composing the line wait indicator. - - - An integer value that specifies the height, in pixels, of elements composing the line wait indicator. - - - - - - - Gets or sets the shape of elements comprising the line wait indicator. - - - - A enumeration value that specifies the shape of elements comprising the line wait indicator. - - - - - - - - Gets of sets the diameter, in pixels, of the circle wait indicator. - - - An integer value that specifies the diameter, in pixels, of the circle wait indicator. - - - - - - - Gets or sets whether the control's is visible. - - - true if the control's is visible; otherwise, false. - - - - - - - Gets or sets whether the control's is visible. - - - true if the control's is visible; otherwise, false. - - - - - - - Gets or sets the horizontal distance between the image and text (caption plus description). - - - An integer value that is the horizontal distance between the image and text (caption plus description) - - - - - - - Returns the object which contains internal information used to render the control. - - - A object which contains internal information used to render the control. - - - - - - - Gets or sets the type of wait indicator. - - - A enumeration value that specifies the type of wait indicator. - - - - - - - - Lists values that identify buttons displayed within filter popup toolbars. - - - - - - - All toolbar buttons. - - - - - - - - -The Incremental Search button that controls whether the incremental searching feature is enabled or not. This feature allows end-users to locate an item in the drop-down by typing the item's initial characters.Corresponding property: . - - - - - - - - -The Invert Filter button that inverts the checked state for all filter items. - - - - - - - - -The Multi-Selection button that controls whether end-users are allowed to select only a single item or multiple items. -Corresponding property: . - - - - - - - - No toolbar buttons are displayed. - - - - - - - - -The Radio Mode button that controls whether end-users are allowed to check only a single item or multiple items. -Corresponding properties: , . - - - - - - - - -The Show New Field Values button controls the visibility of field values that have appeared in the datasource after the field's filtering was configured. -Corresponding properties: , . - - - - - - - - - -The Show Only Available Items button that controls the visibility of filter items that cannot be displayed because of filtering applied to other fields. -Corresponding property: . -Note that this option is not available for Group Filters. - - - - - - - - - Provides a base class for objects. - - - - - - - Initializes a new instance of the SliderBase class with default settings. - - - - - - - - Gets or sets the time required to switch to another image. - - - An integer value that specifies the time, in milliseconds, required to switch to another image. - - - - - - - Gets or sets the time of the fade-in animation effect for scroll buttons. - - - An integer value that specifies the time of the fade-in animation effect for scroll buttons. - - - - - - - Slides to the first image within the . - - - - - - - - Slides to the last image within the . - - - - - - - - Shifts to an image that follows the . - - - - - - - - Shifts back to an image that precedes the . - - - - - - - - Gets the period of time that it takes for an object to switch from one image to another. - - - An Int64 value, indicating how many ticks it takes to switch to another image. - - - - - - - - - The control that allows your end-users to browse through a collection of images using two navigation buttons. Supports animation effects when navigating between images. - - - - - - - - Initializes a new instance of the ImageSlider class with default settings. - - - - - - - - Gets or sets whether sliding from the last to the first image and vice versa is enabled. - - - true if sliding from the last to the first image and vice versa is enabled; otherwise, false. - - - - - - - Gets or sets whether the control automatically slides images in the forward or backward direction. - - - An enumeration value, such as None, Forward or Backward, that specifies whether the control automatically slides images in the forward or backward direction. - - - - - - - Gets or sets the show duration per slide, in milliseconds, in the auto slide mode. - - - An integer value that specifies the show duration per slide, in milliseconds, in the auto slide mode. - - - - - - - Returns information on the image slider elements located at the specified point. - - - - A System.Drawing.Point structure specifying the test point coordinates relative to the top-left corner of the ImageSlider control. - - - An ImageSliderHitInfo object containing information about the image slider elements located at the test point. - - - - - - - Occurs when an is ready to slide to the next/previous image and navigation buttons are to be displayed. - - - - - - - - Fires when a context button is clicked. - - - - - - - - Provides access to the settings applied to the context buttons displayed in the image slider, and panels containing these buttons. - - - A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the image slider, and panels containing these buttons. - - - - - - - Provides access to the collection of context buttons displayed in the image slider. - - - A ContextItemCollection object that represents the collection of context buttons displayed in the image slider. - - - - - - - Gets a currently displayed image within the ImageSlider object. - - - An that is the currently displayed image within the specified ImageSlider. - - - - - - - Gets or sets the index of the image currently displayed in the ImageSlider control. - - - An integer value that specifies the zero-based index of the image currently displayed in the ImageSlider control. - - - - - - - Occurs when the ImageSlider's currently displayed image is about to change. - - - - - - - - Gets the index of the currently displayed image within the current ImageSlider. - - - - An Int32 value that is the index of the currently displayed image within the current ImageSlider. - - - - - - - - Occurs when an needs to change the currently displayed image to another image. - - - - - - - - Fires when the property value changes. - - - - - - - - Gets or sets the source of images to be displayed in the ImageSlider control. - - - A that represents an image collection providing images for the ImageSlider control. - - - - - - - Gets a collection of images presented by an ImageSlider object. - - - A object specifying images within an ImageSlider object. - - - - - - - Gets whether the ImageSlider control is currently being initialized. - - - true, if the ImageSlider control is currently being initialized; otherwise, false. - - - - - - - Gets or sets the way an image is aligned within the ImageSlider container. - - - An object defining the way an image is aligned within the ImageSlider container. - - - - - - - Gets an image that follows the within the specified ImageSlider object. - - - An object that follows the within the specified ImageSlider object. - - - - - - - Forces the control to invalidate its client area and immediately redraw itself and any child controls. - - - - - - - - Gets or sets whether the buttons that slide images back and forward are displayed. - - - Default or True if the buttons that slide images back and forward are displayed; otherwise, False. - - - - - - - Sets the index of the image currently displayed within the current ImageSlider. - - - - - An Int32 value that is the index of the image to be displayed. - - - - - - - - Sets the index of the image currently displayed within the current ImageSlider. The method's parameter specifies whether to use the slide animation. - - - - An integer value that specifies the zero-based index of the image to be displayed. - - - - true, to use the slide animation; otherwise, false. - - - - - - - - Starts animation of the image currently displayed. - - - - - - - - Stops animation of the image currently displayed. - - - - - - - - - Updates the currently displayed image. - - - - - - - - Gets or sets whether images are painted grayed out when the ImageSlider control is disabled. - - - - true, if images are painted grayed out when the ImageSlider control is disabled; otherwise, false. Default is true. - - - - - - - - Gets or sets whether the current ImageSlider operates in the Virtual Mode. - - - true if the current ImageSlider operates in the Virtual Mode; otherwise, false. - - - - - - - - Contains values that specify how the values of colors are presented on-screen. - - - - - - - A color's value is presented in the ARGB format. - - - - - - - - A color's value is presented in hexadecimal format. - - - - - - - - - A menu item that allows you to embed an editor in a . - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - A descendant that determines the editor's type and contains its properties. This parameter initializes the property. - - - - An event handler that will be invoked when the editor's value is changed. This value is assigned to the event. - - - - An item's image. This parameter initializes the property. - - - - An item's image to be displayed when the item is disabled. This parameter initializes the property. - - - - An integer value that is the editor's width. This parameter initializes the property. - - - - An integer value that is the editor's height. This parameter initializes the property. - - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - A descendant that determines the editor's type and contains its properties. This parameter initializes the property. - - - - An item's image. This parameter initializes the property. - - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - A descendant that determines the editor's type and contains its properties. This parameter initializes the property. - - - - An event handler that will be invoked when the editor's value is changed. This value is assigned to the event. - - - - An item's image. This parameter initializes the property. - - - - An item's image to be displayed when the item is disabled. This parameter initializes the property. - - - - - - - - Initializes a new DXEditMenuItem instance with the default settings. - - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - A descendant that determines the editor's type and contains its properties. This parameter initializes the property. - - - - - - - - Initializes a new DXEditMenuItem class instance with the specified settings. - - - - A string value that specifies the item's caption. This parameter initializes the property. - - - - A descendant that determines the editor's type and contains its properties. This parameter initializes the property. - - - - An item's image. This parameter initializes the property. - - - - An item's image to be displayed when the item is disabled. This parameter initializes the property. - - - - - - - - Gets or sets the object that determines the editor's type and contains its properties. - - - A descendant that determines the editor's type and contains its properties. - - - - - - - - Specifies the editor's value. - - - An object that is the editor's value. - - - - - - - Occurs after the property's value has been changed. - - - - - - - - Gets or sets the editor's height. - - - An integer value that is the editor's height. - - - - - - - Gets or sets the editor's width. - - - An integer value that is the editor's widhth. - - - - - - - - Obsolete. Contains settings which define the editor's behavior in masked mode. - - - - - - - - Initializes a new class instance. - - - - - - - - Initializes a new class instance with the specified object. - - - - A object whose properties are copied to the properties of the created object. - - - - - - - - Obsolete. Occurs after changes are applied to the current object. - - - - - - - - Copies properties of the specified object to the current object. - - - - A object whose properties are copied. - - - - - - - - Obsolete. Gets or sets a value determining whether to produce a warning sound when an error occurs. - - - If true, produces a warning sound when an error occurs; otherwise, false. - - - - - - - Obsolete. Gets or sets a value representing blank areas within a masked editor. - - - A symbol representing blank areas within a masked edit. - - - - - - - Compares properties of the current object with properties of a specified instance. - - - - A object whose properties are compared to the properties of the current object. - - - true, if all properties of the current object match the properties of the specified instance; otherwise, false. - - - - - - - Obsolete. Gets or sets a value representing a mask expression. - - - A mask expression. - - - - - - - Obsolete. Gets or sets a value determining whether to ignore skipped positions within a mask editor. - - - If true, ignores skipped positions; otherwise, false. - - - - - - - Obsolete. Gets or sets a value specifying which mask type is used. - - - A enumeration value which specifies the mask type used. - - - - - - - Obsolete. Gets or sets a value determining whether to include literal characters in the property of the mask editor. - - - true, if literal characters are included into the edit value; otherwise, false. - - - - - - - - Lists values that specify the type of mask used by an editor. - - - - - - - Specifies that the editor uses a custom mask manager. - -To implement a custom mask manager which will deal with masks in a custom manner create a custom editor and override its CreateMaskManager method. This method should then supply a custom mask manager when the property is set to Custom. - - - - - - - - - Specifies that the editor should accept date/time values and that the mask string must use the DateTime format syntax. - - - - - - - - The DateTime mask mode with the caret automatic movement feature. - -After an end-user enters and completes a specific portion of a date/time value the caret automatically moves to the following part of the date/time value that can be edited. - - - - - - - - - Specifies that the mask feature is disabled. - - - - - - - - Specifies that the editor should accept numeric values and that the mask string must use the Numeric format syntax. - - - - - - - - Specifies that the mask should be created using full-functional regular expressions. - - - - - - - - - Specifies that the mask should be created using simplified regular expression syntax. - - - - - - - - - Specifies that the mask should use the simplified syntax. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - An object that fires the event. - - - - A object that contains data for the event. - - - - - - - - - Specifies the response of a editor to an invalid value. - - - - - - - Invalid data is replaced with the value of the property. - - - - - - - - Invalid data is replaced with the current date. - - - - - - - - Invalid data is replaced with the previously validated date. - - - - - - - - - Contains values specifying the editor drawing detail level. - - - - - - - Specifies the full detail level of editor drawing. In this case editors display their buttons. - - - - - - - - Specifies the minimum detail level of editor drawing. In this case, editor's buttons are not displayed. - - - - - - - - - A method that will handle the event. - - - - - - - - The method for handling the event, which takes a object as a parameter. - - - - - The event source. Identifies the tab control that raised the event. - - - - A object that contains event data. - - - - - - - - - Lists values specifying comparison operators used when applying conditional styles. - - - - - - - - - The style is applied to cells (or corresponding rows) whose values fall into the range specified by the and properties. - - - - - - - - The style is applied to cells (or corresponding rows) whose values match the property value. - - - - - - - - - The style is applied to cells (or corresponding rows) if the evaluates to true. - - - - - - - - The style is applied to cells (or corresponding rows) whose values are greater than that specified by the property. - - - - - - - - The style is applied to cells (or corresponding rows) whose values are greater or equal to the property value. - - - - - - - - The style is applied to cells (or corresponding rows) whose values are less than that specified by the property. - - - - - - - - The style is applied to cells (or corresponding rows) whose values are less or equal to the property value. - - - - - - - - The style is not applied to any cell. - - - - - - - - The style is applied to cells (or corresponding rows) whose values fall outside of the range specified by the and properties. - - - - - - - - The style is applied to cells (or corresponding rows) whose values do not match the property value. - - - - - - - - - A method that will handle the event. - - - - - - - - The method for handling the event, which takes a object as a parameter. - - - - - The event source. Identifies the tab control that raised the event. - - - - A object that contains event data. - - - - - - - - - - The single-line text editor. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - - Gets or sets the editor's background color. - - - The editor's background color. - - - - - - - This property isn't used. - - - - - - - - - - This property isn't used. - - - - - - - - - - Gets a value indicating whether the previous edit operation can be undone. - - - true if the previous edit operation can be undone; otherwise, false. - - - - - - - Copies the current selection to the Clipboard. - - - - - - - - Moves the current selection in the text box to the Clipboard. - - - - - - - - Clears text box selection. - - - - - - - - Gets the editor's class name. - - - The 'TextEdit' string - - - - - - - Gets whether the editor is active. - - - true if the editor is active; otherwise, false. - - - - - - - Returns a value indicating whether a particular key will be processed by the editor or passed to its container. - - - - A enumeration value which specifies the key to process. - - - true if the pressed key will be processed by the editor; otherwise, false. - - - - - - - This member supports the internal editors library infrastructure and is not intended to be used from your code. - - - true if a container needs to focus the editor; otherwise, false. - - - - - - - Gets the text box that provides text editing functionality. - - - A DevExpress.XtraEditors.TextBoxMaskBox object that represents the editor's text box. - - - - - - - Replaces the current selection in the text box with the contents of the Clipboard. - - - - - - - - Gets an object containing this editor's settings. - - - A object containing this editor's settings. - - - - - - - Resets selection and caret position in the editor. - - - - - - - - Scrolls the editor's content to the current caret position. - - - - - - - - Selects the specified number of characters in the text box starting from the point specified. - - - - An integer value specifying the selection's start point in the text box. - - - - An integer value specifying the number of characters to select in the text box. - - - - - - - - Selects all text within the text box. - - - - - - - - Gets or sets the selected text. - - - A string value representing the selected text. - - - - - - - Gets or sets the number of characters selected in the text box. - - - An integer value specifying the number of characters selected in the text box. - - - - - - - Gets or sets the starting point of text selected in the text box. - - - An integer value specifying the starting point of text selected in the text box. - - - - - - - Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. - - - - - - - - - Gets or sets a value indicating whether the user can focus this control using the TAB key. - - - true if the user can focus the editor using the TAB key; otherwise, false. - - - - - - - Gets or sets the text displayed in the edit box. - - - A value which specifies the editor's text. - - - - - - - Undoes the last edit operation in the text control. - - - - - - - - - The editor to edit numeric values using spin buttons. - - - - - - - Creates a new object with default settings. - - - - - - - - Gets the editor's class name. - - - The string value representing the editor's class name. - - - - - - - Gets or sets the editor's value. - - - An object representing the editor's value. - - - - - - - Gets an object containing properties, methods and events specific to the spin edit control. - - - A object containing spin editor settings. - - - - - - - Gets or sets the text displayed in the control's edit box. - - - A string value representing the text displayed in the control's edit box. - - - - - - - Gets or sets a spin editor's value. - - - A decimal value representing the editor's value. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - - The control that indicates the progress of a lengthy operation. - - - - - - - Creates a new object. - - - - - - - - Decreases the progress bar's position by a specified value. - - - - An integer value to be subtracted from the progress bar's position. - - - - - - - - Gets the editor's class name. - - - The string value representing the editor's class name. - - - - - - - Gets or sets the value representing the progress bar's current position. - - - An object value representing the progress bar's current position. - - - - - - - Increases the progress bar's current position by a specified value. - - - - An integer value to be added to the progress bar's current position. - - - - - - - - Changes the progress bar's position by the property value. - - - - - - - - Gets or sets progress bar position. - - - An integer value representing the progress bar's current position. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets an object containing properties, methods and events specific to progress bar controls. - - - A object containing progress bar settings. - - - - - - - Gets or sets whether the progress is reflected in the application button in the Windows Task Bar. - - - true if the progress is reflected in the application button in the Windows Task Bar; otherwise, false. - - - - - - - - The editor that displays images stored in bitmap, metafile, icon, JPEG, GIF, PNG or SVG format. - - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Returns information on the context button elements located at the specified point. - - - - - A System.Drawing.Point structure which specifies the test point coordinates relative to the control's top-left corner. - - - A object which comprises information about the context button elements located at the test point. - - - - - - - Stops the asynchronous image load initiated by the method. - - - - - - - - Fires when a context button is clicked. - - - - - - - - Copies the image currently displayed by the PictureEdit to the clipboard. - - - - - - - - Allows hints for grading scale points of rating context buttons to be customized. - - - - - - - - Clears the PictureEdit and copies is last image to the clipboard. - - - - - - - - Gets a value indicating whether the picture editor is focused. - - - true if the picture editor has focus; otherwise, false. - - - - - - - Gets the class name of the current editor. - - - A object identifying the class name of the current editor. - - - - - - - Gets or sets the editor's value. - - - An object that is the editor's value. - - - - - - - - Gets the full path to the image that has been loaded using the "Open File" dialog. - - - The full path to the image that has been loaded using the "Open File" dialog. - - - - - - - Gets the horizontal scroll position, in coordinates of the viewport. - - - The horizontal scroll position, in coordinates of the viewport. - - - - - - - Gets the horizontal scrollbar. - - - A object which represents the horizontal scrollbar. - - - - - - - Sets or gets the image displayed by the editor. - - - A object representing the image displayed by the picture editor. - - - - - - - Occurs after the value of the or property has been changed. - - - - - - - - Converts the source image coordinates to the viewport coordinates, taking into account the current zoom level and scroll position. - - - - The source image coordinates to be converted. - - - The viewport coordinates. - - - - - - - Loads the specified image, asynchronously. - - - - - The path for the image to display in the PictureEdit. - - - - - - - - Fires when an asynchronous image load operation is completed, been canceled, or raised an exception. - - - - - - - - Invokes the "Open File" dialog for the editor, allowing an end-user to load an image file. - - - - - - - - Gets whether an asynchronous image load is in progress. - - - true if an asynchronous image load is in progress; otherwise, false. - - - - - - - Gets whether an asynchronous image load is in progress. - - - true, if an asynchronous image load is in progress; otherwise, false. - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Pastes the image stored in the clipboard to the PictureEdit. - - - - - - - - Fires when the context menu is about to be displayed. - - - - - - - - Gets an object containing properties and methods specific to the picture editor. - - - A object instance containing settings for the control. - - - - - - - Starts animation of an animated GIF file being displayed in the editor. - - - - - - - - Stops animation of an animated GIF file being displayed in the editor. - - - - - - - - Sets or gets the vector image displayed by the editor. - - - A object representing the vector image displayed by the picture editor. - - - - - - - Gets or sets a value indicating whether the user can tab to the picture editor. - - - true if the user can focus the picture editor using the TAB key; otherwise, false. - - - - - - - Gets a string value identifying the editor's contents (a representation of the property's value). - - - A value identifying the editor's contents. - - - - - - - Updates the position of the editor's scroll bars, taking into account relevant properties. - - - - - - - - Gets or sets whether or not this PictureEdit uses the DirectX Hardware Acceleration. - - - A DefaultBoolean enumeration value that specifies whether or not this PictureEdit uses the DirectX Hardware Acceleration. -The DefaultBoolean.Default value is equivalent to DefaultBoolean.False. - - - - - - - Gets the vertical scroll position, in coordinates of the viewport. - - - The vertical scroll position, in coordinates of the viewport. - - - - - - - Converts the viewport coordinates to the source image coordinates, taking into account the current zoom level and scroll position. - - - - The viewport coordinates to be converted. - - - The source image coordinates. - - - - - - - Gets the vertical scrollbar. - - - A object which represents the vertical scrollbar. - - - - - - - Fires when the property is changed. - - - - - - - - - Represents an image combo box editor. - - - - - - - - Creates an image combo box editor. - - - - - - - - - The editor to edit multi-line text in a popup window. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets the class name of the current editor. - - - A object identifying the class name of the current editor. - - - - - - - Returns the control's popup window. - - - A MemoExPopupForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets or sets the text lines to be displayed in the dropdown window of an extended memo edit control. - - - An array of lines containing the text of a memo editor. - - - - - - - Gets an object containing settings specific to the extended memo editor. - - - A object instance containing settings for the extended memo editor. - - - - - - - - Allows you to display and edit multi-line text. - - - - - - - Initializes a new control instance with default settings. - - - - - - - - Calculates the control height, in pixels, sufficient to display all lines of the text without the need to scroll it vertically. - - - An integer value that specifies the control height, in pixels, sufficient to display all text lines. - - - - - - - Gets the class name of the current editor. - - - A object identifying the class name of the current editor. - - - - - - - Gets or sets the lines of text within a memo edit control. - - - An array of strings containing the text of a memo editor. - - - - - - - Gets an object containing properties and methods specific to a memo editor. - - - A object instance containing settings for the control. - - - - - - - Gets or sets whether the control uses an optimized rendering mechanism. - - - true, if the control uses an optimized rendering mechanism; otherwise, false. - - - - - - - - The editor that displays images in a popup window. - - - - - - - Initializes a new control instance with default settings. - - - - - - - - Closes the popup window. - - - - - - - - Gets the class name of the current editor. - - - A object identifying the class name of the current editor. - - - - - - - Gets or sets an object representing an image stored by the image editor. - - - - A value representing an image stored by the image editor. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.ImagePopupForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Sets or gets the image displayed by the editor. - - - A object representing the image displayed by the editor. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets an object containing settings specific to the image editor. - - - A object instance containing settings for the control. - - - - - - - Gets a value representing the display representation of the editor's property. - - - A value standing for the display representation of the editor's edited value. - - - - - - - - The editor to edit date/time values using a dropdown calendar. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Occurs when drawing day cells in the dropdown calendar. - - - - - - - - Gets or sets the date/time value edited within the control. - - - A object representing selected date/time value. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Allows specific dates or date ranges to be disabled in the editor's drop-down to prevent them from being selected by an end-user. - - - - - - - - Provides the ability to custom paint day cells in the dropdown calendar. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Gets or sets the edit value (current date). - - - The current date. - - - - - - - Gets settings specific to the date editor. - - - The object containing settings specific to the date editor. - - - - - - - Gets or sets the selected date ranges (DateRange objects). Each DateRange object identifies dates that are EQUAL OR GREATER THAN the DateRange.StartDate and LESS THAN the DateRange.EndDate. Thus the last date is excluded from the range. - - - A collection of selected date ranges. - - - - - - - Fires when the selection changes. - - - - - - - - Gets or sets whether changing the / property updates the current selection. - - - true, if the current selection is automatically set to the edit date (/) once the edit date is changed; otherwise false. - - - - - - - Gets or sets the text displayed within the edit box. - - - The text displayed in the edit box. - - - - - - - Gets or sets whether the same range of days (as in the current month) is automatically selected in another month when you navigate from the current month to that month. The property must be set to false to support this feature. - - - true, if the same range of days is automatically selected in another month when you navigate from the current month to that month; otherwise, false. - - - - - - - - Represents a combo box editor which enables editing values by selecting items from the dropdown list. - - - - - - - Creates and initializes a new combo box editor. - - - - - - - - - The editor that allows you to select a color from a dropdown window. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets the currently selected color. - - - A structure representing the currently selected color. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Gets or sets the selected color. - - - An object representing the currently selected color. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupColorEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets settings specific to the color editor. - - - The object storing settings specific to the current editor. - - - - - - - Gets the text displayed in the edit box. - - - The text displayed in the edit box. - - - - - - - - Allows an end-user to select between two (checked and unchecked) or three (checked, unchecked and indeterminate) states. Multiple CheckEdit controls can be combined into a logical radio-group. - - - - - - - Initializes a new control instance with default settings. - - - - - - - - Gets or sets whether the check editor is in the checked state. - - - true if the editor is checked; otherwise, false. - - - - - - - Fires after the property value has been changed. - - - - - - - - Gets or sets the editor's check state. - - - A enumeration value representing the check editor's state. - - - - - - - Fires after the property value has been changed. - - - - - - - - Gets the editor's class name. - - - A object identifying the class name of the current editor. - - - - - - - Gets or sets the editor's edit value. - - - The editor's edit value. - - - - - - - Gets an object containing properties, methods and events specific to a check editor. - - - A object instance containing settings for the control. - - - - - - - Allows for custom conversion from the edit value to a check state (checked, unchecked and indeterminate). - - - - - - - - Allows for custom conversion from a check state (checked, unchecked and indeterminate) to an edit value. - - - - - - - - Changes the state of a check editor. - - - - - - - - - Allows you to edit numeric values using a dropdown calculator. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Validates the editor. - - - - A enumeration value that specifies how a dropdown editor's popup window was closed. - - - true if the editor's value is valid; otherwise, false. - - - - - - - Gets the current editor's class name. - - - The string identifying the class name of the current editor. - - - - - - - Gets or sets the editor's value. - - - An object representing the editor's value. - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupCalcEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Gets a object containing properties specific to the editor. - - - The object containing properties specific to the calc editor. - - - - - - - Gets or sets the text displayed in the edit box. - - - The string displayed in the edit box. - - - - - - - Gets or sets the editor's decimal value. - - - The editor's decimal value. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - - The text editor that supports built-in buttons in the edit box. - - - - - - - - - Initializes a new ButtonEdit control instance. - - - - - - - - Occurs when a button editor's button is clicked. - - - - - - - - Occurs when pressing an editor button. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - Gets a value indicating whether a container needs to set focus to the editor when it works as an inplace control. - - - true, if a container needs to set focus to the editor; otherwise, false. - - - - - - - Simulates the Click event for the specified button. - - - - An object to be clicked. - - - - - - - - Gets an object containing properties, methods and events specific to the control. - - - A object containing settings for the control. - - - - - - - - Serves as the base for all editors that can be used for inplace (such as within the XtraGrid) editing. - - - - - - - Creates an instance of the class. - - - - - - - - Displays the XtraEditors library's about box. - - - - - - - - Gets or sets the default action description of the editor for use by accessibility client applications. - - - A string which specifies the default action description of the editor for use by accessibility client applications. - - - - - - - Gets or sets the description of the editor used by accessibility client applications. - - - A string which specifies the editor's description used by accessibility client applications. - - - - - - - Gets or sets the editor's name which is used by accessibility client applications. - - - - A string which specifies the name of the editor used by accessibility client applications. - - - - - - - Gets or sets the editor's accessible role. - - - An enumeration value which represents a role for the editor. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - A System.Windows.Forms.Control object representing the control containing the current editor. - - - - A System.Drawing.Point object representing the coordinates of a mouse click. - - - true, a mouse click is allowed; otherwise, false. - - - - - - - - Gets or sets the background color of an enabled editor. - - - A object specifying the editor's background color when it is not disabled. - - - - - - - This event is not supported by the BaseEdit class. - - - - - - - - Gets the BindingManagerBase object. - - - A BindingManagerBase object managing all binding controls that are bound to the same data source and data member. null (Nothing in Visual Basic) if no data source is bound. - - - - - - - Gets or sets the editor's border style. - - - A enumeration value specifying the editor's border style. - - - - - - - Calculates the minumum height of the editor. - - - The minimum height of the editor, in pixels. - - - - - - - For internal use. - - - - - - - - - - Gets or sets the context menu for the editor. - - - A System.Windows.Forms.ContextMenu object representing the context menu for the editor. - - - - - - - Gets or sets a associated with the current control - - - A object that represents a shortcut menu associated with the current control. - - - - - - - Enables custom display text to be provided for an editor. - - - - - - - - Gets or sets the default error icon. - - - A object representing the default error icon. - - - - - - - Gets or sets the location of the default error icon in relation to the editor. - - - An enumeration value that specifies the location of the default error icon in relation to the editor. - - - - - - - Provides access to properties that allow you to assign and customize a default image displayed within the editor, when an error is associated with the editor. - - - A object that stores properties that allow you to assign and customize a default image displayed within the editor, when an error is associated with the editor. - - - - - - - Clears selection within the editor. - - - - - - - - Performs editor value validation. - - - true if the editor value has been validated; otherwise, false. - - - - - - - Validates the editor. - - - - A enumeration value that specifies how a dropdown editor's popup window was closed. - - - true if the editor's value is valid; otherwise, false. - - - - - - - Tests whether the editor or its popup window has focus. - - - true if the editor or its popup window has focus; otherwise false. - - - - - - - Gets the editor's class name. - - - A string value identifying the editor's class name. - - - - - - - Gets or sets the editor's value. - - - An object representing the editor's value. - - - - - - - Fires immediately after the edit value has been changed. - - - - - - - - Fires when the editor's value is about to be changed. - - - - - - - - Gets or sets whether focus is moved to the next control (according to the tab order) when an end-user presses ENTER. - - - true if focus is moved to the next control (according to the tab order) when an end-user presses ENTER; otherwise, false. - - - - - - - Gets or sets the error icon displayed within the editor, when an error is associated with the editor. - - - - A object representing the error icon. - - - - - - - Gets or sets the alignment of the error icon displayed within the editor, when an error is associated with the editor. - - - - The value that specifies the error icon's alignment. - - - - - - - Provides access to properties that allow you to assign and customize an image displayed within the editor, when an error is associated with the editor. - - - - A object that stores properties that allow you to assign and customize an image displayed within the editor, when an error is associated with the editor. - - - - - - - Gets or sets the error description for the editor. - - - A string value specifying the error description for the editor. - - - - - - - Gets or sets the font used to display editor contents. - - - A object specifying the font used to display editor contents. - - - - - - - This event is not supported by the BaseEdit class. - - - - - - - - Gets or sets the editor content's foreground color. - - - A structure specifying the editor content's foreground color. - - - - - - - This event is not supported by the BaseEdit class. - - - - - - - - Enables you to format the editor's value (change the editor's value when the formatting mechanism is invoked). - - - - - - - - Retrieves the size of a rectangular area into which the control can be fitted. - - - - The custom-sized area for the control. - - - A value. - - - - - - - Gets or sets the inplace type of an editor. - - - A enumeration member specifying the editor inplace type. - - - - - - - Enables an appropriate response to be provided when invalid values are entered. - - - - - - - - - - - - - - - - Gets whether the editor is active. - - - true if the editor is active; otherwise, false. - - - - - - - Gets a value indicating whether the editor is being loaded. - - - true if the editor is being loaded; otherwise, false. - - - - - - - Gets or sets whether the editor's value has been modified since the editor last received focus or since it was last validated. - - - true if the editor's value has been modified; otherwise, false. - - - - - - - Returns a value indicating whether a particular key will be processed by the editor or passed to its container. - - - - A object specifying the key to process. - - - true if the pressed key will be processed by the editor; otherwise, false. - - - - - - - This member supports the internal editors library infrastructure and is not intended to be used from your code. - - - true if a container control needs to focus the editor; otherwise, false. - - - - - - - Gets whether the specified value is the "Non-loaded Value". This property is in effect when asynchronous data binding is used. - - - - A value to be tested. - - - true if the specified value is the "Non-loaded Value"; otherwise, false. - - - - - - - Gets an object containing the editor's look and feel settings. - - - A object containing the editor's look and feel settings. - - - - - - - Gets or sets an object that controls the look and feel of the popup menus. - - - An object that controls the look and feel of the popup menus. - - - - - - - - Fires when the user starts to modify the edit value. - - - - - - - - Gets or sets the last successfully validated value. - - - - An object representing the last value that was successfully validated. - - - - - - - - This property is not supported by the BaseEdit class. - - - A Padding value. - - - - - - - Converts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets an object containing properties, methods and events specific to the editors. - - - A object containing settings relating to all editors. - - - - - - - Fires immediately after any editor's property value has changed. - - - - - - - - Fires when the help is provided to accessibility applications. - - - - - - - - Provides ability to specify whether the key pressed in the editor is processed by the editor or a container control (, , etc.) that displays this editor. - - - - - - - - Gets or sets whether the editor's value cannot be changed by end-users. - - - true, if end-users cannot modify the editor's value; otherwise, false. - - - - - - - - Resets the editor's selection and cursor position. - - - - - - - - Resets the property back to its default value. - - - - - - - - Resets the property back to its default value. - - - - - - - - Selects the editor's entire content. - - - - - - - - Raises the KeyDown event. - - - - A object providing data for the event. - - - - - - - - Sends the specified message to the active editor. - - - - A to be sent. - - - - A KeyPressEventArgs object that will be passed to the editor's KeyPress event. - - - - - - - - Raises the KeyUp event. - - - - A object providing data for the event. - - - - - - - - Raises the event. - - - - A structure specifying the mouse pointer coordinates. - - - - A bitwise combination of enumeration values specifying the pressed mouse buttons. - - - - - - - - Raises the event. - - - - A object providing data for the event. - - - - - - - - Raises the event. - - - - A structure that specifies the mouse pointer coordinates. - - - - A enumeration value that specifies which mouse button was pressed. - - - - - - - - This method is used internally when using editors inplace and is not intended to be called in your code. - - - An object supporting the IPopupServiceControl interface. - - - - - - - This method supports the internal .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - This member supports the internal .NET Framework infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - Gets or sets whether an end-user can focus this control using the TAB key. - - - - true if an end-user can focus the control using the TAB key; otherwise, false. - - - - - - - - Gets or sets the text displayed by the editor. - - - A string value representing the text displayed by the editor. - - - - - - - Gets or sets whether the tooltip is anchored relative to the mouse cursor or relative to the editor. - - - A value that specifies whether the tooltip is anchored relative to the mouse cursor or relative to the editor. By Default, the behavior depends on the property. - - - - - - - - Represents a repository item which contains settings specific to editors. - - - - - - - Creates a new object with default settings. - - - - - - - - Gets or sets whether the context image is changed using animation. This property is not in effect for in-place editors. - - - True if the context image is changed using animation; False if not; Default uses the global setting. - - - - - - - Gets or sets whether this can colorize its icons. - - - A enumerator value that specifies whether or not this can colorize its icons. The value is identical to . - - - - - - - Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. - - - true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. - - - - - - - Gets or sets whether end-users can set the editor's value to a null reference by pressing the CTRL+DEL or CTRL+0 key combinations - - - - A value that specifies if end-users can set the editor's value to a null reference. - - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Occurs before the editor's context menu is displayed. - - - - - - - - Gets or sets the character casing applied to the editor's content. - - - A enumeration value specifying the character casing applied. - - - - - - - Gets or sets a custom image displayed at the editor's edge, specified by the property. - - - A custom image displayed at the editor's edge. - - - - - - - Gets or sets the alignment of an image displayed by this editor. - - - A enumerator value that specifies the alignment of an image displayed by this editor. - - - - - - - Provides access to all properties that allow you to assign and customize a custom image displayed at the editor's edge. - - - A object that stores all properties that allow you to assign and customize a custom image displayed at the editor's edge. - - - - - - - Gets the corresponding editor's type name. - - - The 'TextEdit' string always. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets whether the selection is hidden when moving focus to another control. - - - true if the selection in the editor is hidden when moving focus to another control; otherwise, false. - - - - - - - Provides access to the editor's mask settings. - - - A object which provides the editor's mask settings. - - - - - - - Gets or sets the amount of space around the text box embedded in the . - - - A System.Windows.Forms.Padding structure that specifies the amount of space around the editor's text box. - - - - - - - Provides access to the object containing the editor's mask settings. - - - A object providing mask settings for the editor. - - - - - - - Gets or sets the maximum number of characters an end-user can enter into the editor. - - - A positive integer specifying the maximum number of characters end-users can enter. 0 to disable the text length limit. - - - - - - - Gets or sets the maximum number of characters in the automatically generated tooltip displayed for an in-place editor. - - - The maximum length of the automatically generated tooltip for an in-place editor. The default is 500. - - - - - - - Gets or sets the text displayed grayed, and its edit value is null or an empty string. -This property is in effect for standalone editors and for editors embedded in toolbars and Ribbon controls. This property is not supported for in-place editors embedded in grid and tree list controls (e.g., , , etc.). This property is also not supported when editors are read-only. - - - - A string that specifies the text displayed grayed out when the edit value is not set to a valid value. - - - - - - - Gets or sets whether the text specified by the property is displayed when the editor contains an empty string. - - - true if the text specified by the property is displayed when the editor contains an empty string; otherwise, false. - - - - - - - Gets an editor which owns the current repository item. - - - A control that owns the current repository item. - - - - - - - - - - - - - - - Gets or sets the password character displayed instead of actual characters. - - - A character displayed instead of actual characters. - - - - - - - Gets an object providing properties specific to the text edit control. - - - The object providing settings common to the current edit control. - - - - - - - Gets or sets whether to display the when the current editor is focused. - - - true, if the is displayed when the editor is focused; otherwise, false. - - - - - - - Occurs when either the UP or DOWN ARROW key is pressed or the mouse wheel is rotated. - - - - - - - - - Gets or sets whether the is grayed out in the read only mode. - - - true, if the is grayed out in read only mode; otherwise, false. - - - - - - - Gets or sets whether password mode is active and the system password character is used to mask the editor's text. - - - true if password mode is active and the system password character is used to mask the editor's text; otherwise, false. - - - - - - - Gets or sets whether to invoke the event when pressing the ENTER key. - - - true if the event is raised when the ENTER key is pressed; otherwise, false. - - - - - - - Gets or sets the native Excel format string used to format the editor's value when exporting to XLSX. This property is in effect in WYSIWYG export mode. - - - A string value, representing the XLSX format string. - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Creates a new object. - - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets the default horizontal alignment of the editor contents when the editor works inplace within a container control. - - - A enumeration member specifying the default horizontal alignment of the editor's contents. - - - - - - - Gets or sets an edit mask. - - - A string which specifies a mask expression. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A string value representing the class name of a corresponding editor. - - - - - - - Gets or sets a value by which the editor's value changes each time the keyboard UP or DOWN key is pressed or the spin button is clicked. - - - A decimal value to be incremented to the editor's value when a user clicks a spin button or presses the keyboard UP or DOWN key. - - - - - - - Gets or sets whether the editor's value is of the Decimal or Integer type. - - - true if the editor's value is of the Decimal type; false if the editor's value is of the Integer type. - - - - - - - Gets or sets the editor's maximum value. - - - A decimal value representing the editor's maximum value. - - - - - - - Gets or sets the editor's minimum value. - - - A decimal value representing the editor's minimum value. - - - - - - - Gets an object providing properties specific to the spin editor. - - - A object providing settings specific to the spin editor. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Creates a new object. - - - - - - - - Gets or sets whether the progress indicator reflects changes using animation. This property is not in effect for in-place editors. - - - True if the progress indicator reflects changes using animation; False if not; Default uses the global setting. - - - - - - - Gets a value which indicates whether the appearance settings used to paint the progress bar when it's focused can be used. - - - false always. - - - - - - - Gets the appearance settings used to paint the editor when it's enabled. - - - An object that provides the appearance setting used to paint the editor when it's enabled. - - - - - - - Gets the appearance settings used to paint the editor when it's disabled. - - - - An object that provides the appearance setting used to paint the editor when it's disabled. - - - - - - - Gets the appearance settings used to paint the current editor when it's focused. - - - A DevExpress.Utils.AppearanceObject object which provides the appearance setting used to paint the editor when it's focused. - - - - - - - Gets the appearance settings used to paint the read-only editor. - - - A DevExpress.Utils.AppearanceObject object which provides the appearance settings used to paint the read-only editor. - - - - - - - Copies settings of the specified repository item. - - - - A object representing the source of the operation. - - - - - - - - Gets the default horizontal alignment of the editor's content. - - - A enumeration value specifying the editor content's default horizontal alignment. - - - - - - - Gets the class name of the control corresponding to the current repository item. - - - A string value representing the class name of a corresponding editor. - - - - - - - Gets or sets the delay, in milliseconds, between flashes in the flow animation. - - - An integer value that specifies the delay, in milliseconds, between flashes in the flow animation. - - - - - - - - Gets or sets the time, in milliseconds, that it takes the flash to move through the progress indicator in flow animation. - - - - An integer value that specifies the duration, in milliseconds, of the flash movement in flow animation. - - - - - - - Gets or sets whether the progress indicator is displayed using flow animation. - - - - true, if the progress indication is displayed using flow animation; otherwise, false. - - - - - - - Obsolete. Use the property instead. - - - - - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets the control's maximum value. - - - An integer value representing the maximum value. - - - - - - - Gets or sets the control's minimum value. - - - An integer value representing the minimum value. - - - - - - - Gets or sets a value specifying how the text representing the progress bar's current position is displayed. - - - true if the control's value is displayed as a percentage; false if displayed as an integer. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets an object providing properties specific to the ProgressBarControl. - - - A object providing settings specific to the progress bar. - - - - - - - Gets or sets a value by which a call to the method increases the control's current position. - - - An integer value by which the progress bar's position changes. - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets whether the pictures being edited are changed using animation. This property is not in effect for in-place editors. - - - True if the pictures being edited are changed using animation; False if not; Default uses the global setting. - - - - - - - Gets or sets whether to dispose of the control's image when the control is disposed of. - - - true to dispose of the current image when the control is disposed of; otherwise, false. - - - - - - - Gets or sets a value specifying whether a focus rectangle is displayed within the focused picture editor. - - - true if a focus rectangle is displayed in the focused picture editor; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether it is allowed to scroll pictures using the mouse wheel. - - - A enumeration value that specifies whether it is allowed to scroll pictures using the mouse wheel. - - - - - - - Gets or sets whether an image can be scrolled by dragging it with the mouse. This feature is in effect when scroll bars are enabled via the property. - - - true if an image can be scrolled by dragging it with the mouse; otherwise, false. - - - - - - - Gets or sets whether it is allowed to zoom pictures using the mouse wheel. - - - A enumeration value that specifies whether it is allowed to zoom pictures using the mouse wheel. - - - - - - - Copies the settings of a specific repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets a value indicating whether the auto height feature is enabled. - - - false always. - - - - - - - Gets or sets the caption displayed in the control and settings used to paint the caption. - - - A PictureEditCaption object that specifies the caption itself and settings used to paint it in the control. - - - - - - - Fires when a context button is clicked. - - - - - - - - Provides access to the settings applied to the context buttons displayed in the control, and panels containing these buttons. - - - A ContextItemCollectionOptions object that comprises settings applied to the context buttons displayed in the control, and panels containing these buttons. - - - - - - - - Provides access to the collection of context buttons displayed in the control. - - - A ContextItemCollection object that represents the collection of context buttons displayed in the control. - - - - - - - Fires when the , or property value changes. - - - - - - - - Allows hints for the objects displayed in the to be customized. - - - - - - - - Gets or sets the height of the picture editor when it works as an inplace control. - - - An integer value specifying the height in pixels of an inplace picture editor. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Gets or sets whether the LOD (Level-of-detail) algorithm is used to optimize the display of large images. - - - true, if the LOD (Level-of-detail) algorithm is used to optimize the display of large images; otherwise, false. - - - - - - - Gets or sets an image displayed when an error occurs during an asynchronous image load. - - - The image displayed when an error occurs during an asynchronous image load. - - - - - - - Provides access to properties that allow you to assign and customize an image displayed when an error occurs during an asynchronous image load. - - - A object that stores properties that allow you to assign and customize an image displayed when an error occurs during an asynchronous image load. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Returns how the picture is aligned in the control. - - - An enumeration value that specifies how the picture is aligned in the control. - - - - - - - - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets or sets an image displayed during an asynchronous image load. - - - An image displayed during an asynchronous image load. - - - - - - - Provides access to properties that allow you to assign and customize an image displayed during an asynchronous image load. - - - - A object that stores properties that allow you to assign and customize an image displayed during an asynchronous image load. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires when an asynchronous image load operation is completed, been canceled, or raised an exception. - - - - - - - - Provides access to settings that enable masked mode and allow you to customize the masked mode behavior. - - - An object whose settings allows you to enable masked mode and customize the masked mode behavior. - - - - - - - Gets or sets the amount of space, in pixels, between the control's borders and its content. - - - A object that contains inner indents between the control's borders and its content. - - - - - - - Gets or sets the alignment of the image within the picture editor. - - - A enumeration value specifying the image alignment. - - - - - - - Gets or sets how an image is scaled. - - - A value that specifies how an image is scaled. - - - - - - - Gets or sets how the editor stores the image pasted via the editor's context menu. - - - A value representing how an image loaded via the editor's context menu is stored in the edit value. - - - - - - - Fires when the context menu is about to be displayed. - - - - - - - - Gets an object providing properties specific to a picture edit control. - - - A object instance providing settings common to a picture edit control. - - - - - - - Gets or sets whether the context menu contains a command that allows taking a picture from a webcam. - - - - A enumeration value that specifies whether the context menu contains a command that allows taking a picture from a webcam. - - - - - - - - Gets or sets a value indicating whether the context menu is displayed when the picture editor is right-clicked. - - - true, if the context menu is displayed when the editor is right-clicked; otherwise, false. - - - - - - - Gets or sets whether scroll bars that allow an end-user to scroll the image are enabled. - - - - true if scroll bars that allow an end-user to scroll the image are enabled; otherwise, false. - - - - - - - - Gets or sets whether the picture editor's context menu contains zoom-related commands. - - - A value that specifies if the picture editor's context menu contains zoom-related commands. - - - - - - - Gets or sets a value specifying how the image is displayed within the picture editor. - - - A enumeration value specifying the size mode of the displayed image. - - - - - - - Gets or sets whether the is painted grayed out when it's in the disabled state. - - - true, if the control is painted grayed out when it's in the disabled state; otherwise, false - - - - - - - Gets or sets the factor that adjusts the default zoom speed via the mouse wheel. - - - A value that specifies the factor that adjusts the default zoom speed via the mouse wheel. The default is 1. - - - - - - - Gets or sets the factor that adjusts the default zoom speed via the mouse wheel. This property is obsolete. Use the property instead. - - - - A value that specifies the factor that adjusts the default zoom speed via the mouse wheel. The default is 1. - - - - - - - - Gets or sets whether the CTRL modifier key should be pressed to zoom pictures with the mouse wheel. - - - A ZoomingOperationMode enumeration value that specifies how zooming can be performed using the mouse wheel. - - - - - - - Gets or sets the zoom percentage of the displayed image. - - - - An integer value that specifies the zoom percentage of the displayed image. The default is 100. - - - - - - - - Fires when the property is changed. - - - - - - - - - Represents a repository item which provides settings specific to an image combo box control. - - - - - - - Creates a repository item for an image combo box editor. - - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets a value specifying whether a user can insert return characters into text. - - - true if return characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, false. - - - - - - - Gets or sets a value specifying whether a user can insert tab characters into the editor's text. - - - true if tab characters typed within the dropdown window are accepted and processed by an extended memo editor; otherwise, false. - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets an object providing properties specific to an extended memo edit control. - - - A object instance. - - - - - - - Gets or sets a value indicating which scrollbars are displayed within the editor's dropdown window. - - - A enumeration value indicating whether 0, 1 or 2 are displayed within the dropdown window. - - - - - - - Gets or sets a value specifying whether the text is automatically wrapped at the right margin of the editor's dropdown window. - - - true if an editor always wraps text at the right margin. - - - - - - - - Represents a class which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets a value specifying whether return characters can be inserted into text. - - - - true if return characters are accepted and processed by a memo editor; otherwise, false. - - - - - - - - Gets or sets a value specifying whether a user can insert tab characters into text. - - - true if users can enter tabs in a memo editor using the TAB key; false if pressing the TAB key moves focus to another control. - - - - - - - Copies the settings of a repository item. - - - - A object representing the source object. - - - - - - - - Gets a value indicating whether the autoheight feature is enabled. - - - Always false . - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Gets or sets the number of lines to be displayed in a memo editor when it acts as an in-place control. - - - An integer value specifying the number of lines displayed by an in-place memo editor. - - - - - - - Provides access to the editor's mask settings. - - - A object which contains the editor's mask settings. - - - - - - - - This property isn't used. - - - - - - - - - - Gets an object providing properties specific to a memo edit control. - - - A object instance providing settings common to a memo edit control. - - - - - - - Gets or sets a value indicating which scrollbars are displayed. - - - A enumeration value indicating whether 0, 1 or 2 are displayed. - - - - - - - This property is not supported by the RepositoryItemMemoEdit class. - - - - - - - - - - Gets or sets a value specifying whether text is automatically wrapped at an editor's right margin. - - - - true if an editor always wraps text at the right margin, false if it displays a separate line only following a carriage return character. - - - - - - - - Represents a repository item which stores settings specific to an control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Copies settings of the specified repository item to the current one. - - - - A object representing the source of the operation. - - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets or sets the alignment of the image within the image editor. - - - A enumeration value which specifies the image's alignment. - - - - - - - - Gets or sets how the editor stores the image pasted via the editor's context menu. - - - A value representing how an image loaded via the editor's context menu is stored in the edit value. - - - - - - - Gets an object providing properties specific to an image edit control. - - - A object instance. - - - - - - - Gets or sets a value indicating whether the context menu is displayed when the dropdown window is right-clicked. - - - true if the context menu is displayed when the dropdown window is right-clicked. - - - - - - - Gets or sets a value specifying how the image is displayed within the image editor. - - - A enumeration value. - - - - - - - - A repository item storing settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets whether animation effects are applied when switching between calendar views. - - - true, if calendar views are switched using animation effects; otherwise, false. - - - - - - - Gets or sets whether it is possible to select the extra days that are displayed in the current month calendar, but belong to the previous or next month. - - - true, if t is possible to select the extra days that belong to the previous or next month; otherwise, false. - - - - - - - Contains appearance settings used to paint the calendar's elements and date cells in various states. - - - The calendar appearance settings. - - - - - - - Provides access to the appearance settings used to paint disabled dates in the editor's drop-down. - - - An AppearanceObject that specifies appearance settings used to paint disabled dates in the editor's drop-down. - - - - - - - Gets the appearance settings used to paint the header panel in the dropdown calendar. - - - A object which provides the appearance settings used to paint the header panel in the dropdown calendar. - - - - - - - Gets the appearance settings used to paint the highlighted header panel in the dropdown calendar. - - - A object, that contains the appearance settings used to paint the header panel's text under the mouse pointer. - - - - - - - - Gets the appearance settings used to paint the text within the dropdown calendar. - - - A object that contains the appearance settings used to paint the text under the mouse pointer, within the editor's dropdown. - - - - - - - - Provides appearance settings used to paint week numbers. - - - An object that contains the corresponding appearance settings. - - - - - - - Copies source repository item properties to the current object. - - - - The source repository item object. - - - - - - - - Gets or sets whether an end-user can select a date in the dropdown calendar. Disable this setting to allow end-users to enter only the time portions of date-time values (see ). - - - - true, if an end-user can select a date in the calendar; otherwise, false. - - - - - - - Gets or sets that defines the culturally appropriate format for displaying dates and times. - - - - A object that defines the culturally appropriate format for displaying dates and times. - - - - - - - - Gets or sets whether an end-user can edit the time portion of a date value in the dropdown calendar. - - - - A value that specifies whether an end-user can edit the time portion of a date value in the dropdown calendar. - - - - - - - - Contains settings related to time editing within the DateEdit control's dropdown calendar. - - - An object that contains settings related to time editing within the DateEdit control's dropdown calendar. - - - - - - - Gets or sets the appearance of the DateEdit control's dropdown calendar. - - - A value that specifies how a date value is edited via the control's dropdown window. - - - - - - - Gets or sets size of calendar cells in the control's drop-down. - - - The calendar cell size. - - - - - - - Gets or sets the ICalendarCellStyleProvider object that allows you to customize the appearance of certain dates. - - - The object that allows you to customize the appearance of certain dates. - - - - - - - Gets or sets the number of months displayed horizontally in the dropdown calendar. - - - The number of months displayed horizontally. - - - - - - - Occurs when drawing day cells in the dropdown calendar. - - - - - - - - Allows you to provide custom week day abbreviations. - - - - - - - - Allows week numbers to be customized. - - - - - - - - - Specifies how a responds to an attempt to enter an invalid date value. - - - - A value specifying how to respond to an invalid date value. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Allows specific dates or date ranges to be disabled in the editor's drop-down to prevent them from being selected by an end-user. - - - - - - - - Allows you to assign an ICalendarDisabledDateProvider object that can disable certain dates to prevent them from being selected by an end-user. - - - An object that can disable certain dates to prevent them from being selected by an end-user. - - - - - - - Gets the format settings applied to the editor when it is not focused. - - - A object containing format settings. - - - - - - - Gets or sets whether to draw lines between calendar cells. - - - true, if lines between calendar cells are visible; otherwise, false. - - - - - - - Provides the ability to custom paint day cells in the dropdown calendar. - - - - - - - - Provides access to the settings used to format the edit value when the editor has input focus. - - - A object containing format settings. - - - - - - - Gets or sets an edit mask. - - - A string specifying a mask expression. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Gets or sets the first day of the week. - - - A enumeration value specifying the first day of the week. - - - - - - - Gets or sets whether Saturdays and Sundays are highlighted. - - - true to highlight Saturdays and Sundays; otherwise, false. - - - - - - - Gets or sets whether today's date is highlighted in the editor's drop-down. - - - - A DefaultBoolean enumeration value that specifies whether today's date is highlighted in the editor's drop-down. - - - - - - - - Gets or sets whether today's date is highlighted in the editor's drop-down when selected, or belongs to a selected range of dates. - - - true if today's date is highlighted in the editor's drop-down when selected, or belongs to a selected range of dates; otherwise, false. - - - - - - - Gets or sets the editor's maximum value. - - - A structure which represents the maximum allowed date. - - - - - - - Gets or sets the editor's minimum value. - - - A structure which represents the minimum allowed date. - - - - - - - Gets or sets a value that is interpreted as the null date. - - - A value interpreted as the null date. - - - - - - - - Gets or sets the date and time automatically selected in the editor's drop-down if the edit value is set to null. - - - A DateTime object that specifies the date and time automatically selected in the editor's drop-down if the edit value is set to null (Nothing in VB.NET). - - - - - - - This property is not supported by the RepositoryItemDateEdit class. - - - The Size.Empty value. - - - - - - - This property is not supported by the RepositoryItemDateEdit class. - - - The Size.Empty value. - - - - - - - Gets an object providing properties specific to the button edit control. - - - The object. - - - - - - - Gets or sets the number of months displayed vertically in the dropdown calendar. - - - The number of months displayed vertically. - - - - - - - Gets or sets whether a single date, or multiple dates can be simultaneously selected. - - - A enumeration value that specifies whether a single date, or multiple dates can be simultaneously selected. - - - - - - - Gets or sets a value indicating whether the dropdown calendar contains a Clear button (in the and modes). - - - - true, if the dropdown calendar contains a Clear button; otherwise, false. - - - - - - - Gets or sets the visibility of month names for each month. - - - true, if the month name is displayed above each month; otherwise, false. - - - - - - - Gets or sets the visibility of buttons that let an end-user navigate between months. - - - - A enumeration value that specifies the visibility of buttons that let an end-user navigate between months. - - - - - - - Gets or sets whether the OK button is displayed. - - - A enumeration value that specifies whether the OK button is displayed. - - - - - - - Gets or sets whether to display the Today button in the dropdown calendar (in the and modes). - - - - true, if the Today button is visible; otherwise,false. - - - - - - - Gets or sets whether to display week numbers in the dropdown window. - - - true, if the dropdown window displays week numbers; otherwise, false. - - - - - - - Gets or sets the visibility of buttons that let an end-user navigate between years. - - - A enumeration value that specifies the visibility of buttons that let an end-user navigate between years. - - - - - - - Allows you to mark certain dates as "special" dates. These dates will be painted using the dedicated settings provided by the object. - - - - - - - - Allows you to assign an ICalendarSpecialDateProvider object that can mark certain dates as "special" to highlight them in a custom manner, as specified by the dedicated appearance settings of the object. - - - An object that marks certain dates as "special". - - - - - - - Gets or sets the width, in pixels, of the edit box in the control's drop-down that allows end-users to edit the time portion of the edit value. - - - An integer value that specifies the width, in pixels, of the time portion edit box. - - - - - - - Fires when the Today button is clicked. - - - - - - - - Gets or sets the date that is regarded as Today's date. - - - The date that is regarded as Today's date. - - - - - - - Gets or sets the step by which minutes increment in the touch-aware calendar. The value of 60 must be multiple of TouchUIMinuteIncrement. - - - The number by which minutes increment in the touch-aware calendar. - - - - - - - Gets or sets the step by which seconds increment in the touch-aware calendar. The value of 60 must be multiple of TouchUISecondIncrement. - - - The number by which seconds increment in the touch-aware calendar. - - - - - - - Gets or sets the initial date grouping View that is enabled when a date editor opens. - - - - A VistaCalendarInitialViewStyle enumeration value that specifies the initial date grouping View that is enabled when a date editor opens. - - - - - - - - Gets or sets which date grouping Views are available in Vista display mode. - - - A value that specifies which date grouping Views are available in Vista display mode. - - - - - - - Gets or sets whether the editor's dropdown calendar looks and functions like the Date Editor in Windows Vista. - - - A value that specifies whether the editor's dropdown calendar looks and functions like the Date Editor in Windows Vista. - - - - - - - Gets or sets whether the DateEdit control's dropdown calendar contains a time editor for editing the time portion of the date-time value. - - - A value that specifies whether the dropdown calendar contains a time editor. - - - - - - - Contains settings that control the appearance and behavior of the time editor embedded into the DateEdit control's dropdown calendar. - - - A object that contains appearance and behavior settings of the time editor embedded into the DateEdit control's dropdown calendar. - - - - - - - Gets or sets the length of days of the week abbreviations. - - - The length of days of the week abbreviations. - - - - - - - Gets or sets a rule which determines the first week of the year. - - - A enumeration value which determines the first week of the year. - - - - - - - - Represents a repository item which stores settings specific to controls. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Provides access to the appearance settings used to paint list items in the disabled state. - - - A object that specifies the appearance settings used to paint list items in the disabled state. - - - - - - - Provides access to the appearance settings used to paint hot tracked list items if items are not automatically selected when hot tracked. - - - An object specifying the appearance settings used to paint hot tracked list items if items are not automatically selected when hot tracked. - - - - - - - Provides access to the appearance settings used to paint list items in the selected state. - - - An object that specifies the appearance settings used to paint list items in the selected state. - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Gets or sets a value that specifies whether the auto completion feature is enabled. - - - true if the auto completion is enabled; otherwise, false. - - - - - - - Gets or sets a value indicating whether the auto completion feature is case sensitive. - - - true if the auto completion feature is case sensitive, otherwise false. - - - - - - - Provides access to the settings applied to the context buttons displayed by the editor items. - - - A object that comprises settings applied to the context buttons displayed by the editor items. - - - - - - - Provides access to the collection of context buttons displayed by editor items. - - - A ContextItemCollection object that represents the collection of context buttons. - - - - - - - Enables custom display text to be provided for editor items. - - - - - - - - Gets a value indicating whether the end-user can navigate through dropdown values by double clicking the edit box. - - - true if double-clicking the edit box cycles through combo box items; otherwise, false. - - - - - - - Provides the ability to custom paint the items displayed within the combo box editor's drop down. - - - - - - - - Occurs when drawing an item in the dropdown list. - - - - - - - - Gets or sets the height of an item in the dropdown list. - - - The height of an item in the dropdown window, in pixels. - - - - - - - Gets or sets the number of items simultaneously displayed in the dropdown window. - - - The number of visible items in the dropdown window. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Specifies how selected and hot-tracked items are highlighted within the control's popup window. - - - A value that specifies how selected and hot-tracked items are highlighted. - - - - - - - Gets or sets, if the items from the dropdown menu can be hot tracked. - - - true if the Hot Track feature is enabled; otherwise, false. - - - - - - - Gets or sets whether the items in the dropdown are hot-tracked when the mouse pointer moves over them. - - - true if the items in the dropdown are hot-tracked; otherwise, false. - - - - - - - Gets or sets whether the height of items is automatically calculated to fit their entire content. - - - true, if item height is automatically calculated; otherwise, false. - - - - - - - Gets or sets padding within list items. - - - A structure representing list item internal spacing characteristics. - - - - - - - Gets the collection of items displayed by the current combo box editor. - - - The collection of items displayed by the editor. - - - - - - - Allows you to change the height of specific items in the dropdown window. - - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Gets an object providing properties specific to the combo box editor. - - - The object providing settings specific to the combo box editor. - - - - - - - Occurs on changing the index of the selected value in the combo box editor. - - - - - - - - Occurs after changing the index of the selected value in the combo box editor. - - - - - - - - Gets or sets whether tooltips are displayed for items whose text is trimmed. - - - A value that specifies whether tooltips are displayed for items whose text is trimmed. - - - - - - - Gets or sets whether the items are sorted. - - - true to sort items; otherwise, false. - - - - - - - Gets or sets a value indicating whether the Ctrl key must be pressed when scrolling combo box items. - - - true if scrolling items requires the Ctrl key to be pressed; otherwise, false. - - - - - - - - Contains settings specific to a editor. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Specifies the alignment of the preview color box within the control's edit region. - - - A value specifying the alignment of the preview color box within the control's edit region. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - Gets or sets whether a simple or advanced dialog is used to pick a custom color. - - - A enumeration value, such as Simple or Advanced, that specifies whether a simple or advanced dialog is used to pick a custom color. The Default is Advanced. - - - - - - - Gets or sets the value indicating the type of display text describing the selected color. - - - The type of display text to represent the selected color. - - - - - - - Gets or sets an array of user-defined colors to display in the Custom panel of the dropdown window. - - - An array of user-defined colors to display in the Custom panel. - - - - - - - Gets the default alignment of the editor contents when the editor is inplace within a container control. - - - The value. - - - - - - - Gets the class name of an edit control corresponding to the current repository item. - - - A string identifying the editor's class name. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Specifies how selected items are highlighted within the control's popup window. - - - A value that specifies how selected items are highlighted. - - - - - - - This property is not supported by the RepositoryItemColorEdit class. - - - The Size.Empty value. - - - - - - - This property is not supported by the RepositoryItemColorEdit class. - - - The Size.Empty value. - - - - - - - Gets an object containing settings specific to the control. - - - The object containing settings for the current control. - - - - - - - Gets or sets whether the Automatic button is displayed in the Custom tab. - - - true, if the Automatic button is displayed; otherwise, false. - - - - - - - Gets or sets whether an end-user can select a custom color with a color pick dialog (the "Select Color" dialog). - - - true, if a color pick dialog is enabled; otherwise, false. - - - - - - - Gets or sets whether the Custom tabbed page is visible. - - - true if the Custom tabbed page is visible; otherwise, false. - - - - - - - Gets or sets whether the More Colors button is displayed in the Custom tab. - - - true, if the More Colors button is displayed; otherwise, false. - - - - - - - Gets or sets whether the System tabbed page is visible. - - - true if the System tabbed page is visible; otherwise, false. - - - - - - - Gets or sets whether the Web tabbed page is visible. - - - true if the Web tabbed page is visible; otherwise, false. - - - - - - - Gets or sets a value specifying the type of value returned by the property. - - - true if stores the selected color as an integer; false if stores it as a System.Drawing.Color structure. - - - - - - - Gets or sets the style in which text is displayed in the control's edit box. - - - The value determining the editing style. - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Gets or sets a value specifying whether a check editor should support three check states rather than two. - - - - - true if the is able to display three check states; otherwise, false. - - - - - - - Copies the settings of a specific repository item to the current one. - - - - - A object representing the source of the operation. - - - - - - - - Gets or sets the caption of the current . - - - A String value that is the caption of the current . - - - - - - - Fires after the property has been changed. - - - - - - - - Fires after the property has been changed. - - - - - - - - Gets or sets a value that determines the look and feel of the check box. - - - A enumerator value specifying the look and feel of the check box. - - - - - - - Gets or sets the text representation of the value. - - - A string that specifies the text representation of the value. - - - - - - - Gets or sets the text representation of the value. - - - A string that specifies the text representation of the value. - - - - - - - Gets or sets the text representation of the value. - - - A string that specifies the text representation of the value. - - - - - - - Gets the class name of the edit control corresponding to the current repository item. - - - A object identifying the class name of the corresponding editor. - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - Converts the value passed as a parameter to the appropriate check state. - - - - A expression (typically, the edited value) to be converted to the appropriate check state. - - - A enumeration value representing the check state to be set. - - - - - - - Converts the check state value passed as a parameter to the appropriate edit value. - - - - A enumeration value representing the check state to be converted to the appropriate edited value. - - - A expression representing the edited value to be set for a check editor. - - - - - - - - Gets or sets whether the read only is highlighted when hovered over with the mouse cursor. - - - true, if the read only changes its appearance when hovered over with the mouse cursor; otherwise, false. - - - - - - - Occurs when a hyperlink within the current RepositoryItemCheckEdit control's caption is clicked. - - - - - - - - Gets or sets the index of an image that represents the CheckEdit's checked state (when the property is set to UserDefined). - - - A zero-based integer specifying the index of an image that represents the CheckEdit's checked state. - - - - - - - Gets or sets the index of an image that represents the CheckEdit's grayed state (when the property is set to UserDefined). - - - A zero-based integer specifying the index of an image that represents the CheckEdit's grayed state. - - - - - - - Gets or sets the index of an image that represents the CheckEdit's unchecked state (when the property is set to UserDefined). - - - A zero-based integer specifying the index of an image that represents the CheckEdit's unchecked state. - - - - - - - Provides access to properties that allow you to assign and customize a glyph representing the control in the checked, unchecked and grayed states. - - - A object that stores properties that allow you to assign and customize a glyph representing the control in the checked, unchecked and grayed states. - - - - - - - Gets or sets the collection of images that can be used to represent the CheckEdit's checked, unchecked and grayed states. - - - An object which represents the source of images. - - - - - - - Gets a value indicating whether the check editor functions like a radio button. - - - true if the check editor represents a radio button; otherwise, false. - - - - - - - Gets or sets the value that determines the display style of the check box when the editor's check state is grayed. - - - A enumeration value specifying the check box display style in the grayed check state. - - - - - - - Gets or sets a custom image representing the editor's checked state. - - - A object displayed instead of the default check box in the checked state. - - - - - - - Gets or sets a custom image representing the CheckEdit control's grayed state. - - - A object displayed instead of the default check box in the grayed state. - - - - - - - Gets or sets a custom image representing the CheckEdit control's unchecked state. - - - A object displayed instead of the default check box in the unchecked state. - - - - - - - Gets an object providing properties specific to a check edit control. - - - A object instance providing settings specific to a check edit control. - - - - - - - Allows for custom conversion from the edit value to a check state (checked, unchecked and indeterminate). - - - - - - - - Allows for custom conversion from the check state (checked, unchecked and indeterminate) to an edit value. - - - - - - - - Gets or sets the index of a logical radio group to which the check editor belongs. - - - An integer value specifying the non-negative index of a logical radio group owning the check editor. - - - - - - - Gets or sets a value that corresponds to the checked state. - - - - The value associated with the checked state. - - - - - - - Gets or sets a value that corresponds to the indeterminate state. - - - The value associated with the indeterminate state. - - - - - - - Gets or sets a value that corresponds to the unchecked state. - - - The value associated with the unchecked state. - - - - - - - - Represents a class which stores settings specific to a control. - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Gets the default alignment of the editor's contents when the editor operates as an inplace control. - - - - The value. - - - - - - - Gets or sets an edit mask - - - A string which specifies a mask expression. - - - - - - - Returns the class name of the edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - This property is not supported by the RepositoryItemCalcEdit class. - - - The Size.Empty value. - - - - - - - Gets or sets the maximum number of digits displayed to the right of the decimal point when the dropdown is open. - - - The maximum number of digits displayed in the fractional part of the value. - - - - - - - Gets an object providing properties specific to the calc edit control. - - - The object providing settings for the calc edit control. - - - - - - - Gets or sets the value indicating whether the close button should be displayed in the dropdown window. - - - true if the close button is displayed in the dropdown; otherwise false. - - - - - - - Occurs after the value of the property has been changed. - - - - - - - - - Represents a repository item which stores settings specific to a control. - - - - - - - - Initializes a new class instance with default settings. - - - - - - - - Copies properties of the source repository item to the current object. - - - - The source repository item object. - - - - - - - - Performs specific actions before control initialization. - - - - - - - - Occurs when an editor button is clicked. - - - - - - - - Occurs when an edit button is pressed within a button editor. - - - - - - - - Returns the collection of buttons in the current button editor. - - - The object providing access to buttons for the button editor. - - - - - - - Gets or sets the style used to draw editor buttons. - - - The value identifying the style to draw editor buttons. - - - - - - - Gets or sets the style used to draw editor buttons. - - - A enumeration value identifying the style to draw editor buttons. - - - - - - - Creates a default button in the button collection. - - - - - - - - Allows you to apply custom painting to specific RepositoryItemButtonEdit's buttons. - - - - - - - - Returns the class name of an edit control corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns an editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Returns an object providing properties specific to the button edit control. - - - The object providing settings common to the current edit control. - - - - - - - Gets or sets whether the property is automatically set to , when the editor is displayed within a and . - - - true if the property is automatically set to , when the editor is displayed within a and ; otherwise, false. - - - - - - - Gets or sets the style in which text is displayed and edited in the button editor. - - - The value determining the editing style. - - - - - - - Gets whether to substitute this editor with the single-line text editor in auto-filter rows. - - - Always true. - - - - - - - - Serves as the base for all repository items. - - - - - - - Creates a new object. - - - - - - - - Gets or sets the default action description of the repository item for use by accessibility client applications. - - - A string which specifies the default action description of the repository item for use by accessibility client applications. - - - - - - - Gets or sets the description of the repository item used by accessibility client applications. - - - A string which specifies the repository item's description that is used by accessibility client applications. - - - - - - - - Gets or sets the repository item's name which is used by accessibility client applications. - - - - A string which specifies the name of the repository item used by accessibility client applications. - - - - - - - Gets or sets the repository item's accessible role. - - - An enumeration value which represents a role for the repository item. - - - - - - - Gets or sets a value specifying whether the focus rectangle is displayed within the editor when it has focus. - - - true, if the focus rectangle is displayed when the editor has focus; otherwise, false. - - - - - - - Gets a value which indicates whether the appearance settings used to paint the editor when it's focused can be used. - - - true if the appearance settings used to paint the editor when it's focused can be used; otherwise, false. - - - - - - - Gets or sets whether HTML tags can be used to format an editor's text or text of the editor's items. - - - A value that specifies whether HTML tags can be used to format an editor's text or text of the editor's items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether value scrolling via the Mouse Wheel is supported by the editor. - - - true if scrolling via the Mouse Wheel is supported by the editor; otherwise, false. - - - - - - - Gets the appearance settings used to paint the editor when it's enabled. - - - A object which provides the appearance setting used to paint the editor when it's enabled. - - - - - - - Gets the appearance settings used to paint the editor when it's disabled. - - - A object which provides the appearance setting used to paint the editor when it's disabled. - - - - - - - Gets the appearance settings used to paint the current editor when it's focused. - - - A object which provides the appearance setting used to paint the editor when it's focused. - - - - - - - Gets the appearance settings used to paint the read-only editor. - - - A object which provides the appearance settings used to paint the read-only editor. - - - - - - - Copies settings from the repository item specified as a parameter. - - - - A object whose settings are to be copied to the current object. - - - - - - - - Gets or sets a value specifying whether the editor's height is calculated automatically to fit the editor's content. - - - true if the editor's height is calculated automatically to fit the editor's content; otherwise, false. - - - - - - - Notifies the editor that the initialization has been started. - - - - - - - - - Locks the RepositoryItem object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Gets or sets the editor's best fit width. - - - An integer value that specifies the editor's best fit width, in pixels. - - - - - - - Gets or sets the editor's border style. - - - A enumeration value specifying the editor's border style. - - - - - - - Unlocks the RepositoryItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Fires when clicking the editor. - - - - - - - - Creates a copy of the current repository item. - - - A object (or its descendant) that is a copy of the current item. - - - - - - - Connects the repository item to the specified object. - - - - An object representing the control to which the current repository item is connected. - - - - - - - - Gets or sets the context menu for the editor. - - - A object representing the context menu for the editor. - - - - - - - Gets or sets the shortcut menu for the editor. - - - - A object that represents a shortcut menu for the editor. - - - - - - - Creates an editor whose type corresponds to the repository item's type. - - - A descendant representing the editor whose type corresponds to this repository item's type. - - - - - - - Initializes a new instance of the class. - - - A object used to paint the group rows in the XtraGrid. - - - - - - - This member supports the editor library's internal infrastructure and is not intended to be used in your applications. - - - A DevExpress.XtraEditors.Drawing.BaseEditPainter descendant used to paint the editor. - - - - - - - This member supports the editors library's internal infrastructure and is not intended to be used in your applications. - - - A DevExpress.XtraEditors.ViewInfo.BaseEditViewInfo descendant containing the editor's view information. - - - - - - - Enables custom display text to be provided for an editor. - - - - - - - - Gets the default horizontal alignment of the editor's content. - - - A enumeration value specifying the editor content's default horizontal alignment. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Removes the connection between the repository item and the specified object. - - - - An object representing the control from which the repository item is disconnected. - - - - - - - - Provides access to the format settings applied to the editor's display text. These settings are in effect when the editor does not have input focus. - - - - - A object containing the formatting settings applied to the control's display text. - - - - - - - - Fires when the editor is double clicked. - - - - - - - - Fires when an object is dropped onto the editor. - - - - - - - - Fires when a dragged object enters the editor's area. - - - - - - - - Fires when a dragged object leaves the editor's area. - - - - - - - - Fires repeatedly when dragging an object over the editor. - - - - - - - - Gets whether the editor's value can be changed. - - - Always true. - - - - - - - Provides access to the settings used to format the edit value when the editor has input focus. - - - - A object containing the formatting settings applied to the edited value when the editor has input focus. - - - - - - - - - Gets the class name of the editor corresponding to the repository item. - - - A string value representing the class name of the editor. - - - - - - - Fires immediately after changing the edit value. - - - - - - - - Gets or sets the time interval between the moment when an end-user stops changing the editor's value and the event being raised. - - - - An integer value which specifies the time interval in milliseconds. - - - - - - - Gets or sets the default time interval between the moment when an end-user stops changing the editor's value and the event being raised. - - - - An integer value which specifies the time interval in milliseconds. - - - - - - - Gets or sets the event's firing mode. - - - An enumeration member which specifies when the editor's event should be raised. - - - - - - - Fires when the editor's value is about to be changed. - - - - - - - - Gets or sets a value indicating whether the edit control can respond to user actions. This property is supported for standalone editors. - - - true, if the editor can respond to user actions; otherwise, false. - - - - - - - Notifies the editor that the initialization has been completed. - - - - - - - - - Unlocks the RepositoryItem object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Fires when the editor receives focus. - - - - - - - - Specifies whether the editor's value or display text is exported when data is exported to XLS and CSV formats. - - - A enumeration value. - - - - - - - Enables you to format the editor's value (change the editor's value when the formatting mechanism is invoked). - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - Returns a brick object that contains information on how the current editor should be printed. - - - - A object that provides information on the editor's state and appearance settings that will be used when the editor is printed. - - - An object that provides information on how the current editor should be printed. - - - - - - - - Returns the text representation of the specified value formatted using the editor's settings. - - - - An object representing the value to be formatted. - - - A string value representing the formatted textual representation of the value specified. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - An object that specifies the type of the current editor. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Returns a hash code. - - - The hash code for the current object. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - Enables you to specify the cursor appearance when dragging this editor's data. - - - - - - - - Fires when the end-user requests help for the editor. - - - - - - - - Gets or sets a collection of images to be inserted into the editor's display text or the display text of the editor's items. This property is in effect when using the HTML formatting feature. - - - A object that stores a collection of images. - - - - - - - Indicates whether a particular key can activate the editor used as an inplace control. - - - - A System.Windows.Forms.Keys enumeration value (or a bitwise combination) specifying the key combination to process. - - - true if the key can activate the editor; otherwise, false. - - - - - - - Indicates whether the editor is currently in design mode. - - - true if the editor is in design mode; otherwise, false. - - - - - - - Gets a value indicating whether the control has been disposed of. - - - Gets a value indicating whether the control has been disposed of. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Indicates whether the editor is being loaded. - - - true if the editor is being loaded, otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets a value indicating whether the editor is immediately updated in response to changing its settings. - - - true if the editor cannot be updated until unlocked; otherwise, false. - - - - - - - Indicates whether the key is handled by the editor or the container control. - - - - A object specifying the key to process. - - - true if the key will be processed by the editor. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Fires when a key is pressed while the editor has focus. - - - - - - - - Fires when a character key is pressed while the editor has focus. - - - - - - - - Fires when a key is released while the editor has focus. - - - - - - - - Fires when the editor loses focus. - - - - - - - - Gets the number of objects connected to the current repository item. - - - An integer value representing the number of repository item connections. - - - - - - - This method supports the .NET framework infrastructure and is not intended to be called from your code. - - - - - - - - Provides access to the object specifying the editor's look and feel settings. - - - A object containing the editor's look and feel settings. - - - - - - - Fires when the edit value is first changed since it was last validated. - - - - - - - - Fires when a mouse button is pressed while the mouse pointer is over the editor. - - - - - - - - Fires when the mouse pointer enters the editor's area. - - - - - - - - Fires when hot-tracking an editor element. - - - - - - - - Fires when the mouse pointer leaves the editor's area. - - - - - - - - Fires when the mouse pointer moves over the editor's area. - - - - - - - - Fires when the mouse button is released while the mouse pointer is over the editor. - - - - - - - - Fires when the mouse wheel moves while the mouse pointer is within the editor. - - - - - - - - Gets or sets the repository item name. - - - A string value representing the repository item name. - - - - - - - Set the NormalizeDisplayText property to true to correctly process diacritics when selecting rows from a dropdown window in the control. - - - - - - - - - - Gets or sets the string displayed in the edit box when the editor's is null. - - - The string displayed in the edit box when the edit value is set to null or System.DBNull.Value. - - - - - - - Gets the editor that owns the repository item. - - - A descendant that owns the repository item. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Converts an input value (the one that is entered by an end-user or assigned in code) to the value to be stored by the editor. - - - - - - - - - Gets or sets the popup window's location. - - - A structure which specifies the location of the editor's popup window. - - - - - - - Gets an object providing properties specific to all editors that can be used inplace within a container control. - - - A object providing settings common to all editors that can be used inplace, i.e. not standalone. - - - - - - - Fires immediately after a change to one of the editor's properties. - - - - - - - - Fires when the help is provided to accessibility applications. - - - - - - - - Fires when dragging the editor's data allowing you to specify whether dragging should be continued. - - - - - - - - Provides the capability to specify whether the key pressed in the editor is processed by the editor or a container control (, , etc.) that displays this editor. - - - - - - - - - Gets or sets a value specifying whether the editor's value can be changed by end-users. - - - true if end-users can not modify editor's value; otherwise, false. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - false always. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used in your applications. - - - - - - - - - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets a for the object. - - - A for the object. - - - - - - - Gets or sets the data associated with the repository item. - - - An object that contains the information which is associated with the repository item. - - - - - - - Returns a string that represents the current object. - - - A value which represents the repository item. - - - - - - - This method supports the .NET framework infrastructure and is not intended to be called from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether to substitute this editor with the single-line text editor in auto-filter rows. - - - Always false. - - - - - - - Allows you to specify whether the edit value is valid and whether the editor is allowed to lose focus. - - - - - - - - - Stores repository items to be shared between container controls and components (, , , , etc). - - - - - - - Creates a new class instance. - - - - - - - - Creates a new class instance. - - - - The owner which creates the persistent repository. - - - - - - - - Initializes a new instance of the class. - - - - An object which implements the interface. - - - - - - - - Provides access to the collection of repository items stored in the repository. - - - A object that contains a collection of repository items. - - - - - - - This method supports the internal infrastructure and is not intended to be called directly from your code. - - - - - - - - - - - - - - - - - - - Initializes a new instance of the class. - - - - - - - - - Contains values specifying the style of the progress bar's indicator. - - - - - - - Separates the progress bar's indicator into small squares. - - -The Broken style is not supported in specific paint schemes. - - - - - - - - - Represents the progress bar's indicator as a solid color bar. - - -The Solid style is not supported in specific paint schemes. - - - - - - - - - - Lists values specifying the control's direction. - - - - - - - Sets progress direction to horizontal. - - - - - - - - - Sets progress direction to vertical. - - - - - - - - - - Represents an individual item within an image combo box editor. - - - - - - - Creates an image combobox item and initializes the item's caption and image index. - - - - The string to initialize the item's property. - - - - The value to initialize the property. - - - - - - - - Creates an image combobox item and initializes the item's caption. - - - - The string to initialize the property. - - - - - - - - Creates an image combobox item and initializes the item's value and image index. - - - - The object to initialize the item's property. - - - - The value to initialize the item's property. - - - - - - - - Creates an image combobox item and initializes its properties to the specified values. - - - - The string to initialize the item's property. - - - - The object to initialize the item's property. - - - - The value to initialize the item's property. - - - - - - - - Creates an image combobox item and sets its image index to the specified value. - - - - The value to initialize the property. - - - - - - - - Creates an image combobox item and initializes the item's value and caption. - - - - The string to initialze the item's . - - - - The value to initialize the item's . - - - - - - - - Creates an image combobox item and sets all its properties to their default values. - - - - - - - - Creates an image combo box item and initializes the item's value. - - - - - The object to initialize the item's property. - - - - - - - - - Represent an individual editor button displayed in a control or descendant. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with a button type. - - - - A type value representing the kind of button to create. - - - - - - - - Initializes a new instance with the specified property values. - - - - The value to initialize the button's property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - - - - - Initializes a new instance with the specified property values. - - - - The value to initialize the button's property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - - - - - Initializes a new instance with the specified property values. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - - - - - Initializes a new instance of the class with the specified property values. - - - - The value to initialize the button's property with. - - - - The value to initialize the button's property with. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initiailize the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if an editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - A enumeration value which specifies the alignment of the glyph relative to the button's caption. This value is used to initialize the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A string value which specifies the button's tool tip. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object for the current button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A enumeration value that specifies the button's image type. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's property. - - - - The value to initialize the button's image. - - - - The value to initialize the button's property. - - - - A object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - A value which identifies the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A value that specifies the uniform resource identifier of the image in the DX Image Gallery to be displayed on the button's surface. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in hovered state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in pressed state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in disabled state. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true if the button is aligned to the editor's left edge; false if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An value that specifies the position of the button's image relative to the text. This value is assigned to the property. - - - - A object which represents the image displayed on the button's surface. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in hovered state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in pressed state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in disabled state. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A Boolean value that specifies whether specific pixels in the button's image are displayed transparent. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in hovered state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in pressed state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in disabled state. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in hovered state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in pressed state. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the button in disabled state. This value is assigned to the property. - - - - A value which specifies the button's tool tip. This value is assigned to the property. - - - - An object to be associated with the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - A ToolTipAnchor enumeration value that specifies how the tooltip is anchored. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A value which specifies the button's caption. This value is assigned to the property. - - - - An integer value specifying the button's width. This value is assigned to the property. - - - - true, if the editor button is enabled and an end-user can perform actions on it; otherwise, false. This value is assigned to the property. - - - - true, if the button is visible; otherwise, false. This value is assigned to the property. - - - - true, if the button is aligned to the editor's left edge; false, if the button is aligned to the editor's right edge. This value is assigned to the property. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - A object which represents the button's shortcut. This value is assigned to the property. - - - - - - - - Initializes a new instance of the EditorButton class with the specified settings. - - - - An EditorButtonImageOptions object that specifies image options. This value is assigned to the property. - - - - - A value that specifies the predefined image for the button. This value is assigned to the property. - - - - A object that represents a tooltip that supports multiple text and image regions. This value is assigned to the property. - - - - - - - - Provides access to the button's appearance settings. - - - A object which provides the appearance settings used to paint the button. - - - - - - - Provides access to the appearance settings applied when the current button is disabled. - - - An object that specifies the appearance settings applied when the current button is disabled. - - - - - - - Provides access to the appearance settings applied when the mouse pointer passes over the current button. - - - An object that specifies the appearance settings applied when the current button is hovered over with the mouse pointer. - - - - - - - Provides access to the appearance settings applied when the current button is clicked. - - - An object that specifies the appearance settings applied when the current button is clicked. - - - - - - - Copies all properties of the specified button to the current object. - - - - The source object whose properties must be copied. - - - - - - - - Uses the command selector to find an appropriate parameterized command in the source and bind it to this EditorButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this EditorButton. - - - - - - - Binds the specific parameterized command to this EditorButton. - - - - An Object that is the command to be bound to this EditorButton. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this EditorButton. - - - - - - - Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this EditorButton. - - - - An Expression that selects the appropriate command from the source object. - - - - An Object (typically, a ViewModel) where the commandSelector looks for the required command. - - - - A Func delegate that passes the specific Object to the command as a parameter. - - - An IDisposable object. Disposing of this object unbinds the command from this EditorButton. - - - - - - - Gets or sets the caption text of the editor button. - - - A string specifying button caption text. - - - - - - - Occurs when the properties defining the button's look and feel are changed. - - - - - - - - Occurs when the current editor button is clicked. - - - - - - - - Gets the buttons collection that owns the current button. - - - An object which represents a collection of editor buttons. - - - - - - - Releases all unmanaged resources used by an EditorButton. - - - - - - - - - Gets or sets the Boolean value that determines whether a user can perform actions on the current editor button. - - - true if an editor button is enabled and a user can perform actions on it; otherwise, false. - - - - - - - Gets or sets whether specific colors in the button's image are transparent, when displayed. - - - true if specific colors in the button's image are transparent, when displayed; otherwise, false. - - - - - - - Gets or sets the glyph alignment relative to its caption. - - - The value of the type specifies the alignment of the glyph relative to the button's caption. - - - - - - - Gets or sets a custom image to display on the button. - - - A object that specifies the image displayed on the button surface. - - - - - - - Gets or sets the alignment of the image displayed within the button. - - - A enumeration member which specifies the image's alignment. - - - - - - - Specifies the position of the button's image relative to the text. - - - A value that specifies the alignment of the button's image relative to the text. - - - - - - - Provides access to all properties that allow you to assign and customize an icon for this EditorButton. - - - A object that stores all properties that allow you to assign and customize an icon for this EditorButton. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current button. -A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). - - - A object that specifies the uniform resource identifier of the image to be displayed in the current button. - - - - - - - Gets the button's position within the owning collection. - - - A zero-based integer representing the button's position. - - - - - - - Gets or sets whether the button is the default button. - - - true if the button is the default button; otherwise, false. - - - - - - - Gets or sets the location of the button within the current control. - - - true if the button is aligned to the left; false if the button is aligned to the right. - - - - - - - Gets or sets the type of image to display within the button. - - - A enumerator value that specifies the type of image to display within the button. - - - - - - - Raises the event. - - - - - - - - Raises the event. - - - - - - - - Reverts the button's properties to its default values. - - - - - - - - Removes the object that has been assigned to the editor button. - - - - - - - - Gets or sets a shortcut used to activate the button's functionality. - - - The object specifying the shortcut for the current button. - - - - - - - Gets or sets a for the current button. - - - A object associated with the button. - - - - - - - Gets or sets a value that identifies the current button. - - - A that identifies the current EditorButton instance. - - - - - - - Gets or sets the button's regular tooltip. - - - A string which specifies the button's regular tooltip. - - - - - - - Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button. - - - A value that specifies whether the tooltip is anchored relative to the mouse pointer or the button. By Default, the behavior depends on the property. - - - - - - - Returns the text representation of the current object. - - - A string that specifies the text representation of the current EditorButton object. - - - - - - - Gets or sets the visibility status of the current button. - - - true if the button is visible; otherwise, false. - - - - - - - Gets or sets the button's width. - - - The button's width in pixels. Setting it to -1 enables auto width. - - - - - - - - Serves as the base for the class representing image combo box items. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class and sets its to the specified parameter. - - - - An object to initialize the property. - - - - - - - - Gets or sets the item's value, which is assigned to the editor's edit value when the item is selected. - - - An object representing the value associated with the current item. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event of a popup editor. - - - - The event source. This identifies the editor whose popup window is closed. - - - - A object containing data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new instance of the class. - - - - An object to initialize the property. - - - - - - - - Creates a new instance of the class and initializes its properties based upon specified parameters. - - - - An object to initialize the property value. - - - - A value to initialize the property. - - - - - - - - Initializes a new instance of the class with the specified values. - - - - An object representing the value to assign to the editor's edit value. This value is assigned to the property. - - - - true if the value must be accepted; otherwise, false. This value is assigned to the property. - - - - A enumeration value which specifies how a dropdown editor's popup window was closed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CloseUpEventArgs class with the specified settings. - - - - An Object assigned to the property. - - - - true, if the is accepted; otherwise, false. - - - - A enumeration value that indicates available methods to close the popup editor's dropdown window. - - - - A BlobSimpleButtonType enumeration value that specifies a button associated with this CloseUpEventArgs object. - - - - - - - - Gets or sets a value indicating whether should be accepted or discarded. - - - true, if the value must be accepted; otherwise, false. - - - - - - - Gets a value indicating how the popup editor's dropdown window was closed. - - - A enumeration value which specifies how the dropdown editor's popup window was closed. - - - - - - - Returns which popup button has been pressed by an end-user. - - - - A object that specifies the button that has been pressed by an end-user. - - - - - - - Gets or sets a value to assign to the editor's edit value. - - - The value to assign to the editor's property. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method for handling the and events of a control. - - - - The event source. - - - - A that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Creates and initializes a new object of the class. - - - - The object used to initialize the property. - - - - - - - - Gets the button being pressed/clicked. - - - The object specifying the currently pressed/clicked button. - - - - - - - - Provides data validation management for DevExpress bound and unbound editors. - - - - - - - Initializes a new instance of the DXValidationProvider class with the specified container control. - - - - An object that implements the interface, and owns the created object. - - - - - - - - Initializes a new instance of the DXValidationProvider class with the specified container control. - - - - A object that owns the created object. - - - - - - - - Initializes a new instance of the DXValidationProvider class with default settings. - - - - - - - - Indicates whether a control can be extended. - - - - The control to be extended. - - - true if the control can be extended; otherwise, false. - - - - - - - Retrieves the alignment of an error icon for the specified control. - - - - A target control. - - - An value. - - - - - - - Gets the collection of the controls whose values are invalid. - - - The collection of the controls whose values are invalid. - - - - - - - Returns a validation rule associated with the specified descendant. - - - - A descendant. - - - A descendant that represents the validation rule associated with the editor. null (Nothing in Visual Basic) if no validation rule is associated with the specified editor. - - - - - - - Gets the collection of the controls whose values are invalid. - - - The collection of the controls whose values are invalid. - - - - - - - Removes an error associated with the specified control. - - - - A control whose error must be removed. - - - - - - - - Sets the alignment of an error icon for the specified control. - - - - A target control. - - - - An value that specifies the alignment to be set for the control. - - - - - - - - Associates a validation rule with the specified descendant. - - - - A descendant that represents the editor. - - - - A descendant that represents the validation rule. - - - - - - - - Validates the specified editor associated with the DXValidationProvider. - - - - A object or descendant that represents the editor to be validated. - - - true if the editor has been successfully validated; otherwise false. - - - - - - - Validates all the editors associated with the DXValidationProvider. - - - true if all the editors have been successfully validated; false if one or more editors haven't been validated. - - - - - - - Gets or sets whether hidden editors are validated when calling the method. - - - true if validation of hidden editors is enabled; otherwise, false - - - - - - - Allows you to perform actions when a control's validation fails. - - - - - - - - Gets or sets the validation mode. - - - A enumeration value that specifies the validation mode. - - - - - - - Occurs after the validation was successfully passed and allows you to perform certain post-validation actions. - - - - - - - - - Specifies how a value is displayed and edited in the button editor's edit box. - - - - - - - A button editor is displayed in its normal way. However, editing and selecting text is not allowed. If you want to enable a user to select text but disable text modifications, you can set the text editing style to Standard and set the property to true. - - - - - - - - - - The text editing region is not visible and the editor displays only buttons contained in the current button editor. If no buttons can be displayed (for instance because of setting the property to False), the editor displays an empty region in this case. - - - - - - - - - - A button editor works in its normal way. Editing and selecting text is allowed. - - - - - - - - - - Contains styles for the increment and decrement buttons. - - - - - - - Orients the editor increment and decrement buttons horizontally. - - - - - - - - - - Orients the editor increment and decrement buttons vertically. - - - - - - - - - - Determines the behavior of a popup control when a user clicks within its text region. - - - - - - - A popup window is activated when a user double-clicks within the text region of a control. - -Note: the value is in effect when the property is set to as well. - - - - - - - - - Clicking within the text region does not activate the popup window. A popup window appears only when pressing the key or Alt + DownArrow key, or calling the editor's method. - - - - - - - - A popup window is activated when a user clicks within the text region of a control. - - - - - - - - - Contains styles for popup window borders. - - - - - - - Borders are flat. This style is reserved for future use. Currently, the Default style is the same as the style. - - - - - - - - - - - Borders are flat. - - - - - - - - - - - There are no borders. - - - - - - - - - - - Borders are thin and drawn using a single line. - - - - - - - - - - - Borders are three-dimensional. - - - - - - - - - - - - Specifies the size mode of the image contained within a or editor. - - - - - - - A picture is not stretched. - - - - - - - - An image is displayed as is if its actual size is smaller than the size of the container. If the image size is larger than the container's size, the image is shrunk proportionally to fit the container's bounds. - - - - - - - - A picture is stretched in order to fit within the area of an editor (or editor's dropdown window). - - - - - - - - A picture is stretched horizontally. Its height remains unchanged. - - - - - - - - A picture is stretched vertically. Its width remains unchanged. - - - - - - - - A picture is stretched proportionally. The picture fits within the area of an editor (or editor's dropdown window) at least in one direction. - - - - - - - - - A custom header button for tab controls. - - - - - - - - Initializes a new CustomHeaderButton class instance with the specified kind. - - - - A value that specifies a kind of button. This parameter initializes the property. - - - - - - - - Initializes a new CustomHeaderButton instance. - - - - - - - - Initializes a new CustomHeaderButton instance with the specified settings. - - - - A value that specifies a button's kind. This parameter initializes the property. - - - - A string value that specifies a button's caption. This parameter initializes the property. - - - - An integer value that specifies a button's width. This parameter initializes the property. - - - - true if a button is enabled; otherwise, false. This parameter initializes the property. - - - - true if a button is visible; otherwise, false. This parameter initializes the property. - - - - An value that specifies a button's image alignment. This parameter initializes the property. - - - - A button's image. This parameter initializes the property. - - - - An that specifies a button's appearance. This parameter initializes the property. - - - - A string value that specifies a button's tooltip. This parameter initializes the property. - - - - An object value that specifies a button's tag. This parameter initializes the property. - - - - A object that specifies a button's extended tooltip. This parameter initializes the property. - - - - true if image transparency is supported; otherwise, false. This parameter initializes the property. - - - - - - - - Initializes a new instance of the CustomHeaderButton class with the specified settings. - - - - A ButtonPredefines enumeration value that specifies the surface icon of a button. - - - - A String value that is the button caption. - - - - An Int32 value that is the button width. - - - - true, if the button is enabled; otherwise, false. - - - - true, if the button is visible; otherwise, false. - - - - An EditorButtonImageOptions object that stores image-related properties. - - - - An assigned to this button. - - - - A String value that is the button hint. - - - - An Object that can be used to identify different buttons. - - - - A that is the button super tip. - - - - - - - - Gets a collection that owns the custom header button. - - - A object that is the collection that owns the current custom header button. - - - - - - - Gets a custom header button's index within the collection. - - - An integer value that is the CustomHeaderButton's index within the collection. - - - - - - - The property is not supported. - - - - - - - - - - The property is not supported. - - - - - - - - - - - A custom header button collection for tab controls. - - - - - - - - Initializes a new CustomHeaderButtonCollection class instance. - - - - - - - - Adds a custom button to the current button collection. - - - - A object that is the button that will be added. - - - An integer value that is a custom button's index in the collection. - - - - - - - Adds an array of custom buttons to the current button collection. - - - - A object array that consists of the buttons to be added. - - - - - - - - - - Copies buttons from the specified CustomHeaderButtonCollection object to the current CustomHeaderButtonCollection object. - - - - The object that is the source button collection. - - - - - - - - Occurs when the current custom header buttons collection is changed. - - - - - - - - Gets a value that specifies if a custom header button belongs to the current collection. - - - - A object to locate in the collection. - - - - - true if a custom header button belongs to the current collection; otherwise, false. - - - - - - - Gets the specified button's position in the current CustomHeaderButtonCollection. - - - - The object to locate. - - - The zero-based index of the button in the CustomHeaderButtonCollection. - - - - - - - Inserts a custom header button to the CustomHeaderButtonCollection at the specified index. - - - - An integer value that is an index at which the custom header button is inserted. - - - - A object that is the custom header button to be inserted. - - - - - - - - - Gets a button from the button collection at the specified position. - - - - The zero-based index of the button to return. - - - A object at the specified position in the current collection. - - - - - - - Returns the current object's text representation. - - - - A string value that specifies the text representation of the current object. - - - - - - - Gets the number of visible buttons in a button collection. - - - The number of visible buttons in a button collection. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.dll deleted file mode 100644 index 93384d7..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.xml deleted file mode 100644 index ebf33d9..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraGrid.v18.1.xml +++ /dev/null @@ -1,40920 +0,0 @@ - - - - DevExpress.XtraGrid.v18.1 - - - - - - Stores the collection of an item data field within a and s, assigned to these fields. - - - - - - - - Initializes a new instance of the WinExplorerViewColumns class with the specified settings. - - - - A WinExplorerView that owns the newly created column set. - - - - - - - - Copies columns from the source WinExplorerViewColumns passed as the parameter to this WinExplorerViewColumns. - - - - A WinExplorerViewColumns object that serves as the source object to copy columns from. - - - - - - - - Gets or sets the assigned to this 's Check Box data field. - - - A GridColumn assigned to the Check Box data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Description data field. - - - A GridColumn assigned to the Description data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the grid column that stores boolean values. Depending on these values, corresponding records will either be enabled or disabled. - - - - A whose rows specify whether or not this item will be enabled. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Extra Large Image data field. - - - A GridColumn assigned to the Extra Large Image data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the index that will pick extra large images for this WinExplorerViewColumns from the collection. - - - A GridColumn that picks extra large images from the collection. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Grouping field. - - - A GridColumn assigned to the Grouping field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Large Image data field. - - - A GridColumn assigned to the Large Image data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the index that will pick large images for this WinExplorerViewColumns from the collection. - - - A GridColumn that picks large images from the collection. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Medium Image data field. - - - A GridColumn assigned to the Medium Image data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the index that will pick medium images for this WinExplorerViewColumns from the collection. - - - A GridColumn that picks medium images from the collection. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Small Image data field. - - - A GridColumn assigned to the Small Image data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the index that will pick small images for this WinExplorerViewColumns from the collection. - - - A GridColumn that picks small images from the collection. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Gets or sets the assigned to this 's Text data field. - - - A GridColumn assigned to the Text data field. - - - - - - - Gets or sets the name of a grid column that is assigned to the property. - - - A String value that is the name of a grid column assigned to the property. - - - - - - - Returns the that owns this column set. - - - A WinExplorerView that owns this column set. - - - - - - - - A column's total summary item. - - - - - - - - Initializes a new GridColumnSummaryItem class instance. - - - - - - - - Initializes a new GridColumnSummaryItem class instance with the specified summary type, field name and display format. - - - - A value that specifies a summary's summary type. This parameter initializes the property. - - - - A string value that specifies a summary's field name. This parameter initializes the property. - - - - A string value that specifies a summary's display format. This parameter initializes the property. - - - - - - - - Initializes a new GridColumnSummaryItem class instance with the specified summary type. - - - - A value that specifies a summary's summary type. This parameter initializes the property. - - - - - - - - - Initializes a new GridColumnSummaryItem class instance with the specified summary type, field name, display format and tag. - - - - A value that specifies a summary's type. This parameter initializes the property. - - - - A string value that specifies a summary's field name. This parameter initializes the property. - - - - A string value that specifies a summary's display format. This parameter initializes the property. - - - - An object value that specifies a summary's tag. This parameter initializes the property. - - - - - - - - Gets or sets a name of the field for which a total summary should be calculated. - - - A string value that specifies the column's field name for which a total summary should be calculated. - - - - - - - Returns the default display format for a column's summary item. - - - A string that specifies the default display format. - - - - - - - - - A column's total summary collection that can be displayed within the column's footer. - - - - - - - - Initializes a new instance of the class. - - - - A object that will own the created collection. - - - - - - - - Adds a new summary item to the current summary collection and initializes its summary type and field name. - - - - A value that is the new item's summary type. This parameter is used to initialize the property. - - - - A string value that is field's name used to calculate the summary. This parameter is used to initialize the property. - - - - A object that is a new summary item added to the collection. - - - - - - - Adds a new summary item to the current summary collection and initializes its summary type, field name and display format. - - - - A value that is the new item's summary type. This parameter is used to initialize the property. - - - - A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. - - - - - A string value that is the display format of the summary. The parameter is used to initialize the property. - - - - A object that is a new summary item added to the collection. - - - - - - - Adds a new summary item to the current summary collection and initializes its summary type, field name, display format and format provider. - - - - A value that is the new item's summary type. This parameter is used to initialize the property. - - - - A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. - - - - - A string value that is the display format of the summary. The parameter is used to initialize the property. - - - - - A value that provides the format of the summary. The parameter is used to initialize the property. - - - - A object that is a new summary item added to the collection. - - - - - - - Adds a new empty item to the collection. - - - A new object that has been added to the collection. - - - - - - - Adds a new summary item to the current summary collection and initializes its summary type. - - - - A value that is the new item's summary type. This parameter is used to initialize the property. - - - A object that is a new summary item added to the collection. - - - - - - - Gets a summary item by its tag. - - - - An object that is the property value of a summary item to be returned. - - - A object whose property matches the tag parameter value. - - - - - - - Gets a summary item by its index. - - - - An integer that is the value of a summary item to be returned. - - - A object whose property matches the index value. - - - - - - - Gets the View that owns the current column, and therefore, the current summary collection. - - - - A descendant that owns the current column, and therefore, the current summary collection. - - - - - - - - - List the values that specify how cards can be displayed in a View: whole cards or partial cards. - - - - - - - Allow cards to be partially displayed. - - - - - - - - Whole cards only are displayed. - - - - - - - - - - Displays records using one of seven styles supported by MS Windows Explorer - Small, Medium, Large, Extra Large, List, Tiles and Content. - - - - - - - - Initializes a new instance of the WinExplorerView class with the default settings. - - - - - - - - Initializes a new instance of the WinExplorerView class with the specified owner. - - - - A GridControl that owns this WinExplorerView. - - - - - - - - Adds a new record to this WinExplorerView. - - - - - - - - Provides access to the appearance settings for all visual elements within this WinExplorerView. - - - A WinExplorerViewAppearances object that stores appearance settings for this WinExplorerView. - - - - - - - Provides access to the properties that specify the WinExplorerView's element appearances when the View is printed/exported. - - - A WinExplorerViewAppearances object that stores appearance settings for the WinExplorerView's elements. - - - - - - - Copies all settings from the parameter View to the current View and allows you to specify whether event handlers should be copied as well. - - - - A BaseView object that is the source View to copy settings from. - - - - true, to copy event handlers from the source View; otherwise, false. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Check Box column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Description column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Extra Large Image column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Large Image column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Medium Image column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Small Image column. - - - - - A String value that is the data field name. - - - - - - - - Assigns the required database field to the column that is set as this WinExplorerView's Text column. - - - - - A String value that is the data field name. - - - - - - - - Returns information on the WinExplorerView's elements located at the specified point. - - - - A Point structure that specifies the test point coordinates relative to the WinExplorerView's top-left corner. - - - An object that contains information about the visual elements located at the test point. - - - - - - - Forces the WinExplorerView to remove all asynchronously loaded images from the cache. - - - - - - - - - Removes an image loaded for a specific row from the cache. - - - - - An Int32 value that is the row handle for a data record, whose cached thumbnail image should be removed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Collapses all currently expanded groups within this WinExplorerView. - - - - - - - - Stores a collection of WinExplorerView's fields and columns, assigned to these fields. - - - A WinExplorerViewColumns object that is the s collection assigned to this WinExplorerView's fields. - - - - - - - - Occurs when a context button in this WinExplorerView is clicked. - - - - - - - - - Allows you to customize individual context buttons for specific WinExplorerView items. - - - - - - - - Provides access to properties common to all context buttons within this WinExplorerView. - - - A object that stores properties common to all context buttons within this WinExplorerView. - - - - - - - Gets the ContextItemCollection object that contains context buttons for this WinExplorerView. - - - A object that contains context buttons for this WinExplorerView. - - - - - - - Allows hints for the objects displayed in the current WinExplorerView to be customized. - - - - - - - - Allows you to manually repaint specific WinExplorerView group captions. - - - - - - - - Allows you to manually repaint a WinExplorerView item. - - - - - - - - Deletes the selected items (records) in multiple selection mode or the focused item in single selection mode. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Expands all groups within this WinExplorerView. - - - - - - - - Gets or sets the object that stores Extra Large Images for this WinExplorerView. - - - An Object that is the image collection that stores Extra Large Images for this WinExplorerView. - - - - - - - - Gets a column assigned to the specific field within this WinExplorerView. - - - - A WinExplorerViewFieldType enumerator value that specifies a field whose assigned column shall be obtained. - - - - A GridColumn assigned to the specific field within this WinExplorerView. - - - - - - - Retrieves information about the current position of the dragged WinExplorerView item. - - - - A WinExplorerViewDragItemInfo object that stores information about the current position of the dragged WinExplorerView item. - - - - - - - Gets the text displayed within a specific group row. - - - - - An Int32 value that is the group row's handle. - - - A String value that is the text displayed within a specific group row. - - - - - - - Gets the group row value in the specified grouping column. - - - - An Int32 value that is the group row's handle. - - - - A GridColumn that is a grouping column. - - - An object that is the group row value in a specific grouping column. - - - - - - - Allows you to set an image that will be used as a loading indicator. The loading indicator is displayed while the WinExplorerView record's image is being loaded. - - - - - - - - Gets a specific row's parent group row. - - - - An Int32 value that is the row handle of the row whose parent row handle is to be obtained. - - - An Int32 value that is the row handle of a group row that is the parent group row for the target child row. - - - - - - - Gets whether the target row is currently expanded. - - - - An Int32 value that is the row handle of a target row. - - - true, if the target row is currently expanded; otherwise, false. - - - - - - - Allows you to asynchronously assign an image to a WinExplorerView record. - - - - - - - - Hides an opened editor assigned to the WinExplorerView's Text column. - - - - - - - - HTML images are not supported for the WinExplorerView. - - - - - - - - - - Invalidates the specific region within the WinExplorerView. - - - - A Rectangle structure that is to be repainted. - - - - - - - - Invalidates the specified region of a WinExplorer View (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the Grid Control. - - - - A Rectangle structure that is the region to be added to the control's update region. - - - - - - - - Indicates whether the specified row is a regular data row. - - - - An Int32 value that is the rowHandle to be checked. - - - true, if the specified row is a regular data row; otherwise, false. - - - - - - - Gets whether an item within this WinExplorerView is currently being edited. - - - true, if an item within this WinExplorerView is currently being edited; otherwise, false. - - - - - - - Gets whether the row to which the target row handle belongs is a group row. - - - - An Int32 value that is the row handle associated with the test row. - - - true, if the row to which the target row handle belongs is a group row; otherwise, false. - - - - - - - Gets whether this WinExplorerView currently allows end-users to select more than one item. - - - true, if this WinExplorerView currently allows end-users to select more than one item; otherwise, false. - - - - - - - Gets whether this WinExplorerView is currently visible. - - - true, if this WinExplorerView is currently visible; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Occurs whenever an item within this WinExplorerView is clicked. - - - - - - - - Occurs whenever an item within this WinExplorerView is double-clicked. - - - - - - - - - Occurs when an end-user clicks an item within this WinExplorerView and drags this item. - - - - - - - - Occurs when an end-user presses any keyboard key, while an item within this WinExplorerView is selected. - - - - - - - - Gets or sets the collection of large images for this WinExplorerView. - - - An Object that stores large images for this WinExplorerView. - - - - - - - Redraws this WinExplorerView. - - - - - - - - Occurs when the marquee selection is over. - - - - - - - - Occurs when an end-user starts the marquee selection. - - - - - - - - Gets or sets the collection of medium images for this WinExplorerView. - - - An Object that stores medium images for this WinExplorerView. - - - - - - - - Selects an item within this WinExplorerView that is placed delta places from than the currently selected item. - - - - - An Int32 value that specifies the newly selected item position, starting from the currently selected item. - - - - - - - - Selects the first item within this WinExplorerView. - - - - - - - - Selects the last item within the current WinExplorerView. - - - - - - - - Selects the last WinExplorerView item currently visible. - - - - - - - - Selects an item that follows the currently selected WinExplorerView item. - - - - - - - - Scrolls this WinExplorerView one screen down and selects an item within the last item row currently visible. - - - - - - - - - Selects the previous WinExplorerView item relative to the currently selected item. - - - - - - - - Scrolls this WinExplorerView one screen up and selects an item within the first item row currently visible. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets the object that stores the common View's behavior settings. - - - - A object that stores the common View's behavior settings. - - - - - - - - Filtering is not supported within the WinExplorerView. - - - - - - - - - - Provides access to properties that manage View item image behavior. - - - - A object that stores properties which manage View item image behavior. - - - - - - - - Provides access to properties that affect the layout of this WinExplorerView. - - - A object that stores View layout settings. - - - - - - - Provides access to the set of properties that manage the WinExplorerView navigation. - - - A GridOptionsNavigation object that stores this WinExplorerView's navigation options. - - - - - - - Provides access to this WinExplorerView's selection options. - - - A object that stores this WinExplorerView's selection options. - - - - - - - Provides access to properties that modify a stub glyph's appearance. - - - - A object that stores properties that modify a stub glyph's appearance. - - - - - - - - Provides access to general WinExplorerView settings. - - - A WinExplorerViewOptionsView object that stores general WinExplorerView settings. - - - - - - - Provides access to advanced View Style options. - - - A WinExplorerViewStyleOptions object that stores advanced options for every View Style available. - - - - - - - Gets or sets the distance that specifies how much this WinExplorerView is scrolled down, counting from the View client area's top edge. - - - - An Int32 value that is the distance between the current WinExplorerView viewport and the View top edge. - - - - - - - Reloads the current datasource data to the WinExplorerView. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Removes all cached thumbnails for this WinExplorerView's items. - - - - - - - - Expands or collapses the specific row within this WinExplorerView. - - - - An Int32 value that is the target row's handle. - - - - true to expand the target row; false to collapse it. - - - - - - - - Displays an editor assigned to the WinExplorerView's text column for the focused item. - - - - - - - - - Displays the editor assigned to a specific column for the focused item. - - - - A WinExplorerViewColumnType object that identifies a column for which an editor should be displayed. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Filtering is not supported within the WinExplorerView. - - - - - - - - - - - - Gets or sets the small images collection for this WinExplorerView. - - - An Object that stores small images for this WinExplorerView. - - - - - - - Sorting is not supported for the WinExplorerView. - - - - - - - - - - Toggles the target group's expanded/collapsed state. - - - - An Int32 value that is the row handle for the target group row. - - - - - - - - Gets the index of the first item displayed within this WinExplorerView. - - - An Int32 value that is the first item displayed within this WinExplorerView. - - - - - - - Gets the region which this WinExplorerView currently occupies. - - - A Rectangle structure that is the region which this WinExplorerView currently occupies. - - - - - - - - Represents a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - - The event source. This parameter identifies the which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu and hit information. - - - - A object specifying the popup menu. This value is assigned to the property. - - - - - A object specifying information on a clicked element. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, hit information and a value indicating whether or not a popup menu should be shown. - - - - - A enumeration value specifying the type of the popup menu. This value is assigned to the property. - - - - - A object specifying the popup menu. This value is assigned to the property. - - - - - A object specifying information on a clicked element. This value is assigned to the property. - - - - - true if a popup menu is enabled; otherwise, false. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified menu type, menu object, menu position and a value indicating whether or not a popup menu should be shown. - - - - - A enumeration value specifying the type of the popup menu. This value is assigned to the property. - - - - - A object specifying the popup menu. This value is assigned to the property. - - - - - A Point object specifying the popup menu. This value is assigned to the property. - - - - - true if a popup menu is enabled; otherwise, false. This value is assigned to the property. - - - - - - - - - Gets or sets whether to enable the Grid's popup menu. - - - - true if a popup menu is enabled; otherwise, false. - - - - - - - Gets an object that identifies a clicked element. - - - A object or its descendant that identifies a clicked element. - - - - - - - Gets or sets the Grid's popup menu that will be shown. - - - A GridViewMenu object that is the menu that will be shown. - - - - - - - - Gets the type of the Grid View's menu to be invoked. - - - A enumeration value that specifies the type of the Grid View's menu to be invoked. - - - - - - - Gets the position where the menu is to be invoked. - - - A Point value that specifies the position where the menu is to be invoked. - - - - - - - - Contains values that specify how data searching is initiated within specific controls. - - - - - - - A control starts searching data automatically, after a small delay. - - - - - - - - A search for data is started automatically, or must be started manually, depending on the underlying data source. - - -Automatic searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is less than 10,000; 2) a control functions in Instant Feedback Mode. - - -Manual searching is enabled in the following cases: 1) a control functions in regular binding mode and the number of data source records is greater than 10,000; 2) a control functions in regular server mode. - - - - - - - - - - A control starts searching data on clicking the Find button or pressing ENTER. - - - - - - - - - Provides access to options controlling the view and behavior settings of the Find Panel. - - - - - - - Initializes a new instance of the ColumnViewOptionsFind class. - - - - - - - - Gets or sets whether the Find Panel can be invoked by an end-user. - - - true if the Find Panel can be invoked by an end-user; otherwise, false. - - - - - - - Gets or sets whether the Find Panel is always visible. - - - true if the Find Panel is always visible; otherwise, false. - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Find Panel's search (filter) string is cleared when the Find Panel is hidden. - - - true if the Find Panel's search string is cleared on hiding the panel; otherwise, false. - - - - - - - Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active). - - - An integer that specifies the delay in milliseconds, after which a data search is initiated. - - - - - - - Gets or sets the field names against which searches are performed by the Find Panel. - - - A string specifying the field names against which searches are performed. - - - - - - - Gets or sets whether data searching starts automatically, or must be started manually. - - - - A value. - - - - - - - Gets or sets the text displayed grayed out when the search box is empty. - - - The text displayed grayed out when the search box is empty. - - - - - - - Gets or sets whether the search string is highlighted within located records. - - - true if the search string is highlighted within located records; otherwise, false. - - - - - - - Gets or sets whether the Clear button is displayed within the Find Panel. - - - true if the Clear button is displayed within the Find Panel; otherwise, false. - - - - - - - Gets or sets whether the close ('x') button is displayed within the Find Panel. - - - true if the close ('x') button is displayed within the Find Panel; otherwise, false. - - - - - - - Gets or sets whether the Find button is displayed within the Find Panel. - - - true if the Find button is displayed within the Find Panel; otherwise, false. - - - - - - - - Contains settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemSearchLookUpEdit class. - - - - - - - - - Fires when the "Add New" button is clicked, and allows you to add new records to the dropdown data source. - - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. - - - - - The value of the ValueMember field for the row to locate. - - - The text representation of the DisplayMember field value for the row located. - - - - - - - Returns a value of the field of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value and the data source is a object). - - - - - - - Returns a value of the field of the row containing the specified field value. Allows you to get values in Instant Feedback Mode. - - - - The value of the field for the row to locate. - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested display value is ready to be returned. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value and the data source is a object). - - - - - - - Returns the index of the row that contains the specified value in the ValueMember field. - - - - The value of the ValueMember field for the row to locate. - - - An integer that specifies the index of the required row. - - - - - - - This property is not supported by the RepositoryItemSearchLookUpEdit class. - - - False. - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Gets or sets whether data searching starts automatically, or should be started manually. - - - A value. - - - - - - - This event is not supported by the RepositoryItemSearchLookUpEdit class. - - - - - - - - Registers the control. - - - - - - - - Gets or sets whether the "Add New" button is displayed within the editor's dropdown. - - - true if the "Add New" button is displayed within the editor's dropdown; otherwise, false. - - - - - - - Gets or sets whether the "Clear" button is displayed within the editor's dropdown. - - - true if the "Clear" button is displayed within the editor's dropdown; otherwise, false. - - - - - - - Gets or sets the style in which text is displayed and edited in the editor. - - - A value determining the editing style. - - - - - - - - Contains settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemGridLookUpEditBase class. - - - - - - - - Gets whether it is allowed to update popup width. - - - true, if it is allowed to update popup width; otherwise, false. - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Starts the control's runtime initialization. - - - - - - - - Ends the control's runtime initialization. - - - - - - - - Returns a value of the field of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value and the data source is a object). - - - - - - - Returns the index of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - A zero-based index of the row containing the specified field value. -1 if no record with the specified value was found. - - - - - - - Returns the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The row containing the specified field value. null (Nothing in Visual Basic) if no row with the specified value was found. - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Creates columns for all fields in the bound data source. - - - - - - - - Gets or sets how records in the dropdown window are filtered when typing text within the edit box. - - - - A value that specifies the editor's popup filter mode. - - - - - - - Gets or sets the View used to represent data in the dropdown. - - - - A descendant that is currently used to represent data in the dropdown. - - - - - - - Gets or sets the type of View used to represent data in the dropdown. - - - A value that specifies the type of the current View. - - - - - - - Returns the collection of repository items (inplace editors) owned by the embedded grid control. - - - A object that stores the embedded grid's repository items. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - Always true. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets the View used to represent data in the dropdown. This property is hidden. Use the property instead. - - - - - - - - - - - Gets or sets the type of View used to represent data in the dropdown. This property is hidden. Use the property instead. - - - - - - - - - - - Represents the base class for grid look up editors. - - - - - - - Performs the control's initialization. - - - - - - - - Specifies settings specific to the current editor. - - - A object containing settings for the editor. - - - - - - - - Opens the popup window. - - - - - - - - - The editor that provides lookup functionality using a dropdown feature-rich data grid (), and contains the built-in Find Panel, allowing end-users to quickly filter and locate dropdown records. You can display lookup records in a tabular format, banded tabular format, or as tiles (which can be arranged in one or multiple columns/rows, rendered as a list or a Kanban board). - - - - - - - Initializes a new instance of the SearchLookUpEdit class. - - - - - - - - Fires when the "Add New" button is clicked, and allows you to add new records to the dropdown data source. - - - - - - - - Gets whether the editor or its popup has input focus. - - - true if the editor or its popup window has focus; otherwise, false. - - - - - - - Gets the class name of the current editor. - - - A string giving the class name of the current editor. - - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupSearchLookUpEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Specifies settings specific to the current editor. - - - A object containing settings for the editor. - - - - - - - - - A collection of objects. - - - - - - - Initializes a new instance of a GridFormatRuleCollection class. - - - - A descendant representing the View owning the collection of format rules. - - - - - - - - - Gets whether a grid control that owns the current collection of formatting rules is currently being initialized. - - - true, if the grid control is being initialized; otherwise, false. - - - - - - - Gets the View that owns the current collection of formatting rules. - - - A View that owns the collection of formatting rules. - - - - - - - - Provides appearance settings used to paint the elements in a View. - - - - - - - Initializes a new instance of the LayoutViewAppearances class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint the background of cards. - - - An object that contains corresponding style settings. - - - - - - - Gets the appearance settings used to paint card captions in a LayoutView. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint field captions in a LayoutView's cards. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint field values in edit mode. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint field values in a LayoutView's cards. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint a focused card's caption in a LayoutView. - - - An object which provides corresponding appearance settings. - - - - - - - Contains appearance settings used to paint the Header Panel. - - - An that contains corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint the captions of selected cards when the grid control is not focused. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint the captions of selected cards. - - - An object which provides corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint a marquee selection frame, when selecting multiple cards by a mouse drag. - - - - An object that specifies corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint card separators. - - - A object providing appearance settings for painting card separators. - - - - - - - Gets the appearance settings used to paint a LayoutView's background. - - - An object which provides corresponding appearance settings. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The source of an Edit Form opening event. - - - - - Information associated with an Edit Form opening event. - - - - - - - - - - Serves as the base for classes which provide View options for Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets the animation mode, which identifies cells for which animation is enabled. - - - - A value that represents animation mode. - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Returns the actual animation type. - - - If the property is set to Default, the AnimateFocusedItem value is returned; Otherwise, the property's value is returned. - - - - - - - Gets or sets the display mode for in-place editor buttons. - - - - The value that specifies the mode in which the editor buttons are displayed in a View. - - - - - - - Gets or sets whether the filter panel is displayed when data filtering is applied. - - - true to display the filter panel when data filtering is applied; otherwise, false. - - - - - - - Gets or sets a value which specifies when the Filter Panel is shown. - - - A enumeration value which specifies when the filter panel is shown. - - - - - - - Gets or sets whether the View Caption is displayed above the View. - - - true if the View Caption is displayed above the View; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FieldHeightEventArgs class with the specified settings. - - - - An integer value that identifies the card handle. This value is assigned to the property. - - - - An integer value that specifies the default height for the current card field. This value is assigned to the property. - - - - A object that identifies the current card field. This value is assigned to the property. - - - - - - - - Gets the object that identifies the currently processed field. - - - A object that identifies the currently processed field. - - - - - - - Gets or sets the card field's height. - - - An integer value that specifies the card field's height. - - - - - - - Gets the handle that identifies the currently processed card. - - - An integer value that specifies the card's handle. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides appearance options for Advanced Banded Grid Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether neighboring cells with identical values can be merged. - - - false always - - - - - - - Gets or sets a value which specifies whether column widths are automatically modified so that the total width of all the columns matches the View's width. - - - - true to enable the column auto width feature; otherwise, false. - - - - - - - Gets or sets a value specifying whether the height of each data row is automatically adjusted so as to completely display the contents of its cells. - - - - true to enable automatic calculation of the heights of data rows; otherwise, false. - - - - - - - - - Provides Clipboard options for the . - - - - - - - - Initializes a new instance of the GridOptionsClipboard class with the specified settings. - - - - true, if the ClipboardMode property should be set to the Formatted value; otherwise, false. - - - - - - - - - Gets or sets whether an end-user can copy selected rows and cells to the Clipboard. - - - - - A DefaultBoolean enumerator value that specifies if an end-user can copy selected cells to the Clipboard. - - - - - - - - Copies settings from the specified object to the current object. - - - - - An object whose setting will be copied to the current object - - - - - - - - - Provides the appearance settings used to paint the elements in a Banded Grid View when the grid control is printed/exported. - - - - - - - Initializes a new instance of the class with the specified owning View. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint band headers when the grid control is printed. - - - A object that provides the appearance settings used to paint band headers when the grid control is printed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides the appearance settings used to paint the elements in a Banded Grid View. - - - - - - - Initializes a new instance of the class with the specified owning View. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint band headers. - - - A object that provides the appearance settings used to paint band headers. - - - - - - - Gets the appearance settings used to paint the band panel's background. - - - A object that provides the appearance settings used to paint the band panel's background. - - - - - - - Gets the appearance settings used to paint the column header panel's background. - - - A object that provides the appearance settings used to paint the column header panel's background. - - - - - - - - Provides values that specify whether columns should display Excel-style or classic filter menus. - - - - - - - Columns display classic drop-down filter menus. - - - - - - - - The type of column filter menus depends on the global setting. - - - - - - - - - Columns display Excel-style filter menus. - - - - - - - - - This class is used to retrieve columns from a object and populate a with these columns via the method. - - - - - - - Initializes a new instance of the ViewFilterColumnCollection class with the columns from the specified View. - - - - A object whose columns are used to initialize Filter Columns in the current collection. - - - - - - - - Returns the display text of the specified value formatted by the specified Filter Column (the property parameter). - - - - An value that represents a target Filter Column. - - - - The value to be formatted. - - - A string value that specifies the display text of the specified value formatted by the specified Filter Column (the property parameter). - - - - - - - Gets the View whose columns are used to initialize Filter Columns in the current collection. - - - - - - - - - - Lists the values that specify whether master-detail expand buttons are displayed grayed out when their associated details don't contain any data. - - - - - - - Master-detail expand buttons are always displayed in black. - - - - - - - - Display master-detail expand buttons as grayed out if all details in the data source corresponding to a master row are empty. All details in the data source are checked, not only the details displayed by the Grid Control (see ). - - - - - - - - - Display master-detail expand buttons as grayed out if the default detail is empty. - -The default detail is identified by the property - - - - - - - - - The same as the option. - - - - - - - - - Lists values that specify whether multiple cells or rows can be selected. - - - - - - - Individual cells and blocks of cells can be selected. This option is not supported in Advanced Banded Grid Views. - - - - - - - - - - - - -Multiple rows can be selected via the mouse, keyboard and built-in Check column (which displays check boxes in each row). Individual cells cannot be selected. - - - -The and Views do not support this selection mode. - - - - - - - - - -Multiple rows can be selected via the mouse and keyboard. Individual cells cannot be selected. - - - - - - - - - - - - - - A satellite control that allows the Data Grid to split its client area into two resizeable regions, separated by a splitter. - - - - - - - Initializes a new instance of the GridSplitContainer class. - - - - - - - - This property is not supported by the GridSplitContainer class. - - - - - - - - - - This property is not supported by the GridSplitContainer class. - - - - - - - - - - This property is not supported by the GridSplitContainer class. - - - - - - - - - - Gets or sets the fixed panel. - - - - A enumeration value which specifies the fixed panel. - - - - - - - Gets or sets the Grid to be split. If the Split View is already active, the property specifies the grid displayed in the first view region. - - - A displayed (or to be displayed) in the first view region. - - - - - - - Removes the splitter and the second grid control. - - - - - - - - Gets or sets whether a splitter divides the container into two horizontally or vertically arranged regions. - - - true if a splitter divides the container into two horizontally arranged regions; otherwise, false. - - - - - - - Creates and initializes an internal , ensuring that it is ready for further customization. - - - - - - - - - Gets whether the Split Container is currently divided into two regions by a splitter. - - - - true if the Split Container is currently divided into two regions by a splitter; otherwise, false. - - - - - - - - This property is not supported by the GridSplitContainer class. - - - - - - - - - - Displays a splitter that divides the container into two regions, each displaying a Grid Control. - - - - - - - - Gets the grid control displayed in the container's second region. - - - A displayed in the container's second region. null if the Split View is not active (the second region is hidden). - - - - - - - Gets the main View () of the object. - - - The main View of the object. null if the object is set to null. - - - - - - - Gets or sets the splitter's location. - - - An integer value specifying the splitter's current location in pixels - - - - - - - Fires before a Split View is displayed or before its orientation is changed. - - - - - - - - Fires after the current Split View has been destroyed or when the Split View's orientation is changed. - - - - - - - - Fires after a Split View has been displayed or after its orientation has been changed. - - - - - - - - Gets or sets whether group expansion states are in sync between two grid controls being split. This property is not in effect when the Grid Control presents data using a or object. - - - A value that specifies if group expansion states are in sync between two grid controls being split. - - - - - - - Gets or sets whether focus is automatically moved in one Grid Control, when an end-user moves focus in another grid control. This property is not in effect when the Grid Control presents data using a or object. - - - - A value that specifies if the row focus is synchronized between two grid controls. - - - - - - - Gets or sets whether scrolling positions are in sync between two grid controls. This property is not in effect when the Grid Control presents data using a or object. - - - - A value that specifies if scrolling positions are in sync between two grid controls. - - - - - - - Gets or sets whether appearance, view, sort, group and filter settings are synchronized between two grid controls. This property is not in effect when the Grid Control presents data using a or object. - - - - A value that specifies if corresponding settings are in sync between two grid controls. - - - - - - - Gets the main View () of the object. - - - The main View of the object. null if the object is set to null. - - - - - - - - - Provides the appearance settings which are used to paint the elements that are common to all types of Views when the grid control is printed/exported. - - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint the filter panel when the grid is printed. - - - A object which provides the appearance settings used to paint the filter panel when the grid is printed. - - - - - - - - Provides the appearance settings used to paint the elements in a Grid View when the grid control is printed/exported. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint the even data rows when the grid control is printed. - - - A object which provides the appearance settings used to paint even data rows when the grid control is printed. - - - - - - - Gets the appearance settings used to paint the view footer when the grid is printed. - - - A object that provides the appearance settings used to paint the View footer when the grid is printed. - - - - - - - Gets the appearance settings used to paint the group footer when the grid is printed. - - - A object that provides the appearance settings used to paint the group footer when the grid is printed. - - - - - - - Gets the appearance settings used to paint group rows when the grid is printed. - - - A object that provides the appearance settings used to paint group rows when the grid is printed. - - - - - - - Gets the appearance settings used to paint column headers when the grid is printed. - - - A object that provides the appearance settings used to paint column headers when the grid is printed. - - - - - - - Gets the appearance settings used to paint the horizontal and vertical lines when the grid is printed. - - - A object that provides the appearance settings used to paint the horizontal and vertical lines when the grid is printed. - - - - - - - Gets the appearance settings used to paint odd data rows when the grid control is printed. - - - A object that provides the appearance settings used to paint odd data rows when the grid control is printed. - - - - - - - Gets the appearance settings used to paint the preview sections when the grid is printed. - - - A object that provides the appearance settings used to paint the preview sections when the grid is printed. - - - - - - - Gets the appearance settings used to paint the data rows when the grid control is printed. - - - A object that provides the appearance settings used to paint the data rows when the grid control is printed. - - - - - - - - Summarizes differences for a specific card field (layout item) as compared to the card field's default settings. - - - - - - - Initializes a new instance of the LayoutItemDifferences class. - - - - - - - - Returns whether the current and specified objects contain identical difference records. - - - - A LayoutItemDifferences object to be compared with the current object. - - - true if current and specified objects contain identical difference records; otherwise, false. - - - - - - - Gets or sets a value for a specific item(card field) setting. - - - - Identifies the item setting whose value is set or retrieved. - - - A value for an item setting. For infromation on values for specific item settings, see the topic. - - - - - - - Contains difference records for a specific layout item (card field), identifying how the item's settings differ from the default settings. - - - A Dictionary<, Object> object. - - - - - - - - Summarizes differences for a card's layout, as compared to the default card layout. - - - - - - - Initializes a new instance of the LayoutViewCardDifferences class. - - - - A object whose differences from the default card are collected by the created object. - - - - - - - - Initializes a new instance of the LayoutViewCardDifferences class. - - - - - - - - Adds a difference record, identifying how a layout item's (card field's) settings differ from the default settings. - - - - A string that identifies the layout item (card field). - - - - A value that specifies the setting to be changed - - - - A new value for the setting. - - - - - - - - Clear all difference records in the current LayoutViewCardDifferences object. - - - - - - - - Contains difference records for a card, identifying how the card field settings differ from the default settings. - - - A Dictionary<String, LayoutItemDifferences> object that contains difference records for all card fields. - - - - - - - Gets whether the LayoutViewCardDifferences object has any difference records. - - - true if there are no difference records; otherwise, false. - - - - - - - Returns whether settings of the current and specified objects are equal. - - - - A LayoutViewCardDifferences object whose settings must be compared with the current object. - - - true if the settings of the current and specified objects are equal; otherwise, false. - - - - - - - - Provides access to difference records for a specific layout item (card field). - - - - A string that identifies the layout item (card field). - - - A object that summarizes all difference records for a specific layout item (card field). - - - - - - - Removes the difference record of the specified type for the specified layout item (card field). - - - - A string that identifies the layout item (card field). - - - - A value that represents the modified setting to be removed. - - - - - - - - Removes all the difference records for the specified layout item (card field). - - - - A string that identifies the layout item (card field). - - - - - - - - - Identifies card field settings that can be modified via the event. - - - - - - - Identifies the group expansion state. A value for this setting must be of the Boolean type, where true indicates that the group is expanded and false indicates the group is collapsed. - - - - - - - - - Identifies the item's visibility. A value for this setting must be of the Boolean type, where true indicates that the item is visible and false indicates that the item is hidden. - - - - - - - - - Identifies the selected page index. The value for this setting must be of the Integer type. 0 corresponds to the first tab, 1 corresponds to the second tab, etc. - - - - - - - - - A tile within a . - - - - - - - Initializes a new instance of the TileViewItem class with the default settings. - - - - - - - - Provides access to this TileViewItem's appearance settings. - - - A object that stores item appearance settings. - - - - - - - Retrieves an element from the collection that has the specified . - - - - The target element's name (). - - - The element with the specified name. - - - - - - - Gets or sets the object that stores image loading info for this TileViewItem. - - - An object that stores image loading info for this TileViewItem. - - - - - - - Returns an element bound to the specified field in the data source. - - - - A String value that represents the field name in the underlying data source for which to return an object. - - - - A object that represents the required element. - - - - - - - - Returns the row handle for this TileViewItem. - - - An Int32 value that is the integer index associated with a data row, displayed within this TileViewItem. - - - - - - - Gets a that owns this TileViewItem. - - - A that owns this TileViewItem. - - - - - - - - Displays records as read-only tiles, using one of the following layout modes: default (one or multiple columns/rows), list (without spaces between records) and Kanban. This View provides the advanced field positioning feature, which helps you arrange fields relative to other fields, specify absolute or relative field display bounds, etc. - - - - - - - - Initializes a new instance of the TileView class with the default settings. - - - - - - - - Initializes a new instance of the TileView class with the specified settings. - - - - A that owns this TileView. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets or sets whether this TileView should animate the appearance of its tiles. - - - true, if this TileView should animate the appearance of its tiles; otherwise, false. - - - - - - - Provides access to appearance settings used to paint this TileView. - - - A object that contains appearance settings used to paint this TileView. - - - - - - - Provides access to appearance settings used to paint group captions for s within this TileView. - - - An object used to paint group captions for all groups within this Tile View. - - - - - - - Provides access to global appearance settings common to all s for all tiles within this view. - - - A TileItemAppearances object that stores appearance settings common to all s for all tiles within this view. - - - - - - - Provides access to appearance settings, applied when this View is printed or exported. - - - A object that stores appearance settings, applied when this View is printed or exported. - - - - - - - Clones all available settings from the target view to this TileView object. - - - - A BaseView object whose settings are to be copied. - - - - true, if the Assign method should also copy the target view's event handlers; otherwise, false. - - - - - - - - Clones all available table layout settings from the specified template item to the current View's template item. - - - - A template item from which to clone table layout settings. - - - - - - - - Generates a tile item template from the target element collection. - - - - A object that is the source element collection, from which tile items should generate their element templates. - - - - - - - - Fires when a tile drag operation is about to be started. Allows you to provide a drag image, or to cancel the operation. - - - - - - - - Fires when a tile drop operation is initiated. - - - - - - - - Begins the runtime initialization of this TileView. - - - - - - - - Returns the hit info for the target location. - - - - A Point structure that specifies coordinates for which the hit info should be obtained. - - - A TileViewHitInfo object that contains hit info for the target location. - - - - - - - Checks whether or not the current TileView can be grouped against a specific . - - - - A to be checked. - - - Always true. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Provides access to the set of properties that take s as values, and affect tile behavior and visual states. - - - A TileViewColumn collection that stores properties that take s as values, and affect tile behavior and visual states. - - - - - - - Occurs whenever an end-user clicks a context button within a TileView tile. - - - - - - - - Allows you to customize context buttons for individual TileView tiles. - - - - - - - - Provides access to the set of properties that manage context button appearance and behavior. - - - - A ContextItemCollectionOptions object that stores properties that manage context button appearance and behavior. - - - - - - - - Provides access to context buttons, displayed within this TileView's tiles. - - - - A ContextItemCollection that stores context buttons, displayed within this TileView's tiles. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Allows you to dynamically customize tooltips of context buttons, displayed by this TileView. - - - - - - - - - Allows you to assign custom item templates to tiles. - - - - - - - - Allows you to replace default editors in an Edit Form with custom ones. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Allows you to customize the Edit Form that is about to be displayed. - - - - - - - - Occurs when an Edit Form is about to be displayed, and allows you to cancel the action. - - - - - - - - Gets or sets the border color for the focused tile within the TileView. - - - A Color of the focused tile in the TileView. - - - - - - - - Returns the array of row handles for data rows whose related tiles are currently checked. - - - An Int32 array that stores row handles for data rows whose related tiles are currently checked. - - - - - - - Returns the number of tiles in the group with the specified unique identifier. - - - - An integer value that specifies a unique identifier of the group for which to return the number of child tiles. - - - An integer value that specifies the number of tiles in the group with the specified rowHandle. - - - - - - - Returns a unique identifier of the tile at the specified position in the group with the specified handle. - - - - An integer value that specifies a unique identifier of the group. - - - - An integer value that specifies an index of the required tile in the group. - - - An integer value that specifies a tile handle. - - - - - - - Allows you to assign your own loading indicator, displayed when tile background images are not yet loaded. - - - - - - - - Returns the unique identifier of the group to which the tile with the specified identifier belongs. - - - - - An integer value that specifies a handle of the tile for which to return the group handle. - - - An integer value that specifies the unique identifier of the group to which the tile with the specified rowHandle belongs. - - - - - - - - Returns whether the tile group with the specified handle is expanded. - - - - An integer value specifying the handle of the tile group to retrieve whether it is expanded. - - - true, if the tile group with the specified handle is expanded; otherwise, false. - - - - - - - Occurs whenever a tile within this TileView needs to load its background image asynchronously and allows you to manually pass the desired image. - - - - - - - - Returns an object containing the internal information used to render the view. - - - A object which contains the internal information used to render the view. - - - - - - - Gets the current number of tile groups in this TileView. - - - - An Int32 value that is the current number of tile groups in this TileView. - - - - - - - - Closes the currently displayed Edit Form. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns whether the specified handle corresponds to a group of tiles. - - - - An integer value specifying a unique identifier (handle). - - - true, if the specified handle corresponds to a group of tiles; otherwise, false. - - - - - - - Gets whether the specified column displays images using the . - - - - A column for which to return whether it displays images. - - - true, if the specified column displays images; otherwise, false. - - - - - - - Returns whether the tile with the specified handle is completely or partially visible, or invisible in the view. - - - - An integer value that specifies a unique identifier of the required tile (see ). - - - A enumeration value that specifies tile visibility. - - - - - - - Gets whether this TileView is currently visible. - - - true, if this TileView is currently visible; otherwise, false. - - - - - - - Occurs whenever a tile within this TileView changes its checked state. - - - - - - - - Occurs when an end-user clicks a tile within this , or presses the Space or Enter keyboard keys. - - - - - - - - Allows you to customize individual tiles. - - - - - - - - Fires whenever this TileView's tile is double-clicked. - - - - - - - - Fires after a tile drop operation has been completed. - - - - - - - - Occurs when a tile within the TileView is pressed. - - - - - - - - Raised when an end-user right clicks a tile within this TileView. - - - - - - - - - Redraws this TileView. - - - - - - - - Scrolls this TileView, making the tile associated with the target row visible on screen. - - - - - An Int32 value that is the row handle. - - - - - - - - Moves the selection of certain items forward or backward from the currently selected tile. - - - - - An Int32 value that specifies the number of tiles by which the current selection should be moved. - - - - - - - - Focuses the first tile of this TileView. - - - - - - - - Selects the last existing tile in this TileView. - - - - - - - - - Selects the last currently visible item within this TileView. - - - - - - - - Navigates to the next TileView page. - - - - - - - - Navigates to the previous TileView page. - - - - - - - - Provides access to settings that manage typical TileView behavior. - - - - A object that stores settings which manage typical TileView behavior. - - - - - - - - Contains options to enable and customize the built-in tile drag-and-drop functionality. - - - An object that specifies tile drag-and-drop settings. - - - - - - - Provides display and behavior settings of an Edit Form, which is used to edit tiles. - - - An object that contains an Edit Form's display and behavior settings. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to a set of properties that manage tile background image loading. - - - - A object that stores properties that manage tile background image loading. - - - - - - - - - Contains options related to the layout mode. - - - Options related to the layout mode. - - - - - - - Provides access to settings that control how this TileView is printed and exported. - - - A object that stores settings, which control how this TileView is printed and exported. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to advanced tile settings. - - - A object that stores advanced tile settings for this TileView. - - - - - - - Contains options that affect the general appearance of the Tile View. - - - The options that control the general appearance of the Tile View. - - - - - - - An override for the base method. Paint styles are not supported for the TileView. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the count of the total number of visible tiles contained within the current View. - - - - An integer value providing the count of the total number of visible tiles in the View. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Expands or collapses the tile group with the specified handle. - - - - An integer value specifying the handle of the tile group to expand/collapse. - - - - true to expand the tile group; false to collapse it. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Opens an Edit Form for the focused tile. This method is in effect when the property is set to EditForm. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. Filtering is not supported within the TileView. - - - - - - - - - - - - Occurs when an Edit Form is about to be displayed as a separate modal window. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the collection of tile templates. - - - - - - - - - Provides access to the collection of columns into which tile elements are arranged. - - - A object that specifies the collection of columns into which tile elements are arranged. - - - - - - - Provides access to the collection of rows into which tile elements are arranged. - - - A object that specifies the collection of rows into which tile elements are arranged. - - - - - - - Provides access to the collection of cell spans within the table where tile elements are arranged. - - - A object that specifies the collection of cell spans within the table where tile elements are arranged. - - - - - - - Provides access to the template from which all tiles are generated by default. - - - A object that is the template applied to all s in this TileView. - - - - - - - Collapses/expands the tile group with the specified handle. - - - - An integer value specifying the handle of the tile group to collapse/expand. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the bounds of the current view. - - - - A structure that is the bounds of the current view. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CancelPrintRowEventArgs class with the specified settings. - - - - The PrintingSystem object that provides methods to create bricks in the printout/export output. -This value is used to initialize the property. - - - - A Graphics object that represents the grid control's drawing surface. -This value is used to initialize the property. - - - - A object that implements report drawing functions. -This value is used to initialize the property. - - - - The handle of the row that has just been printed. -This value is used to initialize the property. - - - - The group level of the row that has been printed. -This value is used to initialize the property. - - - - The X coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - - - - - Initializes a new instance of the CancelPrintRowEventArgs class with the specified settings. - - - - The PrintingSystem object that provides methods to create bricks in the printout/export output. -This value is used to initialize the property. - - - - A Graphics object that represents the grid control's drawing surface. -This value is used to initialize the property. - - - - A object that implements report drawing functions. -This value is used to initialize the property. - - - - The handle of the row that has just been printed. -This value is used to initialize the property. - - - - The group level of the row that has been printed. -This value is used to initialize the property. - - - - The X coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - Specifies whether the row contains a footer. -This value is used to initialize the property. - - - - - - - - Gets or sets whether the current row must not be printed/exported. - - - true if the current row must not be printed/exported; otherwise, false. - - - - - - - - Specifies a single style format rule for a grid control's View. - - - - - - - Initializes a new instance of a GridFormatRule class. - - - - - - - - Gets or sets whether the format is applied to an entire row. - - - true, if the format is applied to the entire row; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are to be copied to the current object. - - - - - - - - Gets the collection that owns the current GridFormatRule object. - - - The collection of conditional format rules. - - - - - - - Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column. - - - The column that provides values to test against the current formatting rule. - - - - - - - Gets or sets a column, to which the format should be applied instead of the column specified by the property. - - - The target column to which the format is applied. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The name of the column to which the format is applied. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The name of the column that provides values to test against the current formatting rule. - - - - - - - Returns whether the format rule evaluates to "true" for a certain cell. - - - true, if the current rule is true; otherwise, false. - - - - - - - - - - - - - - - - - - - - - Gets whether the current GridFormatRule object is properly customized. - - - true, if the GridFormatRule object is properly customized; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PrintRowEventArgs class with the specified settings. - - - - The PrintingSystem object that provides methods to create bricks in the printout/export output. -This value is used to initialize the property. - - - - A Graphics object that represents the grid control's drawing surface. -This value is used to initialize the property. - - - - A object that implements report drawing functions. -This value is used to initialize the property. - - - - The handle of the row that has just been printed. -This value is used to initialize the property. - - - - The group level of the row that has been printed. -This value is used to initialize the property. - - - - The X coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - - - - - Initializes a new instance of the PrintRowEventArgs class with the specified settings. - - - - The PrintingSystem object that provides methods to create bricks in the printout/export output. -This value is used to initialize the property. - - - - A Graphics object that represents the grid control's drawing surface. -This value is used to initialize the property. - - - - A object that implements report drawing functions. -This value is used to initialize the property. - - - - The handle of the row that has just been printed. -This value is used to initialize the property. - - - - The group level of the row that has been printed. -This value is used to initialize the property. - - - - The X coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - The Y coordinate, in pixels, where the next row will be drawn in the printout/export output. -This value is used to initialize the property. - - - - Specifies whether the row contains a footer. -This value is used to initialize the property. - - - - - - - - Gets a object that implements report drawing functions. - - - A object. - - - - - - - Gets a GDI+ grid's drawing surface. - - - A Graphics object. - - - - - - - Gets whether the row contains a footer. - - - true if the row contains a footer; otherwise, false. - - - - - - - Gets the group level of the printed row . - - - - An integer value that specifies the group level of the printed row . - - - - - - - - Gets the PrintingSystem object that provides methods to create bricks in the printout/export output. - - - A object. - - - - - - - Gets the handle of the printed row. - - - - An integer value that represents the handle of the printed row. - - - - - - - - Gets or sets the X coordinate, in pixels, where the next row will be drawn in the printout/export output. - - - An integer value that specifies the X coordinate, in pixels, where the next row will be drawn in the printout/export output. - - - - - - - Gets or sets the Y coordinate, in pixels, where the next row will be drawn in the printout/export output. - - - An integer value that specifies the Y coordinate, in pixels, where the next row will be drawn in the printout/export output. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FilterPopupDateEventArgs class with the specified settings. - - - - A object whose filter dropdown is to be displayed. This value is assigned to the Column property. - - - - A list of filter items. This value is assigned to the property. - - - - - - - - Gets the list of filter items represented as check boxes within the filter dropdown window. - - - A list of filter items. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RowClickEventArgs class with the specified settings. - - - - A object that contains information on the clicked point. - - - - An integer value that specifies the handle of the clicked row. This value is assigned to the property. - - - - - - - - Gets an object that identifies the clicked element. - - - A object that identifies the clicked element. - - - - - - - Gets the handle of the clicked row. - - - An integer value that specifies the handle of the clicked row. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RowCellClickEventArgs class with the specified settings. - - - - A object that contains information on the clicked point. - - - - An integer value that specifies the handle of the clicked row. This value is assigned to the property. - - - - A object that identifies the clicked grid column. This value is assigned to the property. - - - - - - - - Gets the edit value of the clicked cell. - - - An object that specifies the edit value of the clicked cell. - - - - - - - Gets the column that contains the clicked cell. - - - A object that specifies the column containing the clicked cell. - - - - - - - - Contains values that specify the filter dropdown style for grid columns. - - - - - - - The filter dropdown is represented as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the View will display those records that contain the checked values: - - - - - - - - - - - - This mode is equivalent to DateSmart regarding the appearance of the filter dropdown. The filter dropdown displays all the available check boxes, even if there is no data that falls into a corresponding date range. - - - - - - - - This mode is equivalent to DateSmart, but with a different set of filters: Today, This week, This month, Next month, etc. - - - - - - -The table below describes several of the date ranges for the DateAlt mode. - - - - - Interval - Description - - - - Beyond - - - - Earlier - - - - - - - - - - - The filter dropdown provides a built-in calendar plus check boxes to select common non-intersecting date intervals. - - - - - -The table below describes the available date ranges for the DateSmart and Date modes. - - - - - Interval - Description - - - - Beyond this year - - - - Later this year - - - - Later this month - - - - Next week - - - - Later this week - - - - Tomorrow - - - - Today - - - - Yesterday - - - - Earlier this week - - - - Last week - - - - Earlier this year - - - - Prior to this year - - - - - -If there is no underlying data that would fall into a specific date range, the corresponding check box is hidden. - -If all values in the date-time column are set to null, all check boxes are visible. - - - - - - - - - - The actual display mode is determined by the View's OptionsFilter.ColumnFilterPopupMode () property. - -If the View's OptionsFilter.ColumnFilterPopupMode property is set to Classic: - - -for date-time columns, filter dropdowns are painted in FilterPopupMode.DateSmart mode; - -for all other columns, filter dropdowns are painted in FilterPopupMode.List mode. - - - - -If the View's OptionsFilter.ColumnFilterPopupMode property is set to Default (which is the initial value): - - -the column filter dropdown style is determined by the global setting. - - - - -If the WindowsFormsSettings.ColumnFilterPopupMode property is also set to Default (which is the initial value): - - -the Excel filter dropdown style is applied. - - - - - - - - - - - The tabbed UI, inspired by MS Excel, that displays column values and provides filtering options most suitable for the column's data type. - - - - - - - - - - - - The filter dropdown is represented as a regular list of filter items. Clicking an item invokes a corresponding action, and automatically closes the dropdown. - - - - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides access to the set of properties that manage image loading for this . - - - - - - - Initializes a new instance of the WinExplorerViewOptionsImageLoad class with the specified settings. - - - - A that owns this newly created WinExplorerViewOptionsImageLoad. - - - - - - - - Gets or sets whether or not the is allowed to replace missing images by scaling available images to the required size. - - - true, if the is allowed to replace missing images by scaling available images to the required size; otherwise, false. - - - - - - - Gets or sets the animation effect that follows item image display. - - - - An enumerator value that specifies the animation effect that follows display of the item image. - - - - - - - - Copies all available settings from the target BaseOptions object to this WinExplorerViewOptionsImageLoad object. - - - - A BaseOptions object whose settings should be copied to this WinExplorerViewOptionsImageLoad. - - - - - - - - Gets or sets whether images for View items should be loaded asynchronously. - - - true, if images for View items should be loaded asynchronously; otherwise, false. - - - - - - - Gets or sets whether or not asynchronously loaded item images should be cached. - - - true if asynchronously loaded item images should be cached; otherwise, false. - - - - - - - Gets or sets whether or not the image cache should be cleared when the data source is updated. - - - true, if the image cache should be cleared when the data source is updated; otherwise, false. - - - - - - - Gets or sets the desired size of thumbnail images, created during the Asynchronous Image Load in WinExplorer and Tile Views. - - - A Size structure that is the desired thumbnail image size. - - - - - - - - Gets or sets whether items should load their images from an image source when these images need to be loaded asynchronously. - - - true, if items should load their images from an image source when these images need to be loaded asynchronously; otherwise, false. - - - - - - - Gets or sets whether item images should be loaded in random order. - - - true, if item images should be loaded in random order; otherwise, false. - - - - - - - - Contains values that specify the region where a field's sort and filter buttons are displayed. - - - - - - - - The same option as the option. - - - - - - - - Sort and filter buttons are displayed in a field caption region. - - - - - - - - Sort and filter buttons are displayed in a field value region. - - - - - - - - The buttons are hidden. - - - - - - - - - Provides access to options that control the display of a field's sort and filter buttons. - - - - - - - Initializes a new instance of the OptionsField class. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the location of sort and filter buttons within the region where these buttons are displayed. - - - A value that specifies the location of sort and filter buttons. - - - - - - - Gets or sets the region where sort and filter buttons are displayed. - - - A value. - - - - - - - - Stores advanced tile settings for the . - - - - - - - Initializes a new instance of the TileViewItemOptions class with the specified settings. - - - - A that owns the newly created TileViewItemOptions object. - - - - - - - - Gets or sets whether or not tiles within this support the hover visual state. - - - true, if tiles support the hover state; otherwise, false. - - - - - - - - Gets or sets whether tiles within this should be displayed as sunken when an end-user presses them. - - - true, if tiles within this should be displayed as sunken when an end-user presses them; otherwise, false. - - - - - - - Clones all settings from the target object to this TileViewItemOptions object. - - - - A source BaseOptions object whose settings are to be copied. - - - - - - - - -In mode, this property specifies the maximum number of columns to accommodate tiles. - - -In mode, this property specifies the number of columns to accommodate tiles. - - -The ColumnCount property is in effect when the setting is Vertical. - - - - - - The number of columns to accommodate tiles. - - - - - - - Gets a default value for the property. - - - A structure that specifies a default value for the property. - - - - - - - Gets the default distance between neighboring tile groups. - - - An integer value that is the default distance between neighboring tile groups. - - - - - - - Gets the default distance between neighboring tiles within this . - - - An integer vaule that is the default distance between neighboring tiles within this . - - - - - - - Returns the default tile padding. - - - A Padding(12, 8, 12, 8) structure that is the default tile padding. - - - - - - - Gets the default size of tiles within this . - - - A Size structure that is the default size of tiles within this . - - - - - - - Stores the default padding. - - - A Padding(0, 0, 0, 0) structure that is the default padding. - - - - - - - Gets or sets the horizontal offset of the group header, in pixels. - - - - An integer value specifying the horizontal offset of the group header, in pixels. - - - - - - - - Gets or sets the amount of empty space around a group header text (see ). - - - A Padding structure that specifies the amount of empty space around a group header text. - - - - - - - Gets or sets the indent between the group header and group items, in pixels. - - - - An integer value specifying the indent between the group header and group items, in pixels. - - - - - - - - Gets or sets whether the initially focused tile should be highlighted when the is loaded for the first time. - - - true, if the initially focused tile should be highlighted; otherwise, false. - - - - - - - Gets or sets whether the focused tile is highlighted using a border, background, both or is not highlighted. - - - - A enumeration value specifying whether the focused tile is highlighted using a border, background, both or is not highlighted. - - - - - - - - Gets or sets the horizontal alignment mode for this 's content. - - - A HorzAlignment enumerator value that specifies the horizontal alignment mode for this 's content. - - - - - - - Gets or sets the distance between neighboring tile groups. - - - An Int32 value that is the distance between neighboring tile groups. - - - - - - - Gets or sets the distance between neighboring tiles within this . - - - An Int32 value that is the distance between neighboring tiles within this . - - - - - - - Gets or sets the alignment for tile background images. - - - A enumerator value that specifies the alignment for tile background images. - - - - - - - Gets or sets the scale mode for tile background images. - - - A enumerator value that specifies the scale mode for tile background images. - - - - - - - Gets or sets the tile border visibility mode applied to all tiles within this . - - - A enumerator value that is the tile border visibility mode applied to all tiles within this . - - - - - - - Gets or sets the padding for all tiles within the . - - - A Padding structure that is the tile padding. - - - - - - - Gets or sets the size of tiles within this . - - - A Size structure that is the size of tiles within this . - - - - - - - Gets or sets the layout mode for tiles within the TileView. - - - - Tile layout mode. - - - - - - - Gets or sets the way tiles are arranged, horizontally or vertically. - - - An Orientation enumerator value that specifies how tiles are arranged within the . - - - - - - - Gets or sets the current padding. - - - A Padding structure that is the current padding. - - - - - - - -In mode, this property specifies the maximum number of rows to accommodate tiles. - - -In mode, this property specifies the number of rows to accommodate tiles. - - -The RowCount property is in effect when the setting is Horizontal. - - - - The number of rows to accommodate tiles. - - - - - - - Gets or sets which scroll elements this should display. - - - A enumerator value that specifies which scroll elements this should display. - - - - - - - Gets or sets whether the tile groups' captions should be visible. - - - true, if the tile groups' captions should be visible; otherwise, false. - - - - - - - Gets or sets the vertical alignment mode for the content. - - - A VertAlignment enumerator value that specifies the vertical alignment mode for the content. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FilterPopupCheckedListBoxEventArgs class with the specified settings. - - - - A object that refers to the current column displaying the check filter drop-down list. This value is assigned to the Column property. - - - - A object that contains settings of the check filter drop-down list. This value is assigned to the property. - - - - - - - - Gets an object that contains settings of the checked filter dropdown list. - - - A object that contains settings of the checked filter drop-down list. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Contains values that specify how cards are arranged in a print/export output. - - - - - - - Cards are arranged in a single column. - - - - - - - - Currently, this option is the same as the option. - - - - - - - - Cards are arranged in multiple columns. - - - - - - - - Cards are arranged in multiple rows. - - - - - - - - Cards are arranged in a single row. - - - - - - - - - Contains values that specify when the Filter Panel is visible. - - - - - - - The filter panel is shown when the filtering is applied to a View. Otherwise, the filter panel is hidden. - - - - - - - - The filter panel is hidden. - - - - - - - - The filter panel is always shown at the bottom of the View. - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FilterControlEventArgs class with the specified settings. - - - - The form displaying the FilterControl. - - - - The FilterControl to be displayed in in the form. - - - - - - - - Provides access to the object, which allows you to customize the 's "Text" tab. - - - An object that allows you to customize the 's "Text" tab. - - - - - - - Gets the form that displays the Filter Control. - - - A FilterBuilder object that represents the form displaying the Filter Control. - - - - - - - Gets the Filter Control that displays filter criteria. - - - A object. - - - - - - - Gets the Filter Control that displays filter criteria. - - - An IFilterControl object. - - - - - - - Gets or sets whether the Filter Editor must be displayed. - - - true if the Filter Editor must be displayed; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutViewCardCaptionImageEventArgs class. - - - - An integer value which identifies the processed card. This value is assigned to the property. - - - - An object which represents the source of images. This value is assigned to the property. - - - - A zero-based integer specifying the image by its index within the source collection. -1, if no image is assigned to a visual element from the source collection. This value is assigned to the property. - - - - A System.Drawing.Image object representing the image to be displayed within an element. This value is assigned to the property. - - - - A Boolean value that specifies whether the image in the card's caption is visible. This value is assigned to the property. - - - - - - - - Gets or sets the relative position of an image within a card's caption. - - - A value that specifies the image's position. - - - - - - - Gets or sets whether the image in a card's caption is visible. - - - true if the caption image is visible; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutViewCustomRowCellEditEventArgs class with the specified settings. - - - - An integer value that specifies the handle of the current card. This value is assigned to the property. - - - - A object that identifies the current card field. This value is assigned to the property. - - - - A descendant that specifies the editor to be assigned to the current cell. This value is assigned to the property. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutViewCustomCardLayoutEventArgs class with the specified settings. - - - - An integer value that specifies the handle of the current card. This value is assigned to the property. - - - - A LayoutViewCardDifferences object that specifies differences made in the current card. This value is assigned to the property. - - - - - - - - Gets or sets an object that summarizes all difference records for the current card, which specify how the layout settings of the card fields differ from the default settings. - - - A object. - - - - - - - Gets or sets the handle of the currently processed card. - - - An integer value that specifies the handle of the currently processed card. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutViewFieldCaptionImageEventArgs class with the specified settings. - - - - An integer value that specifies the handle of the current card. This value is assigned to the property. - - - - A object that identifies the current column (field). This value is assigned to the property. - - - - An object that represents an image list. This value is assigned to the property. - - - - - - - - Gets or sets the column object that identifes the currently processed card field. - - - A object identifying the current field. - - - - - - - Gets or sets the alignment of the image within the field's caption. - - - A enumeration value that specifies the alignment of the image within the field's caption. - - - - - - - Gets or sets the distance between the field's label and image. - - - An integer value that specifies the distance between the field's label and image, in pixels. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutViewVisibleRecordIndexChangedEventArgs class with the specified settings. - - - - An integer value that specifies the index of the currently visible card. This value is assigned to the property. - - - - An integer value that specifies the index of the previous visible card. This value is assigned to the property. - - - - - - - - Gets the index of the previously visible card. - - - An integer value that specifies the index of the previously visible card. - - - - - - - Gets the index of the current visible card. - - - An integer value that specifies the index of the current visible card. - - - - - - - - Contains display options applied in single card display mode. - - - - - - - Initializes a new instance of the LayoutViewOptionsSingleRecordMode class. - - - - A object that will own the created object. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the card's alignment within the View when the card is stretched to fully fill the View's width or height. This option is in effect when the or property is enabled (not both). - - - A value that specifies the card's alignment. - - - - - - - Gets or sets whether the currently visible card is stretched vertically to fully fill the View's height. This option is in effect in Single Record view mode. - - - true if the current card is stretched vertically to fully fill the View's height; otherwise, false. - - - - - - - Gets or sets whether the currently visible card is stretched horizontally to fully fill the View's width. This option is in effect in Single Record view mode. - - - true if the current card is stretched horizontally to fully fill the View's width; otherwise, false. - - - - - - - - Contains options that control the layout of cards when a multiple record display mode is enabled. - - - - - - - Initializes a new instance of the LayoutViewOptionsMultiRecordMode class. - - - - A object that will own the created object. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the maximum number of columns displayed in the View. This option is in effect when multiple columns are allowed to be displayed (in Row, MultiRow and MultiColumn view modes). - - - An integer value that specifies the maximum number of columns displayed in the View. - - - - - - - Gets or sets the maximum number of rows displayed in the View. This option is in effect when multiple rows are allowed to be displayed (in Column, MultiColumn and MultiRow view modes). - - - An integer value that specifies the maximum number of rows displayed in the View. - - - - - - - Gets or sets the scroll bar's orientation in multi column display mode. - - - A ScrollBarOrientation value that specifies the scroll bar's orientation in multi column display mode. - - - - - - - - Gets or sets the scroll bar's orientation in multi row display mode. - - - A ScrollBarOrientation value that specifies the scroll bar's orientation in multi row display mode. - - - - - - - - Gets or sets whether cards are stretched vertically to fully fill the View's height. This option is in effect when cards are arranged in rows (in Row and MultiRow view modes). - - - true if cards are stretched vertically to fully fill the View's height; otherwise, false. - - - - - - - Gets or sets whether cards are stretched horizontally to fully fill the View's width. This option is in effect when cards are arranged in columns (in Column and MultiColumn view modes). - - - true if cards are stretched horizontally to fully fill the View's width; otherwise, false. - - - - - - - - A group that hosts s. - - - - - - - Initializes a new instance of the TileViewGroup class. - - - - The owner of the created group. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Gets the View that owns the current group. - - - The View that owns the current group. - - - - - - - - Provides global settings that affect the entire Tile View. - - - - - - - Initializes a new instance of the TileViewOptionsView class with the default settings. - - - - - - - - Initializes a new instance of the TileViewOptionsView class with the default settings. - - - - A TileView that owns this TileViewOptionsView object. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Copies all settings from the target BaseOptions object to this TileViewOptionsView. - - - - A object whose settings are copied. - - - - - - - - Gets or sets how the View background is painted. - - - A enumeration value that specifies how the View background is painted. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - A content block within a . - - - - - - - Initializes a new instance of the TileViewItemElement class with the default settings. - - - - - - - - Clones all available settings from the target TileViewItemElement to this TileViewItemElement. - - - - A source TileViewItemElement object whose settings should be copied to this TileViewItemElement. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Gets or sets a grid column to which this TileViewItemElement is bound. - - - A to which this TileViewItemElement is bound. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the element's image is visible. - - - true if the element's image is visible; otherwise, false. - - - - - - - Gets or sets the element's name. - - - The element's name. - - - - - - - Gets or sets whether the element's text is visible. - - - true if the element's text is visible; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This identifies the control which fires the event. - - - - An object containing data related to the event. - - - - - - - - - Provides data for the event that is raised when an Edit Form is about to be displayed. - - - - - - - Initializes a new instance of the EditFormPreparedEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - - - - - Provides access to the collection of controls used to edit fields of the processed data record, which are indexed by field names or grid columns. - - - The collection of controls representing editors in the Edit Form. - - - - - - - Sets input focus to the editor that corresponds to the grid column with the specified . - - - - The field name of the that corresponds to the target editor in the EditForm. - - - - true, if input focus was set to the editor; otherwise, false. - - - - - - - Sets input focus to the editor that corresponds to the specified . - - - - The that corresponds to the editor to which to set input focus. - - - - true, if input focus was set to the editor; otherwise, false. - - - - - - - Gets the container that arranges editors and buttons on the Edit Form. - - - The container that arranges editors and buttons on the Edit Form. - - - - - - - Gets the handle that identifies the grid row for which the Edit From is about to be displayed. - - - The handle that identifies the grid row for which the Edit From is about to be displayed. - - - - - - - - Provides data for the event when data editing is performed via the Edit Form. - - - - - - - Initializes a new instance of the EditFormValidateEditorEventArgs class. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - - - - - Gets the corresponding to the Edit Form's editor being validated. - - - The corresponding to the Edit Form's editor being validated. - - - - - - - - - Provides members that manage common options. - - - - - - - Initializes a new instance of the WinExplorerViewOptionsView class with the specified settings. - - - - A object that owns the newly created WinExplorerViewOptionsView object. - - - - - - - - Initializes a new instance of the WinExplorerViewOptionsView class with the default settings. - - - - - - - - Gets or sets whether WinExplorer View item text and description strings can be formatted via HTML tags. - - - true, if item text and description strings can be formatted via HTML tags; otherwise, false. - - - - - - - Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsView object. - - - - A BaseOptions object that stores settings which should be copied to this WinExplorerViewOptionsView object. - - - - - - - - Gets or sets the horizontal alignment for the content. - - - A enumeration value that specifies the horizontal alignment for the content. - - - - - - - Gets or sets whether items checked via check boxes are automatically selected. - - - true, if items checked via check boxes are automatically selected.; otherwise, false. - - - - - - - Gets or sets the WinExplorer View item image layout mode. - - - An ImageLayoutMode enumerator value that specifies the WinExplorer View item image layout mode. - - - - - - - Gets or sets how hovered WinExplorer View's items should display their borders. - - - An enumerator value that specifies how hovered WinExplorer View's items should display their borders. - - - - - - - Gets or sets whether scroll bars within this WinExplorer View should be displayed. - - - A ScrollVisibility enumerator value that specifies whether scroll bars within this WinExplorer View should be displayed. - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - Gets or sets whether check boxes within this WinExplorer View should be displayed. - - - true, if check boxes within this WinExplorer View should be displayed; otherwise, false. - - - - - - - Gets or sets whether groups within this should display check boxes in their caption area. - - - true, if groups within this should display check boxes in their caption area; otherwise, false. - - - - - - - Gets or sets whether or not the WinExplorerViewOptionsView should highlight the item drop position. - - - - true, to highlight an item drop position; otherwise, false. - - - - - - - Gets or sets whether the group expand/collapse button should be displayed. - - - - true, if the group expand/collapse button should be displayed; otherwise, false. - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - Gets or sets the current WinExplorer View style. - - - A WinExplorerViewStyle enumerator value that specifies the current WinExplorer View style. - - - - - - - - Provides members that manage selection options. - - - - - - - Initializes a new instance of the WinExplorerViewOptionsSelection class with the default settings. - - - - - - - - Gets or sets whether marquee selection is enabled within this WinExplorer View. - - - true, if marquee selection is enabled within this WinExplorer View; otherwise, false. - - - - - - - Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsSelection object. - - - - A BaseOptions object whose settings are to be copied. - - - - - - - - Gets or sets the way items within this are selected. - - - An IconItemSelectionMode enumerator value that specifies the way items within this are selected. - - - - - - - - Provides members that manage behavior options. - - - - - - - Initializes a new instance of the WinExplorerViewOptionsBehavior class with the specified settings. - - - - A object that owns this WinExplorerViewOptionsBehavior. - - - - - - - - Initializes a new instance of the WinExplorerViewOptionsBehavior class with the default settings. - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - Copies all settings from the specific BaseOptions object to this WinExplorerViewOptionsBehavior object. - - - - A BaseOptions object, whose settings are to be copied. - - - - - - - - Gets or sets whether or not the WinExplorer View should scroll up or down when an end-user clicks a view item. - - - - true if the WinExplorer View should scroll up or down when an end-user clicks a view item; otherwise, false. - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - This property is now obsolete and no longer in use - - - - - - - - - - Gets or sets whether smooth scrolling is enabled. - - - true, if smooth scrolling is enabled; otherwise, false. - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - An overload for the property, not supported in WinExplorer View. - - - - - - - - - - Gets or sets whether optimized scrolling mechanics should be used within this WinExplorer View. - - - true, if optimized scrolling mechanics should be used within this WinExplorer View; otherwise, false. - - - - - - - - A base class that provides necessary functionality for custom localizers of the Data Grid control. - - - - - - - Initializes a new instance of the GridLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - - Provides data for the event. - - - - - - - Gets or sets the filter operator selected by default in the Filters tab. - - - A enumeration value that specifies the filter operator used by default. - - - - - - - Gets or sets whether single (the radio mode) or multiple filter values can be selected simultaneously. - - - true, to enable the radio mode; otherwise, false. Default is false. - - - - - - - Gets or sets whether or not to show filters for aggregates (Below Average, Above Average, etc.). - - - true, to show filters for aggregates; otherwise, false. - - - - - - - Gets or sets whether or not to show the IsBlank and IsNotBlank filter conditions. - - - true, to show the IsBlank and IsNotBlank filter conditions; otherwise, false. - - - - - - - Gets or sets whether or not to show comparison filter conditions (Greater Than, Less Than, etc.). - - - true, to show comparison filter conditions; otherwise, false. - - - - - - - Gets or sets whether or not to show the Custom Filters. - - - true, to show the Custom Filters; otherwise, false. - - - - - - - Gets or sets whether or not to show the Filters tab. - - - true, to show the Filters tab; otherwise, false. - - - - - - - Gets or sets whether or not to show the Is Null and Is Not Null filter conditions. - - - true, to show the Is Null and Is Not Null filter conditions; otherwise, false. - - - - - - - Gets or sets whether or not to show the Predefined Filters. - - - true, to show the Predefined Filters; otherwise, false. See the event to learn how to add your custom Predefined Filters. - - - - - - - Gets or sets whether or not to show filters for sequences (Top N, Bottom N, etc.). - - - true, to show filters for sequences; otherwise, false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for showing filter popup events. - - - - - - - Gets the grid column being processed. - - - The object specifying the grid column being processed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the FilterPopupExcelDataEventArgs class with the specified settings. - - - - The column being processed. - - - - The array of data values. - - - - The array of the display texts corresponding the data values. - - - - - - - - - Contains information about a specific point within a Layout View. - - - - - - - Initializes a new instance of the LayoutViewHitInfo class. - - - - - - - - Sets the LayoutViewHitInfo class' properties to their default values. - - - - - - - - Gets a column object located under the test point. - - - A object that contains the test point. null (Nothing in Visual Basic) if the test point is over a visual element that does not belong to any column. - - - - - - - Gets a card object located under the test point. - - - A object that contains the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any card. - - - - - - - Gets a card field object located under the test point. - - - A object located under the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any card field. - - - - - - - Gets the bounds of the current object identified by the property. - - - A structure that specifies the bounds of an object identified by the property. - - - - - - - Gets a value identifying the type of visual element located under the test point. - - - A enumeration value identifying the type of visual element located under the test point. - - - - - - - Gets whether the test point belongs to a Layout View. - - - true if the test point belongs to a Layout View; otherwise, false. - - - - - - - Gets whether the test point is within a Card. - - - true if the test point is within a Card; otherwise, false. - - - - - - - Gets whether the test point is within a Card Caption. - - - true if the test point is within a Card Caption; otherwise, false. - - - - - - - Gets whether the test point is within a Card Expand Button. - - - true if the test point is within a Card Expand Button; otherwise, false. - - - - - - - Gets whether the test point is within a View's area where cards can be arranged. - - - true if the test point is within a View's area; otherwise, false. - - - - - - - Gets whether the test point belongs to the "Carousel View" button within the Header Panel. - - - true if the test point belongs to the "Carousel View" button within the Header Panel; otherwise, false. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets whether the test point belongs to a View's Zoom Button. - - - true if the test point belongs to a View's Zoom Button; otherwise, false. - - - - - - - Gets whether the test point belongs to the "One Column" button within the Header Panel. - - - true if the test point belongs to the "One Column" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the "Customize" button within the Header Panel. - - - true if the test point belongs to the "Customize" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to a Card Field. - - - true if the test point belongs to a Card Field; otherwise, false. - - - - - - - Gets whether the test point belongs to a Card Field Caption. - - - true if the test point belongs to a Card Field Caption; otherwise, false. - - - - - - - Gets whether the test point belongs to a Field Filter Button. - - - true if the test point belongs to a Field Filter Button; otherwise, false. - - - - - - - Gets whether the test point belongs to a Field Filter Button or Field Sort Button. - - - true if the test point belongs to a Field Filter or Sort Button; otherwise, false. - - - - - - - - Gets whether the test point belongs to a Field Sort Button. - - - true if the test point belongs to a Field Sort Button; otherwise, false. - - - - - - - Gets whether the test point belongs to a Card Field Value. - - - true if the test point belongs to a Card Field Value; otherwise, false. - - - - - - - Gets whether the test point belongs to a Filter Panel. - - - true if the test point belongs to a Filter Panel; otherwise, false. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets whether the test point belongs to the Header Panel. - - - true if the test point belongs to the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to any button within the Header Panel. - - - true if the test point belongs to any button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point is within any card's item, except card fields. - - - - true if a test point is within any card's item, except card fields; otherwise, false. - - - - - - - - Gets whether the test point belongs to the "Multiple Columns" button within the Header Panel. - - - true if the test point belongs to the "Multiple Columns" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the "Multiple Rows" button within the Header Panel. - - - true if the test point belongs to the "Multiple Rows" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the "Panning" button within the Header Panel. - - - true if the test point belongs to the "Panning" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the "One Row" button within the Header Panel. - - - true if the test point belongs to the "One Row" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the "One Card" button within the Header Panel. - - - true if the test point belongs to the "One Card" button within the Header Panel; otherwise, false. - - - - - - - Gets whether the test point belongs to the View Caption. - - - true if the test point belongs to the View Caption; otherwise, false. - - - - - - - Indicates whether the specified object is equal to the current object. - - - - A LayoutViewHitInfo object to be compared with the current object. - - - true if the specified object equals the current object; otherwise, false. - - - - - - - Gets a card layout item located under the test point. - - - A descendant located under the test point. null (Nothing in Visual Basic) if the test point doesn't belong to any layout item. - - - - - - - Gets a row handle that identifies the card containing the test point. - - - An integer value that represents the row handle identifying the current card. The value, if the test point doesn't belong to any card. - - - - - - - - Gets or sets the located under the test point. - - - The LayoutView located under the test point. - - - - - - - Gets the visual position of the card that contains the test point. - - - An integer value that specifies the card's visual position within the View's visible area. - - - - - - - - Contains options that control the display of card fields' text labels - - - - - - - Initializes a new instance of the LayoutViewOptionsItemText class. - - - - A object that will own the created object. - - - - - - - - Gets or sets the alignment mode for fields' text labels. - - - A value that specifies the current alignment mode. - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the default distance between card fields' text labels and corresponding edit boxes. - - - An integer value that represents the distance between text labels and corresponding edit boxes - - - - - - - - Contains display options of a Layout View in the view mode. - - - - - - - Initializes a new instance of the LayoutViewOptionsCarouselMode class. - - - - A object that will own the created object. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the transparency level for background cards. - - - A value that specifies the transparency level, in the range between 0(transparent) and 1(opaque). - - - - - - - Gets or sets the fading factor for background cards. - - - A value that specifies the fading factor for background cards, in the range between 0(no fading out) and 1(the bottommost card is invisible). - - - - - - - Gets or sets the scaling factor for background cards. - - - A value that specifies the scaling factor for background cards, ranging between 0(smallest) to 1(no scale). - - - - - - - Gets or sets the number of cards constituting the ellipse. - - - An integer value that specifies the number of cards in the ellipse. - - - - - - - Gets or sets the coordinates of the ellipse, in pixels. - - - A Point structure that specifies the coordinates of the ellipse, in pixels. - - - - - - - Gets or sets the number of frames in the card scrolling animation effect. - - - An integer value that specifies the number of frames in the animation. - - - - - - - Gets or sets the delay between frames in the card scrolling animation effect, in system timer ticks. - - - An integer value that specifies the delay between frames in the card scrolling animation effect, in system timer ticks. - - - - - - - Gets or sets the interpolation mode used to render background cards. - - - - A value that specifies the interpolation mode. - - - - - - - - Gets or sets the pitch angle, in radians, ranging from 0 to π. - - - A value that specifies the pitch angle, in radians, ranging from 0 to π. - - - - - - - Gets or sets the longest radius of the ellipse, in pixels. - - - An integer value that specifies the longest radius of the ellipse, in pixels. 0 if the radius is calculated automatically depending on the View's size. - - - - - - - Gets or sets the roll angle, in radians, ranging from 0 to 2π. - - - A value that specifies the roll angle, in radians, ranging from 0 to 2π. - - - - - - - Gets or sets whether the active card is stretched to the LayoutView's height. - - - true if the active card is stretched to the LayoutView's height; otherwise, false. - - - - - - - Gets or sets whether the active card is stretched to the LayoutView's width. - - - true if the active card is stretched to the LayoutView's width; otherwise, false. - - - - - - - - Contains options controlling the appearance and functionality provided by the Header Panel. - - - - - - - Initializes a new instance of the LayoutViewOptionsHeaderPanel class. - - - - A object that will own the created object. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Carousel view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+6). - - - true if an end-user can enable the Carousel view mode; otherwise, false. - - - - - - - Gets or sets whether the One Column view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+3). - - - true if an end-user can enable the One Column view mode; otherwise, false. - - - - - - - Gets or sets whether the Customization Form can be enabled via the Customize button within the Header Panel and keyboard shortcut (F6). - - - true if an end-user can enable the Customization Form; otherwise, false. - - - - - - - Gets or sets whether the Multiple Columns view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+5). - - - true if an end-user can enable the Multiple Columns view mode; otherwise, false. - - - - - - - Gets or sets whether the Multiple Rows view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+4). - - - true if an end-user can enable the Multiple Rows view mode; otherwise, false. - - - - - - - Gets or sets whether the Panning mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (F10). - - - true if an end-user can enable the Panning mode; otherwise, false. - - - - - - - Gets or sets whether the One Row view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+2). - - - true if an end-user can enable the One Row view mode; otherwise, false. - - - - - - - Gets or sets whether the One Card view mode can be enabled via the corresponding button within the Header Panel and keyboard shortcut (ALT+1). - - - true if an end-user can enable the One Card view mode; otherwise, false. - - - - - - - Gets or sets whether the Carousel Mode button is displayed within the Header Panel. - - - true if the Carousel Mode button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the One Column button is displayed within the Header Panel. - - - true if the One Column button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the Customize button is displayed within the Header Panel. - - - true if the Customize button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the Multiple Columns button is displayed within the Header Panel. - - - true if the Multiple Columns button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the Multiple Rows button is displayed within the Header Panel. - - - true if the Multiple Rows button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the Panning button is displayed within the Header Panel. - - - true if the Panning button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the One Row button is displayed within the Header Panel. - - - true if the One Row button is displayed within the Header Panel; otherwise, false. - - - - - - - Gets or sets whether the One Card button is displayed within the Header Panel. - - - true if the One Card button is displayed within the Header Panel; otherwise, false. - - - - - - - - Provides options that determine which operations are available for end-users in a Layout View. - - - - - - - Initializes a new instance of the LayoutViewOptionsCustomization class. - - - - A object that will own the created object. - - - - - - - - Gets or sets a value which specifies whether end-users can filter data in the View. - - - A Boolean value that specifies whether the data can be filtered by end-users. - - - - - - - Gets or sets a value specifying whether end-users can sort data. - - - true if end-users can sort data; otherwise, false. - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Captions group of edit controls is displayed within the Template Card tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Indents group of edit controls is displayed within the Template Card tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Cards group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Fields group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Hidden Items list is displayed within the Template Card tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Layout group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Layout Tree View is displayed within the Template Card tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the View group of edit controls is displayed within the View Layout tab in the Customization Form in advanced customization mode. - - - true if the corresponding group of edit controls is displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Reset Template Card and Shrink Template Card buttons are displayed within the Template Card tab in the Customization Form in advanced customization mode. - - - true if these buttons are displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether the Load Layout and Save Layout buttons are displayed within the View Layout tab in the Customization Form in advanced customization mode. - - - true if these buttons are displayed in advanced customization mode; otherwise, false. - - - - - - - Gets or sets whether additional edit controls providing advanced customization capabilities can be displayed within the LayoutView's Customization Form. - - - true if advanced customization edit controls are enabled; otherwise, false. - - - - - - - - Represents a collection of columns in a Layout View. - - - - - - - Initializes a new instance of the LayoutViewColumnCollection class with default settings. - - - - A object representing the View that will own the new column collection. - - - - - - - - Adds a new column (card field) to the current collection. - - - A object that represents the newly added column. - - - - - - - Creates a new column (card field) which is bound to the specified field and appends it to the collection. - - - - A value that specifies the name of the data field to which the created column is bound. - - - A object which represents the new column. - - - - - - - Adds an array of columns to the end of the collection. - - - - An array of objects. - - - - - - - - Adds an array of columns to the end of the collection. - - - - An array of objects. - - - - - - - - Returns a column by the name of the field to which it is bound. - - - - A value specifying the field name. - - - A object representing a column bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. - - - - - - - Returns a column by its name. - - - - A value specifying the column name. - - - A object representing a column with the specified name. null (Nothing in Visual Basic) if no column is found. - - - - - - - Provides indexed access to individual columns. - - - - A zero-based integer specifying the desired column's position within the collection. If negative or exceeds the last available index, an exception is raised. - - - A object representing the column at the specified position. - - - - - - - Gets the column specified by the bound field name. - - - - A string value specifying the column's bound field name. - - - A object representing the column at the specified position. - - - - - - - Gets the View that owns the current collection. - - - A object that owns the current collection. - - - - - - - - Represents a column in a Layout View. - - - - - - - Initializes a new instance of the LayoutViewColumn class with default settings. - - - - - - - - Gets whether column hot-tracking is allowed. - - - true if column hot-tracking is allowed; otherwise, false. - - - - - - - Gets or sets the image displayed within the field's caption. - - - An image displayed within the field's caption. - - - - - - - - Gets or sets the alignment of an image within the field's caption. This member is not supported. Use the LayoutViewField.ImageAlignment property instead. - - - A System.Drawing.StringAlignment enumeration member specifying the image alignment. - - - - - - - Gets or sets the index of an image in the collection that will be displayed within the field's caption. - - - - An integer value that specifies the he index of an image in the collection. - - - - - - - Gets the layout field that corresponds to the current column. - - - A object that corresponds to the current column. - - - - - - - This property is not supported by the LayoutViewColumn class. - - - 0 - - - - - - - This property is not supported by the LayoutViewColumn class. - - - - - - - - - - Contains options that control the display of a field's sort and filter buttons. - - - - An OptionsField object that contains corresponding options. - - - - - - - Gets or sets a custom tooltip for the current card field. This member is not supported by the LayoutViewColumn class. - - - A string value. - - - - - - - Gets the View which owns the current column. - - - A object which owns the current column. - - - - - - - Gets or sets whether the card field is visible. - - - true if the card field is visible; otherwise. false. - - - - - - - This property is not supported by the LayoutViewColumn class. - - - Always -1. - - - - - - - This property is not supported by the LayoutViewColumn class. - - - - - - - - - - - Lists the values that identify cells within which animation is enabled. - - - - - - - Animation is enabled within all visible cells of a View object. - - - - - - - - Animation is enabled within a View's focused row/card. - - - - - - - - Animation is enabled within a View's focused row/card if the global setting is set to Default or EnableAll; otherwise, disables animation. - - - - - - - - Animation is disabled. - - - - - - - - - Provides access to a specific Style's advanced settings. - - - - - - - Initializes a new instance of the WinExplorerViewStyleOptions class with the specified settings. - - - - A WinExplorerView that owns the newly created WinExplorerViewStyleOptions object. - - - - - - - - Gets or sets margins for the Check Box field. - - - A Padding structure that is margins for the Check Box field. - - - - - - - Gets or sets the content padding for the current style. - - - A Padding structure that is the content padding for the current style. - - - - - - - Gets or sets the distance between the Group caption (or check box) and this Group's expand/collapse button. - - - An Int32 value that is the distance between the Group caption (or check box) and this Group's expand/collapse button. - - - - - - - Gets or sets the distance between a check box and text within the group caption area. - - - An Int32 value that is the distance between a check box and text within the group caption area. - - - - - - - Gets or sets the horizontal distance between the items within the current View Style. - - - An Int32 value that is the horizontal distance between the items within the current View Style. - - - - - - - - Gets or sets margins for item images within this style. - - - A Padding structure that is margins for item images within this style. - - - - - - - Gets or sets the size of item images within this View Style. - - - A Size structure that is the item image size. - - - - - - - Gets or sets the distance between an item image and the caption. - - - - An Int32 value that is the distance between an item image and the caption. - - - - - - - - Gets or sets the distance between group captions and items within these groups. - - - An Int32 value that is the distance between group captions and items within these groups. - - - - - - - Gets or sets the distance between Groups within the target Style. - - - An Int32 value that is the distance between Groups. - - - - - - - Gets whether the property is customized. - - - true, if the property is customized; otherwise, false. - - - - - - - Gets whether the indent between the text and check box in the group caption area is currently set. - - - - true if the indent between the text and check box in the group caption area is currently set; otherwise, false. - - - - - - - - Gets or sets the item width for the current style. - - - An Int32 value that is the item width for the current style. - - - - - - - Gets or sets how selection for items with no caption is drawn. - - - A enumerator value that specifies how selection for items with no caption is drawn. - - - - - - - Gets or sets whether the Description data column is shown. This property is in effect when the WinExplorer View is displayed in the Tiles or Content style. - - - A DefaultBoolean enumeration value that specifies whether the description is shown. - - - - - - - Gets or sets the vertical distance between the items within the current View Style. - - - An Int32 value that is the vertical distance between the items within the current View Style. - - - - - - - - Provides access to properties that allow you to specify advanced settings for each Style. - - - - - - - Initializes a new instance of the WinExplorerViewStyleOptionsCollection class with the specified settings. - - - - A that owns the newly created WinExplorerViewStyleOptionsCollection. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - Provides access to the set of advanced Content Style settings. - - - A WinExplorerViewContentStyleOptions object that stores advanced settings for the Content Style. - - - - - - - Provides access to the set of advanced Extra Large Style settings. - - - A WinExplorerViewStyleOptions object that stores advanced settings for the Extra Large Style. - - - - - - - Provides access to the set of advanced Large Style settings. - - - A WinExplorerViewStyleOptions object that stores advanced settings for the Large Style. - - - - - - - - - - - - - - - Provides access to the set of advanced Medium Style settings. - - - A WinExplorerViewStyleOptions object that stores advanced settings for the Medium Style. - - - - - - - Sets margins for the Check Box field within all WinExplorer View Styles. - - - - A Padding structure that is margins for the Check Box field within all WinExplorer View Styles. - - - - - - - - Sets the custom value to the property for all Styles. - - - - A Padding structure that is the new value of the property for all Styles. - - - - - - - - Sets the custom value to the property for all Styles. - - - - An Int32 value that is the new value of the property for all Styles. - - - - - - - - Sets a custom value to the property for all Styles. - - - - - An Int32 value that is the new value of the property for all Styles. - - - - - - - - Sets the specific margins for item images within all Styles. - - - - A Padding structure that is new item image margins for all Styles. - - - - - - - - Sets a custom value to the property for all Styles. - - - - - An Int32 value that is the new value of the property for all Styles. - - - - - - - - Sets the distance between group captions and group content for all styles. - - - - - An Int32 value that is the distance between group captions and group content. - - - - - - - - - Sets the distance between groups for all styles. - - - - An Int32 value that is the distance between groups. - - - - - - - - Sets the item width for all styles. - - - - An Int32 value that is the item width for all styles. - - - - - - - - Sets a custom value to the property for all Styles. - - - - - An Int32 value that is the new value of the property for all Styles. - - - - - - - - Provides access to the set of advanced Small Style settings. - - - A WinExplorerViewStyleOptions object that stores advanced settings for the Small Style. - - - - - - - Provides access to the set of advanced Tiles Style settings. - - - A WinExplorerViewStyleOptions object that stores advanced settings for the Tiles Style. - - - - - - - Gets the View that owns this WinExplorerViewStyleOptionsCollection object. - - - A View that owns this WinExplorerViewStyleOptionsCollection object. - - - - - - - - Enumerates card display modes. - - - - - - - Cards are arranged in an ellipse using a transparency effect. Use the property to customize related display options. - - - - - - - - Cards are arranged in a single column. - - - - - - - - Cards are arranged in multiple columns. - - - - - - - - Cards are arranged in multiple rows. - - - - - - - - Cards are arranged in a single row. - - - - - - - - A single card is displayed at one time. - - - - - - - - - Provides print/export options for a View. - - - - - - - Initializes a new instance of the LayoutViewOptionsPrint class with default settings. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the maximum number of columns in the print/export output. This option is in effect when cards are arranged in multiple columns (the property is set to MultiColumn). - - - An integer value that specifies the maximum number of columns in the print/export output. - - - - - - - Gets or sets the maximum number of rows in the print/export output. This option is in effect when cards are arranged in multiple rows (the property is set to MultiRow). - - - - An integer value that specifies the maximum number of rows displayed in the print/export output. - - - - - - - Gets or sets a value specifying whether card captions are displayed in the print/export output. - - - true if card captions are printed/exported; otherwise, false. - - - - - - - Gets or sets a value specifying whether the filter panel is displayed in the print/export output. - - - true to print/export the filter panel; otherwise, false. - - - - - - - Gets or sets the card layout when the View is printed/exported. - - - A value that specifies the card layout in the print/export output. - - - - - - - Gets or sets whether to print/export only the selected card or all cards within the View. - - - true to print/export the selected card only; otherwise, false. - - - - - - - Gets or sets whether only the focused/selected cards are printed/exported. - - - true if only only the focused/selected cards are printed/exported; otherwise, false - - - - - - - Returns the layout view options' textual representation. - - - A representing the textual representation of the current view options. - - - - - - - Gets or sets whether print styles or the View's appearance settings are used when printing/exporting the View. - - - true to use print styles for printing/exporting the View; false, to use View styles. - - - - - - - - Provides member that specify different Styles. - - - - - - - Each item is displays its check-box, medium image, caption and description in a single row. Items are arranged one under another and separated by horizontal lines. Check boxes are visible only if checked or hovered. - - - - - - - - - Same as . - - - - - - - - Extra large images with text and check boxes on the left of the image. - - - - - - - - - Large images with text and check boxes to the left of the image. - - - - - - - - - Small images with text and check boxes to left of the image. Items are arranged vertically, and groups are placed horizontally side-by-side. Groups cannot be collapsed even if the OptionsView.ShowExpandCollapseButtons property equals true. - - - - - - - - - Medium images with text and check boxes to the left of the image. - - - - - - - - - Small images with text and check boxes to the left of the image. Items are arranged horizontally. Groups are placed one below the other. - - - - - - - - - Medium images with text, description and check boxes to the top left corner of the image. Check boxes are visible only if checked or hovered. - - - - - - - - - - Represents a data field within cards in a View. - - - - - - - Initializes a new instance of the LayoutViewField class with the specified repository item. - - - - A class descendant which identifies the type of editor to be used for data editing in the created field. - - - - - - - - Initializes a new instance of the LayoutViewField class with default settings. - - - - - - - - This property is not supported by the LayoutViewField class. Use the property instead. - - - - - - - - - - Returns the column corresponding to the current LayoutViewField object. - - - A object corresponding to the current field. - - - - - - - Gets the name of the column to which the current LayoutViewField object corresponds. - - - A string that specifies the corresponding column's name. - - - - - - - This member is not supported by the LayoutViewField class. - - - - - - - - - - This member is not supported by the LayoutViewField class. - - - - - - - - - - This member is not supported by the LayoutViewField class. - - - - - - - - - - This member is not supported by the LayoutViewField class. - - - - - - - - - - Gets or sets the field's caption when it's displayed within the Customization Form. - - - A string that specifies the field's caption when it's displayed within the Customization Form. - - - - - - - Gets or sets the name of the field represented by the current LayoutViewField object. - - - A string that represents the name of a corresponding data field. - - - - - - - Gets an image collection whose images can be displayed within the current field. - - - An object that represents the image source. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the repository item specifying the editor used to edit the current field's cell values. - - - A descendant. - - - - - - - Gets whether the field's header can be displayed within the Customization Form. - - - true if the field's header can be displayed within the Customization Form; otherwise, false. - - - - - - - Gets or sets the field's caption. - - - A string that specifies the field's caption. - - - - - - - Gets the name of the current object's type. - - - The "LayoutViewField" string. - - - - - - - - Presents records as cards, which can be displayed in one or multiple columns, one or multiple rows, in an ellipse (carousel mode) or a single card at a time. Supports complex card field layouts, built-in groups, tabbed groups and labels. - - - - - - - Creates a new LayoutView object with the specified owner control. - - - - A object that will own the new View. This value is assigned to the property. - - - - - - - - Initializes a new instance of the LayoutView class with default settings. - - - - - - - - Provides access to the properties that allow the appearance of the View's elements to be customized. - - - A object providing appearance settings for View elements. - - - - - - - Provides access to properties that allow the print/export appearance of the View's elements to be customized. - - - - A object that provides print/export appearance settings for the View's elements. - - - - - - - Copies property values and, optionally, event handlers from the View specified as a parameter. - - - - A descendant representing the View whose settings should be copied to the current View. - - - - true to copy event handlers; otherwise, false. - - - - - - - - Starts the View's runtime initialization. - - - - - - - - Returns information about the View elements located at the specified point. - - - - - An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. - - - - An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. - - - A object that contains information on the View elements located at the test point. - - - - - - - Returns information about the View elements located at the specified point. - - - - A structure specifying the test point coordinates relative to the grid control's top-left corner. - - - A object that contains information on the View elements located at the test point. - - - - - - - Gets or sets card caption text patterns. - - - A string value specifying the card caption's text pattern. - - - - - - - Occurs when a card is clicked. - - - - - - - - Fires immediately after a card has been collapsed. - - - - - - - - Provides the ability to prevent particular cards from being collapsed. - - - - - - - - Fires immediately after a card has been expanded. - - - - - - - - Provides the ability to prevent particular cards from being expanded. - - - - - - - - Gets or sets the minimum horizontal interval between adjacent cards. - - - An integer value that specifies the minimum horizontal interval between cards, in pixels. - - - - - - - Gets or sets the minimum size of a card within the current LayoutView. - - - A structure that specifies a card's minimum size. - - - - - - - Gets or sets the minimum vertical interval between adjacent cards displayed. - - - An integer value that specifies the minimum vertical interval between cards, in pixels. - - - - - - - Collapses the specified card. - - - - An integer value that identifies the card by its handle. - - - - - - - - Provides access to the View's column collection. - - - A object that contains the View's columns. - - - - - - - This method is not supported by the LayoutView class. - - - - An object that implements the DevExpress.XtraExport.IExportProvider interface, that exports data to a particular format. - - - - null - - - - - - - Enables custom images to be shown in card captions. - - - - - - - - Allows you to dynamically customize the layout of fields within specific cards. - - - - - - - - Allows you to customize the appearance of a card's caption and border. - - - - - - - - Allows you to highlight or manually paint a card's border and background in a custom manner. - - - - - - - - Enables card captions to be custom painted. - - - - - - - - Enables card field captions to be custom painted. - - - - - - - - Enables you to custom paint card field value cells - - - - - - - - Allows you to dynamically display images in field captions. - - - - - - - - Allows you to customize the appearance of field captions in cards. - - - - - - - - Allows you to customize the appearance of field value regions in edit mode. - - - - - - - - Allows you to customize the appearance of field value regions in display mode. - - - - - - - - Enables you to assign editors to individual cells. - - - - - - - - Enables you to change the separator's width and customize its appearance. - - - - - - - - Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. - - - - - - - - Gets or sets whether a detail auto height feature is enabled. This property is applied to Layout Views when they serve as detail Views. - - - - true if a detail auto height feature is enabled; otherwise, false. - - - - - - - Ends the View's runtime initialization. - - - - - - - - Expands the specified card. - - - - An integer value that identifies the card by its handle. - - - - - - - - Gets or sets the pattern used to generate field captions. - - - A string that represents the pattern used to generate field captions. - - - - - - - Occurs when a field value is clicked. - - - - - - - - Gets or sets the focused card field. - - - A object or descendant representing the currently focused card field. - - - - - - - - Returns the specified card's caption text. - - - - An integer value specifying the card by its row handle. - - - A string value representing the specified card's caption text. - - - - - - - Gets whether the specified card is collapsed. - - - - An integer value specifying the card's handle. - - - true if the card is collapsed; false if the card is expanded. - - - - - - - Returns a column's actual display caption. - - - - A object - - - A string representing the specified column's display caption. - - - - - - - Gets the specified card's visible index. - - - - An integer value specifying the handle of the card to inspect. - - - An integer value representing the card's visible index. if there isn't any card with the specified handle. - - - - - - - Returns the handle of the card displayed at the specified position. - - - - An integer value representing the card's visible index. - - - An integer value representing the card's handle. , if no card is found or the specified index corresponds to a newly added card which is currently being edited. - - - - - - - - Provides access to a card's hidden items (card fields, empty regions, etc). - - - A object containing hidden items. - - - - - - - Fires after the Customization Form has been hidden. - - - - - - - - Hides the Customization Form. - - - - - - - - Closes the currently active inplace editor, discarding changes made to the edited value. - - - - - - - - - Invalidates the specified card. - - - - An integer value specifying the card by its row handle. - - - - - - - - Invalidates the specified card. - - - - A object that represents the card to be invalidated. - - - - - - - - Invalidates the specified card's caption. - - - - An integer value specifying the card by its row handle. - - - - - - - - Invalidates the specified card field. - - - - An integer value specifying the card by its row handle. - - - - A object that identifies the card field. - - - - - - - - - Invalidates the View element located at the point specified by the hit information object. - - - - A descendant containing hit information. - - - - - - - - Returns whether the specified card is visible. - - - - An integer value that represents the row handle identifying the card. - - - true if the specified card is visible; otherwise, false. - - - - - - - Gets whether the Layout View's runtime customization is active. - - - true if the Layout View's runtime customization is active; otherwise, false. - - - - - - - Gets a value indicating whether the View is in its normal state. - - - true if no specific operation is performed within the View; otherwise, false. - - - - - - - Gets a value indicating whether a cell editor is presently active. - - - true if the View is in edit mode; otherwise, false. - - - - - - - Gets a value indicating whether the end-user is presently resizing cards. - - - true if the end-user is dragging a card separator; otherwise, false. - - - - - - - Gets a value indicating whether the View is visible on screen. - - - true if the View is visible on screen; otherwise, false. - - - - - - - Provides access to a card's visible and hidden layout items (card fields, empty regions, etc). - - - A collection containing a card's items. - - - - - - - Updates the current View. - - - - - - - - Provides access to the View's behavior options. - - - A object containing the View's behavior options. - - - - - - - Provides access to options controlling the appearance of the Layout View in Carousel mode. - - - A object that contains corresponding options. - - - - - - - Provides access to the View's customization options. - - - A object containing the View's customization options. - - - - - - - Provides access to options that control which actions are available via the Header Panel to end-users - - - A object providing corresponding options. - - - - - - - Contains options that control the display of card fields' text labels. - - - A object that contains corresponding options. - - - - - - - Provides options that control the layout of cards when a multiple record display mode is enabled. - - - - A object providing corresponding options. - - - - - - - Provides options that control how the View is printed/exported. - - - A object containing the View's print and export options. - - - - - - - Provides access to a card's display options applied in single card display mode. - - - A object providing corresponding options. - - - - - - - Provides access to the View's appearance options. - - - A object containing the View's appearance options. - - - - - - - Returns actual appearance settings currently used to paint the View's elements. - - - A object which provides the appearance settings currently used to paint the View's elements. - - - - - - - Gets whether the card panning feature is active. - - - true if card panning is active; otherwise, false. - - - - - - - Enables and disables the card panning mode. - - - - - - - - Creates card fields for all fields in the bound data source. - - - - - - - - Gets the number of visible cards within the View, taking into account the current filter settings. - - - - An integer value that specifies the number of visible cards within the current View. - - - - - - - Recalculates all the display information and updates the View. - - - - - - - - Reloads data into View from the data source. - - - - - - - - Gets the number of visible cards within the View. - - - An integer value representing the number of visible cards within the View. - - - - - - - Collapses or expands the specified card. - - - - An integer value representing the card's handle. - - - - true to collapse the specified card; false to expand the specified card. - - - - - - - - Fires before the Customization Form is opened. - - - - - - - - Displays the Customization Form modally. - - - - - - - - Invokes the editor for the focused card field. - - - - - - - - Displays a Filter DropDown for the specified column (card field). - - - - A column for which the filter popup must be invoked. - - - - - - - - Obtains the View's current state. - - - A enumeration member indicating the View's current state. - - - - - - - Synchronizes a View's visual settings with the specified View. - - - - A descendant representing the View whose visual settings should be copied to the current View. - - - - - - - - Represents the card that serves as a template for all cards displayed within the View at runtime. - - - A object that represents the template card. - - - - - - - Gets the bounding rectangle of the View's visible area. - - - A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. - - - - - - - - Gets or sets the visible index of the current card. - - - An integer value that specifies the visible index of the current card. - - - - - - - Fires on scrolling the Layout View. - - - - - - - - - A custom edit form for the Data Grid control. - - - - - - - Initializes a new instance of the EditFormUserControl class. - - - - - - - - Returns the field name in the underlying data source to which the editor is bound. The GetBoundFieldName method is a part of the ProvidePropertyAttribute implementation. - - - - The editor within an EditFormUserControl. - - - The field name in the underlying data source to which the editor is bound. - - - - - - - Gets the editor's property bound to the field in an underlying data source. The GetBoundPropertyName method is part of the ProvidePropertyAttribute implementation. - - - - - The component within an EditFormUserControl. - - - The editor's property bound to the field in the underlying data source. - - - - - - - Sets the field name in the underlying data source to which the editor is bound. The SetBoundFieldName method is a part of the ProvidePropertyAttribute implementation. - - - - The editor within an EditFormUserControl. - - - - The field name in the underlying data source to which the editor is bound. - - - - - - - - Sets the name of the editor's property bound to a field in an underlying data source. The SetBoundPropertyName method is a part of the ProvidePropertyAttribute implementation. - - - - The editor in an EditFormUserControl. - - - - - The name of the editor property to be bound - - - - - - - - - - Lists values identifying visual elements in a View. - - - - - - - The test point belongs to a View's border or scroll bar. - - - - - - - - The test point belongs to a card's client area not occupied by field captions and values. - - - - - - - - The test point belongs to a card's caption. - - - - - - - - The test point belongs to the expand button that resides within the card caption and is used to expand/collapse the card. - - - - - - - - The test point belongs to a View's empty area not occupied by cards. - - - - - - - - The test point belongs to the "Carousel View" button within the header panel that applies the corresponding display mode to the View. - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - The test point belongs to a View's zoom button. - - - - - - - - The test point belongs to the "One Column" button within the header panel that applies the single column display mode to the View. - - - - - - - - - The test point belongs to the "Customize" button within the header panel. - - - - - - - - The test point belongs to a card field's area not occupied by the field's caption and value. - - - - - - - - The test point belongs to a card field's caption. - - - - - - - - The test point belongs to a Field Filter Button. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - The test point belongs to the Field Sort Button. - - - - - - - - The test point belongs to a card field's value box. - - - - - - - - The test point belongs to a View's filter panel. - - - - - - - - The test point belongs to the check box in the filter panel used to enable/disable filtering within a View. - - - - - - - - The test point belongs to a filter panel close button. - - - - - - - - The test point belongs to a filter panel customize button. - - - - - - - - The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - The test point belongs to a View's header panel. - - - - - - - - The test point belongs to a card layout item (a group, tabbed group, separator, label or empty space item). See to learn more. - - - - - - - - The test point belongs to the View's master-detail tab. - - - - - - - - The test point belongs to the "Multiple Columns" button within the header panel that applies the corresponding display mode to the View. - - - - - - - - - The test point belongs to the "Multiple Rows" button within the header panel that applies the corresponding display mode to the View. - - - - - - - - - The test point is outside a View. - - - - - - - - The test point belongs to the pan button within the header panel that invokes the card panning feature. - - - - - - - - The test point belongs to the "One Row" button within the header panel that applies the single row display mode to the View. - - - - - - - - - The test point belongs to the "One Card" button within the header panel that applies the single card display mode to the View. - - - - - - - - - The test point belongs to a View's caption. - - - - - - - - - Represents a card in a View. - - - - - - - Initializes a new instance of the LayoutViewCard class. - - - - - - - - Gets or sets whether the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin. - - - true, if the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin; otherwise, false. - - - - - - - Gets or sets whether the layout of fields in the card can be customized using drag and drop. This member is not supported by the LayoutViewCard class, - - - A Boolean value. - - - - - - - Returns the default value of the property. - - - A Size structure that is the automatically calculated minimal size of this card. - - - - - - - This property is not supported by the LayoutViewCard class. - - - - - - - - - - Gets or sets whether the card's expand/collapse button is visible. - - - true if the card's expand/collapse button is visible; otherwise, false. - - - - - - - Gets or sets whether double-clicking on a card's caption toggles the expansion state of the card. - - - true if double-clicking on a card's caption toggles the expansion state of the card; otherwise, false. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - An empty string. - - - - - - - Gets an image collection whose images can be displayed within the card. - - - An object which represents an image collection. - - - - - - - Invalidates the card. - - - - - - - - Gets whether the card is partially visible. - - - true if the card is partially visible; otherwise, false. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the owner of this LayoutViewCard. - - - An object that implements the interface and owns this LayoutViewCard. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Resets the minimum size of this LayoutViewCard to its default value. - - - - - - - - Gets or sets the row handle that corresponds to the current card. - - - An integer value that specifies the row handle that corresponds to the current card. - - - - - - - Gets or sets the card's size. This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A structure that defines the card's width and height. - - - - - - - Gets the card's state. - - - A value that specifies the card's state. - - - - - - - Gets the name of the LayoutViewCard type. - - - A string that represents the name of the LayoutViewCard type. - - - - - - - Invalidates the region occupied by the card. - - - - - - - - Returns the object which contains the internal information used to render the card. - - - A DevExpress.XtraGrid.Views.Layout.LayoutViewCardViewInfo object which contains the internal information used to render the card. - - - - - - - Gets the index of the visible column displaying the current card. - - - An integer value that specifies the index of the visible column displaying the current card. - - - - - - - Gets or sets the card's visual position within the View's visible area. - - - An integer value that specifies the card's visual position within the View's visible area. - - - - - - - Gets the index of the visible row displaying the current card. - - - An integer value that specifies the index of the visible row displaying the current card. - - - - - - - - Provides behavior options for a View. - - - - - - - Initializes a new instance of the LayoutViewOptionsBehavior class with the specified owner. - - - - A object whose behavior options are initialized. - - - - - - - - Gets or sets whether cards can be collapsed. - - - true if cards can be collapsed; otherwise, false. - - - - - - - Gets or sets whether or not this Layout View supports pixel scrolling. - - - true, if this Layout View supports pixel scrolling; otherwise, false. - - - - - - - Gets or sets whether the card panning feature can be enabled. - - - true if card panning is supported; otherwise, false. - - - - - - - Gets or sets whether an end-user can customize the card layout at runtime via the Customization Form. - - - true if the runtime customization feature is supported; otherwise, false. - - - - - - - Gets or sets whether the view mode can be changed via the property. - - - true if the view mode can be changed via the property; otherwise, false. - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the top visible card is automatically focused when scrolling the View. - - - true if the top visible card is automatically focused when the View is scrolled; otherwise, false. - - - - - - - Gets or sets a value specifying whether adding a new record focuses the new card. - - - true to force the View to focus new cards automatically; otherwise, false. - - - - - - - This member is now obsolete. A layout is restored as specified by a View's property. - - - - - - - - - - Gets or sets a value specifying when the scrollbar should be displayed. - - - A enumeration value specifying when the scrollbar should be displayed. - - - - - - - Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Layout View, or to the next/previous control in tab order. - - - true if TAB/SHIFT+TAB key combinations are handled by the View; otherwise, false. - - - - - - - - Provides appearance options for a View. - - - - - - - Initializes a new instance of the LayoutViewOptionsView class with the specified owner. - - - - A object whose behavior options are initialized. - - - - - - - - Gets or sets whether the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin. - - - true, if the card caption and border color specified using appearance settings is blended with the color specified by the currently applied skin; otherwise, false. - - - - - - - Gets or sets whether card fields are highlighted when hovering over them with the mouse cursor. - - - true if field hot-tracking is enabled; otherwise, false. - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether only entire cards can be displayed at the same time, or allow cards to be partially displayed. - - - A value. - - - - - - - Gets or sets whether the top, center or bottom of cards are aligned when they have different heights. - - - - A value. - - - - - - - Gets or sets whether cards are centered within the View, or aligned to its specific edge. - - - A System.Drawing.ContentAlignment value that specifies the alignment of cards. - - - - - - - Gets or sets the default number of columns into which layout items are arranged in the template card. - - - An integer value that specifies the default number of layout columns. - - - - - - - Gets or sets how the focus rectangle is painted around fields. - - - A DevExpress.XtraGrid.Views.Layout.FocusRectStyle enumeration that specifies the focus rectangle display mode. - - - - - - - Gets or sets how the Layout View is scrolled when partial cards are enabled. - - - A value that specifies how the Layout View is scrolled when partial cards are enabled. - - - - - - - Gets or sets the threshold for partially displayed cards, in pixels. - - - An integer value that specifies the threshold for partially displayed cards, in pixels. - - - - - - - Gets or sets whether a card's border is painted when the card caption is hidden. - - - true if a card's border is painted when the card caption is hidden; otherwise, false. - - - - - - - Gets or sets whether a card's caption bar is visible. - - - true if a card's caption is visible; otherwise, false. - - - - - - - Gets or sets whether expand/collapse buttons are displayed within card captions. - - - true if expand/collapse buttons are displayed within card captions; otherwise, false. - - - - - - - Gets or sets whether borders are displayed for card fields. This property is not supported in all skins. - - - true, if borders are displayed for card fields; otherwise, false. - - - - - - - Gets or sets a value specifying whether card separators are displayed. - - - true if card separators are displayed; otherwise, false. - - - - - - - Gets or sets a value specifying whether hints are displayed for card fields with truncated content. - - - true to display hints for card fields with truncated content; otherwise, false. - - - - - - - Gets or sets whether the Header Panel is visible. - - - true if the Header Panel is visible; otherwise, false. - - - - - - - Gets or sets the card layout. - - - A value. - - - - - - - - Contains values that specify how cards in a are aligned. - - - - - - - Centers the View's card(s). - - - - - - - - - Aligns right/bottom edges of cards or displays the current card along the View's right/bottom edge. - - - - - - - - Aligns left/top edges of cards or displays the current card along the View's left/top edge. - - - - - - - - - Defines a set of actions that can be performed when an Edit Form contains unsaved changes and an end-user moves focus to another grid row. - - - - - - - A confirmation dialog asking to discard the changes: - - - - - - - - - Specifies the same behavior as the value. - - - - - - - - No confirmation is requested and it is not possible to move focus to another grid row. - - - - - - - - - A confirmation dialog asking the user to save or discard the changes, or cancel the action: - - - - - - - - - - - Defines the set of values used to specify the caption location of an editor within an Edit Form. - - - - - - - Specifies the same location as the value. - - - - - - - - A caption is located on the left side of an editor in a left-to-right layout. In a right-to-left layout, the near position is right. - - - - - - - - A caption is not displayed. - - - - - - - - A caption is located above the editor. - - - - - - - - - - Provides settings of the editor that represent the current grid column within an Edit Form. - - - - - - - - Initializes a new instance of the OptionsColumnEditForm class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - The object whose settings are assigned to the current object. - - - - - - - - Gets or sets the caption of the editor that represents the current grid column within an Edit Form. - - - The caption of the editor that represents the current grid column. - - - - - - - Gets or sets the caption location of an editor that represents the current grid column within an Edit Form. - - - - The caption location of an editor that represents the current grid column. - - - - - - - Gets or sets the number of layout columns the editor spans within an Edit Form. Set the property to false for the ColumnSpan property to be in effect. - - - - The number of layout columns within an Edit Form the editor spans. - - - - - - - Gets or sets the number of layout rows the editor spans within an Edit Form. For the RowSpan property to be in effect, set the property to false. - - - - The number of rows the editor spans in an Edit Form. - - - - - - - Gets or sets whether the editor starts a new layout row within an Edit Form. - - - true, if an editor starts a new layout row; otherwise, false. - - - - - - - Gets of sets whether each editor spans the default number of layout columns and rows, specified by the editor's type. - - - true, if the default column and row spans are used; false, if the custom column and row spans (specified by the and properties) are used. - - - - - - - - Gets or sets whether an editor that corresponds to the current grid column is visible within an Edit Form. - - - A value that specifies whether an editor that corresponds to the current grid column is visible within an Edit Form. - - - - - - - Gets or sets the integer that indicates the position of an editor representing the current grid column within an Edit Form. - - - The integer that indicates the position of an editor representing the current grid column within an Edit Form. - - - - - - - - Provides Edit Form settings. - - - - - - - - Initializes a new instance of the GridOptionsEditForm class. - - - - - - - - Gets or sets an action performed when an end-user moves focus to another grid row while an opened Edit Form contains unsaved changes. - - - An action performed when an end-user moves focus to another grid row while an opened Edit Form contains unsaved changes. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - The object whose settings are assigned to the current object. - - - - - - - - Gets or sets the mode in which data from an Edit Form is passed back to the grid. - - - - The mode in which data from an Edit Form is passed back to the grid. - - - - - - - - - Gets or sets the custom user control used as an Edit Form. - - - The custom user control used as an Edit Form. - - - - - - - Gets or sets the total number of layout columns within an Edit Form. - - - The number of layout columns within an Edit Form. - - - - - - - Gets or sets the custom caption of an EditFrom displayed as a modal window. This property is in effect in the mode. - - - The custom caption of an EditFrom displayed as a modal window. - - - - - - - Gets or sets the width of an Edit Form displayed as a modal window. - - - The width of an Edit Form displayed as a modal window, in pixels. - - - - - - - Gets or sets whether an Edit Form can be opened by double-clicking the mouse. - - - - The enumeration value specifying whether an Edit Form can be opened by double-clicking the mouse. - - - - - - - Gets or sets whether an Edit Form can be opened by the Enter key. - - - The enumeration value specifying whether an Edit Form can be opened by the Enter key. - - - - - - - Gets or sets whether an Edit Form can be opened with the F2 key. - - - - The enumeration value specifying whether an Edit Form can be opened with the F2 key. - - - - - - - - Gets or sets whether the Update and Cancel buttons are displayed within an Edit Form. - - - A DefaultBoolean value that specifies whether the Update and Cancel buttons are displayed in an Edit Form. - - - - - - - - Defines the set of values used to specify the grid editing mode. - - - - - - - The same as Inplace. - - - - - - - - In an Edit Form displayed as a modal window. - - - - - - - - In an Edit Form displayed below the row being edited. - - - - - - - - In an Edit Form displayed instead of the row being edited. - - - - - - - - Directly in grid cells. - - - - - - - - - Provides access to Data Grid filtering options. - - - - - - - Initializes a new instance of the GridOptionsFilter class with the default settings. - - - - - - - - Get or sets whether or not end-users can change filtering conditions within the automatic filtering row. - - - A DefaultBoolean enumeration value that specifies whether or not end-users can change filtering conditions within the automatic filtering row. - - - - - - - Copies all settings from the target BaseOptions object to this GridOptionsFilter object. - - - - A BaseOptions object whose settings should be copied. - - - - - - - - - Contains row cell states for the Grid Control's appearance customization events. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - - - - - Specifies that the current row has an even row handle. - - - - - - - - Specifies that the current row is focused. - - - - - - - - Specifies that the grid control has focus and the grid's row being currently processed is focused. - - - - - - - - Specifies that the cell being currently processed is focused. - - - - - - - - Specifies that the grid control is focused. - - - - - - - - Specifies that the current row has an odd row handle. - - - - - - - - Specifies that the row/cell being currently processed is selected. - - - - - - - - - Contains settings specific to the control. - - - - - - - Initializes a new instance of the RepositoryItemGridLookUpEdit class. - - - - - - - - Gets or sets whether a custom value (a value that is not present in the lookup data source) that is entered in the edit box is accepted by the editor (when the value is validated and editor loses focus). This property supports Combobox mode for the lookup editor. - - - A value that specifies if custom values are accepted by the editor. The DefaultBoolean.Default property value is equivalent to False. - - - - - - - Copies the properties of the source repository item to the current object. - - - - - The source repository item object. - - - - - - - - Gets or sets whether the automatic completion feature is enabled - - - true if the automatic completion feature is enabled; otherwise, false. - - - - - - - Gets the class name of the current editor. - - - The string identifying the class name of the current editor. - - - - - - - - Returns the text representation of the object that is stored in the DisplayMember field in the specified row. - - - - The zero-based index of the required row in the dropdown data source. - - - - A string that specifies the display text for the specified row. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. - - - - - The value of the ValueMember field for the row to locate. - - - The text representation of the DisplayMember field value for the row located. - - - - - - - Returns an object that is stored in the DisplayMember field in the specified row. - - - - A zero-based index of the required row in the dropdown data source. - - - An object stored in the DisplayMember field in the specified row; null if no row exists with the specified index. - - - - - - - Returns a value of the field of the row containing the specified field value. - - - - The value of the field for the row to locate. - - - The value of the field for the row located. -null if no record with the specified value was found (System.DBNull.Value and the data source is a object). - - - - - - - Returns a value of the ValueMember field from the specified row. - - - - A zero-based index of the required row. - - - A key value in the specified row. - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Registers the control. - - - - - - - - Gets or sets whether server mode is enabled. - - - true if server mode is enabled; otherwise, false. - - - - - - - - Lists the types of Views that can be used within a control. - - - - - - - Corresponds to an View. - - - - - - - - Corresponds to a View. - - - - - - - - -The default View is used. - -Currently this option is the same as the GridView option - - - - - - - - Corresponds to a View. - - - - - - - - Corresponds to a . - - - - - - - - - The editor that provides lookup functionality using a dropdown feature-rich Data Grid (). You can display lookup records in a tabular format, banded tabular format, or as tiles (which can be arranged in one or multiple columns/rows, rendered as a list or a Kanban board). - - - - - - - Initializes a new instance of the GridLookUpEdit class. - - - - - - - - Gets the class name of the current editor. - - - A string giving the class name of the current editor. - - - - - - - - Returns the control's popup window. - - - A DevExpress.XtraEditors.Popup.PopupGridLookUpEditForm object that represents the control's popup window. null (Nothing in VB) if the popup window has not been opened yet. - - - - - - - Returns a data source row corresponding to the currently selected edit value. - - - An object that represents a data source row corresponding to the currently selected edit value. - - - - - - - Specifies settings specific to the current editor. - - - A object containing settings for the editor. - - - - - - - - - Represents an object which corresponds to a data cell. - - - - - - - Initializes a new instance of the class. - - - - An integer value which specifies the handle of the row which owns the cell. This value is assigned to the property. - - - - A object which represents the column which contains the cell. This value is assigned to the property. - - - - - - - - Gets the column which contains the cell. - - - A object that represents the column which contains the cell. - - - - - - - - Indicates whether the current instance is equal to the specified object. - - - - A object to compare with the current object. - - - true if the specified object instance is equal to the current instance; otherwise, false. - - - - - - - Gets the handle of the row which owns the cell. - - - An integer value which specifies the handle of the row which owns the cell. - - - - - - - Returns a string representation of the current GridCell object. - - - A string that represents the current GridCell. - - - - - - - - Provides selection options for Advanced Banded Grid Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - Gets or sets whether multiple cells or rows can be selected. - - - A enumeration value which specifies whether multiple cells or rows can be selected. - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - This property is not relevant for Advanced Banded Grid Views. - - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the View which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the RowFilterEventArgs class. - - - - An integer that identifies the row to be processed. This value is used to initialized the parameter. - - - - - - - - Gets or sets whether the event is handled and therefore no default processing is required. - - - - true, if the default actions are not required; otherwise, false. - - - - - - - - Gets the index in the data source of the row currently being processed. - - - - A zero-based integer that identifies the row's index in the underlying data source. - - - - - - - Gets or sets whether the current record must be visible in a View. - - - true if the record must be visible; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value which represents the row's handle. This value is assigned to the property. - - - - An object which represents the processed row. This value is assigned to the property. - - - - - - - - Gets the processed row. - - - An object which represents the processed row. - - - - - - - - Contains columns for the that define tile behavior and visual states. - - - - - - - Initializes a new instance of the TileViewColumns class. - - - - The owner of the created TileViewColumns collection. - - - - - - - - Copies contents of the specified TileViewColumns object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets the column that contains images to display in tiles' background. - - - A object representing the column that contains images to display in tiles' background. - - - - - - - Gets or sets the column with Boolean values that specify the checked state for tiles. - - - A object representing a column with Boolean values that specify the checked state for tiles. - - - - - - - Gets or sets the column with Boolean values that specify the enabled/disabled state for tiles. - - - A object that represents a column with Boolean values that specify the enabled/disabled state for tiles. - - - - - - - Gets or sets the column whose values are used to combine tiles in groups. - - - A object representing a column whose values are used to combine tiles in groups. - - - - - - - Returns the textual representation of the current TileViewColumns object. - - - A value, which is the textual representation of the current TileViewColumns object. - - - - - - - Gets the View that owns the current TileViewColumns object. - - - The View that owns the current TileViewColumns object. - - - - - - - - Contains values that specify the way selection for WinExplorerView items with no captions are drawn - - - - - - - - The selection is drawn around the item image only (see the property). - - - - - - - - - The selection is drawn around the entire item (see the property). - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the WinExplorerViewContextButtonToolTipEventArgs class with the specified settings. - - - - The row handle that corresponds to the currently processed data record. - - - - An object that provides data to initialize settings of the created WinExplorerViewContextButtonToolTipEventArgs object. - - - - - - - - Gets the currently processed context button. - - - The currently processed context button. - - - - - - - Gets the row handle of the currently processed data record. - - - The row handle of the currently processed data record. - - - - - - - Gets or sets the tooltip text. - - - A string value that represents the text to show in the tooltip. - - - - - - - Gets the rating context button's value for which a tooltip needs to be provided. - - - An object that represents the rating context button's value for which a tooltip needs to be provided. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TileViewContextButtonToolTipEventArgs class with the specified settings. - - - - The row handle that corresponds to the currently processed tile. - - - - An object that provides data to initialize settings of the created TileViewContextButtonToolTipEventArgs object. - - - - - - - - Gets the currently processed context button. - - - The currently processed context button. - - - - - - - Gets the row handle of the currently processed tile. - - - The row handle of the currently processed tile. - - - - - - - Gets or sets the tooltip text. - - - A string value that represents the text to show in the tooltip. - - - - - - - Gets the raiting context button's value for which a tooltip needs to be provided. - - - An object that represents the raiting context button's value for which a tooltip needs to be provided. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the WinExplorerViewContextButtonCustomizeEventArgs class with the specified settings. - - - - The currently processed context button. - - - - The row handle that corresponds to the currently processed data record. - - - - - - - - Gets the currently processed context button. - - - The currently processed context button. - - - - - - - Gets the row handle of the currently processed data record. - - - The row handle of the currently processed data record. - - - - - - - - Provides options that affect the layout of elements in the style. - - - - - - - Initializes a new instance of the WinExplorerViewContentStyleOptions class with the specified settings. - - - - A that owns this newly created WinExplorerViewContentStyleOptions object. - - - - - - - - Gets or sets the maximum offset for item descriptions in the "Content" style of the WinExplorer View. - - - - An Int32 value that is the maximum offset for item descriptions in the "Content" style of the WinExplorer View. - - - - - - - - Gets or sets the minimum offset for item descriptions in the "Content" style of the WinExplorer View. - - - - An Int32 value that is the minimum offset for item descriptions in the "Content" style of the WinExplorer View. - - - - - - - - Gets or sets the maximum width for item descriptions. This setting is in effect only in the "Content" style of the WinExplorer View. - - - - An Int32 value that is the maximum item descriptions' width. - - - - - - - - Provides properties that manage image loading in the . - - - - - - - Initializes a new instance of the TileViewOptionsImageLoad class. - - - - The owner of the created object. - - - - - - - - Gets or sets the animation effect that follows tile image display. - - - An enumerator value that specifies the animation effect that follows display of the tile image. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets whether images for View tiles are loaded asynchronously. - - - true, if images for View tiles are loaded asynchronously; otherwise, false. - - - - - - - Gets or sets whether or not asynchronously loaded tile images are cached. - - - true, if asynchronously loaded tile images are cached; otherwise, false. - - - - - - - Gets or sets the desired size of thumbnail images created during the Asynchronous Image Load in WinExplorer and Tile Views. - - - A Size structure that is the desired thumbnail image size. - - - - - - - Gets or sets whether tiles load their images from an image source when these images need to be loaded asynchronously. - - - true, if items load their images from an image source when these images need to be loaded asynchronously; otherwise, false. - - - - - - - Gets or sets whether tile images should be loaded in random order. - - - true, if tile images should be loaded in random order; otherwise, false. - - - - - - - - Provides settings for Edit Forms in the . - - - - - - - Initializes a new instance of the TileViewOptionsEditForm class. - - - - - - - - Gets or sets whether HTML formatting can be applied to column captions displayed within an Edit Form. - - - true, if HTML formatting can be applied to column captions displayed within an Edit Form; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the TileViewItemCustomizeEventArgs class. - - - - The owner of the created TileViewItemCustomizeEventArgs object. - - - - - - - - Gets the currently processed tile. - - - The currently processed tile. - - - - - - - Gets the row handle of the currently processed tile. - - - The row handle of the currently processed tile. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - - - Initializes a new instance of the TileViewContextButtonCustomizeEventArgs class with the specified settings. - - - - The currently processed context button. - - - - The row handle that corresponds to the currently processed tile. - - - - - - - - Gets the currently processed context button. - - - The currently processed context button. - - - - - - - Gets the row handle of the currently processed tile. - - - The row handle of the currently processed tile. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - An object that provides data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ItemDropEventArgs class with the specified settings. - - - - The row handle of the tile. This value is assigned to the property. - - - - The tile's index in the data source. This value is assigned to the property. - - - - The tile's previous index in the data source. This value is assigned to the property. - - - - The tile's current group value. This value is assigned to the property. - - - - The tile's previous group value. This value is assigned to the property. - - - - - - - - Gets the value of the current group (the 's value) to which the tile has been dropped. - - - The tile's current group value. - - - - - - - Gets the tile's index in the data source. - - - The tile's index in the data source. - - - - - - - Gets the value of the group (the 's value) from which the tile was originally dragged. - - - - The previous group value. - - - - - - - Gets the tile's previous index in the data source. - - - The tile's previous index in the data source. - - - - - - - Gets the row handle of the tile. - - - The row handle of the tile. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BeforeItemDropEventArgs class with the specified settings. - - - - The row handle of the tile. This value is assigned to the property. - - - - The tile's index in the data source. This value is assigned to the property. - - - - A group from which the tile has been dragged. This value is assigned to the property. - - - - - - - - Gets the value of the current group (the 's value) from which the tile has been dragged. - - - The value of the tile's current group. - - - - - - - Gets the tile's index in the data source. - - - The tile's index in the data source. - - - - - - - Gets the value of the new group (the 's value) to which the tile is about to be dropped. - - - The value of the tile's new group. - - - - - - - Gets the tile's new index in the data source at which the tile is about to be inserted. - - - The tile's new index in the data source at which the tile is about to be inserted. - - - - - - - Gets the current row handle of the tile. - - - The current row handle of the tile. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BeforeItemDragEventArgs class. - - - - A value to initialize the property. - - - - - - - - Gets or sets the image that represents the tile during the drag-and-drop operation. - - - An image that represents the tile during the drag-and-drop operation. - - - - - - - Gets the row handle that identifies the current tile. - - - An integer value that specifies the tile's row handle. - - - - - - - - Contains values that specify the way tiles are arranged in the . - - - - - - - The default tile layout mode, in which tiles are arranged in multiple columns and rows. In horizontal mode (see ), tiles are arranged down (the maximum number of rows is limited by ) then across. In vertical mode, they are arranged across (the maximum number of columns is limited by ) then down. - - - - - - - - - Kanban layout mode, in which tiles are combined in groups, and each group displays tiles either vertically (when is Horizontal) or horizontally (when is Vertical). To enable tile grouping, specify the group column with the property. - - - - - - - - -A multi-column or multi-row list of stretching tiles. - - - -If the setting is Horizontal, tiles are arranged in one or more rows while stretching to fit the View's height. The number of rows is specified by the property. - - - -If the setting is Vertical, tiles are arranged in one or more columns while stretching to fit the View's width. The number of columns is specified by the property. - - - - - - - - - - Contains values that enable and disable tile editing mode. - - - - - - - No tile editing is enabled. - - - - - - - - Tile editing is enabled using a modal Edit Form. - - - - - - - - - Provides behavior options for the . - - - - - - - Initializes a new instance of the TileViewOptionsBehavior class. - - - - - - - - Initializes a new instance of the TileViewOptionsBehavior class. - - - - The owner of the created object. - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - Gets or sets whether an end-user can drag to pan the view with the mouse. - - - true, if an end-user can drag to pan the view with the mouse; otherwise, false. - - - - - - - Gets or sets whether smooth scrolling (when using the mouse wheel) is enabled. - - - true if smooth scrolling is enabled; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. Use the property instead. - - - - - - - - - - Gets or sets whether and how tiles can be edited. - - - A value that specifies whether and how tiles can be edited. - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - This member is not supported by the TileViewOptionsBehavior class. - - - - - - - - - - - Provides tile drag-and-drop options for the . - - - - - - - Initializes a new instance of the TileViewOptionsDragDrop class. - - - - - - - - Initializes a new instance of the TileViewOptionsDragDrop class. - - - - The owner of the created object. - - - - - - - - Gets or sets whether the built-in tile drag-and-drop functionality is enabled. - - - true if the built-in tile drag-and-drop functionality is enabled; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets whether drop positions are indicated using special arrow glyphs. - - - true, if drop positions are indicated using arrow glyphs; otherwise, false. - - - - - - - - Provides data for the event that is raised when an Edit Form is about to be displayed. - - - - - - - - Initializes a new instance of the EditFormShowingEventArgs class with the specified settings. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A row handle that identifies the handle of the grid row for which an Edit Form is being displayed. - - - - - - - - Gets or sets whether opening an Edit Form is allowed. - - - true, if opening an Edit Form is allowed; otherwise, false. - - - - - - - Gets the row handle that identifies the grid row for which an Edit Form is opening. - - - The row handle that identifies the grid row for which an Edit Form is opening. - - - - - - - - Defines the set of values used to specify the binding mode. - - - - - - - - Edited field values in an Edit Form are collected in a proxy and passed back to the grid simultaneously when an end-user saves changes. - - - - - - - - - Defines the same behavior as the mode. - - - - - - - - An edited field value in an Edit Form is passed back to the grid at the moment an end-user moves focus to another field in an Edit Form. - - - - - - - - - - Provides options for bands. - - - - - - - Initializes an instance of the OptionsBand class with default settings. - - - - - - - - Gets or sets whether the band header's appearance is changed when the mouse hovers over it. - - - true if the band header's appearance is changed when the mouse hovers over it; otherwise, false. - - - - - - - Gets or sets whether end-users can move the band by dragging its header. - - - true if the band can be moved; otherwise, false. - - - - - - - Gets or sets whether the band's header can be pressed. - - - - true if the band's header can be pressed; otherwise, false. - - - - - - - - Gets or sets whether the band can be resized by dragging the right edge of its header. - - - - true if the band can be resized by dragging the right edge of its header; otherwise, false. - - - - - - - - Copies all the settings from the options object passed as the parameter to the current options object. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the band's width remains fixed when the View's auto width feature is enabled and the View is resized. - - - - true if the band's width remains fixed when the View's auto-width feature is enabled and the View is resized; otherwise, false. - - - - - - - - Gets or sets whether the band's caption is displayed within the band header. - - - true if the band's caption is displayed within the band header; otherwise, false. - - - - - - - Gets or sets whether the band's header is displayed within the Customization Form when the band is invisible. - - - - true if the band header is displayed within the Customization Form when the band is invisible; otherwise false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. - - - - The value to initialize the property. - - - - A object representing the column that contains the currently processed cell. This value is used to initialize the property. - - - - An object representing the value of the currently processed cell. This value is used to initialize the property. - - - - - - - - Initializes a new instance of the CustomColumnDisplayTextEventArgs class with the specified settings. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - The value to initialize the property. - - - - - - - - Gets the column that contains the cell currently being processed. - - - - A object that represents the column which contains the cell currently being processed. - - - - - - - - Gets or sets the display text for the cell currently being processed. - - - - A string representing the cell's current display text. - - - - - - - Gets the handle of the currently processed group row. Returns the value if the CustomColumnDisplayText event is not called for a group row. - - - The handle of the currently processed group row. - - - - - - - Returns whether the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row. - - - - true, if the CustomColumnDisplayText event is called to get the display text of a column value displayed within a group row; otherwise, false. - - - - - - - - Gets the index in the data source of the row which contains the cell currently being processed. - - - - An integer value representing the row's index in the data source. - - - - - - - Gets the edit value of the cell currently being processed. - - - - An object representing the edit value of the cell currently being processed. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomColumnDataEventArgs class with the specified settings. - - - - A object representing the unbound column. This value is used to initialize the property. - - - - An integer value identifying the index in the data source of the row containing the currently processed cell. This value is used to initialize the property. - - - - - An object representing the currently processed cell's value. This value is used to initialize the property. - - - - A Boolean value specifying whether the cell's value must be obtained from or saved to a data source. This value is used to initialize the property. - - - - - - - - Gets the unbound column currently being processed. - - - - A object representing the unbound column currently being processed. - - - - - - - - Gets a Boolean value which indicates whether you should provide data for the currently processed cell. - - - - - true if you need to provide data for the currently processed cell, false otherwise. - - - - - - - - Gets whether the current cell's value should be stored in a custom data source. - - - - true if the current cell's value needs to be saved in a custom data source. - - - - - - - - Gets the current row's index in the data source. - - - An integer value identifying the current row's index in the data source. - - - - - - - - Gets the currently processed row. - - - An object that is the currently processed row. - - - - - - - Gets or sets the value of the cell currently being processed. - - - - An object representing the value of the cell currently being processed. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ColumnEventArgs class with the specified band. - - - - A object referring to the column that will be processed. This value is assigned to the property. - - - - - - - - Gets the column being processed. - - - A object representing the column being processed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the BandEventArgs class with the specified band. - - - - A object referring to the band that will be processed. This value is assigned to the property. - - - - - - - - Gets the band currently being processed. - - - - A object representing the band currently being processed. - - - - - - - - - Represents a collection which contains the information required to sort the group rows by summary values. - - - - - - - Initializes a new instance of the class. - - - - A object or descendant representing the View that will own the collection. This value is assigned to the property. - - - - - - - - Appends a object to the collection. - - - - A object to add to the collection. If null (Nothing in Visual Basic) an exception is raised. - - - The object which was added to the collection. null (Nothing in Visual Basic) if it couldn't be added to the collection. - - - - - - - Initializes a new instance of the class with the specified parameters and appends it to the collection. - - - - A object representing a summary item used to calculate summary values for groups of rows. If null (Nothing in Visual Basic) an exception is raised. - - - - A enumeration value specifying the sort order. - - - - A object which defines the nesting level of the group whose rows will be sorted by the summary values. - - - The object added to the collection. null (Nothing in Visual Basic) if the View is not grouped by the specified column's values. - - - - - - - Initializes a new instance of the class with the specified sort order and appends it to the collection. - - - - A object representing a summary item used to calculate summary values for groups of rows. If null (Nothing in Visual Basic) an exception is raised. - - - - A enumeration value specifying the sort order. - - - The object added to the collection. null (Nothing in Visual Basic) if the View is not grouped. - - - - - - - Appends an array of objects to the collection. - - - - An array of objects to add to the collection. - - - - - - - - Locks the GroupSummarySortInfoCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Clears the collection and adds an array of objects to it. - - - - An array of objects to add to the collection. - - - - - - - - Unlocks the GroupSummarySortInfoCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the position of the specified item within the collection. - - - - The object to locate in the collection. - - - A zero-based integer representing the specified item's position within the collection. -1 if the collection doesn't contain the specified object. - - - - - - - Gets a object specified by its summary item. - - - - A object specifying the property of the required collection item. - - - The object whose property matches the parameter's value. null (Nothing in Visual Basic) if no item is found. - - - - - - - Provides indexed access to individual objects. - - - - A zero-based integer specifying the index of the required item in the collection. If negative, an exception is raised. - - - The object at the specified position. null (Nothing in Visual Basic) if the index parameter exceeds the last available index. - - - - - - - Removes from the collection the element that refers to the specified summary item. - - - - A object used to identify which item to remove from the collection. - - - - - - - - Removes the specified object from the collection. - - - - A object to remove from the collection. - - - - - - - - Gets the View that owns the current collection. - - - A object or a descendant that represents the View that owns the collection. - - - - - - - - Represents an element in a . - - - - - - - Initializes a new instance of the class. - - - - A object which represents a summary item used to calculate summary values for groups of rows. This value is assigned to the property. - - - - A object which defines the nesting level of the group whose rows will be sorted by the summary values. This value is assigned to the property. - - - - - - - - - Initializes a new instance of the class with the specified sort order. - - - - A object that represents a summary item used to calculate summary values for groups of rows. This value is assigned to the property. - - - - A object which defines the nesting level of the group whose rows will be sorted by the summary values. This value is assigned to the property. - - - - A enumeration value specifying the sort order. This value is assigned to the property. - - - - - - - - Gets the grouped column which defines the nesting level of the group whose rows will be sorted by the summary values. - - - A object which defines the nesting level of the group whose rows will be sorted by the summary values. - - - - - - - Gets the order in which group rows are sorted. - - - - A enumeration value specifying the order in which group rows are sorted. - - - - - - - Gets the summary item which is used to calculate summary values for groups of rows. - - - A object which represents the summary item used to calculate summary values for groups of rows. - - - - - - - - Represents a root node in the tree-like structure that associates master-detail relationships with pattern Views. - - - - - - - - Initializes a new instance of the GridLevelTree class. - - - - A object which will receive change notifications for the created GridLevelTree object. - - - - - - - - Returns an array of the pattern Views assigned to the child nodes of the current node. - - - - An array of pattern Views assigned to child nodes of the current node. - - - - - - - Gets whether the current node is the root node. - - - true - - - - - - - Gets the main View of the grid control. - - - A object representing the grid's main View. - - - - - - - Gets the string that identifies the root node. - - - A string that identifies the root node. - - - - - - - - Represents a collection of objects. - - - - - - - Initializes a new instance of the GridLevelNodeCollection class with the specified owner. - - - - - A object representing the node that will own the created collection. This value is assigned to the property. - - - - - - - - - Creates a new node and appends it to the current collection. - - - - - A string specifying the name of the relationship that the new node will represent. This parameter's value is used to initialize the node's property. - - - - A descendant representing the pattern View to associate with the specified relationship. This parameter's value is used to initialize the node's property. - - - A object representing the created node. - - - - - - - Adds the specified node to the collection. - - - - A object representing the node to add to the collection. - - - - - - - - Adds an array of nodes to the collection. - - - - An array of objects to add to the collection. - - - - - - - - Returns a Boolean value indicating whether the current collection contains a node that refers to the specified relationship. - - - - - A string representing the name of the relationship to locate in the collection. - - - true if the collection contains a node which refers to the specified relationship; otherwise, false. - - - - - - - - Returns the index of the specified node in the collection. - - - - A object representing the node in the collection whose index is required. - - - - An integer value representing the zero-based index of the specified node in the collection; -1 if the node isn't found in the collection. - - - - - - - - Creates a node and inserts it at a specific point within the collection. - - - - - An integer value representing the zero-based index at which the new node should be added. - - - - - A string specifying the name of the relationship that the new node will represent. This parameter's value is used to initialize the node's property. - - - - A descendant representing the pattern View to associate with the specified relationship. This parameter's value is used to initialize the node's property. - - - A object representing the created node. - - - - - - - Provides indexed access to the nodes in the collection. - - - - - An integer value specifying the zero-based index of the required collection item. - - - A object representing the node at the specified position. - - - - - - - Gets a node by the name of the relationship which it represents. - - - - - The name of the relationship to locate. - - - A object representing the collection item whose property matches the specified value. null if no item is found. - - - - - - - - Gets the node that owns the current collection. - - - The object that owns the collection. - - - - - - - - Removes the specified child node. - - - - A object representing the node to delete from the collection. - - - - - - - - - Represents a node in the tree-like structure that associates master-detail relationships with pattern Views. - - - - - - - Initializes a new instance of the GridLevelNode class with default settings. - - - - - - - - Initializes a new instance of the GridLevelNode class with the specified settings. - - - - A object representing the root node. A value for this parameter can be obtained via the property. - - - - A string specifying the name of the relationship. This value is assigned to the property. - - - - A descendant representing the pattern view associated with the specified relationship. This value is assigned to the property. - - - - - - - - Deletes the current node. - - - - - - - - Searches for the node that refers to the specified View. - - - - A descendant representing the referenced View. - - - - A GridLevelNode object that refers to the specified view; null if no node is found. - - - - - - - - Searches for the node that refers to the specified relationship. - - - - A string representing the referenced relationship. - - - - A GridLevelNode object that refers to the specified relationship; null if no node is found. - - - - - - - - Gets whether the current node has children - - - true, if the node has children; otherwise, false. - - - - - - - - Gets whether the current node is the root node. - - - true if the current node is the root node; otherwise, false. - - - - - - - Gets the nesting level of the current node. - - - A zero-based integer representing the nesting level of the node. - - - - - - - Gets or sets the pattern view associated with a relationship. - - - A descendant representing the pattern View associated with a relationship. - - - - - - - Provides access to the collection of child nodes. - - - A object representing the collection of child nodes. - - - - - - - Gets the node collection that owns the current node. - - - A object representing the collection that owns the node. - - - - - - - Gets the parent node of the current node. - - - - A object that refers to the parent node. - - - - - - - Gets or sets the name of the relationship for which the current node provides a pattern view. - - - A string identifying the relationship's name. - - - - - - - - Provides the appearance settings used to paint the elements in a Card View when the grid control is printed/exported. - - - - - - - - Initializes a new instance of the class. - - - - A descendant which represents the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint cards when the grid is printed. - - - A object which provides the appearance settings used to paint cards when the grid is printed. - - - - - - - Gets the appearance settings used to paint card captions when the grid is printed. - - - A object which provides the appearance settings used to paint card captions when the grid is printed. - - - - - - - Gets the appearance settings used to paint field captions when the grid is printed. - - - A object which provides the appearance settings used to paint card field captions when the grid is printed. - - - - - - - Gets the appearance settings used to paint the field values when the grid is printed. - - - A object which provides the appearance settings used to paint the field values when the grid is printed. - - - - - - - - Provides the appearance settings used to paint the elements in a Grid View. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint filter buttons. - - - A object that provides the appearance settings used to paint column filter buttons. - - - - - - - Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. - - - A object that provides the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. - - - - - - - Gets or sets the appearance of the hint text displayed within an empty Customization Form. - - - A object that contains corresponding style settings. - - - - - - - Gets the appearance settings used to paint the detail tooltips. - - - A object that provides the appearance settings used to paint the detail tooltips. - - - - - - - Gets the appearance settings used to paint the View's empty space. - - - A object that provides the appearance settings used to paint the View's empty space. - - - - - - - Gets the appearance settings used to paint even data rows. - - - A object that provides the appearance settings used to paint even data rows. - - - - - - - Gets the appearance settings used to paint the fixed lines. - - - A object providing the appearance settings used to paint the fixed lines. - - - - - - - Gets the appearance settings used to paint the currently focused row cell. - - - A object that provides the appearance settings used to paint the currently focused row cell. - - - - - - - Gets the appearance settings used to paint the currently focused row. - - - A object that provides the appearance settings used to paint the currently focused row. - - - - - - - Gets the appearance settings used to paint the view footer. - - - A object that provides the appearance settings used to paint the View footer. - - - - - - - Returns an appearance object that contains settings to paint the Row Indicator Panel. - - - An that contains settings to paint the Row Indicator Panel. - - - - - - - Gets the appearance settings used to paint group expand buttons. - - - A object that provides the appearance settings used to paint group expand buttons. - - - - - - - Gets the appearance settings used to paint the group footer. - - - A object that provides the appearance settings used to paint the group footer. - - - - - - - Gets the appearance settings used to paint the group panel. - - - A object that provides the appearance settings used to paint the group panel. - - - - - - - Gets the appearance settings used to paint group rows (and the corresponding indents). - - - A object that provides the appearance settings used to paint group rows and the corresponding indents. - - - - - - - Gets the appearance settings used to paint column headers and row indicator panel. - - - A object that provides the appearance settings used to paint column headers. - - - - - - - Gets the appearance settings used to paint the selected row(s) when the grid control is not focused. - - - A object that provides the appearance settings used to paint the selected row(s) when the grid control is not focused. - - - - - - - Gets the appearance settings used to paint the horizontal lines. - - - A object that provides the appearance settings used to paint the horizontal lines. - - - - - - - Gets the appearance settings used to paint odd data rows. - - - A object that provides the appearance settings used to paint odd data rows. - - - - - - - Gets the appearance settings used to paint the preview sections. - - - A object that provides the appearance settings used to paint the preview sections. - - - - - - - Gets the appearance settings used to paint the data rows. - - - A object that provides the appearance settings used to paint the data rows. - - - - - - - Gets the appearance settings used to paint the row separators. - - - A object that provides the appearance settings used to paint the row separators. - - - - - - - Gets the appearance settings used to paint the selected data rows. - - - A object that provides the appearance settings used to paint the selected data rows. - - - - - - - Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. - - - A object that provides the appearance settings used to paint the new item row when it is displayed at the top of a View. - - - - - - - Gets the appearance settings used to paint the vertical lines. - - - A object that provides the appearance settings used to paint the vertical lines. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value which specifies the handle of the processed row. This value is assigned to the property. - - - - A enumeration value which specifies the current state of the processed row. This value is assigned to the property. - - - - An object that provides the appearance settings used to paint the processed row. This value is assigned to the property. - - - - - - - - Gets the appearance settings used to paint the cells within the row currently being processed. - - - An object that provides the appearance settings used to paint the row currently being processed. - - - - - - - Copies the activated settings of the appearance object passed as the parameter. - - - - An object that represents the source of the operation. - - - - - - - - Gets or sets whether the appearance settings provided by the event have a higher priority than the appearances specified by the and properties. - - - true if the appearance settings provided by the event have a higher priority; otherwise, false. - - - - - - - Gets the current state of the processed row. - - - A enumeration value which specifies the current state of the processed row. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value representing the handle of the added row. This value is assigned to the property. - - - - - - - - Gets the handle of the added row. - - - An integer value representing the handle of the added row. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CellMergeEventArgs class with the specified rows and column. - - - - - The handle of the first row which contains the value to be merged. This value is assigned to the property. - - - - The handle of the second row which contains the value to be merged. This value is assigned to the property. - - - - A that represents the column containing the cells to be merged. This value is assigned to the property. - - - - - - - - Gets the value of the first cell being merged. - - - An object that specifies the value of the first cell being merged. - - - - - - - Gets the value of the second cell being merged. - - - An object that specifies the value of the second cell being merged. - - - - - - - Gets the column that contains the values to be merged. - - - A that contains the values to be merged. - - - - - - - Gets or sets whether the cell merging operation is handled and therefore no default processing is required. - - - - true if the cell merging operation is handled and no default processing is required; otherwise, false. - - - - - - - Gets or sets whether two cells should be merged. - - - true if the cells should be merged; otherwise, false. - - - - - - - Gets the handle of the row which contains the first of two cells that are to be merged. - - - - An integer representing the handle of the row that contains the first cell. - - - - - - - Gets the handle of the row which contains the second of two cells that are to be merged. - - - - An integer representing the handle of the row that contains the second cell. - - - - - - - - Enumerates the comparison operator types for the filter conditions created for specific columns via the automatic filtering row. - - - - - - - Selects records that start with the entered string. Equal to the clause with the "%" wildcard after the searched string. - - -For example, the [Name] BeginsWith 'A' and [Name] Like 'A%' filtering expressions are equal. - - - - - - - - - The Contains operator selects records whose values in the corresponding column contain the entered string. - - - - - - - - - For columns being filtered by their display text (see ), the Default option acts identically to the Like option. - - - -The Default option acts like the Equals option for the columns that have any of the following in-place editors or any of their descendants: , or . - - - -For other columns, the Default option acts identically to the Like option. - - - - - - - - - - Selects records that do not contain the entered string. Equal to the clause with the "%" wildcard before and after the searched string. - - -For example, the [Name] DoesNotContain 'AA' and [Name] NotLike '%AA%' filtering expressions are equal. - - - - - - - - - Selects records that do not equal the entered string. This clause acts as an opposite to the clause. - - - - - - - - Selects records that end with the entered string. Equal to the clause with the "%" wildcard before the searched string. - - -For example, the [Name] EndsWith 'A' and [Name] Like '%A' filtering expressions are equal. - - - - - - - - - The Equals comparison operator selects records whose values in the corresponding column match the entered value. - - - - - - - - - Selects records that are greater than the entered value. - - -For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "N" to "Z" are greater than the letter "M". - - - - - - - - - Selects records that are greater than the entered value or equal to it. - - -For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "M" to "Z" are greater or equal to the letter "M". - - - - - - - - - Selects records that are less than the entered value. - - -For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M". - - - - - - - - - Selects records that are less than the entered value or equal to it. - - -For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M". - - - - - - - - - The Like comparison operator selects records whose values in the corresponding column match the entered string. Use the "_" and "%" wildcards to omit one or multiple irrelevant characters respectively. - - -For the columns that use , or in-place editors, the Equals operator is always used, unless these columns are filtered by display text (see ). - - - - - - - - - Selects records that do not match the entered string. Acts as an opposite to the clause. - - -For example, from a list with month names the [Name] Like 'J%y' filter expression will return the "January" and "July" records. The [Name] Not Like 'J%y' expression will return the names of remaining ten months. - - - - - - - - - - Specifies the position of the new item row within the View. - - - - - - - The new item row is positioned at the bottom of the View. - - - - - - - - - - The new item row is not shown. - - - - - - - - The new item row is positioned at the top of the View. - - - - - - - - - - - Lists values which specify the available styles for group rows. - - - - - - - The default style. The actual style applied in default mode is controlled by the grid's paint style () and skin (). -For instance, when the PaintStyleName property is set to "Default" and the "Office 2013" skin is applied, the GroupDrawMode.Office group style is applied. - - - - - - - - - The Office 2013-inspired style. - - - - - - - - - - The Office 2003-inspired style. - - - - - - - - - - The standard style. - - - - - - - - - - Serves as the base for the classes that provide the appearance settings used to paint the View elements. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Indicates whether the View that owns the current collection is currently being initialized. - - - true if the View is being initialized; otherwise, false. - - - - - - - Gets the object's text representation. - - - A string that specifies the object's text representation. - - - - - - - - Provides the appearance settings used to paint the elements in a Card View. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings for all the cards within a View. - - - A object representing the card's appearance settings. - - - - - - - Gets the appearance settings used to paint card buttons. - - - An object providing the appearance settings used to paint card buttons. - - - - - - - Gets the appearance settings used to paint card captions. - - - A object which provides appearance settings for painting card captions. - - - - - - - Gets the appearance settings used to paint card expand buttons. - - - An object which represents the appearance settings used to paint card expand buttons. - - - - - - - Gets the appearance settings used to paint the View's empty space. - - - An object providing appearance settings for painting an empty space. - - - - - - - Gets the appearance settings used to paint field captions. - - - A object which provides the appearance settings used to paint card field captions. - - - - - - - Gets the appearance settings used to paint the field values in a Card View. - - - An object providing appearance settings for painting field values. - - - - - - - Gets the appearance settings used to paint the caption of the focused card. - - - A object providing appearance settings for painting the focused card's caption. - - - - - - - Gets the appearance settings used to paint the captions of selected cards when the grid control is not focused. - - - An object providing appearance settings for painting the captions of selected cards when the grid control is not focused. - - - - - - - Gets the appearance settings used to paint the captions of selected cards. - - - An object providing appearance settings for painting the captions of selected cards. - - - - - - - Gets the appearance settings used to paint the card separators. - - - A object providing appearance settings for painting the card separators. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - An event source identifying the View which raised the event. - - - - A object providing data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value which identifies the processed card. This value is assigned to the property. - - - - An object which represents the source of images. This value is assigned to the property. - - - - - - - - Gets or sets the image to be displayed within an element. - - - A object representing the image to be displayed within an element. - - - - - - - Gets or sets the index of the image to be displayed within a visual element. - - - A zero-based integer specifying the image by its index within the source collection. -1, if no image is assigned to a visual element from the source collection. - - - - - - - Gets or sets the source collection of images. - - - An object which represents the source of the images that can be displayed within visual elements. - - - - - - - - Gets the handle of the processed card. - - - An integer value identifying the processed card. - - - - - - - - Represents a collection of filter conditions applied to a View. - - - - - - - Initializes a new instance of the ViewFilter class. - - - - - - - - Initializes a new instance of the ViewFilter class with the specified settings. - - - - A object that represents the View which the filtering is applied to. - - - - A descendant that determines the filter criteria for the specified View. - - - - - - - - Adds the specified filter criteria to the collection and thus applies them to a View. - - - - A object representing the column which the specified filter condition is applied to. - - - - A object specifying the filter condition applied to the column. - - - A zero-based integer specifying the position at which the filter condition was added amongst the other filter conditions within the current collection. -1 if the given filter condition's functionality is disabled (its property is set to ). - - - - - - - - Adds the specified filter criteria to the collection and thus applies them to a View. - - - - A object referring to a specific column and the filter condition which will be applied to this column. - - - A zero-based integer specifying the position at which the filter condition was added amongst the other filter conditions within the current collection. -1 if the given filter condition's functionality is disabled (its property is set to or column is null). - - - - - - - - Adds an array of filter criteria to the collection and thus applies them to a View. - - - - An array of objects to be added to the collection. - - - - - - - - Locks the ViewFilter by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Occurs when the current collection has been changed. - - - - - - - - - Creates a copy of the current ViewFilter object. - - - A copy of the current ViewFilter object. - - - - - - - Specifies the View's filter criteria. - - - A object which specifies the filter criteria. - - - - - - - Gets the textual representation of the entire filter string. - - - - The textual representation of the entire filter string. - - - - - - - - Unlocks the ViewFilter object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets the total filter expression. - - - A string value representing the total filter expression. An empty string if there are no elements in the collection. - - - - - - - - Gets the filter criteria which is applied to a View. - - - A descendant that represents the logical expression to be applied as a View filter. - - - - - - - Returns filter conditions applied to all grid columns except for the target one. - - - - - A GridColumn whose filter conditions will not be included in the returned CriteriaOperator object. - - - A CriteriaOperator that includes filter conditions applied to all columns of this View, except for the target column. - - - - - - - - Returns the specified ViewColumnFilterInfo object's position within the collection. - - - - A object to be located. - - - An integer value representing the specified ViewColumnFilterInfo object's zero-based index. -1 if the collection doesn't contain the specified object. - - - - - - - Gets whether the collection of filter conditions is empty. - - - true if the collection of filter conditions is empty; otherwise, false. - - - - - - - Gets the collection's item that represents the filter criteria associated with the specified column. - - - - - A identifying the collection's required item. - - - A object containing the filter condition which is associated with the specified column. null if no such object exists in the collection. - - - - - - - Provides indexed access to the items in the collection. - - - - - An integer value specifying the zero-based index of the required object. - - - The object at the specified position within the collection. - - - - - - - - Gets or sets a filter expression that is not associated with any column. - - - - A string that specifies a filter expression, not associated with any column, which is applied to the current View . - - - - - - - - Gets or sets the filter criteria not bound to any column. - - - - A object that specifies filter criteria not bound to any column. - - - - - - - - Removes the filter criteria from the collection that refers to the specified column. - - - - A object identifying the filter criteria to be removed. - - - - - - - - Removes the specified filter criteria from the collection. - - - - A object to be removed from the collection. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the CustomColumnSortEventArgs class with the specified settings. - - - - A object representing the column that contains the values to compare. This value is assigned to the property. - - - - An object representing the first of the two values being compared. This value is assigned to the property. - - - - An object representing the second of the two values being compared. This value is assigned to the property. - - - - A value representing the sort order applied to the specified column. This value is assigned to the property. - - - - - - - - Gets the column whose values are being compared. - - - A whose values are being compared. - - - - - - - Gets or sets whether a comparison operation is handled and therefore no default processing is required. - - - - true if a comparison operation is handled; otherwise false. - - - - - - - Gets the index in the data source of the first of the two rows being compared. - - - - An integer value representing the index of the first row in the data source. - - - - - - - - Gets the index in the data source of the second of the two rows being compared. - - - - An integer value representing the index in the data source of the second row. - - - - - - - - Gets or sets the result of a custom comparison. - - - - An integer value specifying the custom comparison's result. - - - - - - - - Gets the first row object being compared. - - - An object that represents the first row being compared. - - - - - - - Gets the second row object being compared. - - - An object that represents the second row being compared. - - - - - - - Gets the current sort order applied to the column being processed. - - - A value representing the column's sort order. - - - - - - - Gets the first value being compared. - - - An object representing the first value being compared. - - - - - - - Gets the second value being compared. - - - An object representing the second value being compared. - - - - - - - - Serves as the base for classes which provide selection options for Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether multiple rows (cards) can be selected. - - - true to allow multiple row (card) selections; otherwise, false. - - - - - - - - Provides filtering options for a View. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether the MRU feature is enabled in column filter dropdowns. - - - - true if the columns' filter dropdown lists can display most recently used filter items; otherwise, false. - - - - - - - Gets or sets whether the Filter Editor can be used to build complex filter criteria. - - - true to allow using the Filter Editor; otherwise, false. - - - - - - - Gets or sets whether incremental searching is supported in columns' Regular and Checked Filter Dropdown Lists. - - - true if incremental searching is supported in columns' Regular and Checked Filter Dropdown Lists; otherwise, false. - - - - - - - Gets or sets whether the View's MRU Filter List is enabled. - - - true if the MRU Filter List is enabled; otherwise false. - - - - - - - Gets or sets whether multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List. - - - true if multiple items can be simultaneously selected (highlighted) in a Checked Filter Dropdown List; otherwise, false. - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the maximum number of records that are scanned to populate column filter dropdowns with unique filter values. - - - An integer value specifying the maximum number of records whose field values can be displayed within filter dropdowns. - - - - - - - Gets or sets the default display mode of filter dropdowns for columns in the current View. - - - - - - - A value that specifies the default display mode of filter dropdowns for columns in the current View. - - - - - - - - Gets or sets the maximum number of items that regular filter dropdowns in columns, can display simultaneously. - - - - - - An integer value specifying the maximum height of regular filter dropdowns. The height is specified in rows. - - - - - - - - Gets or sets how an end-user can edit criteria in the Filter Editor. - - - A value. - - - - - - - Gets or sets whether filters can be created against properties that are List objects. - - - A value that specifies if filters can be created against properties that are List objects. - - - - - - - Gets or sets whether a menu or combobox editor is used to select operands and operators in a filter editor. This property is not supported when filters are edited in a text form (see ). - - - true if a menu is used to select operands and operators in a Filter Editor; false if a combobox editor is used. - - - - - - - Gets or sets the maximum number of items in a column's filter dropdown when the items are displayed as a check list. - - - An integer value that specifies the maximum number of items in a column's filter dropdown in CheckedList display mode. - - - - - - - Gets or sets the capacity of the MRU item lists in column filter dropdowns. - - - An integer specifying the capacity of the lists that store the recently used filter items for the View's columns. - - - - - - - Gets or sets the capacity of the View's MRU Filter List. - - - - An integer that specifies the maximum number of filter conditions that have recently been applied to the View. - - - - - - - - Gets or sets the maximum number of items the View's MRU Filter List can display at once, in effect its height. - - - - An integer value that determines the maximum number of items that the View's MRU Filter List can display at once. - - - - - - - - Gets or sets whether checked filter dropdown lists must display unique values from all the records in the View's data source or only from those records that meet the current filter criteria. This option is in effect for checked filter dropdown lists. - - - - true if checked filter dropdowns should contain unique values from all the records in the View's data source; false if the checked filter dropdowns of unfiltered columns should contain unique values from only the records that meet the current filter criteria. - - - - - - - - Gets or sets whether filter dropdown lists must display unique values from all the records in the View's data source or only from those records that meet the current filter criteria. This option is in effect for regular and Excel-style Filter Dropdowns. - - - true if filter dropdowns should contain unique values from all the records in the View's data source; false if the filter dropdowns of unfiltered columns should contain unique values only from the records that meet the current filter criteria. - - - - - - - Gets or sets whether the advanced custom filter dialog is used instead of the standard one. - - - true to use the advanced custom filter dialog; false to use the standard filter dialog. - - - - - - - - Serves as the base for classes which provide behavior options for Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified owning View. - - - - A object whose behavior options are initialized. - - - - - - - - Gets or sets whether the Data Navigator's Append button is enabled for the current View. - - - A value that specifies whether the Data Navigator's Append button is enabled for the current View. - - - - - - - Gets or sets whether the Data Navigator's Delete button is enabled for the current View. - - - A value that specifies whether the Data Navigator's Delete button is enabled for the current View. - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - - Gets or sets whether columns should be created automatically for all fields in the underlying data source when the View doesn't contain any columns. When bound to a business object, the grid does not generate columns for properties of collection types. - - - true, if the columns are created automatically when the View doesn't contain any columns; otherwise, false. - - - - - - - Gets or sets whether activating a cell editor using the ENTER or F2 keys leads to the entire editor's content being selected. - - - true to select the entire cell's content when editing starts; otherwise, false. - - - - - - - Gets or sets whether the grid caches data for a row that is about to be saved to a data source. - - - A DevExpress.Data.CacheRowValesMode value that specifies the caching mode. - - - - - - - Gets or sets whether end-users are allowed to invoke cell editors. - - - true if end-users are allowed to invoke cell editors; otherwise, false. - - - - - - - Gets or sets a value which specifies how a cell editor is activated by the mouse. - - - A enumeration value which specifies how a cell editor is activated by the mouse. - - - - - - - Gets or sets whether pressing the TAB key moves focus to the next control in the tab order, if moving focus via the TAB key within the View is prohibited (or cannot be performed). - - - - true to allow focus to be moved away from the grid control when the TAB key is pressed; otherwise, false. - - - - - - - Gets or sets whether a row's position is immediately updated according to the current sorting, grouping and filtering settings after the row's modified data has been posted. - - - - true, if a row's position is immediately updated after its data has been modified; otherwise, false. - - - - - - - - - Gets or sets whether the currently focused row retains focus when data is sorted, grouped or filtered or when records are added to/removed from the underlying data source. Disabling this property is in effect when the data source is not managed by the CurrencyManager (see ). - - - true if the currently focused row retains focus when data is sorted, grouped or filtered or when records are added to/removed from the underlying data source; false if the focused row handle (visual position) is kept when these actions are performed. - - - - - - - - Gets or sets whether the current View is read-only. - - - true if the current View is read-only; otherwise, false. - - - - - - - Gets or sets whether the filter dropdowns should contain unique values from all the records in the View's data source or only from those records that meet the current filter criteria. - - - true if filter dropdowns should contain unique values from all the records in the View's data source; false if the filter dropdowns of unfiltered columns should contain unique values only from the records that meet the current filter criteria. - - - - - - - Gets or sets whether a cell's editor is activated when the mouse button is released from a click within the cell. - - - true to activate a cell's editor when the mouse button is released from a click within the cell; false to activate a cell's editor when the mouse button is initially pressed within the cell. - - - - - - - Gets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this View. - - - An enumeration value that specifies the type of unbound expression editor end-users can utilize for unbound columns within this View. - - - - - - - Gets or sets whether the advanced custom filter dialog is used instead of the standard one. - - - true to use the advanced custom filter dialog; false to use the standard filter dialog. - - - - - - - - Provides the appearance settings used to paint elements which are common to all types of View. - - - - - - - Initializes a new instance of the class. - - - - A descendant representing the View that will own the created collection. - - - - - - - - Gets the appearance settings used to paint the filter close button. - - - A object providing the appearance settings used to paint the filter close button. - - - - - - - Gets the appearance settings used to paint the filter panel. - - - A object providing the appearance settings used to paint the filter panel. - - - - - - - Contains appearance settings used to customize the View Caption. - - - An that contains corresponding appearance settings. - - - - - - - - Contains filter options for columns. - - - - - - - - Initializes a new instance of the OptionsColumnFilter class. - - - - A object specifying the column associated with the options being created. - - - - - - - - Gets or sets whether the column's values can be filtered using the auto filter row. - - - - true if the column's values can be filtered using the automatic filtering row; otherwise, false. - - - - - - - Gets or sets whether the filter button in Grid Views (field filter button in Layout Views) is displayed within the column header. - - - true if the column's filter button is enabled; otherwise, false. - - - - - - - Gets or sets whether a dedicated menu item is available in a column header menu that allows an end-user to change the filter mode for columns. - - - - A value that specifies that a user can change a column's filter mode via a menu item. - - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the type of the comparison operator used to create filter conditions for the current column via the Automatic Filtering Row. - - - - An value that determines the type of the comparison operator used to create filter conditions for the current column via the auto filter row. - - - - - - - - Gets or sets whether the column's Filter Dropdown List displays values of the field or values of the field. - - - A value. - - - - - - - Gets or sets display mode for the column's filter dropdown. - - - A value that specifies display mode for the column's filter dropdown. - - - - - - - - Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the contents of the Auto Filter Row's cell. - - - - true if the column's filter condition is updated each time an end-user modifies the contents of the auto filter row's cell; otherwise, false. - - - - - - - This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. -It specifies whether toggling the check boxes filters grid records immediately. - - - - A value that specifies whether data is filtered immediately, when toggling the check boxes in the filter dropdown. - - - - - - - - This option is in effect for date-time columns whose filter dropdown list contains an embedded calendar with check boxes to select common date intervals. -It specifies whether selecting a date or date range via the embedded calendar filters grid records immediately. - - - A value that specifies whether data is filtered immediately, when selecting a date or date range via the calendar. - - - - - - - - Gets or sets whether filter conditions immediately apply to data, or only when the filter dropdown closes. This property is in effect for the Excel-style Filter Dropdown. - - - - True or Default, if filter conditions immediately apply to data; otherwise, False. - - - - - - - - Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style Filter Dropdown (if the current column contains date-time values). - - - - The value that specifies the type of filtering UI in the Values tab in the Excel-style Filter Dropdown. - - - - - - - Gets or sets whether the Values or Filters tab opens by default in the Excel-style Filter Dropdown. - - - An enumeration value that specifies whether the Values or Filters tab opens by default in the Excel-style Filter Dropdown. By Default, the opened tab depends on the column data type. - - - - - - - Gets or sets whether to show relational operators (equality and inequalities) in the Filters tab of the Excel-style Filter Dropdown (if the current column contains enumeration data). - - - - A enumeration value that specifies whether to show relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style Filter Dropdown. By Default, the Filters tab is hidden. - - - - - - - Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-inspired filter dropdown (if the current column is of a numeric data type). - - - The value that specifies the type of filtering UI in the Values tab in the Excel-inspired filter dropdown. - - - - - - - Gets or sets whether to show relational operators (equality and inequalities) in the Filters tab of the Excel-style Filter Dropdown (if the current column contains text data). - - - An enumeration value that specifies whether to show relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-inspired Filter Dropdown. By Default, the relational operators (equality and inequalities) are hidden. - - - - - - - Gets or sets whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. - - - A value that specifies whether the column's Filter Dropdown displays the "(Blanks)" and "(Non Blanks)" filter items. - - - - - - - Gets or sets whether a Filter Dropdown List has the "Show Empty" filter used to select records that contain null values in a date-time column. - - - true if the "Show Empty" filter is available; otherwise, false. - - - - - - - - Provides options for columns. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether end-users are allowed to invoke editors for the column's cells. - - - true if end-users are allowed to invoke cell editors; otherwise, false. - - - - - - - Gets or sets whether end-users can move focus to the column using either the mouse or keyboard. - - - true if end-users can move focus to the column using either the mouse or keyboard; otherwise, false. - - - - - - - Gets or sets whether end-users can drag the column's header to the group panel to group data against the column's values. - - - A enumeration value specifying whether end-users can drag the column's header to the group panel. - - - - - - - Gets or sets whether incremental searches can be performed on the column. - - - - true if incremental searches can be performed against the column; otherwise, false. - - - - - - - - Gets or sets whether neighboring cells with identical values can be merged within the current column. - - - - A enumeration value which specifies whether neighboring cells with identical values can be merged. - - - - - - - - - Gets or sets whether end-users can drag the column's header. - - - true if end-users can drag the column's header; otherwise, false. - - - - - - - Gets or sets whether the column can be hidden or restored by an end-user. - - - true if the column can be hidden or restored by an end-user; otherwise, false. - - - - - - - Gets or sets whether end-users can drag the column header's right edge to change the column's width. - - - true if end-users can change the column's width; otherwise, false. - - - - - - - Gets or sets whether end-users can sort data by the column's values. - - - A enumeration value specifying whether end-users can sort data by the column's values. - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the column keeps its width when automatic column resizing is invoked (in column auto-width mode and by best-fit operations). - - - true, if the column keeps its width when automatic column resizing is invoked (in column auto-width mode and by best-fit operations); otherwise, false. - - - - - - - Gets or sets whether the focused row's position is immediately updated according to the sorting, grouping and filtering settings after the current column data has been posted. - - - A value that defines whether a row's position is immediately updated after the column data has been modified. - - - - - - - Gets or sets whether a column is included in the print/export output. - - - A value that specifies whether a column is included in the print/export output. - - - - - - - Gets or sets whether end-users are prevented from editing the column's cell values. - - - true if end-users are prevented from modifying the column's cell values; otherwise, false. - - - - - - - Gets or sets whether the column's caption is displayed within the column header. - - - true if the column's caption is displayed within the column header; otherwise, false. - - - - - - - Gets or sets whether the column's header is displayed within the Customization Form when the column is hidden. - - - true, if the column's header is displayed within the Customization Form when the column is hidden; otherwise, false. - - - - - - - Gets or sets whether the current column is available in the field list in the Expression Editor. - - - true if the current column is available in the field list in the Expression Editor; otherwise, false. - - - - - - - Gets or sets whether the column can be focused via the TAB key. - - - true if the column can be focused via the TAB key; otherwise, false. - - - - - - - - Represents the collection that maintains the sorted and grouping columns for a grid's View. - - - - - - - - Initializes a new instance of the GridColumnSortInfoCollection class. - - - - A object representing a View that will be sorted using the information from the created collection. - - - - - - - - Adds a new item to the collection. - - - - A object which will be sorted using the specified sort order. This parameter's value is used to initialize the property. - - - - A value specifying the sort order for the column. This parameter's value is used to initialize the property. - - - A object representing the new element in the collection; null if the object cannot be added to the collection. - - - - - - - Adds the specified object to the collection. - - - - A object to add to the collection. - - - The object that has been added to the collection; null if the object cannot be added to the collection. - - - - - - - Adds a new GridMergedColumnSortInfo item to the collection. - - - - An array of objects which will be sorted using the specified sort order. This parameter's value is used to initialize the GridMergedColumnSortInfo.Columns property. - - - - An array of values specifying the sort order for the columns. This parameter's value is used to initialize the GridMergedColumnSortInfo.SortOrders property. - - - A GridMergedColumnSortInfo object representing the new element in the collection; null (Nothing in VB) if the object cannot be added to the collection. - - - - - - - Adds an array of objects to the current collection and sets how many columns are used to group data. - - - - - An array of objects to add to the current collection. - - - - An integer value specifying how many columns are used to group data. - - - - - - - - - Adds an array of objects to the current collection. - - - - An array of objects to add to the collection. - - - - - - - - Locks the GridColumnSortInfoCollection by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Clears the collection, then adds the specified objects to it and sets how many columns are used to group data. - - - - - An array of objects to add to the collection. - - - - An integer value specifying how many columns are used to group data. - - - - - - - - - Clears the collection and then adds the specified objects to it. - - - - - An array of objects to add to the collection. - - - - - - - - Removes the collection's items which refer to the columns used to sort data (grouping columns are not affected). - - - - - - - - Unlocks the GridColumnSortInfoCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Gets or sets how many of the elements starting from the beginning of the collection refer to columns used to group data. - - - - An integer specifying the number of grouping columns. - - - - - - - - Returns the index of the specified item in the collection. - - - - The object required. - - - An integer value representing the specified object's zero-based index. -1 if the collection doesn't contain the specified object. - - - - - - - Inserts the specified object at the specified position. - - - - A zero-based index at which to insert the specified object. - - - - A object to insert in the collection. - - - - The object added to the collection; null if the object cannot be added to the collection. - - - - - - - - Creates a new object and inserts it at the specified position in the collection. - - - - - A zero-based index at which to insert the specified object. - - - - A to initialize the property of the newly created object. - - - - - A value to initialize the property of the newly created object. - - - The object added to the collection; null if the object cannot be added to the collection. - - - - - - - - Provides indexed access to the elements in the collection. - - - - An integer value specifying the zero-based index of the required object. - - - A object representing the item in the collection. - - - - - - - - Gets the collection's item that refers to the specified column. - - - - A object identifying the collection's required item. - - - A object that refers to the specified column. - - - - - - - Removes the specified element from the collection. - - - - A element to remove from the collection. - - - - - - - - - Removes the element from the collection that refers to the specified column. - - - - - A object identifying the collection's required item. - - - - - - - - Gets the View which obtains its sorting and grouping settings from the current collection. - - - - A object representing the View that owns the current collection. - - - - - - - - - Represents an element in a . - - - - - - - - Initializes a new instance of the GridColumnSortInfo class. - - - - A object representing the column which will be sorted. This value is assigned to the property. - - - - A value specifying the sorting settings for the column. This value is assigned to the property. - - - - - - - - Gets or sets the column which is sorted by the . - - - - A object representing the column which is sorted using the sort order specified by the property. - - - - - - - Returns whether or not a to which this GridColumnSortInfo belongs currently has an GridColumnSortInfo object associated with a specific grid column. - - - - - A to check. - - - true, if there is a GridColumnSortInfo object associated with the target column; otherwise, false. - - - - - - - Indicates whether the column which is referred to by the current GridColumnSortInfo object is a grouping column. - - - true if the is used to group data; otherwise, false. - - - - - - - Sorts data in the specific column. - - - - A GridColumn that needs to be sorted. - - - - A ColumnSortOrder enumeration value that specifies whether data in the target column should be sorted ascending or descending. - - - - - - - - Gets or sets the column's sort order. - - - A enumeration value specifying the column's sort order. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ClipboardRowPastingEventArgs class with the specified settings. - - - - An object used to initialize the property. - - - - The columns whose values are about to be pasted. - - - - An object used to initialize the property. - - - - An object used to initialize the property. - - - - - - - - Gets or sets whether the current operation should be canceled. - - - true, if the current operation needs to be canceled; otherwise, false. - - - - - - - Returns a dictionary that contains invalid column-value pairs. Invalid pairs identify values that cannot be accepted by corresponding columns. - - - A dictionary of incompatible column-value pairs. The keys in the dictionary are objects. The dictionary values are of the object type. - - - - - - - Returns a dictionary that contains valid column-value pairs. Valid pairs identify values that can be accepted by corresponding columns. - - - A dictionary of compatible column-value pairs. The keys in the dictionary are objects. The dictionary values are of the object type. - - - - - - - Returns whether pasted values can be accepted by target columns. Both the pasted values and target columns are specified by the dictionary. - - - true if the pasted values can be accepted by target columns; otherwise, false. - - - - - - - Returns whether the specified value can be pasted to the specified column cell. - - - - The column to be tested. - - - - The value to be tested. - - - - The exception that specifies the error description. null if no error occurs. - - - true, if the specified value can be pasted to the specified column's cell; otherwise, false. In case of failure, read the e output parameter to get details. - - - - - - - Returns whether the specified value can be pasted to the column with the specified field name. - - - - The field name that identifies the column to be tested. - - - - The value to be tested. - - - - The exception that specifies the error description. null if no error occurs. - - - true, if the specified value can be pasted to the specified column; otherwise, false. In case of failure, read the e output parameter to get details. - - - - - - - Returns a read-only collection of individual pasted values. - - - The read-only collection of individual pasted values. - - - - - - - Gets or sets whether only valid rows or all rows are pasted to the control. - - - A value that specifies whether only valid rows or all rows are pasted to the control. - - - - - - - Returns the unique identifier (handle) of the currently processed row. - - - An integer value that represents the unique identifier (handle) of the currently processed row. - - - - - - - Returns a dictionary that contains "target column - pasted value" pairs. You can modify pasted values in this dictionary to perform custom pasting. - - - The dictionary of "target column - pasted value" pairs. - - - - - - - - A method that will handle the event. - - - - - - - A method that will handle the event. - - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Contains data for the event. - - - - - - - Initializes a new instance of the PrintInitializeEventArgs class with the specified settings. - - - - An object assigned to the object. - - - - A object assigned to the object. - - - - - - - - Gets a object that provides functionality to print the Grid Control. - - - A object. - - - - - - - Gets a object that contains information on the print document. - - - An object implementing the interface. - - - - - - - - Contains options controlling the view and behavior settings of the Find Panel. - - - - - - - Initializes a new instance of the GridViewOptionsFind class. - - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether a search should also be performed against Preview Sections. - - - true if a search should also be performed against Preview Sections; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object which contains the View information about the row being processed. - - - - - - - - Gets the bounding rectangle of the painted preview section. - - - A structure which specifies the boundaries of the preview section. - - - - - - - - Provides print/export options for Banded Grid Views. - - - - - - - Creates a new object. - - - - - - - - Copies the properties of the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether band headers are printed/exported. - - - true if band headers are printed/exported; otherwise, false. - - - - - - - - Serves as the base for classes providing information about a particular View point. - - - - - - - Creates a new object. - - - - - - - - Sets all public properties to their default values. - - - - - - - - Gets or sets the test point. - - - A structure representing the test point. The point coordinates are set relative to the grid's top-left corner. - - - - - - - Gets a value indicating whether the hit information supplied by this object is valid. - - - true if the hit information is valid; otherwise, false. - - - - - - - Gets or sets the relation index of the master tab that is located under the test point. - - - An integer value that specifies the relation index of the master tab that is located under the test point. -1 if the test point doesn't belong to a master tab. - - - - - - - Gets or sets the View located under the test point. - - - The View located under the test point. - - - - - - - - Represents a total summary item collection. - - - - - - - Initializes a new instance of the GridSummaryItemCollection class. - - - - - - - - Gets the number of summary items participating in summary calculations. - - - An integer value indicating the number of summary items whose property is not set to . - - - - - - - Adds the specified summary item to the collection. - - - - A object (or descendant) to be added to the collection. - - - A zero-based integer representing the new summary item's position within the collection. - - - - - - - Creates a new total summary item and adds it to the end of the collection. - - - A object representing the new summary item. - - - - - - - Adds an array of summary item objects to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Copies items from the collection specified as a parameter. - - - - A object whose items should be copied to the current collection. - - - - - - - - Locks the GridSummaryItemCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Unlocks the GridSummaryItemCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Fires when changes are made to the summary item collection. - - - - - - - - Unlocks the GridSummaryItemCollection object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the item's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the specified item's position within the collection. -1 if the collection doesn't contain the specified summary item. - - - - - - - Gets a summary item specified by its tag. - - - - An object specifying the property value of the required collection item. - - - A object representing the summary item whose property matches the parameter value. - - - - - - - Provides indexed access to individual summary items. - - - - An integer value specifying the zero-based index of the required collection item. If negative or exceeds the last available index, an exception is raised. - - - A object representing the summary item located at the specified index within the collection. - - - - - - - Removes the specified item from the collection. - - - - A object representing the summary item to be removed. - - - - - - - - Gets the View that owns the current summary item collection. - - - A descendant representing the View that owns the collection. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contain event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ValidateRowEventArgs class with the specified settings. - - - - An integer value representing the handle of the row being validated. This value is assigned to the property. - - - - An object representing the row being validated. This value is assigned to the property. - - - - - - - - Gets or sets the error description. - - - A string representing the error description. - - - - - - - Gets or sets whether the row validation succeeds. - - - true to accept row cell values; otherwise, false. - - - - - - - - Represents a group summary item collection. - - - - - - - Creates a new object. - - - - A descendant specifying the View that will own the summary item collection. - - - - - - - - Creates a new group summary item with predefined settings and adds it to the end of the collection. - - - - A enumeration value specifying the aggregation function type. This value initializes the new item's property. - - - - A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the new item's property. - - - - A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. - - - A object representing the new summary item. - - - - - - - Creates a new group summary item with default settings and adds it to the end of the collection. - - - A object representing the new summary item. - - - - - - - Creates a new group summary item with predefined settings and adds it to the end of the collection. - - - - A enumeration value specifying the aggregation function type. This value initializes the new item's property. - - - - A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the created item's property. - - - - A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. - - - - A value specifying summary values formatting. This value initializes the new item's property. - - - A object representing the new summary item. - - - - - - - Creates a new group summary item with the specified settings and adds it to the end of the collection. - - - - A enumeration value specifying the aggregation function type. This value initializes the new item's property. - - - - A value specifying the name of a dataset field whose values are used for summary calculation. This value initializes the new item's property. - - - - A object (or descendant) specifying the column whose footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. This value initializes the created item's property. - - - - A value specifying the summary value's format. This value initializes the new item's property. - - - - - An IFormatProvider object that implements a formatting routine. This value is assigned to the property. - - - A object representing the new summary item. - - - - - - - Adds a new summary item to the current summary collection and initializes its summary type and field name. - - - - A value that is the new item's summary type. This parameter is used to initialize the property. - - - - A string value that is the field's name used to calculate the summary. This parameter is used to initialize the property. - - - - A object that is a new summary item added to the collection. - - - - - - - Gets a View that owns the current GridGroupSummaryItemCollection object. - - - A descendant that owns the current GridGroupSummaryItemCollection object. - - - - - - - - - Represents an individual group summary item. - - - - - - - Creates a new object with default settings. - - - - - - - - Creates a new object with predefined summary settings. - - - - A enumeration value specifying the aggregation function type. This value is assigned to the property. - - - - A string value specifying the name of a data filed whose values are used for summary calculation. This value is assigned to the property. - - - - A object representing a column whose group footer cells should display summary values. This value is assigned to the property. - - - - A string value specifying summary values formatting. This value is assigned to the property. - - - - - - - - Creates a new object with predefined summary settings and tag. - - - - A enumeration value specifying the aggregation function type. This value is assigned to the property. - - - - A string value specifying the name of a data filed whose values are used for summary calculation. This value is assigned to the property. - - - - A object representing a column whose group footer cells should display summary values. This value is assigned to the property. - - - - A string value specifying summary values formatting. This value is assigned to the property. - - - - An used to identify the group summary item. This value is assigned to the property. - - - - - - - - Copies settings of the specified group summary item object to the current one. - - - - A object whose settings should be copied to the current summary item. - - - - - - - - Returns the default display format for the group summary item. - - - A string that specifies the default display format for the group summary item. - - - - - - - Indicates whether the specified group summary item has the same settings as the current one. - - - - A object to be compared to the current summary item. - - - true if the specified object's settings match the current object's settings; otherwise, false. - - - - - - - Gets or sets the column whose group footer cells should display summary values. - - - A object (or descendant) representing the column whose group footer cells should display summary values. null (Nothing in Visual Basic) to display summary values within group rows. - - - - - - - Gets or sets the name of the column whose group footer cells should display summary values. - - - A string value specifying the name of the column whose group footer cells display summary values. - - - - - - - - Contains information about a specific point within a Banded Grid View. - - - - - - - Creates a new class instance. - - - - - - - - Gets the band located under the test point. - - - A object representing the band located under the test point. - - - - - - - Sets the class properties to their default values. - - - - - - - - Gets or sets a column located under the test point. - - - A object representing a column that contains the test point. - - - - - - - Gets or sets a value identifying the type of the View's visual element located under the test point. - - - A enumeration value identifying the visual element under the test point. - - - - - - - Gets a value indicating whether the test point is within the band panel. - - - true if the test point is within the band panel; otherwise, false. - - - - - - - - Lists values identifying a Banded Grid View's visual elements. - - - - - - - The test point belongs to a band header. - - - - - - - - The test point belongs to the band panel button. - - - - - - - - - The test point belongs to the right edge of a band header. End-users can drag these edges to resize bands horizontally (the option of the desired band must be enabled for this purpose). - - - - - - - - The point belongs to the band header panel. - - - - - - - - The test point belongs to a master-detail expand button, which can be used to open/close details. - - - - - - - - The test point belongs to a column header. - - - - - - - - The test point belongs to the column header panel button. - - - - - - - - The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally or double-click them to apply best fit to the column (the option of the desired column must be enabled for this purpose). - - - - - - - - The test point belongs to a filter button, which can be used by end-users to invoke the flter dropdown. This enables end-users to apply filtering conditions to columns. - - - - - - - - The test point belongs to the column header panel. - - - - - - - - The test point belongs to the Customization Form. - - - - - - - - The test point is below all rows or belongs to an empty space within a row. Empty spaces may appear in advanced banded Views as the result of columns layout customization. - - - - - - - - The test point belongs to the filter close button. - - - - - - - - The test point belongs to the filter panel. - - - - - - - - The test point belongs to the button in the filter panel used to activate filtering within a View. - - - - - - - - The test point belongs to the filter panel customize button. - - - - - - - - The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. - - - - - - - - The test point belongs to the left fixed line. - - - - - - - - The test point belongs to the right fixed line. - - - - - - - - The test point belongs to the view footer. - - - - - - - - The test point belongs to the group panel. - - - - - - - - The test point belongs to a column header displayed within the group panel. - - - - - - - - The test point belongs to the filter button of the column header that resides within the group panel. - - - - - - - - The test point belongs to the group row cell. - - - - - - - - The test point belongs to the View's horizontal scroll bar. - - - - - - - - The test point belongs to the View's master-detail tab. - - - - - - - - The test point does not belong to any View's visual element or is outside the View. - - - - - - - - The test point belongs to a group row, group row indent or a cell edge. - - - - - - - - The test point belongs to a row cell. - - - - - - - - The test point belongs to a detail section. - - - - - - - - The test point belongs to the detail section's bottom edge. The edge can be dragged to resize the detail section vertically. - - - - - - - - - The test point belongs to an indicator panel cell corresponding to a detail section. - - - - - - - - The test point belongs to the bottom edge of a data row. The edge can be dragged to resize the row vertically (if the option is active). - - - - - - - - The test point belongs to a group footer. - - - - - - - - The test point belongs to a group expand button. - - - - - - - - The test point belongs to a Group Row Check Box Selector. - - - - - - - - The test point belongs to an indicator panel cell corresponding to a data row or group row. - - - - - - - - The test point belongs to a preview section. - - - - - - - - The test point belongs to the View Caption. - - - - - - - - The test point belongs to the View's vertical scroll bar. - - - - - - - - - Provides navigation options for Advanced Banded Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether advanced horizontal navigation is enabled. - - - true if the advanced horizontal navigation is enabled within a view; otherwise, false. - - - - - - - Gets or sets whether advanced vertical navigation is enabled within a View. - - - true if advanced vertical navigation is enabled within a view; otherwise, false. - - - - - - - - Represents a read-only column collection. - - - - - - - Creates a new object. - - - - A descendant representing the View that will own the new column collection. This value is assigned to the property. - - - - - - - - Indicates whether the collection contains the specified column. - - - - A object to locate in the collection. - - - true if the collection contains the specified column; otherwise, false. - - - - - - - Returns the specified column's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer value representing the specified column's position within the collection. -1 if the collection doesn't contain the specified column. - - - - - - - Provides indexed access to individual columns. - - - - An integer value specifying the column's zero-based index within the collection. - - - A object representing the column located at the specified position within the collection. null (Nothing in Visual Basic) if the specified index is negative or exceeds the last available index. - - - - - - - Gets the View that owns the current column collection. - - - A descendant representing the View that owns the column collection. - - - - - - - - Represents a column collection in Grid Views and Card Views. - - - - - - - Creates a new object. - - - - A descendant representing the View that will own the new column collection. - - - - - - - - Creates a new hidden column and adds it to the end of the collection. - - - A object representing the new column. - - - - - - - Adds the specified column to the end of the collection. - - - - The column to add to the collection. - - - An integer value that specifies the position of the column within the collection. - - - - - - - Creates a new hidden column which is bound to the specified field, and appends it to the collection. - - - - A value that specifies the name of the data field to which to bind the created column. - - - A object which represents the new column. - - - - - - - Adds an array of columns to the end of the collection. - - - - An array of objects. - - - - - - - - Adds a new column, binding it to the specified field and making this column visible. - - - - - A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. - - - The created object. - - - - - - - Adds a new column, binds it to the specified field, assigns the specified caption and makes this column visible. - - - - A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. - - - - A string that specifies the column's display caption. This value is assigned to the property. - - - The created object. - - - - - - - Returns a column specified by its bound field name. - - - - A string value representing the column's bound field name. - - - - A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection has no columns bound to the field. - - - - - - - Returns a column specified by its name. - - - - A string value specifying the column's name. - - - A object representing the column with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the column with the specified name. - - - - - - - Indicates whether the collection contains the specified column. - - - - A object to locate in the collection. - - - true if the collection contains the specified column; otherwise, false. - - - - - - - Returns the specified column's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the column's position within the collection. -1 if the column doesn't belong to the collection. - - - - - - - Creates a new column and adds it to the specified position within the collection. - - - - A zero-based integer specifying the new column's position within the collection. If negative, the column is inserted as the first element. If it exceeds the last available index, the column is appended to the collection. - - - A object representing the column inserted. - - - - - - - Inserts the specified column at the specified position. - - - - A zero-based integer specifying the column's position within the collection. If the specified index is negative or greater than or equal to the number of columns in the collection, an exception will be thrown. - - - - A object to be added to the collection. - - - - - - - - Provides indexed access to individual columns. - - - - A zero-based integer specifying the desired column's position within the collection. If negative or exceeds the last available index, an exception is raised. - - - A object representing the column at the specified position. - - - - - - - Gets the column specified by the bound field name. - - - - A string value specifying the column's bound field name. - - - A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection doesn't contain columns bound to the specified field. - - - - - - - Removes the specified column from the collection. - - - - A object representing the column to be removed. - - - - - - - - Gets the View that owns the collection. - - - A descendant representing the View that owns the column collection. - - - - - - - - Contains values specifying the band or column behavior when the View is scrolled. - - - - - - - The band or column is anchored to the View's left edge. - - - - - - - - - The band or column takes part in horizontal scrolling. - - - - - - - - The band or column is anchored to the View's right edge. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An integer value identifying the painted element's row by its handle. This value is assigned to the property. - - - - A object that represents the column containing the painted footer cell. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object that contains the View information about the element being painted. This value is assigned to the property. - - - - - - - - Gets an object providing information necessary to paint a footer cell. - - - A object. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the object that raised the event. - - - - A object that contains the event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure that specifies the boundaries of the painted element. This value is assigned to the property. - - - - An object that provides the appearance settings used to paint a card caption. This value is assigned to the property. - - - - An integer value identifying the card whose caption is painted. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CardCaptionCustomDrawEventArgs class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object which contains the information required to paint a card. This value is assigned to the property. - - - - - An object that provides the appearance settings used to paint a card caption. This value is assigned to the property. - - - - - - - - Gets or sets the current card's caption. - - - A string that specifies the card's caption. - - - - - - - Gets an object that stores the information needed to paint a card. - - - - A object that provides the information required to paint a card. - - - - - - - - Gets the row handle identifying the card whose caption is painted. - - - An integer value representing the row handle that identifies the painted card. - - - - - - - - Serves as the base for classes that provide options to grid control's Views. - - - - - - - Creates a new object. - - - - - - - - - Represents a method that will handle the , , and events. - - - - - - - Represents a method that will handle the , , and events. - - - - The event source. Identifies the object that raised the event. - - - - A object that contains the event data. - - - - - - - - - Provides data for custom painting events that need to provide row identification facilities. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An integer value identifying the painted element's row by its handle. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object that contains the View information about the element being painted. This value is assigned to the property. - - - - A object that specifies the painted element's appearance settings. This value is assigned to the property. - - - - - - - - Gets the handle of the row whose corresponding element is being painted. - - - An integer value representing the row handle. - - - - - - - - Serves as the base for the class. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An integer value identifying the painted element's row by its handle. This value is assigned to the property. - - - - A object (or a descendant) that represents the column corresponding to the painted element. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object that contains the View information about the element being painted. This value is assigned to the property. - - - - A object that specifies the painted element's appearance settings. This value is assigned to the property. - - - - - - - - Gets the column containing the painted element. - - - A object (or descendant) representing the column that contains the painted element. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An object representing the band or column whose header is about to be dragged. This value is assigned to the property. - - - - - - - - - Gets or sets whether the drag and drop operation can be started. - - - true if the end-user can start drag and drop; otherwise, false. - - - - - - - Gets the column or band whose header is about to be dragged. - - - An object representing the column or band whose header is about to be dragged. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An object representing the band or column whose header is being dragged. This value is assigned to the property. - - - - An object providing information on the header's current position. This value is assigned to the property. - - - - - - - - Gets the column or band whose header is being dragged. - - - An object representing the column or band whose header has been dropped. - - - - - - - Gets an object containing information about the dragged header's current position. - - - A descendant. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An object representing the column or band whose header has been dropped. This value is assigned to the property. - - - - An object specifying the dropping position. This value is assigned to the property. - - - - - - - - Gets whether the dragged header has been dropped successfully. - - - true if the drag and drop operation was cancelled; otherwise, false. - - - - - - - - Gets the column or band whose header has been dropped. - - - An object representing the column or band whose header has been dropped. - - - - - - - Gets an object providing information about drop position. - - - A descendant. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that contains information about the element being painted. This value is assigned to the property. - - - - A object that specifies the painted element's appearance settings. This value is assigned to the property. - - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - Gets the painter object that provides the default element painting mechanism. - - - An ObjectPainter descendant providing the default painting mechanism for the painted element. - - - - - - - - Represents a collection of style conditions applied to a View. - - - - - - - Creates a new object. - - - - A descendant that will own the new collection. This value is assigned to the property. - - - - - - - - Adds a style condition object to the end of the collection. - - - - A object to be added to the collection. - - - - - - - - Adds an array of style condition objects. - - - - An array of objects to be added to the collection. - - - - - - - - Compares the two specified values. - - - - The first value to compare. - - - - The second value to compare. - - - 0 if the values are equal; -1 if the first value is less than the second value; 1 if the first value is greater than the second value. - - - - - - - - Returns a style condition that matches the specified criteria. - - - - A object that specifies a grid column. - - - - A that is the column's value. - - - - - The index of the row in the data source whose value is to be tested. - - - A object that matches the specified criteria. - - - - - - - Gets a value which specifies whether the View that owns the current collection is being initialized. - - - - true if the View that owns the current collection is being initialized; otherwise, false. - - - - - - - Provides indexed access to individual items within the collection. - - - - An integer value specifying the required item's zero-based index within the collection. If negative or exceeds the last available index, an exception is raised. - - - A object residing at the specified position within the collection. - - - - - - - Gets the View that owns the collection. - - - A descendant representing the View that owns the collection. - - - - - - - - Represents a collection that contains Views currently displayed by a grid control. - - - - - - - Creates a new object. - - - - - - - - Indicates whether the collection contains the specified View. - - - - A descendant object to search for. - - - true if the collection contains the specified view; otherwise, false. - - - - - - - Provides indexed access to individual Views. - - - - An integer value representing the View's zero-based index within the collection. - - - A descendant representing the View located at the specified position within the collection. - - - - - - - - Provides appearance options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets whether neighboring cells with identical values merge. - - - - true, to allow neighboring cells with identical values to merge; otherwise, false. - - - - - - - - Gets or sets whether column and band icons within the current View should be painted with the same colors as the column captions. - - - - true, if column and band icons within the current View should be painted with the same colors as the column captions; otherwise, false. - - - - - - - - Gets or sets whether HTML tags can be used to format text in group rows. - - - true if HTML tags can be used to format text in group rows; otherwise, false. - - - - - - - Gets or sets whether HTML formatting can be applied to column and band captions. - - - true if HTML formatting can be applied to column and band captions; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether the number of text lines within preview sections is calculated automatically depending on their contents. - - - true to enable automatic calculation of preview sections' height; otherwise, false. - - - - - - - Gets or sets the number of data rows whose content is processed to apply best fit to columns. - - - - An integer value specifying the number of data rows that are processed to apply best fit to columns. - - - - - - - Gets or sets whether column best-fit resizing operations should prioritize precision or speed. - - - A object that specifies whether column best-fit resizing operations should prioritize precision or speed. - - - - - - - - Gets or sets whether cell error icons are taken into account when calculating the "best width" for columns. - - - A value that specifies whether cell error icons are taken into account when calculating the "best width" for columns. - - - - - - - Gets or sets a value specifying whether column widths are automatically modified so that the total columns' width matches the View's width. - - - true to enable the column auto width feature; otherwise, false. - - - - - - - Gets or sets whether the column header panel height is automatically adjusted to fit wrapped column captions. - - - A enumeration value specifying whether the column header height is automatically adjusted to fit wrapped column captions. - - - - - - - - Gets or sets whether the even rows are painted using the appearance settings provided by the property. - - - true to paint the even rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets whether the odd rows are painted using the appearance settings provided by the property. - - - true to paint the odd rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets a value specifying how group rows should be painted. - - - A enumeration value specifying how group rows are to be painted. - - - - - - - Gets or sets which groups display footers. - - - A enumeration value specifying which groups display footers. - - - - - - - Gets or sets the display style of column filter buttons. - - - A enumeration value which specifies the display style of column filter buttons. - - - - - - - Gets or sets the new item row's position within the View. - - - A enumeration value specifying the new item row's position. - - - - - - - Gets or sets whether the height of each data row is automatically adjusted to completely display the contents of its cells. - - - true, to enable automatic data row height calculation; otherwise, false. - - - - - - - Gets or sets whether the auto filter row is displayed. - - - true to display the auto filter row; otherwise, false. - - - - - - - Gets or sets a value specifying whether the View's group panel acts as a joined group panel. - - - true if the View's group panel can accept the child View's column headers; otherwise, false. - - - - - - - Gets or sets a value specifying whether column headers are displayed. - - - true to display the column header panel; otherwise, false. - - - - - - - Gets or sets a value specifying whether master rows display master-detail expand buttons. - - - true to display master-detail expand buttons; otherwise, false. - - - - - - - - - - - - - - - Gets or sets a value specifying whether the view footer is displayed. - - - true to display the View footer; otherwise, false. - - - - - - - Gets or sets a value specifying whether grouping columns are displayed within the View. - - - true to display grouping columns within the view; otherwise, false. - - - - - - - Gets or sets whether group expand buttons are visible. - - - true if group expand buttons are visible; otherwise, false - - - - - - - Gets or sets a value specifying whether the group panel is visible. - - - true, to display the group panel; otherwise, false. - - - - - - - Gets or sets whether group column headers are arranged in the group panel in a horizontal line. - - - true if group column headers are arranged in the group panel in a horizontal line; false if they are arranged in a tree. - - - - - - - Gets or sets whether horizontal grid lines are displayed. - - - A value that specifies if horizontal grid lines are displayed. - - - - - - - Gets or sets a value specifying whether horizontal grid lines are displayed. - - - true to display horizontal grid lines; otherwise, false. - - - - - - - Gets or sets a value specifying whether the row indicator panel is displayed. - - - true to display the row indicator panel; otherwise, false. - - - - - - - Gets or sets a value specifying whether the new item row is displayed. - - - true to display the new item row; otherwise, false. - - - - - - - Gets or sets a value specifying whether preview sections are displayed. - - - - true, to display row preview sections; otherwise, false. - - - - - - - Gets or sets whether preview lines are displayed. - - - true to display preview lines; otherwise, false. - - - - - - - Gets or sets whether horizontal lines are displayed below preview sections. - - - A value that specifies if horizontal lines are displayed below preview sections. - - - - - - - Gets or sets whether vertical grid lines are displayed. - - - A value that specifies if vertical grid lines are displayed. - - - - - - - Gets or sets a value specifying whether vertical grid lines are displayed. - - - true to display vertical grid lines; otherwise, false. - - - - - - - Gets or sets how async data loading operations are indicated. This property is in effect in Instant Feedback Mode. - - - A object that specifies how async data loading operations are indicated. - - - - - - - - Provides selection options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the width of the check box column. - - - The integer value that specifies the check box column width, in pixels. If set to 0, the default value of 75 pixels is used. - - - - - - - Gets or sets the name of the field in the underlaying data source which is bound to the check box column. - - - A string value that specifies the name of the field in the underlaying data source which is bound to the check box column. - - - - - - - Gets or sets whether the appearance settings for focused cell are enabled. - - - true if the appearance settings for focused cell are enabled; otherwise, false. - - - - - - - Gets or sets whether the appearance settings for a focused row are enabled. - - - - true, if the appearance settings for a focused row are enabled; otherwise, false. - - - - - - - - Gets or sets whether the appearance settings used to paint the selected row(s) when the grid control is not focused are enabled. - - - true if the appearance settings used to paint the selected row(s) when the grid control is not focused are enabled; otherwise, false. - - - - - - - Gets or sets a value specifying whether the focused style is applied to the focused cell only or to all but the focused row cell. - - - true to apply focused style to the focused cell only; otherwise, false. - - - - - - - Gets or sets whether multiple cells or rows can be selected. - - - A enumeration value which specifies whether multiple cells or rows can be selected. - - - - - - - Gets or sets whether clicking a row outside the check box column focuses and selects this row while deselecting all previously selected rows. - - - - true, if clicking a row outside the check box column focuses and selects this row while deselecting all previously selected rows; otherwise, false. - - - - - - - - Gets or sets whether multiple row selection in the check box column can be changed while navigating through grid rows with the keyboard. - - - Default or True if multiple rows can be selected in the check box column when navigating through the grid with the keyboard; False to synchronize the focused and selected row when navigating using the keyboard. - - - - - - - Gets or sets whether a check box is displayed in the check box column header allowing end-users to select/deselect all grid rows. - - - - True or Default, to show a check box is the check box column header; otherwise, False. - - - - - - - Gets or sets whether check boxes are displayed in group rows allowing end-users to select/deselect all rows of a particular group. - - - - True, to display group row check boxes; otherwise, Default or False. - - - - - - - Gets or sets whether the check box column is included into the print and export output. - - - - Default or True, to include the check box column in the print/export output; otherwise, False. - - - - - - - Gets or sets whether rows can be selected via the Row Indicator Panel when the grid is in multiple selection mode. - - - - true if rows can be selected via the row indicator; otherwise, false. - - - - - - - - Provides print/export options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets whether text is wrapped in the print/export output if it contains newline characters. - - - true, if text is wrapped in the print/export output if it contains newline characters; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether widths of columns in the print/export output are automatically changed so that the View fits the page width. - - - true to force the View to fit the page horizontally; otherwise, false. - - - - - - - Gets or sets whether even rows in the print/export output are painted using the appearance settings provided by the property. -This option is in effect when the property is set to true. - - - true to paint even rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets whether odd rows in the print/export output are painted using the appearance settings provided by the property. -This option is in effect when the property is set to true. - - - true to paint odd rows using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets whether the View is printed/exported with all master rows expanded. - - - true, to print/export the View with all details visible regardless of the master rows' expanded state; otherwise, false. - - - - - - - - Gets or sets whether the View is printed/exported with all group rows expanded. - - - true to print/export the View with all data rows visible regardless of the group rows' expanded state; otherwise, false. - - - - - - - Gets or sets the maximum height of merged cells in the print/export output. - - - An integer value that specifies the maximum height of merged cells in the print/export output. - - - - - - - Gets or sets to print/export details of master rows. - - - false, to print/export the View with all master rows collapsed, regardless of their actual expanded state; otherwise, true. - - - - - - - Gets or sets whether to display the filter panel in the print/export output. - - - true to print/export the filter panel; otherwise, false. - - - - - - - Gets or sets whether to display the view footer in the print/export output. Supports WYSIWYG and Data-aware export mode. - - - true to print/export the View footer; otherwise, false. - - - - - - - Gets or sets whether to display group footers in the print/export output. - - - true to print/export group footers; otherwise, false. - - - - - - - Gets or sets whether to display column headers in the print/export output. Supports WYSIWYG and Data-aware export mode. - - - true to print/export column headers; otherwise, false. - - - - - - - Gets or sets whether horizontal grid lines are printed/exported. Supports WYSIWYG and Data-aware export mode. - - - true to display horizontal grid lines in the print/export output; otherwise, false. - - - - - - - Gets or sets whether to display the preview sections in the print/export output. - - - true to print preview/export sections; otherwise, false. - - - - - - - Gets or sets whether only the focused/selected rows are printed/exported. - - - true if only only the focused/selected rows are printed/exported; otherwise, false - - - - - - - Gets or sets whether vertical grid lines are displayed in the print/export output. Supports WYSIWYG and Data-aware export mode. - - - true, to print/export vertical grid lines; otherwise, false. - - - - - - - Gets or sets whether preview sections are allowed to be split across pages when printing/exporting. - - - true if preview sections are allowed to be split across pages when printing/exporting; otherwise, false. - - - - - - - Gets or sets whether data cells are allowed to be split across pages when printing/exporting. - - - true, if data cells are allowed to be split across pages when printing/exporting; otherwise, false. - - - - - - - Gets or sets whether print appearances are used when the grid control is printed/exported. - - - true to use print appearances when the grid control is printed/exported; false to use View appearances. - - - - - - - - Provides navigation options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid row. - - - true to focus new rows automatically; otherwise, false. - - - - - - - Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous row when the current row's last/first cell is focused. - - - true if horizontal navigation keys can move focus between rows; otherwise, false. - - - - - - - Gets or sets a value specifying whether the ENTER key can be used to move cell focus. - - - true to enable focus moving using the ENTER key; otherwise, false. - - - - - - - Enables the Office 2007 navigation mode, where pressing the PAGE DOWN key moves focus to the bottom visible record, and pressing the PAGE UP key moves focus to the top visible record. - - - true if Office 2007 navigation mode is enabled; otherwise, false. - - - - - - - Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus to the next/previous row cell or to the next/previous control in tab order. - - - true if the TAB/SHIFT+TAB key combinations are processed by the view; otherwise, false. - - - - - - - - Provides menu options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the border adornment effect for dialog forms within the . - - - A value that specifies the dialog form border adornment effect. - - - - - - - Gets or sets whether the end-users can invoke Column Header Context Menu. - - - true if end-users can right-click column headers to invoke their context menus; otherwise, false. - - - - - - - Gets or sets whether end-users can invoke footer context menus. - - - true if end-users can click the view footer and group footers to invoke their context menus; otherwise, false. - - - - - - - Gets or sets whether end-users can invoke the group panel context menu. - - - true if end-users can right-click the group panel to invoke its context menu; otherwise, false. - - - - - - - Gets or sets whether or not the footer menu contains an item that allows adding multiple total summaries for a column at runtime. - - - A value that specifies the availability of the corresponding menu item. - - - - - - - - Gets whether the "Show Auto Filter Row" check item is displayed within the Column Header Context Menu. - - - true if the "Show Auto Filter Row" check item is available within a column header's menu; otherwise, false. - - - - - - - Gets or sets whether the Conditional Formatting menu is available in a column's context menu at runtime, allowing end-users to apply style formats to columns. - - - true, if the conditional formatting menu is available at runtime; otherwise, false. - - - - - - - Gets or sets whether a menu that enables switching group modes for date-time columns is available at runtime. - - - true if a menu that enables switching group modes for date-time columns is available at runtime; otherwise, false. - - - - - - - Gets whether the "Show/Hide Footer" item is displayed within the Column Header Context Menu. - - - true if the "Show/Hide Footer" item is available within a column header's menu; otherwise, false. - - - - - - - Gets or sets whether a context menu for grouping columns contains commands that allow group rows to be sorted according to group summary values. - - - true if a grouping column's context menu contains these commands; otherwise, false. - - - - - - - Gets or sets whether an end-user can invoke a Group Summary Editor at runtime, via a context menu. - - - true if an end-user can invoke a Group Summary Editor at runtime, via a context menu; otherwise, false. - - - - - - - Gets or sets whether the Split command is available in the Grid Control's context menu. - - - true if the Split command is available in the Grid Control's context menu; otherwise, false. - - - - - - - - Provides hint options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether hints are displayed for cells with truncated content. - - - true to display hints for cells with truncated content; otherwise, false. - - - - - - - Gets or sets a value specifying whether hints are displayed for column headers displaying truncated captions. - - - true to display hints for column headers displaying truncated captions; otherwise, false. - - - - - - - Gets or sets whether tooltips are displayed for footer cells, when the text is clipped. - - - A Boolean value that specifies whether tooltips are displayed for footer cells, when the text is clipped. - - - - - - - - Provides detail customization options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets a value specifying whether master rows can be expanded when details have no data. - - - true if master rows can be expanded when details have no data; otherwise, false. - - - - - - - Gets or sets a value specifying whether several master rows can be expanded simultaneously. - - - true if expanding a master row collapses the previously expanded row; otherwise, false. - - - - - - - Gets or sets a value specifying whether the View's immediate details can be maximized to fit the entire grid control's area. - - - true if details can be zoomed; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether details are automatically maximized to fit the entire grid control's area when corresponding master rows are expanded. - - - true if the details are automatically zoomed when master rows are expanded; otherwise, false. - - - - - - - Gets or sets whether detail Views are painted in Classic mode (master and detail Views have their own vertical scrollbars) or Embedded mode (a single vertical scrollbar is used throughout the grid control). - - - A value that specifies the current detail mode. The DetailMode.Default value is equivalent to Classic. - - - - - - - Gets or sets a value specifying whether detail tooltips are enabled for detail Views that are opened via the current master View. This option must be applied to a master View. - - - true if a detail tooltip is displayed when pointing to a master row's expand button; otherwise, false. - - - - - - - Gets or sets a value specifying whether the View's details can be displayed. - - - true, to allow expanding master rows ; otherwise, false. - - - - - - - Gets or sets whether detail tabs are displayed in detail sections when master rows of the current master View are expanded. This option must be applied to a master View. - - - - true, to display detail tabs; otherwise, false. - - - - - - - Gets or sets whether vertical indents are enabled between detail Views and master Views in Embedded detail mode (see ). - - - A value that specifies if vertical indents are enabled. The DefaultBoolean.Default value is equivalent to True. - - - - - - - Gets or sets a value specifying whether the current master View is automatically scrolled when one of its detail Views at the first level is expanded, so all rows in that detail View will be displayed. This functionality is supported only when expanding first level detail Views. - - - true if a View is automatically scrolled when one of its detail Views is expanded; otherwise, false. - - - - - - - Gets or sets whether master-detail expand buttons are displayed grayed out when their associated detail rows don't contain any data. - - - true to display master-detail expand buttons as grayed out when their associated detail rows don't contain any data; false to always display master-detail expand buttons in black. - - - - - - - Gets or sets a value which specifies the manner in which master-detail expand buttons are painted. - - - A enumeration value which specifies whether master-detail expand buttons are displayed grayed out when their associated details don't contain any data. - - - - - - - - Reserved for future use. - - - Reserved for future use. - - - - - - - - Provides customization options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets whether end-users are allowed to move columns by dragging their headers. - - - true if end-users are allowed to move grid columns; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to change the width of grid columns. - - - true if end-users are allowed to change a column's width; otherwise, false. - - - - - - - Gets or sets a value which specifies whether end-users can filter data using the filter dropdowns. - - - true if end-users can filter data using the filter dropdowns; otherwise, false. - - - - - - - Gets or sets a value specifying whether end-users can apply data grouping. - - - true if end-users can apply data grouping; otherwise, false. - - - - - - - Gets or sets whether or not grouping by multiple columns at once is enabled. - - - A enumerator value that specifies whether or not grouping by multiple columns at once is enabled. - - - - - - - Gets or sets whether a column/band can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. - - - true if a column/band can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open; otherwise, false - - - - - - - Gets or sets a value specifying whether end-users can resize data rows vertically. - - - true if end-users can drag data rows' bottom edges to resize rows vertically; otherwise, false. - - - - - - - Gets or sets a value specifying whether end-users can apply data sorting. - - - true if end-users can apply data sorting; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the displays the search box allowing an end-user to input a criterion to filter the list of available columns and bands. - - - true, if the Customization Form displays the search box; otherwise, false. - - - - - - - Gets or sets whether or not the Customization Form can automatically snap to specific targets. - - - A SnapMode enumeration value that specifies whether or not the Customization Form can automatically snap to specific targets. - - - - - - - - Provides behavior options for Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified owning View. - - - - A descendant which represents a Grid View whose behavior options are initialized. - - - - - - - - Gets or sets whether to forcibly move group footer summaries (which reside in group footers) to positions in group rows under corresponding column headers. Group footers will be hidden as a result. This feature is supported for the and . - - - A value that specifies whether to display group footer summaries in group rows under corresponding column headers. - - - - - - - Gets or sets whether the top visible group row is always displayed when scrolling through grouped data. - - - A value that specifies if the top visible group row is always displayed when scrolling through grouped data. - - - - - - - Gets or sets whether groups are expanded/collapsed using an animation effect. - - - True, if groups are expanded/collapsed using an animation effect; False if not; Default uses the global setting. - - - - - - - Gets or sets a value specifying whether end-users can locate rows by typing the desired column value. - - - true if incremental searching is allowed; otherwise, false. - - - - - - - Gets or sets a value specifying whether several master rows can be expanded simultaneously. - - - true if expanding a master row collapses the previously expanded row; otherwise, false. - - - - - - - Gets or sets whether or not to hide group rows if they contain only a single data row. - - - A value that specifies whether or not to hide group rows if they contain only a single data row. The DefaultBoolean.Default property is equivalent to False. - - - - - - - Gets or sets whether a View repaints only new portions of its surface when a user scrolls through Grid records. - - - true if the View is partially repainted during scrolling; false if the entire region of the View is repainted. - - - - - - - Gets or sets whether smooth pixel-based vertical scrolling is enabled for rows. - - - A value that specifies whether smooth pixel-based vertical scrolling is enabled for rows. - - - - - - - Gets or sets whether a smooth animation is used when sorting the data. - - - True if a smooth animation is used when sorting the data; False if not; Default uses the global setting. - - - - - - - Gets or sets whether validation errors (icon and description) are allowed to be displayed when a cell or entire row is not valid. - - - true, if validation errors are displayed; otherwise, false. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether all the groups within the View are automatically expanded. - - - true to expand all groups automatically; otherwise, false. - - - - - - - Gets or sets whether total summaries are automatically updated to reflect changes in column values. - - - true, if automatic total summary updates are enabled; otherwise, false. - - - - - - - Gets or sets whether column captions are copied to the Clipboard, when CTRL+C is pressed or the method is called. - - - true if column captions are copied to the Clipboard when CTRL+C is pressed or the method is called; otherwise, false. - - - - - - - Gets or sets the mode in which a data record can be edited - inplace or via a dedicated inline or popup Edit Form. - - - - The mode in which a data record can be edited. - - - - - - - Gets or sets a value specifying whether the group rows' expanded state is preserved when applying data sorting. - - - true to preserve the group rows' expanded state when sorting; otherwise, false. - - - - - - - Gets or sets a value specifying whether scrolling the View to the bottom places the last row at the top of the View. - - - - true, if scrolling to the bottom places the last row at the bottom of the view; false if, as the result, the last row is placed at the top. - - - - - - - - Gets or sets whether null values must be ignored when calculating summaries. - - - true if null values must be ignored when calculating summaries; otherwise, false. - - - - - - - - Provides appearance options for Card Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether card captions are displayed. - - - true to display card captions; otherwise, false. - - - - - - - Gets or sets whether expand buttons are displayed within the card captions. - - - true if expand buttons are displayed within the card captions; otherwise, false. - - - - - - - Gets or sets a value specifying whether empty fields are displayed within cards. - - - true if empty fields are displayed; otherwise, false. - - - - - - - Gets or sets whether field captions are displayed. - - - true to display field captions; otherwise, false. - - - - - - - Gets or sets a value specifying whether hints are displayed for card fields with truncated content. - - - true to display hints for card fields with truncated content; otherwise, false. - - - - - - - Gets or sets a value specifying whether the horizontal scroll bar is displayed. - - - true if the horizontal scroll bar is displayed; otherwise, false. - - - - - - - Gets or sets a value specifying whether Card Separator are displayed. - - - true if the card separators are displayed; otherwise, false. - - - - - - - Gets or sets whether the customization button is displayed. - - - true to display the quick customization button; otherwise, false. - - - - - - - - Provides print/export options for Card Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether cards in the print/export output are automatically resized horizontally to fit the report page's width. - - - - true if cards are automatically resized horizontally to fit the report page's width; otherwise, false. - - - - - - - Gets or sets whether card captions are printed/exported. - - - true if card captions are printed/exported; otherwise, false. - - - - - - - Gets or sets whether empty fields are printed/exported. - - - true if empty fields are printed/exported; otherwise, false. - - - - - - - Gets or sets whether the filter panel is printed/exported. - - - true to print/export the filter panel; otherwise, false. - - - - - - - Gets or sets whether to print/export only the selected card or all cards within the View. - - - true to print/export the selected card only; otherwise, false. - - - - - - - Gets or sets whether only the focused/selected cards are printed/exported. - - - true if only only the focused/selected cards are printed/exported; otherwise, false - - - - - - - Gets or sets whether print styles or View styles are used to print/export the View. - - - true to use print styles for printing/exporting the grid's data; false, to use View styles. - - - - - - - - Provides behavior options for Card Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified owning View. - - - - - A descendant which represents a Card View whose behavior options are initialized. - - - - - - - - Gets or sets whether cards can be collapsed. - - - true if cards can be collapsed; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether adding a new record focuses the new card. - - - true to force the View to focus new cards automatically; otherwise, false. - - - - - - - Gets or sets a value specifying whether the cards auto width feature is enabled. - - - true if the cards auto width feature is enabled; otherwise, false. - - - - - - - Gets or sets a value specifying whether card field height is calculated automatically, depending on cell contents. - - - - true to enable automatic field height calculation; otherwise, false. - - - - - - - - Gets or sets a value specifying whether a card column width can be changed by the end-users. - - - true if a card column width can be changed by the end-user; otherwise, false. - - - - - - - Gets or sets a value specifying whether the TAB/SHIFT+TAB key combinations move focus within the Card View or to the next/previous control in tab order. - - - true if TAB/SHIFT+TAB key combinations are handled by the view; otherwise, false. - - - - - - - - Represents a column collection owned by a band. - - - - - - - Creates a new object. - - - - A object representing the band that will own the column collection. This value is assigned to the property. - - - - - - - - Adds the specified column to the end of the collection. - - - - A object representing the column to add. - - - - - - - - Gets the band owning the current column collection. - - - A object whose property is represented by this column collection. - - - - - - - Indicates whether the collection contains the specified column. - - - - A object to locate in the collection. - - - true if the collection contains the specified column; otherwise, false. - - - - - - - Returns the position of the specified column within the collection. - - - - A object to locate in the collection. - - - An integer value representing the specified column's zero-based index within the collection. -1 if the collection doesn't contain the specified column. - - - - - - - - Adds the specified column to the specified position within the collection. - - - - An integer value representing the zero-based index where the specified column should be inserted. If negative or exceeds the number of elements, an exception is raised. - - - - A object representing the column to insert. - - - - - - - - Provides indexed access to columns. - - - - An integer value specifying the required column's zero-based index. If negative or exceeds the number of elements, an exception is raised. - - - - A object representing the column at the specified position within the collection. - - - - - - - Gets a column with the specified name. - - - - A value specifying the column name. - - - A object representing the column with the specified name. null (Nothing in Visual Basic) if the specified column doesn't belong to the collection. - - - - - - - Moves a column to a new position within the collection. - - - - An integer value specifying the target position (a zero-based index within the collection). A negative value to remove the column. - - - - A object representing the column to be moved. - - - - - - - - Removes a column from the collection. - - - - A object representing the column to remove. - - - - - - - - Gets the View that displays columns from this collection. - - - A object (or descendant) representing the View that displays columns from this collection. null (Nothing in Visual Basic) if collection doesn't have the owning band or the owning band doesn't have the owning View. - - - - - - - Gets the number of visible columns. - - - An integer value representing the number of visible columns. - - - - - - - - Represents a band collection. - - - - - - - Creates a new instance of the class. - - - - - A object or its descendant representing a View to which the created collection belongs. This value is assigned to the property. - - - - A object representing the band that owns the created band collection. This value is assigned to the property. - - - - - - - - Creates and adds a new band to the end of the collection. - - - A object representing the band added. - - - - - - - Adds the specified band to the end of the collection. - - - - A object representing the band to be added. - - - A object representing the new band. - - - - - - - Creates a band with the specified caption and appends it to the collection. - - - - - A value which specifies the band's caption. This value is assigned to the property. - - - - A object which represents the created band. - - - - - - - - Adds an array of band objects to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Indicates whether the specified band can be added to the collection. - - - - A object representing the band being examined. - - - true if the specified band can be added to the collection; otherwise, false. - - - - - - - Indicates whether the collection contains a specific band. - - - - A object to locate in the collection. - - - true if the collection contains the specified band; otherwise, false. - - - - - - - Indicates whether a specific band is a child of the collection owner (at any nesting level). - - - - A object to be located among the collection owner's children. - - - true if the specified band is a child of the collection owner; otherwise, false. - - - - - - - Creates a new band with default settings. - - - A object that represents the created band. - - - - - - - Gets the first visible band within the collection. - - - A object representing the first visible band within the collection. null (Nothing in Visual Basic) if the collection contains no visible bands. - - - - - - - Returns a band at the specified position among visible bands within the collection. - - - - An integer value specifying the zero-based index of a band among visible bands. - - - A object representing a band at the specified position among visible bands. null (Nothing in Visual Basic) if the collection contains no visible bands or the specified index is negative or exceeds the maximum available visible index. - - - - - - - Searches for a visible band starting from a specified band. - - - - A object specifying the band from which the search is started. - - - A object representing the found band. null (Nothing in Visual Basic) if no visible band is found. - - - - - - - Returns the specified band's position within the collection. - - - - A object representing the band to be located. - - - An integer value representing the specified band's zero-based index. -1 if the collection doesn't contain the specified band. - - - - - - - Creates a new band and adds it at the specified position within a collection. - - - - An integer value representing the zero-based index at which the new band should be inserted. - - - A object representing the new band. - - - - - - - Adds the specified band to the specified position within the collection. - - - - An integer value representing the zero-based index at which the specified band should be inserted. If negative or exceeds the number of elements, an exception is raised. - - - - A object representing the band to be inserted. - - - - - - - - Adds a band to the collection moving all previous collection elements to this band's children collection. - - - - A object representing the band to be added. - - - - - - - - Gets a band with the specified name. - - - - A value specifying the name of the band to be found. - - - A object representing a band with the specified name. null (Nothing in Visual Basic) if no band is found. - - - - - - - Provides indexed access to bands. - - - - An integer value specifying the band's zero-based index within the collection. - - - A object representing the band located at the specified position. - - - - - - - Gets the last visible band within the collection. - - - A object representing the last visible band within the collection. null (Nothing in Visual Basic) if the collection contains no visible bands. - - - - - - - Moves a band to a new position within the collection. - - - - An integer value representing a new position of a band within the collection. - - - - A object representing the band to be moved. - - - - - - - - Gets a band owning the current band collection. - - - A object whose property is represented by this band collection. - - - - - - - Removes the specified band from the collection. - - - - A object representing the band to remove. - - - - - - - - Gets the View that displays bands from this collection. - - - A object (or descendant) representing the View displaying bands in this collection. - - - - - - - Gets the number of visible bands within the collection. - - - An integer value representing the number of visible bands within the collection. - - - - - - - - Represents an individual band. - - - - - - - Creates a new object. - - - - - - - - Gets the appearance settings used to paint the band header. - - - An object representing the band header's appearance settings. - - - - - - - Gets or sets a value specifying whether a band header should be automatically stretched to fill the empty space below it. - - - true, if a band header is automatically stretched to fill the empty space below it; otherwise, false. - - - - - - - Gets the band's nesting level. - - - An integer value representing the band's zero-based nesting level. - - - - - - - Gets or sets the band's caption. - - - A string value specifying the text to be displayed within the band header. - - - - - - - Provides access to the band's child band collection. - - - A object representing the child band collection. - - - - - - - Gets the band collection that owns the current band. - - - A object representing the band collection that owns the current band. - - - - - - - Provides access to columns owned by the band. - - - A object representing the band's column collection. - - - - - - - Gets or sets the band's caption when its header is displayed within the Customization Form. - - - A value which specifies the band's caption when its header is displayed within the Customization Form. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the band's behavior when the View is scrolled horizontally. - - - A enumeration member specifying the band behavior when the View is scrolled horizontally. - - - - - - - Returns the non formatted band caption. - - - A string value that represents the band's non formatted caption. - - - - - - - Gets a value indicating that the band has child bands. - - - true if the band contains one or more child bands; otherwise, false. - - - - - - - Gets or sets an image displayed within a Band Header. - - - An image displayed within the band header. - - - - - - - Gets or sets the band header image alignment. - - - A System.Drawing.StringAlignment enumeration member specifying the image alignment. - - - - - - - Gets or sets the index of the image displayed within the band header. - - - A zero-based integer specifying the image by its index within the source collection. -1 if no image is displayed within the band header. - - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this GridBand. - - - An object that stores image-related options. - - - - - - - Gets an image collection whose images can be displayed within the band's header. - - - An object which provides images for band headers. - - - - - - - Gets the band's position within the owning collection. - - - A zero-based integer representing the band's position. - - - - - - - Indicates whether the View that owns the band is currently being initialized. - - - true if the View is being initialized; otherwise, false. - - - - - - - Gets or sets the band's minimum allowed width. - - - An integer value specifying the band's minimum width in pixels. - - - - - - - Gets or sets the band name. - - - - A value specifying the band name. - - - - - - - Provides access to the band's options. - - - An object containing the band's options. - - - - - - - - Gets the parent band. - - - A object representing the band's parent. null (Nothing in Visual Basic) if the band is at the root hierarchy level or if it not within the View's bands hierarchy. - - - - - - - Gets a value indicating whether the band is currently visible. - - - true if a band is currently visible; otherwise, false. - - - - - - - Specifies a new width for the band. - - - - - An integer value representing the band's new width. - - - - - - - - - Gets the root band that is the current band's parent. - - - A object representing the root band in the current band's hierarchy branch. - - - - - - - Gets or sets the band header height in rows. - - - An integer value specifying the band header height in rows. Values less than 1 are not accepted. - - - - - - - Gets or sets the data associated with the current band. - - - - An object containing information which is associated with the current band. - - - - - - - - Gets or sets a custom tooltip for the band. - - - A string, which is a custom tooltip for the band. - - - - - - - - Gets the band's caption. - - - A string that specifies the band's caption. - - - - - - - Gets the View to which the band belongs. - - - A object (or descendant) representing the View to which the band belongs. - - - - - - - Gets or sets whether the band is visible. - - - true if the band is visible; otherwise, false. - - - - - - - Gets the band's visual position within its owner (within a parent band or, for root bands, within a View). - - - A zero-based integer value specifying the band's visual position. -1 if the band is invisible. - - - - - - - Gets the current band width. - - - An integer value representing the current band width in pixels. - - - - - - - Gets or sets band width. - - - An integer value specifying band width in pixels. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - An event source identifying the View which raised the event. - - - - A object providing data for the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object that contains the View information about the band header being painted. This value is assigned to the property. - - - - - - - - Gets the band whose header is to be painted. Returns null if an "empty band header" is currently being painted. - - - - - A object specifying the band whose header is to be painted. - - - - - - - Gets an object providing View information for the band header being painted. - - - A object containing the painted band's View information. - - - - - - - - Displays data in a tabular form and allows grouping of columns into bands. - - - - - - - Creates a new object with the specified owner. - - - - A object representing a grid control that will own the View. This value is assigned to the property. - - - - - - - - Creates a new object with default settings. - - - - - - - - Provides access to the properties that control the appearance of the Banded Grid View's elements. - - - A object that provides appearance settings for the View's elements. - - - - - - - Provides access to the properties that specify the appearances of Banded Grid View elements when they are printed/exported. - - - A object that provides appearance settings for Banded Grid View elements when they are printed/exported. - - - - - - - Copies properties and, optionally, event handlers from the View passed as a parameter. - - - - A descendant representing a View whose properties and event handlers are copied. If null (Nothing in Visual Basic), the method does nothing. - - - - true if event handlers should be copied; otherwise, false. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the band panel row height. - - - An integer value specifying the band panel row height in pixels. -1 to calculate the band panel row height automatically based on band header contents. - - - - - - - Provides access to the root band collection. - - - A object representing the root band collection. - - - - - - - Occurs when the band's width is changed. - - - - - - - - Returns information about View elements located at a specified point. - - - - A structure specifying the test point coordinates relative to the grid control's top-left corner. - - - A object that contains information about View elements located at the test point. - - - - - - - Returns information about the View elements located at the specified point. - - - - - An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. - - - - An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. - - - A object which contains information on the View elements located at the test point. - - - - - - - Indicates whether a band can be dragged by end-users. - - - - A object representing the inspected band. - - - true if end-users can drag the band; otherwise, false. - - - - - - - Indicates whether the specified band can be resized by end-users. - - - - A object representing the inspected band. - - - true if end-users can resize the specified band; otherwise, false. - - - - - - - Provides access to the column collection. - - - A object representing the View's column collection. - - - - - - - Returns an object that enables you to export a View's data in a number of different formats - - - - An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. - - - A BaseExportLink descendant (a BandedViewExportLink object) providing facilities for exporting data. - - - - - - - Enables you to custom paint band headers. - - - - - - - - Invalidates a band header or the entire band panel. - - - - - A object representing the band whose header is to be repainted. null (Nothing in Visual Basic) to invalidate the entire band panel. - - - - - - - - - Invalidates the View element located at the point specified by the hit information object. - - - - A descendant (a object) containing hit information. - - - - - - - - Gets a value indicating whether a View element is currently being dragged. - - - true if a band header or column header is being dragged; otherwise, false. - - - - - - - Gets a value indicating whether a View element is currently being resized. - - - true if a View element is being resized; otherwise, false. - - - - - - - - Gets or sets the minimum band header panel height in rows. - - - An integer value specifying the minimal number of rows possible within the band panel. - - - - - - - Provides access to the View's customization options. - - - A object containing the View's customization options. - - - - - - - Provides access to the View's hint options. - - - A object containing the View's hint options. - - - - - - - Provides options that control how the View is printed/exported. - - - A object containing the View's print and export options. - - - - - - - Provides access to the View's visual display options. - - - A object containing the View's visual display options. - - - - - - - Provides access to the appearance settings currently used to paint the banded View's elements. - - - A object which provides the appearance settings currently used to paint the banded View's elements. - - - - - - - Gets the View's current state. - - - A enumeration member indicating the View's current state. - - - - - - - Synchronizes a View's visual settings with the specified View. - - - - A descendant representing the View whose visual settings should be copied to the current View. - - - - - - - - - - Provides appearance options for Banded Grid Views. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether the band panel is displayed. - - - true if the band panel is displayed; otherwise, false. - - - - - - - Gets or sets a value specifying whether grouping columns should be displayed within the View. - - - true to display grouping columns within the view; otherwise, false. - - - - - - - - Provides hint options for Banded Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value spoecifying whether hints are displayed for band headers with truncated captions. - - - true if hints are displayed for band headers with truncated captions; otherwise, false. - - - - - - - - Provides customization options for Banded Grid Views. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets whether bands can be moved to a new position. - - - true if bands can be moved to a new position; otherwise, false - - - - - - - Gets or sets whether the bands can be resized. - - - true if the bands can be resized; otherwise, false - - - - - - - Gets or sets a value specifying whether end-users can move bands between parents. - - - true if bands can be moved between parents; otherwise, false. - - - - - - - Gets or sets a value specifying whether end-users can move columns between bands. - - - true if end-users can move columns between bands; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets a value specifying whether hidden bands can be shown within the Customization Form. - - - true if hidden bands can be shown within the Customization Form; otherwise, false. - - - - - - - - Represents a read-only collection of banded columns. - - - - - - - Creates a new instance of the class. - - - - A descendant representing the View owning the column collection. - - - - - - - - Provides indexed access to individual columns. - - - - An integer value specifying the zero-based index of the required collection item. - - - A object representing the column at the specified position within the collection. null (Nothing in Visual Basic) if the specified index is negative or exceeds the last available index. - - - - - - - - Represents a banded grid column collection. - - - - - - - Creates a new instance of the class. - - - - A descendant representing a View that will own the column collection created. This value is assigned to the property. - - - - - - - - Creates a new hidden column and appends it to the collection. - - - - A object representing the new column. - - - - - - - Creates a new column which is bound to the specified field and appends it to the collection. - - - - A value that specifies the name of the data field to bind the created column to. - - - - A object which represents the new column. - - - - - - - Adds an array of column objects to the collection. - - - - An array of objects to be added to the collection. - - - - - - - - Returns a column by the name of the field to which it is bound. - - - - A value specifying the field name. - - - A object representing a column bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. - - - - - - - Returns a column by its name. - - - - A value specifying the column name. - - - A object representing a column with the specified name. null (Nothing in Visual Basic) if no column is found. - - - - - - - Gets a column at a specific index. - - - - An integer value specifying the zero-based index of the required column. If negative or exceeds the maximum available index, an exception is raised. - - - A object representing a column at the specified position within the collection. - - - - - - - Gets a column by the name of the field to which it is bound. - - - - A value specifying the data source field name. - - - A object representing a column within the collection bound to the data source field with the specified name. null (Nothing in Visual Basic) if no column is found. - - - - - - - Gets the View that owns a column collection. - - - A object representing a View where columns of this collection are displayed. - - - - - - - - Represents an individual column in Banded Grid Views. - - - - - - - - Creates a new instance of the class. - - - - - - - - Gets or sets a value specifying whether a column header should be automatically stretched to fill the empty space below it. - - - true if a column header is automatically stretched to fill the empty space below it; otherwise, false. - - - - - - - Gets a column's horizontal position within a band row. - - - An integer value representing the zero-based index of a column within a band row. -1 if the column has no parent band. - - - - - - - Gets or sets the column's visible state and position within a band row. - - - An integer value specifying the column's zero-based index among the visible columns in a band row. -1 if the column is invisible. - - - - - - - Gets or sets a value specifying whether a column is scrolled horizontally with the View or in a fixed position. - - - A enumeration member specifying column behavior when the View is scrolled. - - - - - - - This property is not supported by the BandedGridColumn class. - - - 0 - - - - - - - Gets or sets a column's parent band. - - - A object representing a band to which a column belongs. - - - - - - - Gets or sets the column header height in rows. - - - An integer value specifying the column header height in rows. Values less than 1 are not accepted. - - - - - - - Gets or sets the vertical position of a banded column. - - - An integer value representing the zero-based index of the band row where a column header is displayed. - - - - - - - Gets the View to which a specific column belongs. - - - A object representing a View to which a column belongs. - - - - - - - Gets or sets the column's position among visible columns. - - - An integer value specifying the column's zero-based index among visible columns. - - - - - - - - Displays data in a tabular form, allows grouping columns into bands and supports complex data cell arrangements. - - - - - - - Creates a new instance of the class owned by the grid control specified. - - - - A object representing the grid control that will own the created View. This value is assigned to the property. - - - - - - - - - Creates a new instance of the class with default settings. - - - - - - - - Returns an object that enables you to export a View's data in a number of different formats. - - - - An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. - - - A descendant (a DevExpress.XtraGrid.Export.AdvBandedViewExportLink object) providing exporting facilities. - - - - - - - Provides access to a View's navigation options. - - - An object that contains a View's navigation options. - - - - - - - Provides access to the View's selection options. - - - An object which contains the View's selection properties. - - - - - - - Provides access to the View's display options. - - - A object containing the View's display options. - - - - - - - Moves a column to the specified position among visible columns belonging to the same band. - - - - A object representing the column to be moved. - - - - An integer value representing the zero-based index of the row where the specified column should be moved. This value is assigned to the column's property. If negative, an exception is raised. - - - - An integer value representing the zero-based column index within a band row. This value is assigned to the column's property. If negative, it is set to 0. - - - - - - - - Sets the column's width to the specified value. - - - - A object whose width is to be changed. - - - - The column's new width. This value cannot be less than . - - - - - - - - - Contains values indicating all available Banded Grid View states. - - - - - - - A band header is pressed. - - - - - - - - A band header is being dragged by the end-user. The band's option must be enabled to allow band header dragging. - - - - - - - - A band is being resized by the end-user. This implies that the band header's right edge is being dragged. This operation is available only for bands whose option is enabled. - - - - - - - - Multiple cells are being selected by an end-user using the mouse. The property must be set to the value to make this operation available. - - - - - - - - - A header panel button is pressed. - - - - - - - - A column header is pressed. - - - - - - - - A column header is being dragged by the end-user. The column's and View's options must be enabled to allow column header dragging. - - - - - - - - A column's filter button is pressed. - - - - - - - - A column is being resized by the end-user. This implies that the column header's right edge is being dragged. This operation is available only for columns whose option is enabled. - - - - - - - - A cell editor is active at the moment. - - - - - - - - A filter close button is pressed. - - - - - - - - - A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a View is going to be enabled or disabled. - - - - - - - - A filter panel customize button is pressed. - - - - - - - - The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. - - - - - - - - The string in the filter panel which represents the filter criteria applied to a View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The incremental search is being performed. - - - - - - - - No specific action is being performed within a View. - - - - - - - - A detail View's clone is being resized by the end-user. This implies that the detail's bottom edge is being dragged. - - - - - - - - A data row is being resized by the end-user. This implies that the corresponding indicator cell's bottom edge is being dragged. The option must be enabled to allow such operations. - - - - - - - - A View is being scrolled. This implies that an end-user has depressed the mouse wheel and is moving the mouse to scroll the View's contents. - - - - - - - - - Multiple rows are being selected using the dragging operation. This implies that the end-user presses an indicator cell corresponding to the selection start and drags the mouse to the selection end. The option must be enabled to make this operation available. - - - - - - - - An unknown action is being performed within a View. - - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Creates a new object. - - - - An integer value representing the row's handle. This value is assigned to the property. - - - - - - - - Gets the row's handle (position). For the event, this property specifies the previous handle (position) of the currently processed row. - - - An integer value representing the row's handle. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Creates a new object. - - - - An integer value representing the handle of the row. This value is assigned to the property. - - - - true if the group row can be collapsed/expanded; otherwise, false. This value is assigned to the property. - - - - - - - - Gets or sets a value specifying whether the current operation is allowed. - - - true to allow the operation; otherwise, false. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. This parameter identifies the View that raised the event. - - - - A that contains event data. - - - - - - - - - Lists values specifying Grid View context menu types. - - - - - - - Corresponds to the auto filter row menu. - - - - - - - - Corresponds to the column header context menu. - - - - - - - - Corresponds to the group panel context menu. - - - - - - - - Corresponds to the context menu which is activated by an end-user right-clicking on a data or group row. - - - - - - - - Corresponds to the footer cell context menu. - - - - - - - - Corresponds to the user defined context menu. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates and initializes a new object. - - - - A object representing the column containing an element where the context menu was activated. This value is assigned to the property. - - - - A object representing the group summaries collection defined for the sender View. This value is assigned to the property. - - - - A object representing a summary item whose corresponding footer cell was clicked to invoke the menu. This value is assigned to the property. - - - - A enumeration value specifying the aggregate function type used by the summary item. This value is assigned the property. - - - - A value specifying the summary value formatting. This value is assigned to the property. - - - - A enumeration value specifying the context menu type. This value is assigned to the property. - - - - A object representing the clicked menu item. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class. - - - - A object or descendant representing the column whose footer cell or header was clicked to invoke a menu. This value is assigned to the property. - - - - A object representing the View's group summaries collection. This value is assigned to the property. - - - - A object specifying summary settings for the footer cell where the context menu was activated. This value is assigned to the property. - - - - A enumeration value representing the summary item's type. This value is assigned to the property. - - - - A string value representing the summary value's formatting. This value is assigned to the property. - - - - A enumeration value specifying the type of the menu whose item was clicked. This value is assigned to the property. - - - - A object representing the clicked DX menu item. This value is assigned to the property. - - - - - - - - Gets the column whose footer cell or header was clicked to invoke a context menu. - - - A object or descendant representing the column whose footer cell or header was clicked to invoke a menu. null (Nothing in Visual Basic) if a group panel's menu item was clicked. - - - - - - - Gets the clicked menu item. - - - A object representing the clicked menu item. - - - - - - - Gets or sets a value specifying whether default menu item click processing is required after event handler execution. - - - true if default event processing is not required; otherwise, false. - - - - - - - This property is obsolete. - - - A object representing the clicked menu item. - - - - - - - Gets the type of the context menu whose item was clicked. - - - A enumeration value specifying the type of the menu whose item was clicked. - - - - - - - Gets or sets the summary value formatting. - - - A string value representing the summary value formatting. An empty string if the menu was invoked within a column header or group panel. - - - - - - - Gets a summary item object corresponding to the footer cell whose menu's item was clicked. - - - A object specifying summary settings for the footer cell where the context menu was activated. null (Nothing in Visual Basic) if the context menu was invoked by right-clicking a column header or group panel. - - - - - - - - Gets the View's group summary items collection. - - - A object representing the View's group summaries collection. null (Nothing in Visual Basic) if the context menu was invoked within a column header or group panel. - - - - - - - Gets the summary type which is about to be applied. - - - - A enumeration value representing the summary item type. - - - - - - - - Provides data for the and events. - - - - - - - - Gets the currently processed View. - - - A class descendant that represents the currently processed View. - - - - - - - - Represents a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the grid control that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the previously focused View. This value is assigned to the property. - - - - A object representing the currently focused View. This value is assigned to the property. - - - - - - - - Gets a value representing the previously focused View. - - - A descendant representing the previously focused View. - - - - - - - Gets a value representing the currently focused View. - - - A descendant representing the currently focused View. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class with the specified parameters. - - - - A object which specifies the storage for the most often used pens, fonts and brushes. This value is assigned to the property. - - - - An integer value which represents the handle of the row whose indicator cell is being painted. This value is assigned to the property. - - - - A descendant which provides the default painting mechanism for the painted element. This value is assigned to the property. - - - - A object providing information about the painted element. This value is assigned to the property. - - - - - - - - Gets information about the painted row indicator. - - - A object which provides information about the painted indicator cell. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An object that provides default painting facilities. This value is assigned to the property. - - - - A object that contains the View information about the element being painted. This value is assigned to the property. - - - - - - - - Gets the whose header is to be drawn. Returns null if an "empty column header" is currently being painted. - - - - A whose header is to be drawn. - - - - - - - Gets an object providing information necessary to paint a column header. - - - A object providing appearance and state information about a column header. - - - - - - - - Lists values specifying a View's scrollbar behavior. - - - - - - - If active, the View is scrolled simultaneously with changing its horizontal scrollbar's position. Otherwise, the actual View scrolling takes place only when the scrollbar's thumb is released. - - - - - - - - If active, the View is scrolled simultaneously with changing its vertical scrollbar's position. Otherwise, the actual View scrolling takes place only when the scrollbar's thumb is released. - -When this option is disabled, you can enable the vertical scrollbar's tooltip. The tooltip's text allows end-users to identify the row corresponding to the current scrollbar's position. If the current scrollbar's position corresponds to a group row, the group row's text is displayed by the tooltip. If the target row is a data row, the tooltip displays a value from this row's particular field. The field is specified by the property. - - - - - - - - If active, disables all other options. - - - - - - - - - Represents a method that will handle the , , and events. - - - - - - - Represents a method that will handle the , , and events. - - - - The event source. Identifies the View that raised the event. - - - - - A object that contains event data. - - - - - - - - - Provides data for the , , , and events. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure that specifies the boundaries of the painted element. This value is assigned to the property. - - - - An object that provides the appearance settings used to paint a cell. This value is assigned to the property. - - - - An integer value identifying the row in which the painted element resides. This value is assigned to the property. - - - - - A object that represents the column containing the painted data cell. This value is assigned to the property. - - - - An object representing the painted cell's value. This value is assigned to the property. - - - - A string value that represents the painted cell's display text. This value is assigned to the property. - - - - - - - - Provides information on the painted cell. - - - A DevExpress.XtraGrid.Views.Grid.ViewInfo.GridCellInfo object that contains information about the painted cell. - - - - - - - Gets the painted value or display text (depending on the event). - - - An object representing the painted cell's value. - - - - - - - Gets the column whose element is being painted. - - - A object (or descendant) representing the column whose data cell is being painted. null (Nothing in Visual Basic) if the painted element has no corresponding column. - - - - - - - Gets or sets the painted element's display text. - - - A string value representing the element's display text. - - - - - - - Gets the handle of a painted element's row. - - - An integer value identifying the row that corresponds to the painted element. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. This parameter identifies the View which raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - A object that specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure that represents the painted element's bounding rectangle. This value is assigned to the property. - - - - An object that specifies the painted element's appearance settings. This value is assigned to the property. - - - - - - - - Gets the painted element's appearance settings. - - - A object specifying the painted element's appearance settings. - - - - - - - Returns a value specifying limits for the drawing area. - - - A Rectangle specifying the drawing area. - - - - - - - Provides methods to paint on drawing surfaces in GDI+ and DirectX modes. See DirectX hardware acceleration to learn more. - - - A object. - - - - - - - Performs default painting of an element. - - - - - - - - A GDI+ drawing surface. Use the property instead if you enable the DirectX hardware acceleration. - - - A object providing a means for painting. - - - - - - - Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. - - - - true, if the default element painting is not required; otherwise, false. - - - - - - - - - Lists values specifying the availability of View elements that enable data scrolling. - - - - - - - The scrolling element is always visible. - - - - - - - - The scrolling element is visible only when data scrolling can be performed. - - - - - - - - The scrolling element is invisible regardless of whether data scrolling can be performed. - - - - - - - - - Base print and export options for a view. - - - - - - - Initializes a new instance of the ViewPrintOptionsBase class. - - - - - - - - Gets or sets whether the print/export progress window contains a Cancel button, which allows an end-user to cancel the current print/export operation. - - - true if the print/export progress window contains a Cancel button; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - A object whose settings are copied to the current object. - - - - - - - - Gets or sets whether the grid automatically clears a generated print/export document and then generates this document each time the grid is printed/exported. -In server mode, this option is not in effect. - - - true, if a print/export document is automatically cleared and regenerated before it is sent to the output; otherwise, false. - - - - - - - Gets or sets a page footer, in rich text format. - - - A page footer, in rich text format. - - - - - - - Gets or sets a page header, in rich text format. - - - A page header, in rich text format. - - - - - - - Gets or sets a document/report footer, in rich text format. - - - A document/report footer, in rich text format. - - - - - - - Gets or sets a document/report header, in rich text format. - - - A document/report header, in rich text format. - - - - - - - Gets or sets whether a separate window is used to indicate print/export progress. - - - - true if a separate window is used to indicate print/export progress; otherwise, false. - - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value specifying the row's handle. This value is assigned to the property. - - - - An integer value specifying the row's height in pixels. This value is assigned to the property. - - - - - - - - Gets the handle of the row whose height is to be specified. - - - An integer value representing the row's handle. - - - - - - - Gets or sets the row's height. - - - An integer value specifying the row height in pixels. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class with the specified level and appearance. - - - - An integer value specifying the level of the processed group row. This value is assigned to the property. - - - - A object which provides the appearance setting used to paint the group rows residing at the processed nesting level. This value is assigned to the property. - - - - - - - - Gets the nesting level of group rows whose style is to be specified. - - - A zero-based integer value representing the row nesting level. - - - - - - - Gets the appearance settings applied to the group rows located at the current nesting level. - - - A object which provides the appearance setting used to paint the group rows residing at the nesting level currently being processed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the InvalidRowExceptionEventArgs class with the specified settings. - - - - A object representing the exception which caused this event to be raised. This value is assigned to the property. - - - - - A string value representing the error message box text. This value is assigned to the property. - - - - An integer value representing the handle of the row that failed validation. This value is assigned to the property. - - - - An object representing the row that failed validation. This value is assigned to the property. - - - - - - - - Gets an object which represents the row that failed validation. - - - - An object representing the row that failed validation. - - - - - - - Gets the handle of the row that failed validation. - - - An integer value specifying the handle of the row that failed validation. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - An integer value that specifies the handle of the row whose cell's style is to be set. This value is assigned to the property. - - - - - A object that represents the column that owns the cell. This value is assigned to the property. - - - - A enumeration value which specifies the row's state. - - - - An object that provides the appearance settings used to paint the cell. This value is assigned to the property. - - - - - - - - Gets the appearance settings used to paint the data cell currently being processed. - - - An object that provides the appearance settings used to paint the cell. - - - - - - - Copies the activated settings of the appearance object passed as the parameter. - - - - An object that represents the source of the operation. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value identifying the row owning the cell by its handle. This value is assigned to the property. - - - - A object representing the column that contains the cell. This value is assigned to the property. - - - - A enumeration value specifying the cell content's horizontal alignment. This value is assigned to the property. - - - - - - - - Gets or sets the cell content's default horizontal alignment. - - - A enumeration member specifying the cell content's default horizontal alignment. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the menu processing events. - - - - - - - Initializes a new instance of the GridMenuEventArgs class with the specified settings. - - - - A enumeration value specifying the type of the invoked Grid View's context menu. This value is assigned to the MenuType property. - - - - A object which represents the Grid View's context menu. This value is assigned to the Menu property. - - - - A object which contains information about the View elements located at the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the HitInfo property. - - - - true to display the context menu; otherwise, false. This value is assigned to the Allow property. - - - - - - - - Initializes a new instance of the GridMenuEventArgs class with the specified settings. - - - - A enumeration value specifying the type of the invoked Grid View's context menu. This value is assigned to the MenuType property. - - - - A object which represents the Grid View's context menu. This value is assigned to the Menu property. - - - - A structure which specifies the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the Point property. - - - - true to display the context menu; otherwise, false. This value is assigned to the Allow property. - - - - - - - - Initializes a new instance of the GridMenuEventArgs class with the specified settings. - - - - A object which represents the Grid View's context menu. This value is assigned to the Menu property. - - - - A object which contains information about the View elements located at the point where an end-user has right-clicked to invoke the context menu. This value is assigned to the HitInfo property. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the column whose Filter DropDown is about to be invoked. This value is assigned to the Column property. - - - - A object providing access to the filter items list. This value is assigned to the property. - - - - - - - - Gets an object providing access to the filter dropdown's items. - - - - A object that allows you to access the filter items list. - - - - - - - - - Represents an individual item within a filter dropdown list. - - - - - - - - Creates a new object. - - - - - A value that is the textual representation of the created filter item. This value is assigned to the property. - - - - - An object representing the filter value. This value is assigned to the property. - - - - - - - - Specifies the text representing the filter item within the filter dropdown list. - - - - $ - - - - - - - Returns the filter item's textual representation. - - - A string that is the textual representation of the current filter item. - - - - - - - Gets the filter value represented by the current filter item. - - - An object representing the filter value defined by the filter item. - - - - - - - - Serves as the base for classes that provide data for cell events. - - - - - - - Creates a new object. - - - - An integer value representing the handle or the row that contains the processed cell. This value is assigned to the property. - - - - A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. - - - - - - - - Returns the currently processed cell value. - - - An object that specifies the currently processed cell value. - - - - - - - Gets the column to which the currently processed cell corresponds. - - - A object (descendant) representing the column that contains the cell. - - - - - - - Gets the handle of the row that contains the processed cell. - - - An integer value specifying the handle of the row that contains the cell. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the handle of the row that contains the processed cell. This value is assigned to the property. - - - - A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. - - - - - - - - Creates a new object. - - - - An integer value representing the handle of the row that contains the processed cell. This value is assigned to the property. - - - - A object (or descendant) representing the column that contains the processed cell. This value is assigned to the property. - - - - A object representing the editor assigned to the processed cell. This value is assigned to the property. - - - - - - - - Gets or sets the editor used to edit the currently processed cell. - - - The descendant which specifies the current in-place editor. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the master row's handle. This value is assigned to the property. - - - - An integer value identifying the relation. This value is assigned to the property. - - - - A string value specifying the level whose corresponding View will represent the relation. This value is assigned to the property. - - - - - - - - For the event this property gets or sets the name of the level whose bound View will be used to represent the currently processed detail's data. - - -For the event this property gets or sets the display caption for the currently processed relation. - - - - - A string value specifying the name (or display name for the event) of the level for the currently processed relation. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the master row's handle. This value is assigned to the property. - - - - An integer value specifying the number of relations for the master row. This value is assigned to the property. - - - - - - - - Gets or sets the number of relations for the master row. - - - An integer value specifying the number of relations for the master row. - - - - - - - Gets a value identifying a master row. - - - An integer value representing the handle of the master row. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the master row's handle. This property is assigned to the property. - - - - An integer value identifying the detail by its relation index. This value is assigned to the property. - - - - A descendant representing the View that will be used to display the detail. This value is assigned to the property. - - - - - - - - Gets or sets a pattern view to represent the detail View. - - - A descendant that will be used to represent the detail's data. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the master row's handle. This value is assigned to the property. - - - - An integer value identifying the detail clone by its relation index. This value is assigned to the property. - - - - An object implementing the interface and containing the detail's records list. This value is assigned to the property. - - - - - - - - Gets or sets a detail clone's record list. - - - An object implementing the interface and containing records for the detail clone. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the master row's handle. This value is assigned to the property. - - - - An integer value identifying the detail View. This value is assigned to the property. - - - - true if the specified detail clone has no data; otherwise, false. This value is assigned to the property. - - - - - - - - Gets or sets a value specifying whether a detail contains data. - - - true, if the detail initially has no data; otherwise, false. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. - - - - A class instance that contains the event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the class. - - - - The row handle. This value is assigned to the property. - - - - The relation index. This value is assigned to the property. - - - - Indicates whether a row can be expanded. true, if a row can be expanded; otherwise, false. This value is assigned to the property. - - - - - - - - Gets or sets a value specifying whether the current operation is allowed. - - - true to allow the expanding/collapsing operation; otherwise, false - - - - - - - - Serves as the base for event arguments that require detail identification capabilities. - - - - - - - Creates a new instance of the class. - - - - An integer value representing a processed row handle. This value is assigned to the property. - - - - An integer value specifying the relation index that identifies the affected detail. This value is assigned to the property. - - - - - - - - Gets the relation index that identifies the affected detail. - - - An integer value specifying the relation index. - - - - - - - Gets the handle of the currently processed master row in the current View. - - - An integer value representing a row handle. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the View that raised the event. - - - - A class instance that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new instance of the class. - - - - A object representing the column to be filtered using the custom filter dialog. This value is assigned to the property. - - - - A object specifying the filter criteria to be applied to the column. This value is assigned to the property. - - - - - - - - Gets the column to be filtered using custom filter criteria. - - - - A object representing the column for which the event occurred. - - - - - - - - Gets or sets an object specifying custom filter criteria. - - - A object specifying the filter criteria to be applied. - - - - - - - Gets or sets a value specifying whether the custom filter dialog should be invoked. - - - true to suppress the standard custom filter dialog; otherwise, false. - - - - - - - Gets or sets whether event handlers of the dialog's editors are reset (i.e., not copied from a column's in-place editor). - - - true if event handlers of the dialog's editors are reset; otherwise, false. The default is true. - - - - - - - Gets or sets whether the asterisk ('*') character can be used as a wildcard character. - - - true if the asterisk ('*') character can be used as a wildcard character; otherwise, false. - - - - - - - - Contains values specifying how the focus rectangle is painted within Grid Views. - - - - - - - The focus rectangle is painted around the focused cell. - - - - - - - - The focus rectangle is not painted. - - - - - - - - The focus rectangle is painted around the focused row, excluding the preview section (if it's visible). - - - - - - - - The focus rectangle is painted around the focused row, encompassing the preview section (if it's visible). - - - - - - - - - Contains information about a specific point within a Card View. - - - - - - - Creates a new class instance. - - - - - - - - Sets all properties to their default values. - - - - - - - - Gets or sets the column located under the test point. - - - A object representing the column that contains the test point. null (Nothing in Visual Basic) if the test point is over a visual element (card, card caption, separator, etc.) which does not belong to any column. - - - - - - - Gets or sets a value identifying the type of the visual element located under the test point. - - - A enumeration value identifying the type of the visual element located under the test point. - - - - - - - Gets a value indicating whether the test point is within a card. - - - true if the test point is within a card; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a card scroll button. - - - true if the test point is within a card scroll button; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a card caption. - - - true if the test point is within a card caption; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a card field. - - - true if the test point is within a card field; otherwise, false. - - - - - - - - Gets a value indicating whether the test point is within a filter panel. - - - true if the test point is within a filter panel; otherwise, false. - - - - - - - Indicates whether the specified card hit object is equal to the current object. - - - - A object to be compared with the current card hit info object. - - - - true if the specified object equals the current object; otherwise, false. - - - - - - - Gets or sets a value identifying the card that contains the test point. - - - An integer value representing the handle of the card that contains the test point. if no card is located under the test point. - - - - - - - Gets or sets the located under the test point. - - - - The located under the test point. - - - - - - - - Lists values identifying Card View's visual elements. - - - - - - - The test point belongs to a card's area not occupied by card constituent elements (in other words, the point belongs to a card's edge). - - - - - - - - - The test point belongs to a card's caption. - - - - - - - - The test point belongs to an error icon displayed within a card caption. Such error icons are displayed when cards fail to be validated. - - - - - - - - The test point belongs to a bottom card scroll button. - - - - - - - - The test point belongs to the card expand button that resides within the card caption and is used to expand/collapse the card. - - - - - - - - The test point belongs to a top card scroll button. - - - - - - - - The test point belongs to a Card View's zoom button. - - - - - - - - The test point belongs to a card field's area which is not occupied by the field caption or field value cell (in other words, the point belongs to a field edge). - - - - - - - - The test point belongs to a field caption. - - - - - - - - The test point belongs to a field value cell. - - - - - - - - - The test point belongs to a filter panel. - - - - - - - - The test point belongs to the check box in the filter panel used to enable/disable filtering within a Card View. - - - - - - - - The test point belongs to a filter panel close button. - - - - - - - - The test point belongs to the filter panel customize button. - - - - - - - - The test point belongs to a button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The test point belongs to a string in the filter panel which represents the filter criteria applied to a Card View. - - - - - - - - The test point belongs to the View's master-detail tab. - - - - - - - - The test point does not belong to any Card View visual element or is outside the View. - - - - - - - - - The test point belongs to the customization button. - - - - - - - - The test point belongs to a card separator. - - - - - - - - The test point belongs to the View Caption. - - - - - - - - - Contains information about a specific point within a Grid View. - - - - - - - Creates a new class instance. - - - - - - - - Sets all properties to their default values. - - - - - - - - Gets or sets a column located under the test point. - - - A object representing the column that contains the test point. - - - - - - - Gets or sets an object that contains view information on a footer cell (if the test point belongs to a footer cell). - - - A GridFooterCellInfoArgs object that contains information on a footer cell. null if the test point doesn't belong to a footer cell. - - - - - - - Gets or sets a value identifying the type of a visual element located under the test point. - - - A enumeration value identifying the type of a visual element that contains the test point. - - - - - - - Gets a value indicating whether the test point is within a column header. - - - true if the test point is within a column header; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within the Column Header Panel. - - - true if the test point is within the column header panel; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a data row. - - - true, if the test point is within a data row; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within the filter panel. - - - true if the test point is within the filter panel; otherwise, false. - - - - - - - Gets a value indicating whether the test point is over a column header displayed within the Group Panel. - - - true if the test point is within a grouping column's header; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within the group panel. - - - true if the test point is within the group panel; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a group row. - - - true, if the test point is within a group row; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a row (data row or group row). - - - true if the test point is within a row; otherwise, false. - - - - - - - Gets a value indicating whether the test point is within a cell. - - - true if the test point is within a cell; otherwise, false. - - - - - - - Gets or sets the handle of the row located under the test point. - - - An integer value that specifies the handle of the row located under the test point. -The value if the test point doesn't belong to any row. - - - - - - - Gets an object that contains information on the row under the test point. - - - An object that contains information on the row under the test point. - - - - - - - Gets or sets the located under the test point. - - - - The located under the test point. - - - - - - - Gets the visible index of the row under the test point. - - - The visible index of the row under the test point. - - - - - - - - Lists values identifying a Grid View's visual elements. - - - - - - - The test point belongs to a master-detail expand button which can be used to open/close details. - - - - - - - - The test point belongs to a column header. - - - - - - - - The test point belongs to the header panel button. - - - - - - - - - The test point belongs to the right edge of a column header. End-users can drag these edges to resize columns horizontally (the desired column's option must be enabled for this purpose). - - - - - - - - The test point belongs to a filter button. - - - - - - - - The test point belongs to the column header panel's area not occupied by column headers. - - - - - - - - The test point belongs to the Customization Form. - - - - - - - - The test point is below all rows. - - - - - - - - The test point belongs to the filter panel. - - - - - - - - The test point belongs to the button in the filter panel used to activate filtering within a View. - - - - - - - - The test point belongs to the filter close button. - - - - - - - - The test point belongs to the filter panel customize button. - - - - - - - - The test point belongs to the button in the filter panel used to display a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The test point belongs to a string in the filter panel which represents the filter criteria applied to a View. - - - - - - - - The test point belongs to the left fixed line. - - - - - - - - The test point belongs to the right fixed line. - - - - - - - - The test point belongs to the view footer. - - - - - - - - The test point belongs to the group panel. - - - - - - - - - The test point belongs to a column header displayed within the group panel. - - - - - - - - The test point belongs to the filter button displayed by a column header that resides within the group panel. - - - - - - - - The test point belongs to the View's horizontal scroll bar. - - - - - - - - The test point belongs to the View's master-detail tab. - - - - - - - - The test point does not belong to any View visual element or is outside the View. - - - - - - - - The test point belongs to either a group row or a data row's area not occupied by data cells. - - - - - - - - The test point belongs to a row cell. - - - - - - - - The test point belongs to a detail section. - - - - - - - - The test point belongs to the detail section's bottom edge. The edge can be dragged to resize the detail section vertically. - - - - - - - - The test point belongs to an indicator panel cell corresponding to a detail section. - - - - - - - - The test point belongs to the bottom edge of a data row. The edge can be dragged to resize the row vertically (if the option is active). - - - - - - - - The test point belongs to a group footer. - - - - - - - - The test point belongs to a group expand button. - - - - - - - - The test point belongs to a row group cell. - - - - - - - - The test point belongs to a Group Row Check Box Selector. - - - - - - - - The test point belongs to an indicator panel cell corresponding to a data row or group row. - - - - - - - - The test point belongs to a preview section. - - - - - - - - The test point belongs to the View Caption. - - - - - - - - The test point belongs to the View's vertical scroll bar. - - - - - - - - - Displays data in a tabular form. - - - - - - - Creates a new object with default settings. - - - - - - - - Creates a new object with the specified owner control. - - - - A object representing the grid control that will own the new View. This value is assigned to the property. - - - - - - - - Adds a new record to this GridView. - - - - - - - - Creates an unbound column with the specified name and display caption and opens the Expression Editor to allow an end-user to specify an expression for the column. - - - - A string to be assigned to the property. - - - - The column's display caption. This value is assigned to the property. - - - The created unbound column. null if an end-user didn't specify an expression for the column. - - - - - - - Creates an unbound column with an empty display caption and opens the Expression Editor to allow an end-user to specify an expression for the column. - - - The created unbound column. null if an end-user didn't specify an expression for the column. - - - - - - - Fires after an individual row has been printed/exported, and allows you to add custom information to the printout/export output. - - - - - - - - Provides access to the properties that control the appearance of the Grid View's elements. - - - A object providing appearance settings for View elements. - - - - - - - Provides access to the properties that specify the appearances of the Grid View's elements when they are printed/exported. - - - A object that provides appearance settings for the Grid View's elements when they are printed/exported. - - - - - - - Copies property values and, optionally, event handlers from the View specified as a parameter. - - - - A descendant representing the View whose settings should be copied to the current View. - - - - true to copy event handlers; otherwise, false. - - - - - - - - Gets or sets the column that will fill the empty GridView space. - - - A that will fill the empty GridView space. - - - - - - - Fires before printing/exporting each individual row, and allows you to add custom information to the printout/export output, and prevent a row from being printed/exported. - - - - - - - - - Prevents summaries from being calculated until the method is called. - - - - - - - - Adjusts the width of columns so that columns fit their content in the optimal way. - - - - - - - - - Adjusts the width of columns so that columns fit their content in the optimal way. The method's parameter allows you to forcibly adjust the column widths, regardless of whether column resizing is prohibited. - - - - true, if column widths should be forcibly adjusted even if column resizing is prohibited; otherwise, false. - - - - - - - - This property is obsolete. Use the property instead. - - - An integer value specifying the number of data rows that are processed to apply best fit to columns. - - - - - - - Returns information about View elements located at a specified point. - - - - A structure specifying test point coordinates relative to the grid control's top-left corner. - - - A object that contains information about View elements located at the test point. - - - - - - - Returns information about the View elements located at the specified point. - - - - - An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. - - - - An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. - - - A object that contains information about View elements located at the test point. - - - - - - - Enables you to provide custom text for preview sections. - - - - - - - - Enables you to provide custom heights for individual rows. - - - - - - - - Indicates whether a master row can be collapsed. - - - - An integer value identifying the master row by its handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - true if the master row can be collapsed; otherwise, false. - - - - - - - Indicates whether end-users can drag the specified column's header. - - - - A object (or descendant) representing the tested column. - - - true if end-users are allowed to drag the specified column's header; otherwise, false. - - - - - - - Indicates whether the specified master row can be expanded to make its default detail visible. - - - - An integer value identifying the master row being tested by its handle. - - - - true if the specified master row can be expanded; otherwise, false. - - - - - - - Indicates whether a master row can be expanded to display a particular detail. - - - - An integer value containing master row handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - true if the specified master row can be expanded; otherwise, false. - - - - - - - Indicates whether end-users can group data by a column's values. - - - - - A object (or descendant) that represents the tested column. - - - true end-users can involve the specified column in data grouping; otherwise, false. - - - - - - - Indicates whether the specified column's settings allow end-users to resize the column. - - - - A object (or descendant) representing the tested column. - - - true if end-users can resize the specified column; otherwise, false. - - - - - - - Indicates whether the end-users can change the height of the specified master row's detail section. - - - - An integer value containing a master row handle. - - - true if end-users can drag the detail section's bottom edge to resize the section; otherwise, false. - - - - - - - Indicates whether end-users can resize a row. - - - - An integer value identifying the row by its handle. - - - true if end-users can resize the row; otherwise, false. - - - - - - - Indicates whether end-users can use a particular column to apply data filtering. - - - - A object (or descendant) representing the tested column. - - - true if the filter button should be displayed within the specified column's header; otherwise, false. - - - - - - - Indicates whether end-users can sort data by values of a particular column. - - - - A object (or descendant) representing the tested column. - - - true if end-users can sort data by the specified column's values; otherwise, false. - - - - - - - Provides the ability to customize cell merging behavior. - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - Gets or sets the name of the child level whose grouping state is displayed by the joined group panel. - - - A string value specifying the child level whose grouping state is displayed by the joined group panel. - - - - - - - Clears the grouping applied to the View and returns the group columns to display in the View. - - - - - - - - Clears sorting applied to the View. - - - - - - - - Repeatedly fires for each pasted row before updating the control, and allows you to modify pasted data and to cancel the pasting of the currently processed row. - - - - - - - - Saves changes and closes an Edit Form if data has been saved successfully. - - - - true, if data is saved successfully and an Edit Form is closed; otherwise, false. - - - - - - - Closes all View's details. - - - - - - - - Collapses all groups. - - - - - - - - Collapses group rows corresponding to the specified group level. Allows you to collapse group rows recursively. - - - - An integer value that is the group level of group rows to be collapsed. - - - - true if child group rows of target group rows must be collapsed as well; otherwise, false. - - - - - - - - Collapses group rows corresponding to the specified group level. - - - - An integer value that is the group level of group rows to be collapsed. - - - - - - - - Collapses the specified group row and optionally any child group rows at all nesting levels. - - - - An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. - - - - true to collapse any child group rows at all nesting levels; false to preserve the expanded state of any child group rows. - - - - - - - - Collapses the specified group row. - - - - An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. - - - - - - - - Collapses a specific detail View which belongs to the specific master row. - - - - The handle of the master row to collapse. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - - - - - - Collapses the specified master row. - - - - An integer value specifying the handle of the master row to be collapsed. - - - - - - - - Collapses a master row's detail View, identified by the name of the relationship associated with it. - - - - An integer value identifying the master row by its handle. - - - - A string representing the required relationship's name. - - - - - - - - Gets or sets the column header row height. - - - An integer value specifying the column header row height in pixels. -1 to calculate this height automatically depending on column header contents. - - - - - - - Invokes the Customization Form. - - - - - - - - Invokes the Customization Form at the specified position. - - - - A structure specifying the Customization Form's top-left corner position. The point is set in screen coordinates. - - - - - - - - Occurs after a column's width has been changed. - - - - - - - - - Copies the currently selected data to the Clipboard. - - - - - - - - - Returns the export link (GridViewExportLink) for the specified . - - - - - An object that implements the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. - - - A BaseExportLink descendant (a GridViewExportLink object) providing export facilities. - - - - - - - Provides the ability to group data using custom rules. - - - - - - - - Enables data cells to be painted manually. - - - - - - - - Enables you to paint column headers manually. - - - - - - - - Enables you to paint the view footer manually. - - - - - - - - Enables you to paint view footer cells manually. - - - - - - - - Enables you to paint the group panel manually. - - - - - - - - Enables you to paint group rows manually. - - - - - - - - Allows you to manually paint individual cells of group rows. - - - - - - - - Enables you to paint group footers manually. - - - - - - - - Enables you to paint group footer cells manually. - - - - - - - - Enables you to custom paint cells within the row indicator panel. - - - - - - - - Enables you to paint preview sections manually. - - - - - - - - Provides access to the Customization Form. - - - A descendant representing the Customization Form. null (Nothing in Visual Basic) if the Customization Form is hidden. - - - - - - - Sets the boundaries of the Customization Form. Reading this property may not return the actual boundaries of the Customization Form. - - - - - A structure representing the Customization Form's boundaries. - - - - - - - - Gets or sets the number of headers that can be displayed within the Customization Form simultaneously. - - - An integer value specifying the number of headers that can be displayed within the Customization Form. - - - - - - - Enables you to assign editors to individual cells. - - - - - - - - Allows you to assign a custom editor to a column for in-place editing and so override the default column editor, which is by default used both in display and edit modes. -This event also allows you to change editors within an Edit Form. - - - - - - - - Enables you to calculate summary values manually. - - - - - - - - Enables you to specify which summaries should be calculated and displayed. - - - - - - - - Gets or sets the value indicating which detail level is processed by default. - - - A zero-based integer representing the relation index processed by default. - - - - - - - Closes the Customization Form. - - - - - - - - Gets or sets the distance between master rows and Detail Sections, in pixels. This property is in effect in Classic detail mode (see ). - - - An integer value that specifies the distance between master rows and Detail Sections, in pixels. - - - - - - - Fires immediately after a drag and drop operation on a column header or band header has been completed. - - - - - - - - Enables you to control whether the dragged column header or band header can be dropped at the current position. - - - - - - - - Fires when the end-user attempts to drag a column header or band header. - - - - - - - - Determines whether end-users can modify the View's cell values. - - - true if end-users can activate cell editors and modify their contents; otherwise, false. - - - - - - - Allows you to customize the Edit Form that is about to be displayed. - - - - - - - - Occurs when an Edit Form is about to be displayed, and allows you to cancel the action. - - - - - - - - Gets or sets the edited cell value. - - - A representing the edited cell value. null (Nothing in Visual Basic) if no cell is currently being edited. - - - - - - - Forces an immediate summary calculation and re-enables the automatic summary calculation feature. - - - - - - - - Expands all groups. - - - - - - - - Expands group rows corresponding to the specified group level. Allows you to expand group rows recursively. - - - - An integer value that is the group level of group rows to be expanded. - - - - true if child group rows of target group rows must be expanded as well; otherwise, false. - - - - - - - - Expands group rows corresponding to the specified group level. - - - - An integer value that is the group level of group rows to be expanded. - - - - - - - - Expands the specified group row. - - - - An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. - - - - - - - - Expands the specified group row and optionally any child group rows at all nesting levels. - - - - An integer value identifying the group row by its handle. If the specified handle points to a data row this method does nothing. - - - - true to expand any child group rows at all nesting levels; false to preserve the expanded state of any child group rows. - - - - - - - - Expands the specified master row. - - - - An integer value identifying the master row by its handle. - - - - - - - - Expands the specified detail View, which is identified by its master row and relationship index. - - - - An integer value identifying the master row by its handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - - - - - - Expands the specified master row's detail View, which is identified by the relationship's name. - - - - An integer value identifying the master row by its handle. - - - - A string representing the required relationship's name. - - - - - - - - Gets or sets the width of frozen panel separators. - - - An integer value specifying the width of vertical lines that separate anchored columns and bands from others. The value is set in pixels. - - - - - - - Gets or sets a value specifying how the focus rectangle is painted. - - - A enumerator value. - - - - - - - Gets or sets the height of the view footer. - - - An integer value specifying the View footer height in pixels. -1 to calculate the View footer height automatically. - - - - - - - Retrieves the filtering value according to which data in the grid automatic filtering row is currently filtered. - - - - A to which a filtering expression of the automatic filtering row is currently applied. - - - An Object that is the filtering value according to which grid data is currently filtered. - - - - - - - Returns the number of immediate children for a particular group row. - - - - An integer value identifying the group row by its handle. - - - An integer value representing the number of the specified group row's immediate children. 0 if the specified row is a data row. - - - - - - - Returns the handle of a group row's child. - - - - The handle of the group row whose immediate child row is to be obtained. - - - - A zero-based integer representing the desired child row's index. - - - An integer value representing the child row handle. The field value if the specified row is a data row or the specified child row index is invalid. - - - - - - - Returns the handle of the first data row within a group. - - - - An integer value specifying the group row by its handle. - - - An integer value identifying the data row by its handle. - - - - - - - Gets the detail View specified by the master row and data source relationship index. - - - - An integer value specifying the master row handle. - - - - A zero-based integer specifying the index of the relationship in the underlying data source. - - - A descendant representing the obtained detail clone. null (Nothing in Visual Basic) if the specified detail clone does not exist. - - - - - - - Returns the focused cell's display value. - - - A string representing the text displayed within the View's focused cell. - - - - - - - Returns the focused cell's value. - - - An object representing the focused cell's value. - - - - - - - Returns the text displayed within a specific group row. - - - - The handle of the group row. - - - - true to include the "[#image]" substring in the returned value in the position specified by the property; otherwise, false - - - The text displayed within a specific group row. - - - - - - - Returns the text displayed within a specific group row. - - - - The handle of the group row. - - - The text displayed within a specific group row. - - - - - - - Returns the export value corresponding to the specified group row. The value will be exported when exporting the grid View's data as values, not as display text in MS Excel format. - - - - An integer value that identifies a group row. - - - An export value corresponding to the specified group row. - - - - - - - Gets the value of the specified grouping column by which data is grouped. - - - - - - An integer value representing the handle of the required group row. - - - - The value of the grouping column by which data is grouped. - - - - - - - - Gets the value of a group row in the specified grouping column. - - - - An integer value that represents a group row's handle. - - - - A object that represents a grouping column. - - - An object that represents the value of a group row in a specific grouping column. - - - - - - - Returns the text representation of the specified group summary's value for a specific data group. - - - - The handle of the group row which contains the data rows against which the summary is calculated. - - - - A object identifying the required group summary. - - - A string representing the group summary's display text. - - - - - - - Gets the summary text displayed within a particular group row. - - - - An integer value representing the handle of the group row whose summary text is to be obtained. - - - A string value representing the summary text displayed within the specified group row. An empty string if no summary text is displayed within the row or if the specified row is a data row. - - - - - - - Returns the value of a specific group summary for a specific data group. - - - - The handle of the group row which contains the data rows against which the summary is calculated. - - - - A object identifying the required group summary. - - - An object representing the specified group summary's value. - - - - - - - Returns summary values calculated for a particular group. - - - - An integer value specifying the desired group by the corresponding group row handle. - - - A object containing summary values calculated for a particular group. - - - - - - - Occurs when the GridView loads its images asynchronously and allows you to set your custom loading indicator displayed for images that are not yet loaded. - - - - - - - - - Indicates whether the master row is expanded. - - - - The handle of the required master row. - - - true, if a specific master row is expanded, otherwise, false. - - - - - - - Indicates whether a particular detail clone is visible. - - - - The handle of the master row. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - true if the specified detail clone is visible; otherwise, false. - - - - - - - Returns the visible index of the row that follows a specific row. - - - - An integer value specifying a specific row's visible index, whose next visible row's index is to be obtained. The value is returned if the rowVisibleIndex parameter is equal to or greater than . - - - An integer value specifying the following row's visible index. - - - - - - - Determines a particular row's parent group row. - - - - The handle of the row whose parent row's handle is to be obtained. - - - The handle of the parent group row for the specified child row. - - - - - - - Returns the number of relations for a particular master row. - - - - An integer value specifying the master row handle. - - - An integer value indicating the number of relations for the specified master row. - - - - - - - Returns a detail clone's caption. - - - - An integer value specifying the master row by its handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - A string value representing the detail clone's caption. - - - - - - - Gets the index of the specified relationship for the specified master row. - - - - - An integer value specifying the master row handle. - - - - A string identifying the name of the required relationship. - - - - An integer representing the zero-based index of the specified relationship; -999999 if a relationship with the specified name is not found. - - - - - - - - Returns the name of the level whose associated View represents the specified detail clone. - - - - An integer value specifying the master row handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - A string value representing the level name. - - - - - - - Returns the specified cell's value in the current View. - - - - An integer value representing a handle of the row in which the desired cell resides. - - - - A object or descendant representing the column that contains the desired cell. - - - An object that is the specified cell's value. - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - Returns the value of the specified cell, which is identified by the row handle and field name in the grid's data source. - - - - - An integer value representing the handle of the row in which the desired cell resides. - - - - A string representing the field name of the column that contains the required cell. - - - An object that is the specified cell's value. - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - Gets the value of the specified cell in the grid's data source. - - - - An integer value that is the handle of the row in which the desired cell resides. For more information on row handles refer to the Rows. - - - - - A string representing the field name whose value is to be returned. This parameter can refer to any field in the data source, even if the current View does not contain a GridColumn referring to this field. - - - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested value is ready to be returned. The method's argument will contain the requested value. The completed parameter is optional and is only required in Instant Feedback Mode. - - - -An object that is the specified cell's value. - - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - - Returns the specified cell's value in Instant Feedback Mode. - - - - An integer value that is the handle of the row in which the desired cell resides. For more information on row handles, refer to the Rows. - - - - - - A GridColumn object or descendant specifying the column that contains the desired cell. - - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested value is ready to be returned. -The method's argument will contain the requested value. The completed parameter is optional and is only required in Instant Feedback Mode. - - - - -An object that is the specified cell's value. - - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - - Indicates whether a specific group row is expanded. - - - - An integer value specifying the tested row's handle. - - - true for expanded group rows. false for collapsed group rows and data rows. - - - - - - - Returns the summary text displayed within a particular row footer cell. - - - - An integer value specifying the group row handle. This identifies the row footer whose cell's display text is to be obtained. - - - - A object (or descendant) representing the column where the desired cell resides. - - - A string value representing the summary text displayed within the specified row footer cell. - - - - - - - Returns the row's group level. - - - - An integer value the row by its handle. - - - A zero-based integer representing the row's group level. - - - - - - - Gets the text displayed within a row's preview section. - - - - An integer value specifying the handle of the row whose preview section's content is to be obtained. - - - A string value representing the text displayed within the specified preview section. - - - - - - - Returns a key-and-value pair representing the summary item and its value calculated for a particular group footer cell. - - - - An integer value specifying a group row handle. This identifies the group whose footer contains the desired cell. - - - - A object (or descendant) representing the column where the desired cell resides. - - - A object whose key is the summary item and value is the summary value. An empty dictionary entry if the specified row footer cell doesn't have the corresponding summary item. - - - - - - - Returns the columns where the selected cells in the specified row reside. - - - - An integer value which identifies the row. - - - An array of objects that contain the selected cells in the specified row. - - - - - - - Returns the selected cells. - - - An array of objects that represent selected cells. - - - - - - - Returns a value that specifies how an in-place editor is activated for a grid cell. - - - - A enumeration value which specifies how a cell editor is activated. - - - - - - - Gets the summary format for the specified column and summary type. - - - - A object for which the summary format is to be returned. - - - - A value that identifies the summary type. - - - A string that specifies the summary format for the specified column and summary type. - - - - - - - Occurs when the GridView loads its images asynchronously and allows you to manually pass the required image to the current item. - - - - - - - - Determines which of the master row's details is currently visible. - - - - An integer value specifying the master row's handle. - - - A zero-based integer identifying the opened detail. -1 if the master row is collapsed (i.e. none of the detail Views are visible). - - - - - - - Gets the master row's detail that is currently visible. - - - - An integer value specifying the handle of the master row whose visible detail is to be obtained. - - - A descendant representing the detail clone currently visible. null (Nothing in Visual Basic) if the specified master row is collapsed (no details are currently visible). - - - - - - - Gets the row's visible index. - - - - An integer value specifying the handle of the inspected row. - - - An integer value representing the row's visible index. - - - - - - - Returns the handle of the row displayed at the specified position. - - - - An integer value representing a row's visible index. - - - An integer value representing the desired row's handle. if the specified index corresponds to a new item row or a newly added row which is currently being edited. - - - - - - - Returns the group level of a row specified by its visible index. - - - - An integer value identifying the row by its visible index. - - - A zero-based integer representing the row's group level. - - - - - - - Enables you to provide custom responses to clicking context menu items. - - - - - - - - Gets or sets which groups display footers. - - - A enumeration value specifying which groups display footers. - - - - - - - Gets or sets the text pattern for group rows. - - - A string value specifying the text pattern for group rows. - - - - - - - Enables you to specify custom styles for group rows (and corresponding indents) residing at particular nesting levels. - - - - - - - - Gets or sets the text displayed within the group panel. - - - A string value specifying the text displayed within the group panel. - - - - - - - Fires immediately after a group row has been collapsed. - - - - - - - - Occurs before group rows are collapsed. - - - - - - - - - Fires immediately after a group row has been expanded. - - - - - - - - Occurs when a group row is about to be expanded. - - - - - - - - Gets or sets the height of group rows. - - - An integer value specifying the height of group rows in pixels. -1 to calculate the group row height automatically. - - - - - - - Provides access to group summary items. - - - A object representing the collection of group summary item objects. - - - - - - - Enables sorting group rows by summary values. - - - A collection which contains the information required to sort group rows by summary values. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A string. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A nullable Boolean value. - - - - - - - Closes the Customization Form. - - - - - - - - Fires before the Customization Form is closed. - - - - - - - - Closes an Edit Form without saving the changes. - - - - - - - - - Hides the active editor discarding any changes made. - - - - - - - - Hides the Loading Panel displayed via the method. - - - - - - - - Gets or sets the offset by which the View is scrolled horizontally when clicking scrollbar buttons. - - - An integer value specifying the horizontal scrolling step in pixels. - - - - - - - Gets or sets a value specifying when the horizontal scrollbar should be displayed. - - - A enumeration value specifying when the horizontal scrollbar should be displayed. - - - - - - - Gets or sets the width of the row indicator panel. - - - An integer value specifying the width of the row indicator panel in pixels. - - - - - - - Invalidates a particular column header or the entire column header panel. - - - - A object representing the column whose header is to be repainted. null (Nothing in Visual Basic) to invalidate the entire column header panel. - - - - - - - - Invalidates the filter panel. - - - - - - - - Invalidates the view footer. - - - - - - - - Invalidates the group panel. - - - - - - - - Invalidates the View element located at the point specified by the hit information object. - - - - A -descendant (a object) containing hit information. - - - - - - - - Invalidates the specified row. - - - - - An integer value specifying the handle of the row to be invalidated. - - - - - - - - Invalidates a row by its visible index. - - - - The visible index of the row to be invalidated. - - - - - - - - Invalidates the specified data cell. - - - - An integer value specifying the handle of the row that contains the cell. - - - - A object representing the column to which the cell belongs. - - - - - - - - Invalidates the indicator panel cell corresponding to the specified row. - - - - An integer value representing the handle of the row whose corresponding indicator cell is to be repainted. - - - - - - - - Invalidates all rows. - - - - - - - - Inverts the cell's selection. - - - - An integer value which specifies the handle of the row which owns the cell. - - - - A object which represents the column which contains the cell. - - - - - - - - This member supports the View's infrastructure and should not be used from your code. - - - - A class instance representing data for the event. - - - - - - - - Gets or sets whether block selection is enabled. - - - - true if block selection is enabled; otherwise, false. - - - - - - - - Indicates whether the cell is selected. - - - - An integer value which specifies the handle of the row where the cell resides. - - - - A object which represents the column which contains the cell. - - - true is the cell is selected; otherwise, false. - - - - - - - Indicates whether the specified cell is selected. - - - - A object which represents the grid cell. - - - true is the cell is selected; otherwise, false. - - - - - - - Indicates whether the specified row is a regular data row. - - - - An integer value specifying the row to test by its handle. - - - - true if the specified row is a regular data row; otherwise, false. - - - - - - - - Gets a value indicating whether the View is in the default state. - - - true if no operation is being performed by end-users; otherwise, false. - - - - - - - Returns if the specified row belongs to a detail View (in Embedded detail mode). - - - - The visible index of the row to test. - - - - The detail View to test. This is an optional parameter. - - - true, if the specified row belongs to a detail View (in Embedded detail mode); otherwise, false. - - - - - - - - Tests whether the end-user is currently dragging a column header. - - - true if a dragging operation is being performed within the view; otherwise, false. - - - - - - - Gets whether an Edit Form is opened or closed - - - true, if an Edit Form is opened; otherwise, false. - - - - - - - Indicates whether a cell editor is active presently. - - - true if the View is in the edit mode; otherwise, false. - - - - - - - Determines whether the group footer contains any summary values. - - - - The handle of the group row whose footer is tested. - - - true if the row footer contains summary values; otherwise, false. - - - - - - - Gets whether the specified row handle refers to a row, header region or footer region within a detail View in Embedded detail mode. - - - - - A row handle. - - - true if the specified row handle refers to a row, header region or footer region within a detail View in Embedded detail mode; otherwise, false. - - - - - - - - Indicates whether the specified row is the auto filter row. - - - - An integer value specifying the tested row by its handle. - - - true if the specified row is the auto filter row; otherwise, false. - - - - - - - Indicates whether the specified row is a group row. - - - - An integer value specifying the tested row by its handle. - - - true if the specified row is a group row; otherwise, false. - - - - - - - Indicates whether the specified row is a master row. - - - - An integer value specifying the tested row by its handle. - - - true if the specified row is a master row; otherwise false. - - - - - - - Indicates whether a particular master row's default detail View is empty. - - - - An integer value specifying the tested master row by its handle. - - - true if the master row's default detail View is empty; otherwise, false. - - - - - - - Indicates whether a particular master row's detail View is empty. - - - - An integer value identifying the tested master row by its handle. - - - - A zero-based integer specifying the index of the relationship in the data source. - - - true if the specified detail View has no data; otherwise, false. - - - - - - - - Indicates whether multiple rows are allowed to be selected. - - - true if multiple rows are allowed to be selected; otherwise, false. - - - - - - - Determines a particular row's visible state. - - - - An integer value specifying the row by its handle. - - - A enumeration value specifying the row's visible state. - - - - - - - Returns a row's visible state. A row can be identified by its row handle or visible index. - - - - The row handle of the target row. - - - - The visible index of the target row. - - - The row's visible state. - - - - - - - Returns the visible state of the row with the specified visible index. - - - - The visible index of the row whose state is to be retrieved. - - - The row's visible state. - - - - - - - Indicates whether master-detail expand buttons are displayed within rows. - - - true if master-detail expand buttons are visible; otherwise false. - - - - - - - Indicates whether a particular row footer cell is visible. - - - - The handle of the group row whose corresponding row footer contains the required cell. - - - - A object (or descendant) representing the column whose row footer cell is to be tested. - - - true if the specified row footer cell is visible; otherwise, false. - - - - - - - Indicates whether group footers are available. - - - true if group footers are available; otherwise, false. - - - - - - - Gets whether the end-user is resizing columns, rows or details at present time. - - - true if the end-user is changing the size of the View elements; otherwise, false. - - - - - - - Indicates whether the specified row handle is valid. - - - - An integer value specifying the row's handle. - - - true if the specified row handle is valid; otherwise, false. - - - - - - - Gets a value indicating whether the View is visible on screen. - - - true if the View is visible on screen; otherwise, false. - - - - - - - Updates the View. - - - - - - - - Gets or sets the offset by which the View is scrolled horizontally. - - - An integer value specifying the horizontal scrolling offset in pixels. - - - - - - - Fires when the View is scrolled horizontally. - - - - - - - - Gets or sets the indent between group rows located at neighboring group levels, or between master and detail views. - - - An integer value representing the group row indent in pixels. - - - - - - - Gets or sets whether the animated Loading Panel indicating the data load process is displayed. - - - true, if the Loading panel is displayed; otherwise, false. - - - - - - - Makes the specified column visible on screen. - - - - - A object (or descendant) representing the column that should be made visible. - - - - - - - - Makes the specified row visible on screen. Allows you to invalidate the row, if required. - - - - An integer value specifying the handle of the row that should be made visible. - - - - true if the row needs to be invalidated; otherwise, false. - - - - - - - - Makes the specified row visible on screen. - - - - An integer value specifying the handle of the row that should be made visible. - - - - - - - - Fires immediately after a detail clone has been destroyed. - - - - - - - - Enables you to control whether master rows can be collapsed. - - - - - - - - Enables you to specify whether a particular detail is empty. This event is in effect if the option is set to false. - - - - - - - - Fires immediately after a particular detail clone has become visible. - - - - - - - - Enables you to control whether particular detail clones can be displayed. - - - - - - - - Enables you to supply detail data manually. - - - - - - - - Enables you to specify a pattern view to represent a particular detail. - - - - - - - - Enables you to specify the number of details for individual master rows. - - - - - - - - Enables the display caption for a particular relationship (detail clone) to be specified. - - - - - - - - - Enables you to specify the pattern view that will represent a particular detail clone. - - - - - - - - Provides the ability to specify the height of individual preview sections in pixels. - - - - - - - - Moves focus to the next page. - - - - - - - - Moves focus to the previous page. - - - - - - - - - Gets or sets the text displayed within the new item row. - - - A string value specifying the text displayed within the new item row. - - - - - - - Provides access to the View's behavior options. - - - A object containing the View's behavior options. - - - - - - - Provides access to the options that control copying to the Clipboard. - - - - A object that provides access to the Clipboard options. - - - - - - - Provides access to the View's customization options. - - - A object containing the View's customization options. - - - - - - - Provides access to the View's master-detail options. - - - A object containing the View's master-detail options. - - - - - - - Provides access to the settings of an Edit Form. - - - The settings of an Edit Form. - - - - - - - Provides filtering options for this GridView. - - - A object that provides access to filtering properties of the current GridView. - - - - - - - Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. - - - A object. - - - - - - - Provides access to the View's hint options. - - - A object containing the View's hint options. - - - - - - - Provides access to the set of properties that manage the image loading process for this GridView. - - - - A object that stores properties that manage the image loading process for this GridView. - - - - - - - - Provides access to the View's menu options. - - - A object containing the View's menu options. - - - - - - - Gets options regarding cell navigation. - - - A object. - - - - - - - Provides options that control how the View is printed/exported. - - - A object containing the View's print and export options. - - - - - - - Provides access to the View's selection options. - - - A object containing the View's selection options. - - - - - - - Provides access to the View's display options. - - - A object containing the View's display options. - - - - - - - Provides access to the appearance settings currently used to paint the Grid View's elements. - - - A object which provides the appearance settings currently used to paint the Grid View's elements. - - - - - - - Pastes data from clipboard in the grid according to the current setting (available from the object). - - - - - - - - Enables you to customize or prohibit grid's context menus. - - - - - - - - Gets the column whose header is pressed. - - - A object (or descendant) representing the column whose header is pressed. null (Nothing in Visual Basic) if no column header is pressed at the moment. - - - - - - - Gets or sets the name of the field whose values are displayed within preview sections. - - - A value specifying the name of the field whose values are displayed within preview sections. - - - - - - - Gets or sets the horizontal offset of preview text. - - - An integer value indicating the distance in pixels between a preview section's left edge and text. - - - - - - - Gets or sets the number of text lines within preview sections. - - - An integer value specifying the number of text lines within preview sections. - - - - - - - Gets the index of the previous top visible row after a vertical scroll operation. - - - An integer value that represents the index of the previous top visible row. - - - - - - - Updates the Master-Detail Expand Button for the specified row. - - - - The index of the target row in the data source. - - - - - - - - Refreshes the specified row cell. - - - - An integer value which identifies the row. - - - - A containing the required cell. - - - - - - - - Resets all automatic filtering row conditions to their default values. - - - - - - - - Removes all cached copies of thumbnail images used in this GridView. - - - - - - - - - Allows you to respond to clicking a cell within a row. The event will not fire when clicking on a row cell, if data editing is enabled and the property is set to MouseDown (and to Default, if multiple row selection is disabled). - - - - - - - - Enables the appearance settings of individual cells to be changed. - - - - - - - - Allows you to respond to clicking a row. The event will not fire when clicking on a row cell, if data editing is enabled and the property is set to MouseDown (and to Default, if multiple row selection is disabled). - - - - - - - - Gets the number of visible rows within the current View. - - - An integer value representing the number of visible rows within a View. - - - - - - - Gets or sets the height of cells within data rows. - - - An integer value specifying the height of data cells in pixels. - - - - - - - Gets or sets the distance between rows. - - - An integer value specifying the distance between rows in pixels. - - - - - - - Enables the appearance settings of individual rows to be changed. - - - - - - - - Gets or sets a value specifying the behavior of the View's scrollbars. - - - A bitwise combination of enumeration values that specifies the scrollbars behavior. - - - - - - - Selects all rows within the View. - - - - - - - - Selects the cell. - - - - An integer value which specifies the handle of the row where the cell is located. - - - - A object which represents the column which contains the cell. - - - - - - - - Selects the specified cell. - - - - A object which represents the grid cell. - - - - - - - - Selects multiple cells. - - - - A object representing the grid cell which identifies the starting point of the selection. - - - - - A object representing the grid cell which identifies the end point of the selection. - - - - - - - - - Selects multiple cells. - - - - An integer value that specifies the handle of the row in which the cell that identifies the starting point of the selection is located. - - - - - A object that represents the column in which the cell that identifies the starting point of the selection is located. - - - - - An integer value that specifies the handle of the row in which the cell that identifies the end point of the selection is located. - - - - - A objects that represents the column in which the cell that identifies the end point of the selection is located. - - - - - - - - - Selects multiple cells. - - - - An integer value that specifies the handle of the row in which the cell that identifies the starting point of the selection is located. - - - - - A object that represents the column in which the cell that identifies the starting point of the selection is located. - - - - - An integer value that specifies the handle of the row in which the cell that identifies the end point of the selection is located. - - - - - A object that represents the column in which the cell that identifies the end point of the selection is located. - - - - - - - - - Selects multiple cells. - - - - A object representing the grid cell which identifies the starting point of the selection. - - - - A object representing the grid cell which identifies the end point of the selection. - - - - - - - - Selects the specified row. - - - - An integer value which specifies the handle of the row to select. - - - - - - - - Selects the visible rows in the specified range. - - - - An integer value which specifies the row's handle at which the selection starts. - - - - An integer value which specifies the row's handle at which the selection ends. - - - - - - - - Applies a filtering expression for the grid automatic filtering row. - - - - A whose records are filtered. - - - - An Object that is the filtering value. - - - - An enumeration that specifies the filter expression clause. - - - - - - - - Expands or collapses group rows at the specified group level. Allows you to expand/collapse child group rows. - - - - An integer value that is the group level of group rows to be expanded/collapsed. - - - - true to expand group rows; false to collapse group rows. - - - - true if child group rows of target group rows must be expanded/collapsed as well; otherwise, false. - - - - - - - - Expands or collapses the specified master row. - - - - An integer value identifying the master row by its handle. - - - - true to expand the specified row; false to collapse it. - - - - - - - - Opens or closes a master row's detail View identified by the relationship's name. - - - - - An integer value identifying the master row by its handle. - - - - A string representing the required relationship's name. - - - - - true to open the specified detail; false to hide it. - - - - - - - - Opens or closes a master row's detail. - - - - An integer value identifying the master row by its handle. - - - - A zero-based integer specifying the index of the relationship in the data source. -If set to -1, the method acts like the method. - - - - true to open the specified detail; false to hide it. - - - - - - - - Expands or collapses the specified group row and, optionally, the child group rows at all nesting levels. - - - - An integer value identifying the group row by its handle. - - - - true to expand the group row; false to collapse it. - - - - true to expand/collapse child group rows at all nesting levels; false to preserve the expanded state of child group rows. - - - - - - - - Expands or collapses the specified group row. - - - - An integer value identifying the group row by its handle. - - - - true to expand the group row; false to collapse it. - - - - - - - - Invokes the automatic filtering row's condition selector menu for the target column. - - - - A GridColumn for which the automatic filtering row should display the condition selector menu. - - - - - - - - Invokes the Customization Form. - - - - - - - - Fires immediately after the Customization Form has been invoked. - - - - - - - - Opens an Edit Form for the focused row based on the Edit Form type specified in the property. - - - - - - - - Invokes the focused cell's editor. - - - - - - - - Activates an editor for the focused row cell and passes a specific key to it. - - - - A System.Windows.Forms.KeyEventArgs object. - - - - - - - - Activates an editor for the focused row cell and passes a specific key to it. - - - - A System.Windows.Forms.KeyPressEventArgs object. - - - - - - - - Activates an editor for the focused Row Cell and passes a mouse click to it. - - - - - - - - Displays a Filter DropDown for the specified column. - - - - A column for which the filter popup must be invoked. - - - - - - - - Enables you to customize or prohibit grid context menus. - - - - - - - - Occurs when an Edit Form is about to be displayed as a separate modal window. - - - - - - - - Opens an Edit Form for the focused row as an in-line panel. - - - - - - - - - Displays the animated Loading Panel, allowing you to indicate the data load process. - - - - - - - - - Opens an Edit Form for the focused row as a separate modal window. - - - - - - - - Scrolls the View vertically to the specified scroll position. - - - - An integer value, in pixels, that specifies the vertical scroll position. - - - - - - - - Starts an incremental search for the specified string. - - - - The text to locate. - - - - - - - - Gets the View's current state. - - - A enumeration member indicating the View's current state - - - - - - - Stops the incremental search, if there is one currently in progress. - - - - - - - - Synchronizes a View's data representation settings with the specified View. - - - - A descendant representing the View whose data representation settings should be copied to the current View. - - - - - - - - Synchronizes a View's display settings with the specified View. - - - - A descendant representing the View whose display settings should be copied to the current View. - - - - - - - - - Fires when the View is scrolled vertically. - - - - - - - - Gets or sets the top visible row. - - - An integer value representing the index of the top row visible. - - - - - - - - Gets or sets the vertical scroll position, in pixels. This property is in effect if pixel-based scrolling is enabled. - - - An integer value that specifies the vertical scroll position, in pixels. - - - - - - - Unselects a cell. - - - - - An integer value which specifies the handle of the row in which the cell is located. - - - - - A object which represents the column that contains the cell. - - - - - - - - - Unselects the specified cell. - - - - A object which represents the grid cell. - - - - - - - - Unselects the specified cells. - - - - A object that represents the selection's start. - - - - A object that represents the selection's end. - - - - - - - - Unselects cells within the specified range. - - - - An integer value that is the handle of the row where the range starts. - - - - A object that is the column where the range starts. - - - - An integer value that is the handle of the row where the range ends. - - - - A object that is the column where the range ends. - - - - - - - - Updates the Customization Form. - - - - - - - - Updates group summaries. - - - - - - - - Updates both group summaries and total summaries. - - - - - - - - Updates total summaries. - - - - - - - - Gets or sets a Padding structure by which the default cell padding is adjusted. - - - A System.Windows.Forms.Padding structure by which the default cell padding is adjusted. - - - - - - - Gets or sets the field whose values are displayed within the vertical scrollbar's tooltip. - - - A string value specifying the name of the field whose values are displayed within the vertical scrollbar's tooltip. - - - - - - - Gets or sets a value specifying when the View's vertical scrollbar is visible. - - - A enumeration value specifying when the vertical scrollbar is visible. - - - - - - - Gets the bounding rectangle of the View's visible area. - - - A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the event. - - - - The event source. This parameter identifies the View that raised the event. - - - - A class instance that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new instance of the class. - - - - An integer value representing a handle of the row whose preview text is to be generated. This value is assigned to the property. - - - - A string value representing the preview text. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CalcPreviewTextEventArgs class. - - - - The index of the row in the underlying data source. This value is assigned to the property. - - - - The index of the row in the View. This value is assigned to the property. - - - - An object that specifies the currently processed row. This value is assigned to the property. - - - - The current preview text. This value is assigned to the property. - - - - - - - - Gets the index of the row in the underlying data source. - - - An integer value that is the zero-based index of the row in the underlying data source. - - - - - - - Gets or sets a text to display within the preview section. - - - A string value specifying the text to display within the preview section. - - - - - - - Gets the object that is the currently processed row. - - - An object that is the currently processed row. - - - - - - - Gets the handle of the row whose preview text is to be generated. - - - An integer value representing a handle of the row whose preview text is to be generated. - - - - - - - - Lists values representing row visibility states. - - - - - - - The row is invisible. Rows can be invisible as the result of View scrolling or collapsing their parent group rows. - - - - - - - - - The row is partially visible. A row can be partially visible if it is the bottom visible row or its height exceeds the View's height. - - - - - - - - The row is visible. - - - - - - - - - Lists values specifying which groups display their footers. - - - - - - - Group footers are not displayed. - - - - - - - - Group footers are displayed for each group regardless of group rows' expanded state. - - - - - - - - Group footers are displayed for expanded groups only. They are not displayed if there are no group summaries set up. - - - - - - - - - Contains values indicating all available Grid View states. - - - - - - - Multiple cells are being selected by an end-user via a mouse. The property must be set to the value to make this operation available. - - - - - - - - - The header panel button is presently pressed. - - - - - - - - A column header is presently pressed. - - - - - - - - A column header is being dragged. The desired column's and View's options must be enabled to allow column header dragging (the default behavior). - - - - - - - - A filter button is presently pressed. - - - - - - - - A column's right edge is being dragged to change the column's width. The desired column's option must be enabled to allow such resizing. - - - - - - - - - A cell editor is presently active. - - - - - - - - A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a View is going to be enabled or disabled. - - - - - - - - A filter close button is pressed. - - - - - - - - A filter panel customize button is pressed. - - - - - - - - The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. - - - - - - - - The string in the filter panel which represents the filter criteria applied to a View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. - - - - - - - - Incremental search is being performed. - - - - - - - - The View is in its normal state. No specific action is being performed by the end-user. - - - - - - - - A detail clone View's bottom edge is being dragged to resize the View vertically. - - - - - - - - A data row's bottom edge is being dragged to change row height. The View's option must be enabled to allow such resizing operations. - - - - - - - - A View is being scrolled. This implies that an end-user depresses the mouse wheel and moves the mouse to scroll the View's contents. - - - - - - - - - - Multiple rows are being selected using drag and drop. End-users must click an indicator cell and drag the mouse for this purpose. The option must be enabled to allow such selections. - - - - - - - - An unknown action is being performed within the Grid View. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event source. Identifies the grid control that raised the event. - - - - A object that contains event data. - - - - - - - - - A single style condition. - - - - - - - - Creates a new object with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the type of comparison operation. This value is assigned to the property. - - - - A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. - - - - An object used to identify the new style condition object. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - true to apply the specified style to entire rows that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the type of the comparison operation. This value is assigned to the property. - - - - A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. - - - - An object used to identify the new style condition object. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the type of the comparison operation. This value is assigned to the property. - - - - A object that represents a column whose values are involved in conditional formatting. This value is assigned to the property. - - - - An object used to identify the new style condition object. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the type of comparison operation. This value is assigned to the property. - - - - An object used to identify the style condition object created. This value is assigned to the property. - - - - A descendant which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. - - - - An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. - - - - An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. - - - - A object (or descendant) which represents a column whose values are involved in conditional formatting. This value is assigned to the property. - - - - true to apply the specified style to entire rows that contain cells which match the defined criteria; false to apply the style to individual cells only. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the type of comparison operation. This value is assigned to the property. - - - - An object used to identify the style condition object created. This value is assigned to the property. - - - - An object which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. - - - - An object that is compared with the values of the cells identified by the condition parameter. This value is assigned to the property. - - - - An object that is compared with the values of the cells values identified by the condition parameter. This value is assigned to the property. - - - - A object (or descendant) which represents a column whose values are involved in conditional formatting. This value is assigned to the property. - - - - true to apply the specified style to entire rows that contain cells which match the defined criteria; false to apply the style to the individual cells only. This value is assigned to the property. - - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - - - - - Gets or sets whether the appearance settings are to be applied to rows or to cells of the . - - - true to apply formatting to entire rows; false to apply formatting to cells of the . - - - - - - - Copies the properties of the specified object to the current object. - - - - - The object whose properties should be copied. - - - - - - - - Gets the collection that owns the current style condition object. - - - A object representing the collection that owns the current object. - - - - - - - Gets or sets the column whose values take part in conditional formatting. - - - A object (or descendant) representing the column whose values are used in conditional formatting. null (Nothing in Visual Basic) if all columns' values are involved. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - The name of the column to which the current condition is applied. - - - - - - - - Represents a footer summary item. - - - - - - - Creates a new object with default settings. - - - - - - - - Creates a new object with the predefined summary settings and tag. - - - - A enumeration value specifying the aggregation function type. This value is assigned to the property. - - - - A string value specifying the name of a data field whose values are used for summary calculation. This value is assigned to the property. - - - - A string value specifying the summary value's display format. This value is assigned to the property. - - - - An object used to identify the summary item. This value is assigned to the property. - - - - - - - - Creates a new object with the predefined summary settings. - - - - A enumeration value specifying the aggregation function type. This value is assigned to the property. - - - - - A string value specifying the name of a data field whose values are used for summary calculation. This value is assigned to the property. - - - - A string value specifying the summary value's display format. This value is assigned to the property. - - - - - - - - - Copies settings from the summary item object specified as the parameter. - - - - A object whose settings should be copied to the current object. - - - - - - - - Gets a collection to which the summary item belongs. - - - A object (or descendant) representing the collection to which the summary item belongs. - - - - - - - Gets or sets the summary value formatting. - - - A string specifying the summary value's display format. An empty string to display the summary value using default formatting. - - - - - - - Gets or sets the name of a dataset field whose values are used for summary calculation. - - - A string value specifying the name of a data field whose values are used for summary calculation. - - - - - - - Gets or sets the object which specifies how values should be formatted. - - - The IFormatProvider object, which specifies how values should be formatted. - - - - - - - Returns the default display format for the summary item. - - - A string that represents the default display format. - - - - - - - Returns the default format string for the specified summary type. - - - - A enumeration value representing the summary type. - - - - true to add static text identifying summary type; otherwise, false. - - - A string value representing the default format string used for the specified summary type. - - - - - - - Formats the specified value using the summary item's format settings. - - - - - A representing the value to be formatted. - - - - - true if the formatted string should contain static text identifying the summary item type; otherwise, false. - - - A string representing the specified value formatted with respect to the summary item's format settings. - - - - - - - Returns the value formatted according to the specified format string. - - - - A format string. - - - - A value to be formatted. - - - A string value that specifies the value formatted according to the specified format string. - - - - - - - - - - - - - - - Gets the summary item's position within the owning collection. - - - A zero-based integer value representing summary item's position within the collection. - - - - - - - - Indicates whether the specified summary item has the same settings as the current one. - - - - A object whose settings are compared to the current summary item's settings. - - - true if the summary item passed as the parameter has the same settings as the current one; otherwise, false. - - - - - - - Specifies the type and display format of the summary item. - - - - A enumeration value specifying the summary type. This value is assigned to the property. - - - - A string specifying the summary value's display format. This value is assigned to the property. - - - - - - - - Specifies the type, display format and format provider for the summary item. - - - - A enumeration value specifying the summary type. This value is assigned to the property. - - - - A string specifying the summary value's display format. This value is assigned to the property. - - - - A format provider. This value is assigned to the property. - - - - - - - - Gets or sets the aggregation function type. - - - A enumeration value specifying the summary type. - - - - - - - Gets the current total summary item's value. - - - A representing the total summary value. - - - - - - - Gets or sets data associated with the summary item. - - - An object containing information associated with the summary item. - - - - - - - Gets the object's text representation. - - - A string that specifies the object's text representation. - - - - - - - - Displays data from a data source in a standard tabular form (view), or in various other forms (as a banded grid, cards or tiles). -Supports numerous editing and data-shaping features, such as summaries, filtration, data grouping, master-detail mode, etc. See Data Grid. - - - - - - - - Creates a new control. - - - - - - - - Activates the control's About dialog box. - - - - - - - - Notifies accessibility client applications of the specified event for the specified child control. - - - - An event being fired. - - - - - A child which fires the event. - - - - - - - - Notifies accessibility client applications of the specified event for the specified child control. - - - - An event being fired. - - - - - An object that identifies a control to notify of the accessible event. - - - - - - - - Gets or sets whether to preserve the focused row and selection after sorting, grouping or filtering. - - - A enumeration value that specifies whether the focused row and selection are restored after sorting, grouping or filtering. - - - - - - - Contains a value which represents the handle of the Auto Filter Row. For more information on row handles refer to the Rows section. - - - - $ - - - - - - - Gets the collection of registered View types. - - - A collection of View types that can be created using the designer or the method. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - A System.Drawing.Color structure. - - - - - - - Starts the grid's runtime initialization. - - - - - - - - - Locks the GridControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets the for the control. - - - A for the control. - - - - - - - Gets or sets a object associated with the grid control. - - - - A object associated with the grid control. - - - - - - - Gets the collection of controls contained within the control. - - - An object representing the collection of controls contained within the grid control. - - - - - - - - - - - - - - - Creates a Split Container and places the current GridControl to it. - - - A that is the created Split Container. - - - - - - - Creates a View of the specified type. - - - - A that specifies the View type. - - - A descendant representing the new View. - - - - - - - Gets or sets the cursor that is displayed when the mouse pointer is over the current GridControl. - - - - A System.Windows.Forms.Cursor object that represents the cursor to display when the mouse pointer is over the control. - - - - - - - Gets or sets a sub-list of the data source () whose data is supplied for the grid control's main View. - - - A string value representing the data source member. - - - - - - - Gets or sets the grid control's data source. - - - An object representing the grid control's data source. - - - - - - - Fires when changing the property value. - - - - - - - - Gets the currently maximized View. - - - A descendant representing the currently maximized detail clone. - - - - - - - Fires when zooming a View in or out. - - - - - - - - Gets or sets whether the Grid Control's accessibility feature (providing information on the control's data to accessibility tools, e.g., MS Narrator) is disabled. This is a static property, and thus it affects all Grid Controls in your application. - - - true, if the Grid Control's accessibility feature is disabled; otherwise, false. - - - - - - - Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. - - - - A value. - - - - - - - Provides access to the embedded data navigator. - - - A descendant representing the grid control's embedded data navigator. - - - - - - - Unlocks the GridControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in CSV format using the specified options. - - - - A stream to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in CSV format. - - - - A containing the full path to the file to which the control is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in CSV. - - - - A stream to which the control is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in CSV format using the specified options. - - - - A containing the full path to the file to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the control's data in the Office Open XML file format and saves it to the specified DOCX file. - - - - A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created. - - - - - - - - Exports the control's data in the Office Open XML file format (DOCX file) and sends it to the specified stream. - - - - - A System.IO.Stream object to which the created document should be exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in XLS format. - - - - A string that specifies the full path to the file the default View's data will be exported to. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format. - - - - A string that specifies the full path to the file which the default View's data will be exported to. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format using the specified character encoding. - - - - A string that specifies the full path to the file which the default View's data will be exported to. - - - - - A representing the name of the character encoding (e.g. "UTF-8"). - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified HTML file with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - A representing the name of the character encoding (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created HTML document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in HTML format with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - A object, to which the created document is exported. - - - - - A representing the name of the character encoding (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created HTML document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in HTML format. - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A object, to which the data is exported. - - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created MHT document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified character encoding. - - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created MHT document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in MHT format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in MHT format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in PDF format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in PDF format. - - - - A string that specifies the full path to the file which the default View's data will be exported to. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a file in RTF format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in RTF format. - - - - A object, which the data is exported to. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in TXT format. - - - - A string that specifies the full path to the file which the default View's data will be exported to. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string, quotation and text encoding settings. - - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) separator string text elements; otherwise, false. - - - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format. - - - - A object to which the created text file will be sent. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string, quotation and text encoding settings. - - - - - A object to which the created text file should be sent. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) separator string text elements; otherwise, false. - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string and quotation settings. - - - - - A object to which the created text file should be sent. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) separator string text elements; otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in TXT format using the specified separator string. - - - - A object to which the created text file should be sent. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string. - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a file in TXT format using the specified separator string and quotation settings. - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) separator string text elements; otherwise, false. - - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified sream in Text format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in Text format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the default View's data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified file in TXT format. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - - - - - Exports the data the ( or the currently maximized detail View) displays to a file in XLS format. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) -to a file in XLS format with the specified formatting settings. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in XLS format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to a stream in XLS format with the specified formatting settings. - - - - A object to which the created document is exported. - - - - - true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in XLS format using the specified options. - - - - A object, to which the created document is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) -to the specified file in XLS format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the data the ( or the currently maximized detail View) displays -to the specified stream in XLSX format using the specified options. - - - - A object to which data is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) -to the specified file in XLSX (MS Excel 2007) format using the specified options. - - - - A string that specifies the full path to the file to which the data is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) -to the specified file in XLSX (MS Excel 2007) format. - - - - A string that specifies the full path to the file to which the data is exported. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) to the specified stream in XLSX (MS Excel 2007) format - - - - A object to which data is exported. - - - - - - - - In Embedded detail mode, this row handle corresponds to the regions of detail Views below detail data and group rows. See . - - - - - - - - - In Embedded detail mode, this row handle corresponds to data and group rows of detail Views. See . - - - - - - - - - - In Embedded detail mode, this row handle corresponds to the regions of detail Views above data and group rows (these regions include group panels and column header panels). See . - - - - - - - - - - Forces an update to the control's properties that are listed within the property grid at design time. - - - - - - - - - Gets or sets the View which is currently focused. - - - A descendant which represents the focused View. - - - - - - - Fires in response to focus moving between Views. - - - - - - - - Forces the grid control to finish its initialization. - - - - - - - - Gets or sets whether the grid control's external forms are painted according to the Default LookAndFeel, or according to a View's painting scheme. - - - trueif the grid control's external forms are painted according to the Default LookAndFeel; false if the forms are painted according to a View's painting scheme. - - - - - - - Gets the View owning the specific point. - - - - A structure specifying the test point. The point is relative to the top left grid corner. - - - The object. - - - - - - - Gets a value indicating whether the current is being unloaded from memory. - - - true, if the current is being disposed of; otherwise, false. - - - - - - - The function supports the internal infrastructure and is not intended to be called from your code. - - - - - - - - - - - - - Contains the value representing the invalid row handle. This value is returned when an attempt to obtain a particular row fails, etc. Please refer to the Rows topic for more information regarding row handles. - - - $ - - - - - - - Gets whether the GridControl is attached to a , which performs data searching through grid data. - - - true, if the GridControl is attached to a ; otherwise, false. - - - - - - - Gets a value indicating whether the grid control is currently in design mode. - - - - true, if the grid control is in design mode; otherwise, false. - - - - - - - - Tests whether the grid control has input focus. - - - true if the grid control has input focus; otherwise, false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets whether the grid control is sending information to the print/export engine. - - - true if the grid is sending information to the print/export engine; otherwise, false. - - - - - - - Indicates whether the grid control can be printed/exported. - - - true if the grid control can be printed/exported; otherwise, false. - - - - - - - Gets whether the GridControl belongs to a . - - - true if the Grid Control belongs to a GridSplitContainer; otherwise, false. - - - - - - - Indicates whether a specific View is currently visible. - - - - A object that corresponds to the inspected View. - - - true, if a specific View is visible onscreen, otherwise, false. - - - - - - - Gets or sets the View that currently has keyboard focus. - - - A descendant representing the View that has keyboard focus. - - - - - - - Fires when moving focus between Views. - - - - - - - - Provides access to a hierarchical structure that associates pattern Views with specific master-detail relationships. - - - A object that associates pattern Views with specific master-detail relationships. - - - - - - - - Fires when a grid control is displayed for the first time. - - - - - - - - Prevents change notifications from being sent until the method is called. - - - - - - - - - Provides access to settings controlling the grid control's look and feel. - - - A object whose properties specify the grid control's look and feel. - - - - - - - Gets or sets the View that displays data at the top hierarchy level. - - - A descendant representing the View that displays data at the top hierarchy level. - - - - - - - Contains a value which represents the handle of the New Item Row/Card. For more information on row handles refer to the Rows section. - - - - $ - - - - - - - - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Prints the grid control's (the or the currently maximized detail View) without showing a print preview or print dialog. - - - - - - - - - Displays the standard Print dialog to print the data displayed in the Grid Control's . - - - - - - - - Enables you to process key presses before they are processed by the grid control's focused View and the active in-place editor. - - - - - - - - Updates the to reflect changes made to a data source. - - - - - - - - Removes the Grid Control from a Split Container and disposes of this Split Container. - - - - - - - - - - - - - - - - - - - - - Gets whether server mode is enabled. - - - true if server mode is enabled; otherwise, false. - - - - - - - Gets or sets whether the Grid Control displays only the relationships that exist in the . - - - - true if only the relationships that exist in the are displayed by the grid; false if all the relationships in the bound data source are displayed by the grid. - - - - - - - - Opens the Print Preview window for the grid control's Default View. - - - - - - - - Opens the Print Preview window with a Bars UI. - - - - - - - - Displays the Print Preview window with a Ribbon UI. - - - - - - - - Applies the specified paint style to all Views. - - - - A string value specifying the paint style name. - - - - - - - - Re-enables change notifications after a call to the method. - - - - - - - - - Gets or sets whether the DirectX Hardware Acceleration is enabled for the Grid Control. - - - The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether the control is painted grayed out, when it's in the disabled state. - - - true if the control is painted grayed out, when it's in the disabled state; otherwise, false - - - - - - - Gets or sets whether the embedded data navigator is visible. - - - true to make the embedded navigator visible; otherwise, false. - - - - - - - Provides access to the collection of Views in the grid's View repository. - - - A object that represents the collection of Views within the grid's View repository. - - - - - - - - Fires when a new detail clone is created. - - - - - - - - Fires when a detail clone is being disposed of. - - - - - - - - Gets the collection of Views currently displayed by the grid control. - - - A object containing Views that are currently displayed by the grid control. - - - - - - - - Presents data records as cards, arranged down and then across. Card fields are always arranged in a single column. - - - - - - - Creates a new object with default settings. - - - - - - - - Creates a new object with the specified owner. - - - - A object representing a grid control that will own the created View. This value is assigned to the property. - - - - - - - - Provides access to the properties that control the appearance of the Card View's elements. - - - A object providing the appearance settings for the View's elements. - - - - - - - Provides access to the properties that specify the appearances of View elements when they are printed/exported. - - - A object that provides appearance settings for View elements when they are printed/exported. - - - - - - - Copies property values and, optionally, event handlers from the View specified as a parameter. - - - - A descendant representing the View whose settings should be copied to the current View. - - - - true to copy event handlers; otherwise, false. - - - - - - - - Allows you provide custom height for individual card fields. - - - - - - - - Returns information about View elements located at a specified point. - - - - A structure specifying the test point coordinates relative to the grid control's top-left corner. - - - A object that contains information about View elements located at the test point. - - - - - - - Returns information about the View elements located at the specified point. - - - - - An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. - - - - An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. - - - A object that contains information on the View elements located at the test point. - - - - - - - - Indicates whether it is possible to resize cards. - - - true if a user can resize cards; otherwise false. - - - - - - - Gets or sets the card caption text pattern. - - - A string value specifying the card caption text pattern. - - - - - - - Fires immediately after a card has been collapsed. - - - - - - - - Provides the ability to prevent particular cards from being collapsed. - - - - - - - - Fires immediately after a card has been expanded. - - - - - - - - Provides the ability to prevent particular cards from being expanded. - - - - - - - - Gets or sets the distance between neighboring cards. - - - - An integer value representing the distance between cards in pixels. - - - - - - - Gets or sets the scroll buttons' paint style. - - - A enumeration value specifying the scroll buttons' paint style. - - - - - - - Gets or sets card width. - - - An integer value specifying card width in pixels. - - - - - - - Collapses all the cards within the View. - - - - - - - - Collapses the specified card. - - - - An integer value that identifies the card by its handle. - - - - - - - - - Returns an object that enables you to export a View's data in a number of different formats. - - - - - An object implementing the DevExpress.XtraExport.IExportProvider interface that exports data to a particular format. - - - A BaseExportLink descendant (a CardViewExportLink object) providing exporting facilities. - - - - - - - Enables custom images to be shown in card captions. - - - - - - - - Enables card captions to be custom painted. - - - - - - - - Enables you to custom paint card fields. - - - - - - - - Enables you to custom paint card field captions. - - - - - - - - Enables you to custom paint card field value cells. - - - - - - - - Expands all the cards within the View. - - - - - - - - Expands the specified card. - - - - An integer value that identifies the card by its handle. - - - - - - - - Gets or sets the index of the top visible field within the focused card. - - - An integer value specifying the zero-based index of the focused card's top visible field. - - - - - - - Gets the specified card's caption text. - - - - An integer value specifying the card by its row handle. - - - A string value representing the specified card's caption text. - - - - - - - Gets whether the specified card is collapsed. - - - - An integer value specifying the card's handle. - - - true if the card is collapsed; false if the card is expanded. - - - - - - - Gets the specified card's visible index. - - - - An integer value specifying the handle of the card to inspect. - - - An integer value representing the card's visible index. if there isn't any card with the specified handle. - - - - - - - Returns the handle of the card displayed at the specified position. - - - - An integer value representing the card's visible index. - - - An integer value representing the card's handle. if no card is found or the specified index corresponds to a newly added card which is currently being edited. - - - - - - - Hides the currently active editor discarding changes made. - - - - - - - - Invalidates the specified card. - - - - An integer value specifying the card by its row handle. - - - - - - - - Invalidates the specified card field. - - - - An integer value specifying the card by its row handle. - - - - A object specifying the column that corresponds to the card field. - - - - - - - - Invalidates the View element located at the point specified by the hit information object. - - - - A descendant (a object) containing hit information. - - - - - - - - Indicates whether a card is visible, partially visible or hidden. - - - - The row handle of a card. - - - The enumerator value that specifies the visibility state of a card. - - - - - - - Gets a value indicating whether the View is in its normal state. - - - true if no specific operation is performed within the Card View; otherwise, false. - - - - - - - Gets a value indicating whether a cell editor is presently active. - - - true if the View is in edit mode; otherwise, false. - - - - - - - Gets a value indicating whether the end-user is presently resizing cards. - - - true if the end-user is dragging a card separator; otherwise, false. - - - - - - - Gets a value indicating whether the View is visible on screen. - - - true if the View is visible on screen; otherwise, false. - - - - - - - Updates the View. - - - - - - - - Gets or sets the maximum number of card columns which can be displayed simultaneously within a View. - - - The maximum number of card columns displayed simultaneously within a View. - - - - - - - Gets or sets the maximum number of card rows. - - - The maximum number of card rows. - - - - - - - Provides access to the View's behavior options. - - - A object containing the View's behavior options. - - - - - - - Provides options that control how the View is printed/exported. - - - A object containing the View's print and export options. - - - - - - - Provides access to the View's appearance options. - - - A object containing the View's appearance options. - - - - - - - Provides access to the appearance settings currently used to paint the Card View's elements. - - - A object which provides the appearance settings currently used to paint the Card View's elements. - - - - - - - Gets or sets a value defining the maximum number of card columns for printing/exporting. - - - The maximum number of printed/exported card columns. - - - - - - - Gets the number of visible cards within a Card View. - - - An integer value representing the number of visible cards within a View. - - - - - - - Collapses or expands the specified card. - - - - An integer value representing the card's handle. - - - - true to collapse the specified card; false to expand the specified card. - - - - - - - - Invokes the focused cell's editor. - - - - - - - - Displays a Filter DropDown for the specified column. - - - - A column for which the filter popup must be invoked. - - - - - - - - Obtains the View's current state. - - - A enumeration member indicating the View's current state. - - - - - - - Synchronizes a View's appearance settings with the specified View. - - - - A descendant representing the View whose appearance settings should be copied to the current View. - - - - - - - - - Occurs when a Card View is being scrolled. - - - - - - - - Gets or sets which card is displayed within the View's top-left corner. - - - An integer value representing the visible index of the card located at the top-left corner. - - - - - - - Gets or sets a value specifying the Card Up And Down Buttons availability. - - - - A enumeration value specifying the card's scroll buttons availability. - - - - - - - Gets the bounding rectangle of the View's visible area. - - - A structure representing the View's bounding rectangle. Coordinates are specified relative to the grid control's top-left corner. - - - - - - - - - Contains values representing the visibility state of a card. - - - - - - - The card is hidden. - - - - - - - - The card is partially visible. - - - - - - - - The card is entirely visible. - - - - - - - - - Contains values indicating all available Card View states. - - - - - - - The bottom card scroll button is presently pressed. - - - - - - - - The card's expand button is pressed. - - - - - - - - The top card scroll button is pressed. - - - - - - - - The Card View's zoom button is pressed. - - - - - - - - A cell editor is presently active. - - - - - - - - A check box residing in a filter panel is pressed. This implies that the filter criteria applied to a Card View is going to be enabled or disabled. - - - - - - - - A filter close button is pressed. - - - - - - - - A filter panel customize button is pressed. - - - - - - - - The button which is used to display a dropdown window with a list of the most recently used filter criteria is pressed. - - - - - - - - The string in the filter panel which represents the filter criteria applied to a Card View is pressed. This shows/hides a dropdown window with a list of the most recently used filter criteria. - - - - - - - - The View is in its normal state. No specific action is being performed at present. - - - - - - - - The customization button is pressed. - - - - - - - - A Card View is being scrolled. This means that an end-user has depressed the mouse wheel and moved the mouse to scroll the View's contents. - - - - - - - - - A Card Separator is being dragged by the end-user at present. This action results in changing card width. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - An integer value representing the handle of the previously focused row. This value is assigned to the property. - - - - An integer value representing the focused row handle. This value is assigned to the property. - - - - - - - - Gets the handle of the currently focused row. - - - An integer value representing the handle of the currently focused row. The field value if no row is currently focused. - - - - - - - Gets the handle of the previously focused row. - - - An integer value representing the handle of the previously focused row. The field value if no row was previously focused. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the View that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the previously focused column. This value is assigned to the property. - - - - A object representing the currently focused column. This value is assigned to the property. - - - - - - - - Gets the currently focused column. - - - A object representing the currently focused column. null (Nothing in Visual Basic) if no column s currently focused. - - - - - - - Gets the previously focused column. - - - A object representing the previously focused column. null (Nothing in Visual Basic) if no column was previously focused. - - - - - - - - Serves as the base for Views that display data in a tabular format and allow editing of cell values by using inplace editors. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets a View's active editor. - - - A object representing the currently active editor. null (Nothing in Visual Basic) if no cell is being currently edited. - - - - - - - - Gets an object which represents the filter criteria for the current View. - - - - A object representing the filter criteria for the current View. - - - - - - - Gets or sets the current filter criteria. - - - A object which represents the total filter criteria. - - - - - - - Gets or sets whether the filtering functionality is enabled. - - - true if the filtering functionality is enabled; otherwise, false. - - - - - - - Gets or sets the total filter expression for the current View. - - - A string that specifies the total filter expression applied to the current View. - - - - - - - Adds a new record. - - - - - - - - Enables the filtering functionality. - - - - - - - - Searches for the specified string, using the search functionality provided by the Find Panel. - - - - A string to be located within the grid's data. - - - - - - - - Copies properties and, optionally, event handlers from another View to the current one. - - - - A object representing a View whose properties and event handlers are to be copied. - - - - true if event handlers should be copied; otherwise, false. - - - - - - - - Fires when async data loading has finished, in Instant Feedback Mode. - - - - - - - - Enables you to prevent row focus changes. - - - - - - - - Prevents visual and internal data updates until the method is called. - - - - - - - - Prevents visual and internal data updates until the method is called. - - - - - - - - Returns the minimum width that the specified column needs to display its contents completely. - - - - - A object which represents the grid column. - - - An integer value which specifies the minimum width which is required to display the column's contents completely. 0 if the specified column is a null reference. - - - - - - - Cancels changes made to focused row cells. - - - - - - - - Indicates whether grouping by a specific column is enabled. - - - - A object specifying the tested column. - - - true, if rows can be grouped by specific column values; otherwise, false. - - - - - - - Indicates whether end-users can resize a specific column by dragging its right edge. - - - - A object representing the tested column. - - - true if end-users can resize the specified column; otherwise, false. - - - - - - - Gets a value indicating whether a View can activate cell editors. - - - true if a View can activate cell editors; otherwise, false. - - - - - - - Indicates whether end-users can sort data by the specified column's values. - - - - - A object representing the tested column. - - - true if end-users can involve the specified column in sorting; otherwise, false. - - - - - - - Fires immediately after a cell's value has been changed. - - - - - - - - - Fires in response to changing the edit value. - - - - - - - - Removes error descriptions for the focused row. - - - - - - - - Removes any filter conditions applied to the View's columns. - - - - - - - - - Unselects any selected rows in the current View when multiple row selection is enabled. - - - - - - - - Clears sorting applied to the View. - - - - - - - - - Fires when changing a column's properties. - - - - - - - - Occurs when a column's filter condition is changed. - - - - - - - - - Allows you to respond to changing a column's position within the View. - - - - - - - - Provides access to the collection of columns available for display within the View. - - - - A object representing a collection of available columns within the current View. - - - - - - - Fires after a column's property has been changed. - - - - - - - - Converts objects from the collection to objects and adds them to the collection. - - - - - - - - Allows you to provide custom display text for column values displayed within text box-based cells, group rows and filter dropdowns. - - - - - - - - - Provides the ability to sort data using custom rules. - - - - - - - - - Enables a View's empty space to be custom painted when there aren't any rows displayed. - - - - - - - - Enables you to paint the filter panel manually. - - - - - - - - Enables the Custom Filter Dialog to be replaced with custom filtering facilities. - - - - - - - - - Allows you to customize the display text representing the current filter within the filter panel. - - - - - - - - Enables you to hide particular rows that exist in the data source or make them visible (regardless of the grid's filter). - - - - - - - - Enables data to be provided to, and modified data to be saved from visible unbound columns. - - - - - - - - - Fires when significant data source changes occur. - - - - - - - - The property is obsolete and you should not use it in your code. - - - null (Nothing in Visual Basic) always. - - - - - - - Deletes a data record or group row (in Grid Views) from the View. - - - - An integer value that represents the handle of the row to be deleted. - - - - - - - - - Deletes the selected rows/cards in multiple selection mode or focused row/card in single selection mode. - - - - - - - - - Gets or sets whether the View's focused record is synchronized with the current position of the corresponding CurrencyManager object. - - - false if the View's focused record is synchronized with the current position of the corresponding CurrencyManager object; otherwise, true. - - - - - - - Determines whether end-users can modify the View's cell values. - - - true if end-users can activate cell editors and modify their contents; otherwise, false. - - - - - - - Gets or sets the currently edited value. - - - An object representing the currently edited cell value. null (Nothing in Visual Basic) if no cell is presently being edited. - - - - - - - Determines whether the edited cell value has been changed since the cell editor was activated. - - - true if the edit value has been changed; otherwise, false. - - - - - - - - Fires after the grouping operation has been completed. - - - - - - - - Enables visual and internal data updates after the method call, and forces an immediate View update. - - - - - - - - Fires after the sorting operation has been completed. - - - - - - - - Loads a row (if it is not already loaded) and calls your callback method after that. This method is in effect in Instant Feedback Mode. - - - - An integer value that specifies the handle of the row to be loaded. - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested row has been loaded. The method's argument will contain an array of the loaded row's field values. - - - - - - - - Gets the number of columns that specify filtering conditions. - - - An integer value representing the number of columns whose property specifies a filter condition. - - - - - - - Allows you to customize the Filter Editor before it is displayed on screen. - - - - - - - - Gets the text displayed within the filter panel. - - - A string value representing the text displayed within the filter panel. - - - - - - - - - - - - - - Allows you to remove and modify items within Excel-style Filter Dropdowns, as well as add your own custom items that apply specific filtering conditions. - - - - - - - - Allows you to replace the UI for the Excel-styled menus' "Values" tab. - - - - - - - - Allows you to modify criteria expressions built when users filter Data Grid data in Excel-style filtering menus. - - - - - - - - Gets or sets the maximum number of records whose field values can be displayed within filter dropdowns. - - - An integer value specifying the maximum number of records whose field values can be displayed within filter dropdowns. - - - - - - - Gets or sets the maximum number of items filter dropdowns can display at once. - - - An integer value specifying the maximum height of filter dropdowns. The height is specified in rows. - - - - - - - Gets or sets the text displayed in the Find Panel's edit box. - - - A string that specifies the text displayed in the Find Panel's edit box. - - - - - - - Gets or sets whether the Find Panel is visible. - - - true if the Find Panel is visible; otherwise, false. - - - - - - - Searches for the target data row within this ColumnView. - - - - An Object that is the row to be searched. - - - An Int32 value that is the row handle for the target row, if found within this ColumnView. - - - - - - - Gets or sets the focused column/card field (in CardView and LayoutView Views). - - - A object or descendant representing the currently focused column/card field. - - - - - - - - Fires in response to changing column focus. - - - - - - - - Fires in response to changing the position of the focused row. - - - - - - - - Gets or sets the focused record by its handle. - - - An integer value representing the handle of the focused record. - - - - - - - - Fires when the focused row's data has been loaded (in Instant Feedback Mode). - - - - - - - - Gets a value indicating whether the focused row's cell values have been modified since the row last received focus. - - - true, if the focused row's data has been changed; otherwise, false. - - - - - - - Fires after focus is moved to another row object. - - - - - - - - Gets the focused cell value. - - - An object representing the focused cell value. - - - - - - - Moves focus to an invalid row. - - - - - - - - Provides access to a collection of conditional format rules, which allow you to change the appearance of individual cells or rows based on specific conditions. - - - A collection of conditional format rules. - - - - - - - Gets the error description for a specific cell or the entire focused row. - - - - A object identifying the cell within the focused row. null (Nothing in Visual Basic) to return the error description for the entire row. - - - A string value representing an error description. - - - - - - - Gets the type of the error associated with the specified cell in the currently focused row. - - - - - A object identifying the cell within the focused row. - - - An value that specifies the type of error. - - - - - - - Returns a object that represents the specified row. - - - - - An integer value representing the row handle. - - - A object representing the specified row. - - - - - - - Returns the index of the data source record which the specified row handle corresponds to. - - - - An integer value representing the row handle. - - - An integer value representing the zero-based index of the data record to which the specified row handle corresponds. - - - - - - - Formats a value according to the specified column's format settings. - - - - A object representing a column whose settings are used for formatting. - - - - An object representing the value to be formatted. - - - A string value representing the formatted value. - - - - - - - Returns the textual representation of the specified object. - - - - A object which specifies the filter whose text representation needs to be obtained. - - - A string which specifies the textual representation of the specified object. - - - - - - - Returns the textual representation of the specified filter. - - - - A object representing the filter whose text representation needs to be obtained. - - - The textual representation of the specified filter. - - - - - - - Returns a object that represents the focused row. - - - A object representing the focused row. - - - - - - - Returns the index of the data source record that corresponds to the focused grid row (card). - - - An integer value representing the zero-based index of the data record that corresponds to the focused grid row (card) - - - - - - - Returns the focused cell's display value. - - - A string representing the text displayed within the View's focused cell. - - - - - - - Returns an object representing the focused row. - - - An object representing the focused row. - - - - - - - Returns the text displayed in the specified column within the focused row. - - - - A column which contains the required cell. A exception will be thrown if this parameter is set to null. - - - A string representing the text displayed within the specified column in the focused row. - - - - - - - Gets the display value of the specified cell in the focused row. - - - - - A string identifying the field name of the column which contains the required cell. A exception will be thrown if the current View does not contain a column with the specified field name. - - - A string representing the text displayed within the specified column in the focused row. - - - - - - - Returns the specified column's edit value within the focused row. - - - - A column which contains the required cell. - - - An object representing the cell's value. - - - - - - - Returns the edit value of the specified cell within the focused row. - - - - - A string identifying the field name of the column which contains the required cell. A exception will be thrown if the underlying data source does not contain a column with the specified field name. - - - An object representing the cell's value. - - - - - - - Returns the focused cell's value. - - - An object that is the focused cell's value. - - - - - - - - Returns the text being searched during an incremental search. - - - A string that represents the text being searched. - - - - - - - Returns the value of the specified cell, which is identified by a field name and the index of a record in the data source. - - - - An integer value representing the index of the record in the underlying data source. - - - - A string representing the field name. - - - An object representing the required cell's value. - - - - - - - Returns the value of the specified cell, which is identified by a column and the index of a record in the data source. - - - - An integer value representing the index of the record in the underlying data source. - - - - A object identifying a field in the data source. - - - An object representing the required cell's value. - - - - - - - Returns the nearest column to the specified one that can be focused. - - - - A object representing the column which will be used as the search point. - - - A object representing the nearest column that can be focused. - - - - - - - Returns the visible index of the row that follows a specific row. - - - - An integer value specifying a specific row's visible index, whose next visible row's index is to be obtained. The value is returned if the rowVisibleIndex parameter is equal to or greater than . - - - - An integer value specifying the following row's visible index. - - - - - - - Gets the visible index of the row that is located prior to the specified row. - - - - An integer value specifying the visible index of the row located below the required row. - - - An integer value which specifies the visible index of the previous row. The value is returned if the rowVisibleIndex parameter is equal to or less then 0. - - - - - - - Returns an object that represents the specified row. - - - - - An integer value representing the desired row handle. - - - An object representing a specific row. - - - - - - - Returns a specific cell's display value from the current View. - - - - An integer value specifying the handle of the row where the desired cell resides. - - - - A object or descendant representing a column containing the desired cell. - - - A value representing a cell's display text. - - - - - - - Gets the display value of the specified cell. - - - - - An integer value specifying the handle of the row in which the desired cell resides. - - - - - A string representing the field name of the column that contains the required cell. A exception will be thrown if the current View does not contain a column with the specified field name. - - - A string representing the required cell's display text. - - - - - - - Returns a specific cell value from the current View. - - - - An integer value representing a handle of the row where the desired cell resides. - - - - A object or descendant representing a column that contains the desired cell. - - - An object that is the specified cell's value. - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - Gets the value of the specified cell in the grid's data source. - - - - - An integer value representing the handle of the row in which the desired cell resides. - - - - - A string representing the field name whose value is to be returned. This parameter can refer to any field in the data source, even if the current View does not contain a GridColumn referring to this field. - - - - An object that is the specified cell's value. - -null (Nothing in Visual Basic) if the specified cell is not found. - - -In Instant Feedback Mode, an invalid "Non-loaded Value" is immediately returned if the requested cell is not currently loaded. - - - - - - - - - Returns the handle of the row which represents the specified record in the data source. - - - - The zero-based index of a record in the data source. - - - - An integer value which represents the handle of the row which corresponds to the specified record in the data source. - - - - - - - Returns the handles of the selected rows or cards. - - - An array of integer values representing the handles of the selected rows or cards. An empty array if no rows are selected. - - - - - - - Returns a value that specifies how an in-place editor is activated for a grid cell. - - - A enumeration value which specifies how a cell editor is activated. - - - - - - - Returns the column displayed at a specific position. - - - - An integer value representing the visible index of the desired column. This parameter value corresponds to the property of columns. - - - A object or descendant representing a column displayed at a specific position. null (Nothing in Visual Basic) if there are no columns with the specified visible index. - - - - - - - Returns the visible index of the row specified by its handle. - - - - An integer value representing the row's handle. - - - An integer value representing the specified record's visible index. -1 if the specified record is hidden within a collapsed group (in Grid Views). - - - - - - - Returns the handle of the row which is displayed at the specified position. - - - - - An integer value specifying the row's visible index. - - - - An integer value representing the corresponding row handle. The value is returned if an invalid index is passed as the parameter. - - - - - - - - Gets or sets how many columns are used to group data. - - - - The number of columns used to group data. - - - - - - - - Gets the collection of columns involved in data grouping. - - - A object representing a read-only collection of columns involved in grouping. - - - - - - - Indicates whether the focused row or at least a single cell within the focused row has an error assigned. - - - true if the focused row has errors; otherwise, false. - - - - - - - Fires immediately after an inplace editor has been closed. - - - - - - - - Closes the currently active inplace editor discarding changes made to the edited value. - - - - - - - - Hides the Find Panel. - - - - - - - - Gets or sets a collection of images that can be displayed within column headers and band headers. - - - An object that is an image collection providing images for the View's elements. - - - - - - - Enables you to initialize added rows. - - - - - - - - Fires when a row fails validation or when it cannot be saved to the data source. - - - - - - - - - Toggles the specified row's selected state. - - - - An integer value identifying the row by its handle. - - - - - - - - Gets whether async data loading is in progress. This property is in effect in Instant Feedback Mode. - - - true if async data loading is in progress; otherwise, false. - - - - - - - Indicates whether the specified record is a regular data row/card. - - - - An integer value specifying the tested record by its handle. - - - true if the specified record is a regular data row/card; otherwise, false. - - - - - - - - Gets a value indicating whether the active editor has input focus. - - - true if the active editor has input focus; otherwise, false. - - - - - - - Determines whether a View contains any rows. - - - true if there are no rows within a specific view; otherwise, false. - - - - - - - Gets whether the Find Panel is visible. - - - true if the Find Panel is visible; otherwise, false. - - - - - - - Determines whether the first visible data or group row is focused. - - - true if the first visible data or group row is focused; otherwise, false. - - - - - - - Gets whether the focused row's data has been loaded (in Instant Feedback Mode). - - - true if the data has been loaded; otherwise, false. - - - - - - - Determines whether a View has input focus. - - - true if a View has input focus; otherwise, false. - - - - - - - Determines whether the last visible data or group row is focused. - - - true if the last visible data or group row is focused; otherwise, false. - - - - - - - Determines whether the last visible row is focused. - - - true if the last visible row is focused; otherwise, false. - - - - - - - Indicates whether multiple rows (cards) can be selected. - - - true if multiple rows (cards) can be selected; otherwise, false. - - - - - - - Indicates whether the specified row/card is the New Item Row/Card. - - - - The handle of the inspected row/card. - - - true if the specified row/card is used to enter a new record; otherwise, false. - - - - - - - Gets whether the specified row's data has been loaded (in Instant Feedback Mode). - - - - An integer that specifies the handle of the required row. - - - - true if the data has been loaded; otherwise, false. - - - - - - - Indicates whether the specified row is selected. - - - - The handle of the inspected row. - - - true if the specified row is selected; otherwise, false. - - - - - - - Determines whether the filter panel is visible. - - - true if the filter panel is visible; otherwise false. - - - - - - - Indicates whether the specified row handle is valid. - - - - - An integer value specifying the row's handle. - - - true if the row's handle is valid; otherwise, false. - - - - - - - Determines whether the current detail View is maximized. - - - true if the current detail View is maximized; otherwise, false. - - - - - - - Loads a row in Instant Feedback Mode. - - - - An integer value that is the row handle of the row to be loaded. - - - - - - - - Loads the specified data row's parent group rows (if they are not already loaded) in Instant Feedback Mode. - - - - - An integer value that is the row handle of the data row whose parent group rows need to be loaded. - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested rows have been loaded. The method's argument will be a Boolean value that specifies whether the load operation was success. - - - - - - - - - Locates rows by cells' display texts. - - - - An integer value specifying the handle of the row where the search starts. - - - - A object (or descendant) specifying the column whose cells' display texts are compared to the search text. - - - - A string to search for. - - - An integer value specifying the handle of the row found. If no matching row found, the field value is returned instead. - - - - - - - Locates rows by cell values. - - - - - An integer value specifying the handle of the row where the search starts. In server mode, this parameter must be set to 0. - - - - The object (or descendant) that is the column whose cells' values are compared to the search value. - - - - - An object representing the value to search for. - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested operation is completed. The method's argument will contain the requested value. This parameter is optional and is only required in Instant Feedback Mode. - - - If the specified value is loaded, the method returns an integer value specifying the handle of the row found. - -In Instant Feedback Mode, the DevExpress.Data.DataController.OperationInProgress value is returned if the requested search value is not currently loaded. - - -The value, if no row is found that matches the specified condition. - - - - - - - - Locates rows by cell values. - - - - - - A string that specifies the target column's field name. - - - - An object that is the value to search for. - - - - - A DevExpress.Data.OperationCompleted method that will be called when the requested operation is completed. The method's argument will contain the requested value. This parameter is optional and is only required in Instant Feedback Mode. - - - If the specified value is loaded, the method returns an integer value specifying the handle of the row found. - -In Instant Feedback Mode, the DevExpress.Data.DataController.OperationInProgress value is returned if the requested search value is not currently loaded. - - -The value, if no row is found that matches the specified condition. - - - - - - - - Moves row focus by the specified number of rows. - - - - An integer value representing a row focus offset. - - - - - - - - Moves focus to the first row. - - - - - - - - Moves focus to the last data record. - - - - - - - - - Moves focus to the last visible row. - - - - - - - - Moves focus to the row which is after the focused row. - - - - - - - - Moves focus to the next page. - - - - - - - - Moves focus to the previous row. - - - - - - - - Moves focus to the previous page. - - - - - - - - Provides access to the View's most recently used filters. - - - - A object that stores the filters recently used on the View. - - - - - - - - Cancels View zooming. - - - - - - - - Provides access to the View's behavior options. - - - A object containing the View's behavior options. - - - - - - - Provides access to the View's filtering options. - - - A object containing the View's filtering options. - - - - - - - Provides access to settings controlling the behavior and visibility of the Find Panel and its elements. - - - A object. - - - - - - - Provides options which control how the current View's layout is stored to/restored from a data store (a stream, xml file or system registry). - - - A descendant which provides options for controlling how the layout is stored and restored. - - - - - - - - - Provides access to the View's selection options. - - - A object containing the View's selection options. - - - - - - - Provides access to the View's display options. - - - A object which contains the View's display options. - - - - - - - Creates columns for all the fields of the specified . - - - - A object representing a data table whose fields will provide data for the created columns. - - - - - - - - Creates columns for all fields in the bound data source. - - - - - - - - Creates columns for record fields in the specified data source (System.Data.DataTable, System.ComponentModel.ITypedList, System.Collections.IList, System.Collections.Generic.IList, DevExpress.XtraGrid.IXtraList, etc. ). - - - - The data source. - - - - - - - - Creates columns for the specified DataColumnInfo objects. - - - - An array of DataColumnInfo objects containing information on the columns to be created. - - - - - - - - - Generates columns for the custom code-first data source. - - - - A Type of the code-first data source for which columns should be generated. - - - - A PopulateColumnsParameters object that stores advanced column generation parameters. - - - - - - - - Reloads data into View from the data source. - - - - - - - - Refreshes the active editor. - - - - true if the editor should update the value it displays; otherwise, false. - - - - - - - - Refreshes the specified row. - - - - An integer value which identifies the row. - - - - - - - - Enables you to specify content alignment for individual cells. - - - - - - - - Fires after a data row is deleted. - - - - - - - - Fires when a data row is about to be deleted. - - - - - - - - Gets the expression used to filter the records displayed within the View. - - - - A string value representing the expression used to filter records. An empty string if no filtering is currently applied. - - - - - - - Fires when a row's data has been loaded (in Instant Feedback Mode). - - - - - - - - Occurs after the modified focused row has been saved to the underlying data source. - - - - - - - - Selects all rows (cards) within the View, except rows residing within collapsed groups. - - - - - - - - Gets the number of selected rows (cards). - - - An integer value indicating the number of selected rows (cards). - - - - - - - Fires when row/cell selection is changed in multiple selection mode. - - - - - - - - Selects the visible rows (cards) in the specified range. - - - - An integer value specifying the row handle at which the selection starts. - - - - An integer value specifying the row handle at which the selection ends. - - - - - - - - Adds a row (card) to the current selection. - - - - An integer value identifying the row (card) to be selected by its handle. - - - - - - - - Sets an error description for a cell within the focused row or for the entire focused row. - - - - - A object representing a column that contains an error cell. null (Nothing in Visual Basic) if the error description should be assigned to the entire focused row. - - - - A string value representing an error description. An empty string to clear the assigned error. - - - - - - - - - Sets an error description and an error type for the specified cell within the focused row. - - - - A that identifies the cell to which an error is set. - - - - A string value representing an error description. An empty string to clear the assigned error. - - - - - An value that specifies the type of the error. Error types correspond to specific error icons. - - - - - - - - - Assigns a value to the specified column within the currently focused row. - - - - A object representing the column in which the required cell resides. - - - - An object representing the value to be assigned. - - - - - - - - Assigns a value to the specified field within the currently focused row. - - - - A string identifying the field name of the column which contains the required cell. - - - - An object representing the value to be assigned. - - - - - - - - Marks the focused row as modified. - - - - - - - - Assigns a value to the focused cell. - - - - An object representing the value to be assigned. - - - - - - - - Assigns a value to a specific cell. - - - - An integer value representing a row handle containing the desired cell. - - - - A object or descendant representing a column containing the desired cell. - - - - An object representing the value to be assigned. - - - - - - - - Sets the value of the specified cell in the current View. - - - - An integer value representing the handle of the row which contains the desired cell. - - - - - A string representing the field name that identifies the required cell. - - - - An object representing the value to be assigned. - - - - - - - - Gets or sets a value specifying editor button display mode. - - - A enumeration value specifying how editor buttons are displayed within a View. - - - - - - - - Displays the custom filter dialog. - - - - A column whose filtering settings will be modified by the custom filter dialog. - - - - - - - - Displays the Filter Editor. - - - - A column to which a filter is applied in the Filter Editor. - - - - - - - - Displays a Filter DropDown for the specified column. - - - - A column for which the filter popup must be invoked. - - - - - - - - Allows you to customize checked filter dropdown lists before they are displayed. - - - - - - - - Allows you to customize the filter dropdown for date-time columns. - - - - - - - - Allows you to hide specific filtering conditions from the "Filters" and "Values" tabs of the Excel-style Filter Dropdown. - - - - - - - - Enables you to customize a particular column's filter dropdown list. - - - - - - - - Displays the Find Panel. - - - - - - - - Allows you to cancel editor activation. - - - - - - - - Fires immediately after a cell editor has been invoked. - - - - - - - - Invokes an Expression Editor that enables editing an expression for the specified unbound column. - - - - A that represents an unbound column whose expression will be edited in the Expression Editor. - - - - - - - - Gets the collection of columns involved in sorting. - - - A object representing the collection of columns involved in sorting. - - - - - - - - Provides access to the collection of sorted and grouping columns within the current View. - - - A collection containing information on the sorted and grouping columns within the View. - - - - - - - Fires before a grouping operation is started. - - - - - - - - Fires before a sorting operation is started. - - - - - - - - Allows you to replace a filter applied with another filter. - - - - - - - - For internal use only. - - - - - - - - Synchronizes a View's data representation settings with the specified View. - - - - A descendant representing the View whose data representation settings should be copied to the current View. - - - - - - - - - Synchronizes a View's visual settings with the specified View. - - - - A descendant representing the View whose visual settings should be copied to the current View. - - - - - - - - - Fires after an Expression Editor has been created for an unbound column. - - - - - - - - Removes a row (card) from the current selection. - - - - An integer value identifying the row (card) by its handle. - - - - - - - - Validates the focused row and saves its values to the data source. - - - true if the row has been successfully updated; otherwise, false. - - - - - - - Validates the active editor. - - - true if editor validation succeeded; otherwise, false. - - - - - - - Enables you to specify whether a modified row's data is valid, and whether the row can lose focus. - - - - - - - - Gets or sets the height of the View Caption region. - - - An integer value that specifies the height of the View Caption region. - - - - - - - Converts the specified row handle to a data source record index. - - - - An integer value representing the row handle to convert. - - - An integer value representing the zero-based data record index. - - - - - - - Gets the visible column collection. - - - A object representing the visible column collection. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender (the descendant representing the View that raised the event). - - - - A object that contains event data. - - - - - - - - - Provides data for the and events. - - - - - - - Creates an instance of the class. - - - - An integer value representing the handle of the row where a cell resides. This value is assigned to the property. - - - - A object representing the column where the cell resides. This value is assigned to the property. - - - - An object representing the new cell value. This value is assigned to the property. - - - - - - - - Gets the column that contains the processed cell. - - - A object representing the column whose cell is processed by the event. - - - - - - - Gets the handle of the row that contains the processed cell. - - - An integer value indicating the handle of the row whose cell is processed by the event. - - - - - - - Gets the current cell value. - - - An object representing the current cell value. - - - - - - - - Serves as the base for objects representing Views in a grid control. - - - - - - - Creates a new instance of the class. - - - - - - - - Gets the active editor within a View. - - - A descendant representing the active editor within the current View. null (Nothing in Visual Basic) if no cell is being edited at the moment. - - - - - - - Gets the name of the currently applied painting scheme. - - - A string representing the name of the currently applied painting scheme. - - - - - - - Provides access to the properties that control the appearance of the View's elements. - - - A object that provides the base appearance settings for View elements. - - - - - - - Provides access to the properties that specify the appearances of View elements when they are printed/exported. - - - A object that provides the print/export appearance settings for View elements. - - - - - - - Copies the settings of a View object to the current one. - - - - A object or descendant representing the source of the operation. - - - - true, if event handlers assigned to the source object should be assigned to the corresponding events of the destination View object; otherwise, false. - - - - - - - - Gets an object providing information for creating and initializing the View. - - - A object containing information necessary to create and initialize the View. - - - - - - - Occurs before a layout is restored from storage (a stream, xml file or the system registry). - - - - - - - - - Prevents visual and internal data updates until the method is called. - - - - - - - - Starts the runtime View initialization. - - - - - - - - - Prevents selection updates until the or the method is called. - - - - - - - - Locks the BaseView object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets or sets the border style for the current View. - - - A enumeration value specifying the border style of a View. - - - - - - - Returns information about the View elements located at the specified point. - - - - - An integer representing the X coordinate of the test point relative to the top-left corner of the grid control. - - - - An integer representing the Y coordinate of the test point relative to the top-left corner of the grid control. - - - - A class descendant that contains information on the View elements located at the test point. - - - - - - - Returns information about the View elements located at the specified point. - - - - - A structure specifying the test point coordinates relative to the top-left corner of the grid control. - - - A class descendant that contains information about the View elements located at the test point. - - - - - - - - Enables selection updates after the method call, but doesn't force an immediate update. - - - - - - - - - Forces the grid control to finish its initialization. - - - - - - - - Clears a previously generated document for printing/exporting. - - - - - - - - - Occurs when a View is clicked. - - - - - - - - Hides the active editor saving changes made. - - - - - - - - Connects the View to the specified object. - - - - An object representing the control to connect the current View to. - - - - - - - - - Copies the selected record(s) to the Clipboard as text. - - - - - - - - Creates a print/export document from the View's data. - - - - - - - - Returns an object that enables you to export a View's data in a number of different formats. - - - - An object implementing the interface that exports the data. - - - A object (or descendant) providing exporting facilities. - - - - - - - Gets the data controller which implements data-aware operations. - - - A object which represents the data controller. - - - - - - - Gets how many data rows are contained within the View. - - - - An integer value providing a count of the number of data rows in the View. - - - - - - - - Gets the data source whose data is displayed by a View. - - - A data source object whose data is displayed by the current View. - - - - - - - Occurs when the data source of the current View changes. - - - - - - - - Gets or sets the height of a View when it serves as a detail View. - - - An integer value specifying the View height in pixels. - - - - - - - - Gets the nesting level of a View. - - - An integer value representing the nesting level of a View. - - - - - - - Gets or sets the position of detail tabs within detail sections. - - - A enumeration value specifying the position of detail tabs. - - - - - - - Removes the connection between the View and the specified object. - - - - An object representing the control which the View is to be disconnected from. - - - - - - - - - Occurs when a View is double-clicked. - - - - - - - - Determines whether end-users can modify the View's cell values. - - - true if end-users can activate cell editors and modify their contents; otherwise, false. - - - - - - - Enables visual and internal data updates after the method call, and forces an immediate View update. - - - - - - - - Ends the runtime View initialization. - - - - - - - - Enables selection updates after calling the method and forces an immediate update. - - - - - - - - - Unlocks the BaseView object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a stream, using the specified options. - - - - An value that specifies the format in which the View's data is exported. - - - - A object, to which the data is exported. - - - - - An descendant that provides export options. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a file. - - - - An value that specifies the format in which the View's data is exported. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a file, using the specified options. - - - - An value that specifies the format in which the View's data is exported. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - An descendant that provides export options. - - - - - - - - Exports the data displayed by the (the or the currently maximized detail View) in the specified format to a stream. - - - - An value that specifies the format in which the View's data is exported. - - - - A object, to which the data is exported. - - - - - - - - - Exports the control's data to the specified stream in CSV format. - - - - A Stream to which the control is exported. - - - - - - - - Exports the control's data to the specified file in CSV format. - - - - A containing the full path to the file to which the control is exported. - - - - - - - - Exports the control's data to the specified stream in CSV format using the specified options. - - - - A stream to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the control's data to the specified file in CSV format using the specified options. - - - - A containing the full path to the file to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the view's data in the Office Open XML file format and saves it to the specified DOCX file. - - - - A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created. - - - - - - - - Exports the view's data in the Office Open XML file format (DOCX file) and sends it to the specified stream. - - - - A System.IO.Stream object to which the created document should be exported. - - - - - - - - Exports the 's data to the specified file in MS Excel format. - - - - A string that specifies the full path to the file to which the default View's data will be exported. - - - - - - - - - Exports the 's data to the specified file in HTML format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to an HTML file using the specified character encoding. - - - - A containing the full path (including the file name and extension) specifying where the HTML file will be created. - - - - A representing the name of the character encoding (e.g. "UTF-8"). - - - - - - - - Exports the 's data to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - A object, which the created document is exported to. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created HTML document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the 's data to a stream in HTML format. - - - - A object, which the data is exported to. - - - - - - - - Exports the 's data to the specified HTML file with the specified title, using the specified character encoding. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - A containing the full path (including the file name and extension) specifying where the HTML file will be created. - - - - A representing the encoding name set in the HTML file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created HTML document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the 's data to the specified stream in HTML format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in HTML format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in HTML format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A object, to which the data is exported. - - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created MHT document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the 's data to the specified file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created MHT document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the 's data to the specified file in MHT format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to the specified file in MHT format using the specified character encoding. - - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A representing the encoding name set in the MHT file (e.g. "UTF-8"). - - - - - - - - Exports the 's data to the specified stream in MHT format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in MHT format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in PDF format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to a stream in PDF format. - - - - A object, which the data is exported to. - - - - - - - - Exports the 's data to the specified file in PDF format. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - A object which specifies the export options to be applied when the View's data is exported. - - - - - - - - Exports the 's data to a stream in RTF format. - - - - A object, which the data is exported to. - - - - - - - - Exports the 's data to a file in RTF format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to the specified file in TXT format. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - - - - - Exports the 's data to a file in TXT format using the specified separator string and quotation settings. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - - - - - Exports the 's data to a stream in TXT format using the specified separator string. - - - - A object which the created text file should be sent to. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the 's data to a stream in TXT format. - - - - A object to which the created text file will be sent. - - - - - - - - - Exports the 's data to a file in TXT format using the specified separator string, quotation and text encoding settings. - - - - A string that specifies the full path to the file the View's data will be exported to. - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the 's data to a stream in TXT format using the specified separator string, quotation and text encoding settings. - - - - A object to which the created text file should be sent. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the 's data to a stream in TXT format using the specified separator string and quotation settings. - - - - A object to which the created text file should be sent. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) separator string text elements; otherwise, false. - - - - - - - - - - Exports the 's data to a file in TXT format using the specified separator string. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the 's data to the specified stream in Text format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in Text format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the View is exported. - - - - - - - - Exports the 's data to the specified file in TXT format. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - - - - - Exports the 's data to a file in XLS format with the specified formatting settings. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the 's data to a file in XLS format. - - - - A string that specifies the full path to the file to which the View's data will be exported. - - - - - - - - - Exports the 's data to a stream in XLS format with the specified formatting settings. - - - - A object, to which the created document is exported. - - - - - true to use the data format of the exported data fields for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the 's data to a stream in XLS format - - - - A object, to which the created document is exported. - - - - - - - - - Exports the 's data to the specified stream in XLS format using the specified options. - - - - A object, to which the created document is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the 's data to the specified file in XLS format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the 's data to the specified stream in XLSX (MS Excel 2007) format using the specified options. - - - - A object to which data is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the 's data to the specified file in XLSX (MS Excel 2007) format using the specified options. - - - - A string that specifies the full path to the file to which the data is exported. - - - - An object that specifies export customization options and events. In data-aware export mode, initialize the parameter with a object. In WYSIWYG export mode, initialize the parameter with a object. - - - - - - - - Exports the 's data to the specified file in XLSX (MS Excel 2007) format. - - - - A string that specifies the full path to the file to which the data is exported. - - - - - - - - Exports the 's data to the specified stream in XLSX (MS Excel 2007) format. - - - - A object to which data is exported. - - - - - - - - Focuses the Grid Control and current View within it. - - - true if the operation was a success; otherwise, false. - - - - - - - Gets or sets whether double-clicking within the View fires the DoubleClick event, even if a data cell has been double-clicked and its editor has been invoked on the first click. - - - true if the DoubleClick event fires when double-clicking within the View even if a data cell has been double-clicked; -false if the DoubleClick event fires when double-clicking on any element except for the data cells which allow their in-place editors to be invoked on mouse clicking. - - - - - - - Gets the collection of style format conditions for a View. - - - A object representing a collection of style format conditions for a View. - - - - - - - Returns an object representing a row specified by its handle. - - - - An integer value representing the desired row handle. - - - An object representing a specific row. - - - - - - - Gets the View's display caption. - - - - A string representing the View's display caption. - - - - - - - - Returns the object which contains the internal information used to render the View. - - - A DevExpress.XtraGrid.Views.Base.ViewInfo.BaseViewInfo descendant which contains the internal information used to render the View. - - - - - - - Occurs when a View receives focus. - - - - - - - - Gets the grid control that owns a specific View. - - - A object that owns the current View. - - - - - - - Hides the currently active editor discarding changes made. - - - - - - - - - Gets or sets a collection of images to be inserted into column headers and group rows using HTML tags. - - - A object that stores a collection of images. - - - - - - - Invalidates the region occupied by the current View (adds it to the control's update region that will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. - - - - - - - - - - Invalidates the View element located at the point specified by the hit information object. - - - - A descendant containing hit information. - - - - - - - - Invalidates the specified region of a View (adds it to the control's update region, which will be repainted during the next paint operation), and causes a paint message to be sent to the grid control. - - - - - A System.Drawing.Rectangle structure representing the region to invalidate. - - - - - - - - - Enables you to provide a proper response to entering an invalid cell value. - - - - - - - - Gets a value indicating whether the View is in normal state. - - - true always. - - - - - - - Gets a value indicating whether the current View is a detail View. - - - true if the current View is a detail View; otherwise, false. - - - - - - - Gets whether the current object is being disposed of. - - - true if the current object is being disposed of; otherwise, false. - - - - - - - Gets a value indicating whether a View element is currently being dragged. - - - false always. - - - - - - - Gets a value indicating whether a View is in edit mode. - - - - true if a View is in edit mode; otherwise, false. - - - - - - - - Gets a value indicating whether a View is currently focused. - - - true if a View has input focus; otherwise, false. - - - - - - - Gets whether the current View object is associated with a node within the at a non-root level. - - - true, if the current View object is associated with a node within the at a non-root level; otherwise, false. - - - - - - - Gets a value indicating whether a specific View is being initialized at present time. - - - true if a View is being initialized; otherwise, false. - - - - - - - Gets whether the View obtains data in Server Mode. - - - true if the View obtains data in server mode; otherwise, false. - - - - - - - Gets a value indicating whether a View element is currently being resized. - - - false always. - - - - - - - Gets a value indicating whether a View is visible. - - - true if a View is visible; otherwise, false. - - - - - - - Gets a value indicating whether the current View is maximized. - - - true if the current View is maximized, otherwise, false. - - - - - - - - Fires when a key is pressed while the View has focus. - - - - - - - - Fires when a character key is pressed while the View has focus. - - - - - - - - - Occurs when releasing the pressed key. - - - - - - - - - Fires immediately after a View's layout has been changed. - - - - - - - - - Updates the current View. - - - - - - - - Occurs when a layout is restored from storage (a stream, xml file or system registry) and its version differs from the version of the current View's layout. - - - - - - - - Gets the name of the master-detail relationship corresponding to the current detail View. - - - A value indicating the relationship name represented by the current detail View. - - - - - - - Gets how many objects are connected to the View. - - - - An integer value representing the number of connections to the View. - - - - - - - Occurs when a View loses focus. - - - - - - - - - Allows you to limit the maximum number of rows that are copied to the Clipboard when the method is called, or when an end-user presses the CTRL+C shortcut. - - - - - - - - - Occurs when the mouse pointer is over a View and a mouse button is pressed. - - - - - - - - Occurs when the mouse pointer enters the View. - - - - - - - - Occurs when the mouse pointer leaves the View. - - - - - - - - Occurs when the mouse pointer moves over a View. - - - - - - - - Occurs when the mouse button is released if it was pressed within a View. - - - - - - - - Occurs when the mouse wheel is moved while a View has focus. - - - - - - - - Gets or sets the View name. - - - A value representing the View name. - - - - - - - Restores View layout after the View has been maximized. - - - - - - - - - Provides options that control how the current View's layout is stored to/restored from a stream, xml file or system registry. - - - A descendant, providing options that control how the layout is stored and restored. - - - - - - - - Provides options that control how the View is printed/exported. - - - A object containing the View's print and export options. - - - - - - - Provides access to the appearance settings currently used to paint the View's elements. - - - A object which provides the appearance settings currently used to paint the View's elements. - - - - - - - Fires after the View's paint style has changed. - - - - - - - - Gets or sets the paint style name for the current View. - - - - A value specifying the name of the paint style applied to the current View. - - - - - - - - Gets or sets a master View for the current View. - - - - A descendant representing a parent View. - - - - - - - - Creates grid columns/card fields for fields in the View's bound data source. - - - - - - - - Posts the value being edited to the associated data source without closing the active in-place editor. - - - true if the value being edited has been successfully saved to the associated data source; otherwise, false. - - - - - - - - - - - - - - - - - - - - - - - Fires repeatedly while the View's data is being printed/exported. - - - - - - - - Allows you to customize general print/export settings when the View is about to be printed/exported. - - - - - - - - - - - - - - - Reloads data into View from the data source. - - - - - - - - Sets the mouse cursor to the grid's Cursor property value. - - - - - - - - - Restores a View's layout stored at the specified system registry path. - - - - - A string value specifying the system registry path. If the specified path doesn't exist, calling this method has no effect. - - - - - - - - - Restores the View's layout using the specified settings stored at the specified system registry path. - - - - - A string value specifying the system registry path. If the specified path doesn't exist, calling this method does nothing. - - - - - - A descendant specifying which options should be restored. - - - - - - - - Restores a View's layout from the specified stream. - - - - A descendant from which View settings are read. - - - - - - - - Restores the View's layout using the specified settings which are stored in the specified stream. - - - - - A descendant containing the layout settings. - - - - - A descendant specifying which options should be restored. - - - - - - - - Restores a View's layout from a specific XML file. - - - - A string value specifying the path to the XML file from which View settings are read. If the specified file doesn't exist, System.IO.FileNotFoundException type exception is raised. - - - - - - - - Restores the View's layout using the specified settings from the specified XML file. - - - - A string value specifying the path to the XML file which contains the layout settings. If the specified file doesn't exist a System.IO.FileNotFoundException type exception is raised. - - - - - A descendant specifying which options should be restored. - - - - - - - - Gets a count of the total number of visible rows contained within the current View. - - - An integer value providing a count of the total number of visible rows in the View. - - - - - - - - Occurs when the number of visible records is changed within a View. - - - - - - - - Saves a View's layout to a system registry path. - - - - A string value specifying the system registry path to which the layout is saved. - - - - - - - - Saves the View's layout using the specified settings to the specified system registry path. - - - - - A string value specifying the system registry path to which the layout is saved. - - - - A descendant specifying which options should be saved. - - - - - - - - Saves a View's layout to a specific stream. - - - - A descendant to which a View's layout is written. - - - - - - - - Saves the View's layout using the specified settings to the specified stream. - - - - A descendant to which the View's layout is written. - - - - - A descendant specifying which options should be saved. - - - - - - - - Saves a View's layout to a specific XML file. - - - - A string value specifying the path to the file where a View layout should be stored. If an empty string is specified, an exception is raised. - - - - - - - - Saves the View's layout using the specified settings to the specified XML file. - - - - - A string value specifying the path to the file where the View's layout settings should be stored. If an empty string is specified, an exception is raised. - - - - A descendant specifying which options should be saved. - - - - - - - - Activates the focused cell's editor. - - - - - - - - Activates an editor for the focused row cell and passes a specific key to it. - - - - A object identifying the key to be passed to the inplace editor. - - - - - - - - Activates an editor for the focused row cell and passes a specific key to it. - - - - - A object identifying the key to be passed to the inplace editor. - - - - - - - - Activates an editor for the focused row cell and passes a mouse click to it. - - - - - - - - - - - - - - - - - - - - - - - - Gets a master row for a View. - - - An object representing a master row for the current detail View. - - - - - - - Gets the handle of a master row for a View. - - - An integer value representing a master row handle for the current detail View. - - - - - - - Gets the pattern View used to create a clone View. - - - - A descendant representing a pattern View containing settings of a clone View. - - - - - - - - Copies the specified settings of a View to the current View. - - - - A descendant specifying the View whose settings are copied to the current View. - - - - A SynchronizationMode enumeration value specifying whether data representation settings, visual settings or both should be copied. - - - - - - - - Copies the visual and data representation settings of a specific View to the current View. - - - - A descendant whose visual and data representation settings should be copied to the current View. - - - - - - - - Gets or sets a value specifying whether this View's clones have synchronized appearance and data representation settings. - - - true to synchronize this View's clones; otherwise, false. - - - - - - - Synchronizes the data representation settings of the current view with a another View object. - - - - A descendant whose data representation settings should be copied to the current View. - - - - - - - - Synchronizes the visual representation settings of the current view with a specific View object. - - - - A descendant whose appearance settings should be copied to the current View. - - - - - - - - Gets or sets the data associated with the current View. - - - - An object containing information which is associated with the current View. - - - - - - - - Validates the currently focused row's value/data. - - - true if the row has been successfully updated; otherwise, false. - - - - - - - Validates the active editor. - - - true if the active editor's value is accepted; otherwise, false. - - - - - - - Enables you to perform manual validation of cell values and editor values (within the Edit Form). - - - - - - - - Gets or sets the View Caption. - - - A string value specifying the View's caption. - - - - - - - Gets the bounding rectangle of the View's visible area. - - - A structure representing the bounding rectangle of the current View. - - - - - - - Gets the View repository that owns the current View. - - - A object representing the repository that owns the current View. - - - - - - - This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A Boolean value. - - - - - - - Maximizes the current detail View clone. - - - - - - - - - Lists values specifying the cells in which editor buttons are displayed - - - - - - - If a column's property is set to this value, the column uses the View's settings. Assigning this value to the View's property is equivalent to assigning the ShowForFocusedCell value. - - - - - - - - Editor buttons are displayed for all cells within the column/view. - - - - - - - - Editor buttons are displayed for the focused cell only. - - - - - - - - Buttons are displayed for cells that reside within the focused row. - - - - - - - - Buttons are displayed only when a cell editor is active. - - - - - - - - - Represents an individual column in Grid Views and Card Views. - - - - - - - Creates a new object with default settings. - - - - - - - - Gets or sets the column's position within the View's column collection. - - - An integer value representing the zero-based column index within the collection. - - - - - - - - Gets or sets whether all supported summaries or only the Count summary are enabled in the column's footer context menu. - - - true if all supported summaries are enabled in the column's footer context menu; false if only the Count summary is enabled. - - - - - - - Gets the appearance settings used to paint the column's data cells. - - - A object which provides the appearance settings used to paint the column's data cells. - - - - - - - Gets the appearance settings used to paint the column header. - - - An object representing the column header's appearance settings. - - - - - - - Resizes the column to the minimum width required to display the column content completely. - - - - - - - - - Gets a value indicating whether the column's header can be displayed within the Customization Form. - - - true if the column's header can be displayed within the Customization Form; otherwise, false. - - - - - - - Gets or sets the column's display caption. - - - A value specifying the column's display caption. - - - - - - - Clears filtering applied to the column. - - - - - - - - Returns the object that contains current values for all existing Data Annotation Attributes. - - - An object that contains current values for all existing Data Annotation Attributes. - - - - - - - Gets or sets the repository item specifying the editor used to edit a column's cell values. - - - A descendant. - - - - - - - Gets or sets the name of the column's editor. - - - A string value specifying editor name. - - - - - - - Gets or sets the column's bound data field by its index within the associated data source. - - - An integer value specifying the bound data field's zero-based index. - - - - - - - Gets the column's data type. - - - A System.Type value representing column data type. - - - - - - - Gets or sets the column's caption when its header is displayed within the Customization Form. - - - A value which specifies the column's caption when its header is displayed within the Customization Form. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Provides access to the object specifying the formatting applied to column values. - - - A object that specifies format settings for column values. - - - - - - - - Gets or sets the column's unique field name. For bound columns, this property refers to a field in the underlying data source. - - - A value that specifies the column's unique field name. - - - - - - - Gets or sets another field by which data is sorted/grouped/filtered when sorting/grouping/filtering is applied to the current column. The FieldNameSortGroup property is intended to be used in Server data binding modes to sort columns (e.g., lookup columns) against text instead of edit values. - - - - A string that specifies a field name. - - - - - - - Gets or sets the filter condition applied to the column. - - - A object specifying the filter condition applied to the column. - - - - - - - Gets or sets how column values are filtered via the auto filter row and filter dropdown. - - - A enumeration value that specifies how the column values are filtered. - - - - - - - Gets or sets a value specifying whether the column takes part in horizontal View scrolling or is anchored to a View edge. - - - A enumeration value. - - - - - - - Returns the minimum width that the column can have and still display its contents completely. - - - - An integer value that specifies the column's minimum width which is required to display its contents completely. - - - - - - - - Returns the actual display caption for the current column. - - - A string that specifies the column's actual display caption. - - - - - - - Gets this column's description, assigned using the [Display(Description = ". . .")] data attribute. - - - A String value that is the column's description. - - - - - - - Returns the non formatted column caption. - - - A string value that represents the column's non formatted caption. - - - - - - - Groups data by the values of the current column. - - - - - - - - Provides access to the formatting settings for the column's values which are displayed within group rows. - - - - A object containing the formatting settings for the column's values that are displayed within group rows. - - - - - - - - Gets or sets the value specifying whether the column takes part in grouping and at which level. - - - An integer value specifying the column's position among grouping columns. -1 if the View is not grouped by this column's values. - - - - - - - Gets or sets how data rows are grouped when grouping by the current column is applied. Certain limitations apply in server mode. - - - A value that determines how data rows are grouped when grouping by the current column is applied. - - - - - - - Gets or sets an image displayed within the Column Header. - - - An image displayed within the column header. - - - - - - - Gets or sets the column header image alignment. - - - A System.Drawing.StringAlignment enumeration member specifying the image alignment. - - - - - - - Gets or sets the index of the image displayed within the column header. - - - An integer value specifying the image by its zero-based index within the source collection. -1 to display no image. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this GridColumn. - - - An object that stores image-related options. - - - - - - - Gets an image collection whose images can be displayed within the column's header. - - - An object which provides images for column headers. - - - - - - - Indicates whether the View that owns the current column is currently being initialized. - - - true if the View is being initialized; otherwise, false. - - - - - - - Gets whether the column's specifies a valid expression. - - - true if the column's UnboundExpression specifies a valid expression; otherwise, false. - - - - - - - Gets or sets the column's maximum width. - - - An integer value that specifies the column's maximum width. - - - - - - - Gets or sets the column's minimum allowed width. - - - An integer value specifying the column's minimum width in pixels. - - - - - - - Provides access to the column's recently used filters. - - - A object that stores the recently used filters for the column. - - - - - - - - Gets or sets the column name. - - - A value specifying the column name. - - - - - - - Provides access to the column's options. - - - An object containing the column's options. - - - - - - - Provides access to the settings of the editor that corresponds to the current column within an Edit Form. - - - The settings of the editor that corresponds to the current column within an Edit Form. - - - - - - - Provides access to the filter options for the current column. - - - - An object specifying a set of filter options for the current column. - - - - - - - - Gets a value indicating whether the column's option is enabled. - - - true if the option is enabled; otherwise, false. - - - - - - - Gets the repository item that actually represents the column's editor. - - - A descendant representing the actual column's editor. - - - - - - - Specifies a new width for the column. - - - - An integer value representing the column's new width. - - - - - - - - Gets or sets a value specifying which column cells display editor buttons. - - - A enumeration value specifying which column cells display editor buttons. - - - - - - - Gets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu. - - - true if an end-user can open an Expression Editor for the current unbound column, using a context menu; otherwise, false. - - - - - - - Gets or sets the column's position among sorted columns. - - - An integer value representing the zero-based column's index among sorted columns. -1 if data is not sorted by this column. - - - - - - - Gets or sets how the column's data is sorted when sorting/grouping is applied to it. - - - - A value specifying how the column's data is sorted in sort mode. - - - - - - - Gets or sets the column's sort order. - - - A enumeration value specifying the column's sort order. - - - - - - - - Allows you to add multiple total summaries for a column. These summaries are displayed within the View Footer. - - - A object that is a collection of column total summaries. - - - - - - - - Provides access to the column's footer summary settings. - - - A object containing the column's footer summary settings. - - - - - - - Gets the summary text displayed within the View footer cell located under this column. - - - A value which is the formatted textual representation of this column's total summary value. - - - - - - - Gets or sets the data associated with the column. - - - - An object containing information which is associated with the column. - - - - - - - - Gets or sets a custom tooltip for the column. - - - A string representing a custom tooltip for the column. - - - - - - - Gets the column's caption. - - - A string that specifies the column's caption. - - - - - - - Gets or sets an expression used to evaluate values for the current unbound column. - - - A string that specifies an expression used to evaluate values for the current column. - - - - - - - Gets or sets the data type and binding mode of the column. - - - A enumeration value representing the data type and binding mode of the column. - - - - - - - Ungroups data by the values of the current column. - - - - - - - - Gets the View that owns the column. - - - A descendant representing the View that owns the column. - - - - - - - Gets or sets whether the column is visible. - - - true, if the column is visible; otherwise, false. - - - - - - - Gets or sets the column's visible state and position within the View. - - - An integer value specifying the column's visible state and position within the View. -1 if the column is either a grouping column or hidden. - - - - - - - Gets the actual column width. This property is useful in column auto-width mode (see ). - - - An integer value specifying the actual column width in pixels. - - - - - - - Gets or sets the column width. - - - An integer value specifying the column width. - - - - - - - - Contains column filter settings. - - - - - - - - Creates a new class instance with default settings. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the filter type. This value is assigned to the property. - - - - A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - - A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. -If this parameter has a value (it's not null or an empty string) the val parameter is ignored. - - - - - A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A representing the filter value. The specified value is compared to column values. When filtering is active, records are only displayed when values within the column match this parameter. The parameter value is assigned to the property. - - - - - - - - Creates a new class instance with the specified filter condition and its text representation. - - - - A string value specifying the filter criteria. This string should be composed in compliance with SQL syntax requirements. This parameter value is assigned to the property. - - - - A string value specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value and filter text representation. - - - - A representing the filter value. The specified value is compared to column values. Records whose values within the column do not match this parameter are not displayed when filtering is applied. This parameter value is assigned to the property. - - - - A string value specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. - - - - - - - - Obsolete. Initializes a new instance of the class with the specified settings. - - - - A enumeration value specifying the filter type. This value is assigned to the property. - - - - A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - - A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. -If this parameter has a value (it's not null or an empty string) the val parameter is ignored. - - - - A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. - - - - A string representing the current filter condition in the filter dropdown list. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - - A string value specifying the filter criteria. This string should be composed in compliance with ANSI SQL standards. This value is assigned to the property value. -If this parameter has a value (it's not null or an empty string) the val parameter is ignored. - - - - - A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This parameter value is assigned to the property. - - - - A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - A enumeration value specifying the filter type. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnFilterInfo class with the specified filter type and filter expression. - - - - A enumeration value which specifies the filter type. This value is assigned to the property. - - - - A value that represents the filter expression. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnFilterInfo class with the specified filter expression. - - - - A value that represents the filter expression. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnFilterInfo class with the specified settings. - - - - A enumeration value which specifies the filter type. This value is assigned to the property. - - - - A object that represents the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - A value that represents the filter expression. This value is assigned to the property. - - - - - - - - Initializes a new instance of the ColumnFilterInfo class with the specified filter expression and filter value. - - - - A value that represents the filter expression. This value is assigned to the property. - - - - A object that represents the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is either an empty string or null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - - - - - Creates a new ColumnFilterInfo class instance with the specified filter value and column. - - - - A object whose values are compared against the specified value. - - - - A representing the filter value. The specified value is compared to the column's values. Records, whose values within the column do not match this parameter, are not displayed when filtering is applied. This parameter value is assigned to the Value property. - - - - - - - - - Initializes a new instance of the class with the specified filter criteria. - - - - A object which represents filter criteria. - - - - - - - - Initializes a new instance of the class with the specified filter settings. - - - - A enumeration value specifying the filter type. This value is assigned to the property. - - - - - A representing the filter value. This parameter is in effect when the type parameter is set to and the filter parameter is null (Nothing in Visual Basic). When in effect, the column is filtered by the specified value. This value is assigned to the property. - - - - - - A object which represents the filter criteria. If this parameter is not null the _value parameter is ignored. - - - - A string value specifying the text to be displayed within the filter panel. If set to an empty string, the text representation of the filter criteria is calculated automatically. This value is assigned to the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Obsolete. Creates a new class instance with the specified filter value. - - - - A filter value that is used to initialize the property. - - - - - - - - Creates a new ColumnFilterInfo class instance with the specified grid column, filter value and display text. - - - - A object whose values are compared against the specified value. - - - - A representing the filter value. The specified value is compared to the column's values. Records, whose values within the column do not match this parameter, are not displayed when filtering is applied. This parameter value is assigned to the property. - - - - A specifying the text representation of the filter criteria. This text is displayed within the View's filter panel. If the parameter is set to an empty string, the filter condition's text representation is constructed automatically. This parameter value is assigned to the property. - - - - - - - - Returns a copy of the current object. - - - A representing a clone of the current object. - - - - - - - Gets the filter condition's textual representation. - - - A string value representing the filter condition's textual representation. - - - - - - - Gets an empty filter condition. - - - A object representing the empty filter condition. - - - - - - - Determines whether the current object has the same settings as that specified. - - - - A object to compare with the current object. - - - true if an object specified by the parameter has the same settings as the current object; otherwise, false. - - - - - - - Gets the current filter criteria. - - - A object which represents the current filter criteria. - - - - - - - Gets the filter expression specified by this object. - - - - A value representing the filter expression. - - - - - - - Returns the actual textual representation of the filtering condition applied. - - - A string that represent the filtering condition within the filter panel. - - - - - - - Returns the same value as the method. - - - - A string returned by the method. - - - - - - - - Gets whether the current filter condition has been created by the Grid Control or is a custom condition. - - - ColumnFilterKind.Predefined if the filter item was created by the XtraGrid; ColumnFilterKind.User if the filter item was created via code. - - - - - - - - Controls whether the current object filters data by a particular value, uses a custom filter string or provides no filtering condition. - - - A enumeration value indicating the filtering type. - - - - - - - - Gets the value by which data is filtered. - - - A representing the value by which data is filtered. - - - - - - - This member is obsolete. - - - - An empty string. - - - - - - - - - Contains values specifying filtering types. - - - - - - - Indicates that a column's values are filtered via the automatic filtering row. - - - - - - - - Indicates that filtering is applied based on a custom filter string. The string should be constructed in compliance with SQL requirements. - - - - - - - - Indicates that filtering is disabled. - - - - - - - - Indicates that a column should be filtered by a specific value. - - - - - - - - - Stores appearance settings allied to Groups and items within a . - - - - - - - Initializes a new instance of the WinExplorerViewAppearances class with the specified settings. - - - - A that owns the newly created WinExplorerViewAppearances. - - - - - - - - Provides access to appearance settings that affect the background area of this WinExplorerViewAppearances. - - - An object that stores appearance settings that affect the background area of this WinExplorerViewAppearances. - - - - - - - Stores the Group headers' appearance settings, used when an end-user hovers this header. - - - An AppearanceObject that stores appearance settings for hovered Group headers. - - - - - - - Stores the default Group header appearance settings. - - - - An AppearanceObject that stores the default Group header appearance settings. - - - - - - - - Stores the Group header appearance settings, used when an end-user clicks this header. - - - - An AppearanceObject that stores the selected Group header appearance settings. - - - - - - - - Provides access to appearance settings used to paint View item descriptions when these items are disabled. - - - - An AppearanceObject that stores properties used to paint View item descriptions when these items are disabled. - - - - - - - - Provides access to appearance settings applied to hovered item descriptions. - - - - An AppearanceObject that stores appearance settings applied to hovered item descriptions. - - - - - - - - Provides access to the item descriptions' default appearance settings. - - - An AppearanceObject that stores appearance settings applied to item descriptions in their normal state. - - - - - - - Provides access to appearance settings, applied to selected item descriptions. - - - - An AppearanceObject that stores appearance settings for selected item descriptions. - - - - - - - - Stores appearance settings used to paint disabled item captions. - - - - An object that stores appearance settings used to paint disabled item captions. - - - - - - - - Provides access to the appearance settings applied to hovered item captions. - - - - An AppearanceObject that stores appearance settings for hovered item captions. - - - - - - - - Provides access to the item caption default appearance settings. - - - - An AppearanceObject that stores appearance settings applied to item captions in their normal visual state. - - - - - - - - Provides access to the appearance settings applied to selected item captions. - - - - An AppearanceObject that stores appearance settings applied to selected item captions. - - - - - - - - - Provides options that specify how a layout is stored to and restored from storage (a stream, xml file or system registry). - - - - - - - Initializes a new instance of the WinExplorerViewOptionsLayout class with the default settings. - - - - - - - - Gets or sets whether or not settings from the group should be serialized. - - - true, if settings from the group should be serialized; otherwise, false. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.dll deleted file mode 100644 index 9d4a238..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.xml deleted file mode 100644 index b7ef724..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraLayout.v18.1.xml +++ /dev/null @@ -1,10204 +0,0 @@ - - - - DevExpress.XtraLayout.v18.1 - - - - - - Enumerates the options that determine the alignment settings of a layout item's control. - - - - - - - The auto-size feature is applied to the current layout item. The item's text region is automatically resized to the minimum width that allows the text to be displayed in its entirety. - - - - - - - - - - - Enables custom size mode, in which the size of the layout item's text region must be specified manually via the property. - - - - - - - - - - Alignment settings are determined by the item's parent. The item's property is ignored. In this mode, this setting is determined by the item's parent. - - -The item's immediate parent is a group which provides the property to control the alignment settings of its items. However, by default the group's property is set to . In this mode, the alignment settings of the group's items are determined by the group's parent. - - -For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). - - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. - - - - A object representing the menu to be displayed. This object is assigned to the Menu property. - - - - A object that identifies the clicked object. This object is assigned to the HitInfo property. - - - - A Boolean value that specifies whether the menu is allowed to be displayed. This value is assigned to the Allow property. - - - - - - - - Initializes a new instance of the LayoutMenuEventArgs class with the specified settings. - - - - A object representing the menu to be displayed. This object is assigned to the Menu property. - - - - A object that identifies the clicked object. This object is assigned to the HitInfo property. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method for handling the event. - - - - The event source. This identifies the LayoutControl control which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Contains methods to move a layout item to a position next to another layout item. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - A object to be moved. This object is used to initialize the property. - - - - - A object relative to which the dragItem will be positioned. This object is used to initialize the property. - - - - A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. - - - - A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. - - - - - - A value that specifies whether the draItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. - - - - - - - - - - - - - Initializes a new LayoutItemDragController instance with settings specifying that thedragItem should be inserted horizontally after the baseItem, occupying its largest part (typically, half the region). - - - - - - A object to be moved. This object is used to initialize the property. - - - - A object relative to which the dragItem will be positioned. This object is used to initialize the property. - - - - - - - - Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem, occupying its largest part (typically, half the region). - - - - - A object to be moved. This object is used to initialize the property. - - - - - A object relative to which the dragItem will be positioned. This object is used to initialize the property. - - - - - A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. - - - - A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. - - - - - - - - - Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted at a certain position within a specific group. - - - - - A object to be moved. This object is used to initialize the property. - - - - - A object into which the dragItem will be inserted. - - - - A Point where the dragItem will be inserted into the group. - - - - - - - - Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to the baseItem. - - - - - A object to be moved. This object is used to initialize the property. - - - - - A object relative to which the dragItem will be positioned. This object is used to initialize the property. - - - - A value that specifies whether the dragItem is inserted inside or outside the baseItem. This value is used to initialize the property. - - - - A value that specifies whether the dragItem is inserted before or after the baseItem. This value is used to initialize the property. - - - - - - A value that specifies whether the dragItem is inserted horizontally or vertically next to the baseItem. This value is used to initialize the property. - - - - - - - - - Initializes a new LayoutItemDragController instance with settings specifying that the dragItem should be inserted next to another item, as specified by the settings of the controller parameter. - - - - - A object to be moved. This object is used to initialize the property. - - - - A LayoutItemDragController object, whose settings determine how a dragItem is inserted next to another item. - - - - - - - - Inserts the to a position, specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that do not belong to a . - - - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Gets the item to be inserted to a position, specified by the settings of the LayoutItemDragController object. - - - - A object that represents the item to be inserted. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - Inserts the orphan to a position specified by the settings of the current LayoutItemDragController object. This method cannot be used to move items that belong to a . - - - - true if the item has been successfully inserted; otherwise, false. - - - - - - - Gets an object that identifies an element located at the point. This member is in effect if the current LayoutItemDragController object has been initiailized using a constructor with a Point parameter. - - - A object that provides information on the element located at the point. - - - - - - - Gets the point at which the will be inserted. This member is in effect if the current LayoutItemDragController object has been initialized using a constructor with a Point parameter. - - - - - A Point at which the will be inserted. - - - - - - - Gets whether the is inserted before or after the . - - - - A value that specifies whether the is inserted before or after the . - - - - - - - Gets the item next to which the is inserted. - - - A object that identifies the item next to which the is inserted. - - - - - - - Gets whether the is inserted horizontally or vertically next to the . - - - A value that specifies whether the is inserted horizontally or vertically next to the . - - - - - - - Gets whether the is inserted inside or outside the . - - - A value that specifies whether the is inserted inside or outside the . - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - - - - - - - - For internal use. - - - - - - - - - - - Contains options that determine the control's display options - - - - - - - - Initializes a new instance of the OptionsView class. - - - - An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. - - - - - - - - Gets or sets whether layout groups are collapsed/expanded using animation. - - - True, if layout groups are collapsed/expanded using animation; False if not. Default uses the global setting. - - - - - - - Gets or sets whether icons for all layout items within the current should be painted in the items' foreground colors. - - - true, if icons for all layout items within the current should be painted in the items' foreground colors; otherwise, false. - - - - - - - Gets or sets whether layout item borders are highlighted when the mouse cursor hovers over the layout items. - - - true if the hot-tracking of layout items is enabled; otherwise, false. - - - - - - - - This option is equivalent to the option. - - - A Boolean value. - - - - - - - Gets or sets whether the , and options are in effect. - - - True, if the corresponding options are in effect; otherwise; False. - - - - - - - Gets or sets whether or not lock size indicators should be displayed during the runtime customization. - - - A enumerator value that specifies whether or not lock size indicators should be displayed during the runtime customization. - - - - - - - This property is now obsolete. Use the property instead. - - - - - - - - - - Allows the parent's background to be seen through the LayoutControl. - - - A Boolean value. - - - - - - - Gets or sets whether focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible. - - - true if focusing a control that is out of view automatically scrolls the LayoutControl to make this control visible; otherwise, false. - - - - - - - Gets or sets how a LayoutControl's size is changed when it is positioned within another LayoutControl. - - - A value that specifies how the LayoutControl's size is changed when it is positioned within another LayoutControl. - - - - - - - Gets or sets how a LayoutControl's size is changed when it's positioned within another LayoutControl. - - - A value. - - - - - - - Gets or sets how default maximum size constraints are calculated for controls that implement the interface. - - - A value. - - - - - - - Gets or sets the number of frames in the fade animation. - - - An integer value that specifies the number of frames in the fade animation. - - - - - - - Gets or sets the fade animation length. - - - An integer value that specifies the length of the fade animation, in miliseconds. - - - - - - - Gets or sets whether to draw an adorner layer that is used to provide customization visual cues. - - - A value that specifies whether to draw the adorner layer. - - - - - - - Gets or sets whether to draw an adorner layer used to provide customization visual cues. - - - A value that specifies whether to draw the adorner layer. - - - - - - - Gets or sets whether layout item borders are visible at runtime. - - - - true if item borders are visible at runtime; otherwise, false. - - - - - - - - Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. - - - true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. - - - - - - - Allows the parent's background to be seen through the LayoutControl. - - - true if the parent's background is seen through the LayoutControl; otherwise, false. - - - - - - - - Gets or sets the collapse/expand animation speed. - - - An integer value that specifies the collapse/expand animation speed. - - - - - - - Gets or sets whether controls are fitted to fill the entire height of the . - - - true, if controls are fitted to fill the entire height of the ; otherwise, false. - - - - - - - Gets or sets whether controls are fitted to fill the entire width of the . - - - true, if controls are fitted to fill the entire width of the ; otherwise, false. - - - - - - - Gets or sets whether disabled layout items are highlighted according to the current skin. - - - true if disabled layout items are highlighted; otherwise, false. - - - - - - - Gets or sets whether focused layout items are highlighted according to the current skin. - - - true if focused layout items are highlighted; otherwise, false. - - - - - - - Gets or sets whether the layout control is read-only. - - - A value that specifies if the layout control is read-only. - - - - - - - Gets or sets the color used to paint layout item borders when they are visible. - - - A value that specifies the color of layout item borders. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A PaddingMode value. - - - - - - - Gets or sets whether the RightToLeft setting has been changed. - - - true, if the RightToLeft setting has been changed; otherwise, false. - - - - - - - Determines whether the LayoutControl manages the look and feel and style settings of DevExpress .NET controls that are displayed within the LayoutControl. - - - true if the look and feel and style settings of controls are determined by the property; otherwise, false. - - - - - - - Gets or sets whether to use the default paint mechanism to indicate drag-and-drop operations. - - - true if the default paint mechanism is used to indicate drag-and-drop operations; otherwise, false. - - - - - - - Gets or sets whether indents between elements in the LayoutControl are automatically adjusted, based on the owning container's auto-scale settings. - - - - true, if indents between elements in the LayoutControl are automatically adjusted based on the owning container's auto-scale settings; otherwise, false. - - - - - - - - Gets or sets whether padding settings ( and ) of items and groups are obtained from the current skin. This is a backward compatibility option. - - - true if padding settings of items and groups are obtained from the current skin; otherwise, false. - - - - - - - - Contains parameters for the method. - - - - - - - - Initializes a new instance of the RetrieveFieldsParameters class with the specified settings. - - - - - - - - Gets or sets the number of columns in the layout that will be generated. - - - An integer value that specifies the number of columns in the layout that will be generated. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the default value used to initialize the Binding.DataSourceNullValue property for all auto-generated editors. -This property identifies the value to be stored in the data source if the editor's value is null or empty. - - - The default value used to initialize the Binding.DataSourceNullValue property of all auto-generated editors. - - - - - - - Gets or sets the default value used to initialize the Binding.DataSourceUpdateMode property for all auto-generated editors. -This property indicates when changes to the bound editor property are propagated to the data source. - - - The default value used to initialize the Binding.DataSourceNullValue property of all auto-generated editors. - - - - - - - - Provides print and export options for the . - - - - - - - Initializes a new instance of an class with the specified owner. - - - - An object that will own the created object. - - - - - - - - Gets or sets whether the , when printed, is horizontally stretched to the width of the printing page. - - - - - true, if the LayoutControl is fit to the page width; otherwise, false. - - - - - - - - Contains appearance settings used to paint captions of layout groups when a is printed/exported. - - - An object that contains settings to customize the appearance of layout group captions. - - - - - - - Contains appearance settings used to paint layout item captions in a 's print/export output. - - - An object that contains settings to customize the appearance of layout item captions. - - - - - - - Gets or sets whether a utilizes the old print/export mode. - - - true, if the LayoutControl uses the old print/export mode; false, if it uses the default mode. - - - - - - - Gets or sets the distance between text regions of all layout items and their controls in a 's print/export output. - - - A value that specifies the distance between text regions and controls, in pixels. - - - - - - - - - The base class for classes that provide print and export options for layout items and groups. - - - - - - - Initializes a new instance of an class with the specified owner. - - - - An object that will own the created object. - - - - - - - - Gets or sets whether a layout item along with its nested items are included in a 's print/export output . - - - true, if the layout item and its nested items are printed/exported; false, if they are excluded from the printing/export output. - - - - - - - Contains appearance settings used to paint a layout item's caption in a 's print/export output. - - - An object that contains settings to customize the appearance of the layout item caption. - - - - - - - Gets or sets the distance between a layout item's text and its control in the LayoutControl's print/export output. - - - A value that specifies the distance between the text region and control, in pixels. - - - - - - - - - A row collection within a table layout. - - - - - - - Initializes a new instance of a RowDefinitions class with the specified owner. - - - - A layout group that owns the created RowDefinitions object. - - - - - - - - Initializes a new instance of a RowDefinitions class with the settings of the specified source object and with the specified owner. - - - - An object whose settings are used to initialize the created object. - - - - A layout group that owns the created object. - - - - - - - - Adds the specified row to the table layout. - - - - An object that specifies the row to be added. - - - The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. - - - - - - - Adds an array of row objects to the table layout. - - - - An array of objects to be added to the table layout. - - - - - - - - Inserts an element into the collection at the specified index. - - - - The zero-based index at which a rowDefinition should be inserted. - - - - - The to insert. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Provides indexed access to rows within the current row collection. - - - - A zero-based integer value that specifies the index of the required row. - - - An object that represents the row at the specified position within the collection. - - - - - - - Removes the element at the specified index. - - - - The zero-based index of the element to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - - Provides settings that specify item positions in a table layout. - - - - - - - Initializes a new instance of an OptionsTableLayoutItem class with the specified owner. - - - - A layout item that owns the created OptionsTableLayoutItem object. - - - - - - - - Gets or sets the index of the column in which the current layout item is displayed. - - - The zero-based index that specifies the layout item's column position within the table layout. - - - - - - - Gets or sets the number of columns spanned by the current layout item within the table layout. - - - A positive integer value that specifies the number of columns spanned by the layout item. - - - - - - - Gets or sets the index of the row in which the current layout item is displayed. - - - - The zero-based index that specifies the layout item's row position within the table layout. - - - - - - - Gets or sets the number of rows spanned by the current layout item within the table layout. - - - A positive integer value that specifies the number of rows spanned by the layout item. - - - - - - - - Provides options and methods to customize a table layout enabled for a . - - - - - - - - Initializes a new instance of an OptionsTableLayoutGroup class with the specified owners. - - - - An object that implements the ILayoutControl interface, and owns the created OptionsTableLayoutGroup object. - - - - A layout group that owns the created OptionsTableLayoutGroup object. - - - - - - - - Adds the specified column to a table layout. - - - - An object that specifies the column to be added. - - - - - - - - Adds the specified row to a table layout. - - - - An object that specifies the row to be added. - - - - - - - - Creates a new column with default settings and adds it to the table layout. - - - An object that specifies the newly created column. - - - - - - - Creates a new row with default settings and adds it to the table layout. - - - An object that specifies the new row. - - - - - - - Gets or sets the default size for empty rows/columns of the SizeType.AutoSize type in table layout mode. - - - A value that specifies the size for rows/columns of the AutoSize type, in pixels. - - - - - - - Returns the number of columns within the table layout. - - - The number of columns within the table layout. - - - - - - - Provides access to columns of the table layout. - - - The table layout's columns. - - - - - - - Returns a column by its index within the table layout. - - - - The column's zero-based index. - - - The column located at the specified position within the column collection. - - - - - - - Returns a row by its index within the table layout. - - - - The row's zero-based index. - - - The row located at the specified position within the row collection. - - - - - - - Inserts an element into the collection at the specified index. - - - - The zero-based index at which a rowDefinition should be inserted. - - - - The to insert. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Inserts an element into the collection at the specified index. - - - - The zero-based index at which a columnDefinition should be inserted. - - - - The to insert. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Removes the specified column definition. - - - - The to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Removes the specified row definition. - - - - The to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Removes the element at the specified index. - - - - The zero-based index of the element to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Removes the element at the specified index. - - - - The zero-based index of the element to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Returns the number of rows within the table layout. - - - The number of rows within the table layout. - - - - - - - Provides access to rows of the table layout. - - - The table layout's rows. - - - - - - - - Enumerates the runtime customization modes for a . - - - - - - - Default customization mode. Customization commands are provided using context menus. - - - - - - - - Quick customization mode. Customization commands are available in the touch-friendly Customization Form. - - - - - - - - - Enumerates the options that specify how a 's size is changed when it is positioned within another LayoutControl. - - - - - - - The embedded LayoutControl's size is fixed and is equal to its minimum size. - - - - - - - - The embedded LayoutControl's size can vary between its minimum and maximum sizes. - - - - - - - - The embedded LayoutControl's minimum size is restricted; while its maximum size is unlimited. - - - - - - - - - Enumerates values that specify the layout mode for a . - - - - - - - - Flow layout mode. Layout items are automatically arranged in rows according to their order in the collection, and are automatically wrapped at the group's right edge - - - - - - - - Regular layout mode. Layout items can stretch within the parent layout group and can have any size - - - - - - - - - Table layout mode. Layout items are arranged in a two-dimensional table according to their row and column indexes and span values. - - - - - - - - - Contains options that specify which operations can be performed on a layout item at runtime. - - - - - - - Initializes a new instance of the BaseLayoutItemCustomizationOptions class. - - - - A object that will own the created object. - - - - - - - - Gets or sets whether the current layout item/group can be dragged-and-dropped to another position. - - - - An ItemDragDropMode value that specifies whether the current item/group can be dragged-and-dropped to another position. - - - - - - - - Gets or sets whether other items can be dragged-and-dropped onto the current layout item/group. - - - - An ItemDragDropMode value that specifies whether other items can be dragged-and-dropped onto the current layout item/group. - - - - - - - - Copies options from the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Returns whether the layout item can be dragged-and-dropped to another position. - - - - true if the layout item can be dragged-and-dropped to another position; otherwise, false. - - - - - - - - Returns whether other layout items can be dragged-and-dropped onto the current layout item. - - - - true if other layout items can be dragged-and-dropped onto the current layout item; otherwise, false. - - - - - - - - - Lists the values that identify the Layout Control's visual elements. - - - - - - - The test point belongs to a control which is located within a layout item. - - - - - - - - A layout item is being or about to be resized horizontally. See the topic. - - - - - - - - The test point belongs to a layout item, group or tabbed group. - - - - - - - - The test point does not belong to any visual element or is outside the LayoutControl. - - - - - - - - The test point belongs to a layout item's text area. - - - - - - - - A layout item is being or about to be resized vertically. See the topic. - - - - - - - - - Contains options that allow tooltips to be assigned to layout items. - - - - - - - Initializes a new instance of the BaseLayoutItemOptionsToolTip class. - - - - - - - - Gets or sets whether HTML formatting tags can be used to format the tooltip's text. - - - True if HTML formatting tags can be used to format the tooltip's text; False if not; Default uses the global setting. - - - - - - - Copies options from the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Returns whether a tooltip for a layout item's image can be displayed. - - - true if a tooltip for a layout item's image can be displayed; otherwise, false. - - - - - - - Returns whether a tooltip for a layout item's caption can be displayed. - - - true if a tooltip for a layout item's caption can be displayed; otherwise, false. - - - - - - - Gets or sets whether a tooltip displayed for the layout item's image is enabled. - - - true if a tooltip displayed for the layout item's image is enabled; otherwise, false. - - - - - - - Gets or sets whether HTML tags can be used to format the tooltip text displayed for the item's icon. - - - True if HTML tags can be used to format the tooltip text; False if not; Default uses the global setting. - - - - - - - Gets or sets whether the tooltip for the layout item's icon is displayed immediately or after a delay. - - - true, if the tooltip is displayed immediately; otherwise, false. - - - - - - - Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's image. - - - A string that specifies the tooltip's text. - - - - - - - Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's image. - - - A value. - - - - - - - Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's image. - - - A string that specifies the tooltip's title. - - - - - - - Gets or sets whether the tooltip is displayed immediately or after a delay. - - - true, if the tooltip is displayed immediately; otherwise, false. - - - - - - - This method supports the internal infrastructure and is not intended to be called directly from your code. - - - - An IComponent object. - - - A Boolean value. - - - - - - - Specifies the text of the tooltip displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. - - - A string that specifies the tooltip's text. - - - - - - - Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. - - - - A value. - - - - - - - Gets or sets the title of the tooltip that is displayed when the mouse cursor hovers over the layout item's caption, and by default over its image. - - - A string that specifies the tooltip's title. - - - - - - - - Represents a method that will handle notification events that fire when a layout group is in any way affected. - - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the LayoutControl control which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Provides data for the and events. - - - - - - - - Initializes a new instance of the LayoutGroupEventArgs class with the specified settings. - - - - A object that represents the group to which the created object will refer. This value is used to initialize the property. - - - - - - - - Gets the group currently being processed. - - - A object that refers to the group currently being processed. - - - - - - - - Represents a layout item capable of displaying information provided by a repository item object. - - - - - - - Initializes a new instance of the LayoutRepositoryItem class with default settings. - - - - - - - - Initializes a new instance of the LayoutRepositoryItem class with the specified repository item. - - - - A object to be associated with the created layout item. This value is assigned to the property. - - - - - - - - This property supports the internal infrastructure, and is not intended to be used directly from your code. - - - A string value. - - - - - - - Specifies the desired width of the layout item's region displaying the editor (repository item). - - - An integer value that specifies the width of the layout item's edit portion. - - - - - - - Gets or sets a value to be displayed by a repository item. This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - An object representing the value to be displayed. - - - - - - - Gets or sets a repository item associated with the current layout item. - - - A object to be associated with the current layout item. - - - - - - - Resets the desired width of the layout item's region displaying an editor. - - - - - - - - Gets the name of the item's type. - - - The "LayoutRepositoryItem" string. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the LayoutGroupCancelEventArgs class with the specified settings. - - - - The currently processed group. - - - - The value that specifies whether the current operation needs to be canceled. - - - - - - - - Gets or sets whether to cancel the current operation. - - - A Boolean value that specifies whether to cancel the current operation. - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. - - - - The menu to be displayed. This object is used to initialize the property. - - - - The object that provides information on the clicked point. This object is used to initialize the property. - - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. - - - - The menu to be displayed. This object is used to initialize the property. - - - - The object that provides information on the clicked point. This object is used to initialize the property. - - - - A Boolean value that specifies whether a menu can be displayed. This value is used to initialize the property. - - - - - - - - Gets or sets whether the menu is allowed to be displayed. - - - A Boolean value that specifies whether the menu is allowed to be displayed. - - - - - - - Contains information on the clicked point within the Layout Control. - - - An object that provides information on the clicked point. - - - - - - - Gets or sets the menu that is about to be displayed. - - - The menu that is about to be displayed. - - - - - - - Gets the point at which the menu is about to be displayed. - - - The point at which to display the menu. - - - - - - - - - Stores layout elements (descendants of the base class). - - - - - - - Initializes a new instance of the LayoutGroupItemCollection class with the default settings. - - - - - - - - Creates a new and places it inside this LayoutGroupItemCollection. - - - A object that has been created. - - - - - - - Creates a new and places it inside this LayoutGroupItemCollection. - - - A object that has been created. - - - - - - - Creates a new object and places it inside this LayoutGroupItemCollection. - - - A object that has been created. - - - - - - - Returns a that owns this LayoutGroupItemCollection. - - - A object that owns this LayoutGroupItemCollection. - - - - - - - Raises the OnChanged event that notifies about changes made to this LayoutGroupItemCollection. - - - - A object that represents the OnChanged event arguments. - - - - - - - - - Used to insert empty regions in the Layout Control. - - - - - - - Initializes a new instance of the EmptySpaceItem class. - - - - - - - - Initializes a new instance of the EmptySpaceItem class with the specified parent group. - - - - A object that owns the created item. - - - - - - - - This property is not supported by the EmptySpaceItem class. - - - false. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Not supported. - - - null. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Not supported. - - - A structure. - - - - - - - Not supported. - - - A structure. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Returns the default value of the property. - - - A value that specifies the default value of the property. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets the maximum size of the EmptySpaceItem. - - - A structure that defines the item's maximum width and height. - - - - - - - Gets or sets the minimum size of the EmptySpaceItem. - - - A structure that defines the item's minimum width and height. - - - - - - - Not supported. - - - The value. - - - - - - - Not supported. - - - Zero. - - - - - - - Gets or sets whether the text region is visible. - - - true if the text region is visible; otherwise, false. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the name of the item's type. - - - The EmptySpaceItem value. - - - - - - - - A default localizer to translate resources for the WinForms Layout Manager. - - - - - - - - - Initializes a new instance of the LayoutResLocalizer class with default settings. - - - - - - - - Gets the string, localized by the current LayoutResLocalizer, for the specified user interface element. - - - - A enumeration value specifying the UI element whose caption (text) is to be localized. - - - A representing the text to be displayed within the specified UI element. - - - - - - - Returns the name of the language currently used by this localizer object. - - - - - A specifying the language used to localize the user interface. - - - - - - - - A base class that provides necessary functionality for custom localizers of the Layout Manager. - - - - - - - Initializes a new instance of the LayoutLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - - Provides the appearance settings used to paint a LayoutControl. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets the appearance settings used to paint the contents of all the editors owned by the LayoutControl. - - - A object which provides the appearance settings used to paint the editor's contents. - - - - - - - Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are disabled. This option is only in effect for DevExpress controls that support the Style Controller mechanism. - - - A object which provides the appearance settings used to paint the contents of the editors when they are disabled. - - - - - - - Gets the appearance settings used to paint the popup window of all the editors owned by the LayoutControl. - - - A object which provides the appearance settings used to paint the editor's popup window. - - - - - - - Gets the appearance settings used to paint the header panel within the popup windows of all the editors owned by the LayoutControl. - - - - A object which provides the appearance settings used to paint the header panel within the popup window. - - - - - - - Gets the appearance settings used to paint the currently focused editor within the LayoutControl. - - - A object which provides the appearance setting used to paint the currently focused editor within the LayoutControl. - - - - - - - Gets the appearance settings used to paint the contents of the editors owned by the LayoutControl when they are in the read-only state. This option is only in effect for DevExpress controls that support the Style Controller mechanism. - - - A object which provides the corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint captions of disabled layout groups. - - - An object that contains corresponding appearance settings. - - - - - - - Gets the appearance settings used to paint captions of disabled layout items or items that display disabled controls. - - - An object that contains corresponding appearance settings. - - - - - - - - Provides print and export options for layout items. - - - - - - - Initializes a new instance of an class with the specified owner. - - - - An object that will own the created object. - - - - - - - - - Enumerates values that specify whether a layout item is visible in customization mode and regular mode (when customization is not performed). - - - - - - - A layout item is visible in regular mode and in customization mode. - - - - - - - - A layout item is not visible in regular mode or customization mode. - - - - - - - - - A layout item is only visible in customization mode, and hidden in regular mode (when customization is not performed). - - - - - - - - A layout item is only visible in regular mode, and hidden in customization mode. - - - - - - - - - Enumerates the options that control how layout items are resized when using a splitter. - - - - - - - Moving the splitter changes the size of adjacent layout items and all their neighbors even if they belong to other layout groups. - - - - - - - - Moving the splitter allows adjacent layout items that belong to the same layout group to be resized (the layout item to the left, and all layout items to the right/top are allowed to be resized). - - - - - - - - - Creates and maintains a consistent layout of controls for editing a specific data source's fields. See Data Layout Control. - - - - - - - - Initializes a new instance of the DataLayoutControl class. - - - - - - - - Adds a layout item to the control and hides it. - - - - A descendant that represents the layout item to be added to the control and hidden. - - - - - - - - Gets or sets whether layout items that correspond to IList properties will be added to the generated layout. By default, these layout items will contain embedded s to display and edit IList object contents. - - - True to generate layout items for IList properties; Default or False to exclude these properties from the generated layout. - - - - - - - Gets or sets whether nested layout groups are generated to present fields of business object properties. - - - True, if nested groups are generated for business object properties; Default or False if nested groups are not generated. - - - - - - - Gets or sets whether a layout is re-built each time a new value is assigned to the property. - - - true, if a layout is re-built each time a new value is assigned to the property; otherwise, false. - - - - - - - Gets an object that identifies which editors can be used to edit data of specific types. - - - A object. - - - - - - - For internal use. - - - - - - - - - - Fires when the current position in the bound data source changes. - - - - - - - - Gets or sets the data source member which supplies data to the DataLayoutControl's editors. - - - A string value representing the data source member. - - - - - - - Gets or sets the data source providing data for editors that are created by the DataLayoutControl control. - - - The object used as the data source. - - - - - - - Fires after a layout is generated at runtime. Allows you to customize settings of individual generated layout items and editors. - - - - - - - - Fires before a layout item with an embedded editor is generated and thus, prior to the editor's data binding. It allows you to customize the type of editor to be generated, modify editor binding settings and hide certain editors. - - - - - - - - - Forces the control to finish its initialization. - - - - - - - - - Returns information on the layout column count and binding settings of public properties in the data source. - - - A value that specifies information on layout element binding settings. - - - - - - - Returns the layout element binding information from the specified PropertyDescriptor collection. - - - - A collection of PropertyDescriptor objects. - - - A value that specifies the layout element binding information. - - - - - - - Creates layout items for all public fields in the bound data source. - - - - - - - - Creates layout items for all public fields in the bound data source and allows you to customize general binding and layout settings. - - - - An object that provides additional binding and layout customization options. - - - - - - - - Gets or sets the site associated with the current DataLayoutControl. - - - A System.ComponentModel.ISite object. - - - - - - - - Contains options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). - - - - - - - - Initializes a new instance of the LayoutSerializationOptions class with default settings. - - - - - - - - Copies options from the specified object to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the items that exist in a layout when it's restored, but that don't exist in the current layout control, should be discarded or added to the control. - - - - true to discard the items that exist in the layout being restored, but don't exist in the current layout control; false to add these items to the layout control. - - - - - - - - Gets or sets whether or not secondary layout items should be re-created when restoring the LayoutControl's layout. - - - true, if secondary layout items should be re-created; otherwise, false. - - - - - - - Gets or sets whether the appearance settings of item captions are loaded when a layout is loaded from a data store. - - - A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. - - - - - - - Gets or sets whether the appearance settings of tab pages are loaded when a layout is loaded from a data store. - - - A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. - - - - - - - Gets or sets whether layout items' state settings () are restored when restoring the control's layout from a data store. - - - true, to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout groups' padding settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout groups' spacing settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether the appearance settings of groups are loaded when a layout is loaded from a data store. - - - A Boolean value that specifies whether the corresponding appearance options are restored when a layout is restored. - - - - - - - Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout items' state settings () are restored when restoring the control's layout from a data store. - - - true, to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout items' padding settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout items' spacing settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether layout items' captions are restored when restoring the control's layout from a data store. - - - true if layout items' captions are restored when restoring the control's layout from a data store; otherwise, false. - - - - - - - Gets or sets whether the layout root group's padding settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether the layout root group's spacing settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether tabbed groups' padding settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether tabbed groups' spacing settings () are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - Gets or sets whether values of layout items' properties are restored when restoring the control's layout from a data store. - - - true to restore the corresponding settings; otherwise, false. - - - - - - - - A column collection within a table layout. - - - - - - - Initializes a new instance of a ColumnDefinitions class with the specified owner. - - - - A layout group that owns the created ColumnDefinitions object. - - - - - - - - Initializes a new instance of a ColumnDefinitions class with the settings of the specified source object and with the specified owner. - - - - An object whose settings are used to initialize the created object. - - - - A layout group that owns the created object. - - - - - - - - Adds a specified column to the table layout. - - - - - An object that specifies the column to be added. - - - The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. - - - - - - - Adds an array of columns to the table layout. - - - - An array of objects to be added to the table layout. - - - - - - - - Inserts an element into the collection at the specified index. - - - - The zero-based index at which a columnDefinition should be inserted. - - - - - The to insert. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - Provides indexed access to columns within the table layout. - - - - A zero-based integer value that specifies the index of the required column. - - - A column at the specified position within the collection. - - - - - - - Removes the element at the specified index. - - - - The zero-based index of the element to remove. - - - - true, to recalculate the property of items in the current layout group; otherwise, false. - - - - - - - - - Defines a column in a table layout. - - - - - - - Initializes a new instance of a ColumnDefinition class with the default settings. - - - - - - - - Initializes a new instance of a ColumnDefinition class with the specified owner. - - - - A layout group that owns the created ColumnDefinition object. - - - - - - - - Initializes a new instance of a ColumnDefinition class with the specified settings. - - - - A layout group that owns the created ColumnDefinition object. - - - - The width of the created column. This value is assigned to the property. - - - - The size type of the created column. This value is assigned to the property. - - - - - - - - Gets or sets the column's size type in a table layout. - - - A value that specifies the column's size type. - - - - - - - Gets or sets the column width, in pixels or as a percentage, according to the . - - - - A value that specifies the column width. - - - - - - - - Allows you to resize and optionally collapse/expand adjacent layout items. Not supported in Table Layout and Flow Layout modes. - - - - - - - Initializes a new instance of the SplitterItem class. - - - - - - - - Initializes a new instance of the SplitterItem class with the specified parent. - - - - A object that owns the new splitter item. - - - - - - - - Gets whether the layout item's borders are highlighted when the mouse cursor hovers over the layout items - - - Always true. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets the appearance settings used to paint an item's caption. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object which provides the appearance settings used to paint the item's caption. - - - - - - - Starts the item's initialization. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Ends the item's initialization. - - - - - - - - Gets or sets whether and which layout item/group is fixed. - - - A value that specifies whether and which layout item/group is fixed. - - - - - - - Returns the splitter item's name. - - - A value that specifies the splitter item's name. - - - - - - - Returns the bounds of the region used to drag the splitter item. This method supports the internal infrastructure and is not intended to be used directly from your code. - - - A Rectangle object. - - - - - - - Gets or sets whether the splitter collapses leftwards (for the vertically oriented splitter) and upwards (for the horizontally oriented splitter), or in the opposite directions (rightwards and downwards, respectively). - - - true if the splitter collapses rightwards and upwards; otherwise, false. - - - - - - - Gets or sets whether the layout content is collapsed using the current splitter. - - - true if the layout content is collapsed using the current splitter; otherwise, false. - - - - - - - Gets or sets whether the layout content can be collapsed using the current splitter. - - - True, if the layout content can be collapsed using the current splitter; otherwise, Default or False. - - - - - - - Gets whether the splitter item is oriented horizontally. - - - true if the splitter item is oriented horizontally; otherwise, false. - - - - - - - Gets whether the splitter item is oriented vertically. - - - true if the splitter item is oriented vertically; otherwise, false. - - - - - - - Gets or set the maximum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A structure that defines the item's maximum width and height. - - - - - - - Gets or sets the minimum size of the splitter item. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - - A structure that defines the item's minimum width and height. - - - - - - - Gets or sets the amount of space in pixels between the item's borders and its contents. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object that contains inner indents between the layout item's borders and its contents. - - - - - - - Fires when the position of the current splitter in the layout is changed. - - - - - - - - Gets or sets the splitter's resize mode. - - - A value that specifies the splitter's resize mode. - - - - - - - Gets or sets the splitter item's size. - - - A structure that defines the splitter item's width and height. - - - - - - - Gets or sets the size constraints type. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A enumeration value which specifies the manner in which the item can be resized. The default is SizeConstraintsType.Default. - - - - - - - Gets or sets the outer indents of the item's borders. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A object that contains the outer indents of the layout item's borders. - - - - - - - Gets or sets the splitter's width. - - - An integer value that specifies the splitter's width. - - - - - - - Gets or sets the item's text. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A value that specifies the item's text. - - - - - - - This member supports the internal infrastructure and is not intended to be used directly from your code. - - - A value. - - - - - - - Gets or sets the size of the text region. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - A structure that defines the width and height of the item's text region. - - - - - - - Gets whether the text region is visible. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - Always false. - - - - - - - Gets the name of the item's type. - - - The 'SplitterItem' value. - - - - - - - - Defines a row in a table layout. - - - - - - - Initializes a new instance of a RowDefinition class with the default settings. - - - - - - - - Initializes a new instance of a RowDefinition class with the specified owner. - - - - A layout group that owns the created RowDefinition object. - - - - - - - - Initializes a new instance of a RowDefinition class with the specified settings. - - - - A layout group that owns the created RowDefinition object. - - - - The height of the created row. This value is assigned to the property. - - - - The size type of the created row. This value is assigned to the property. - - - - - - - - Gets or sets the row height, in pixels or as a percentage, according to the . - - - - A value that specifies the row height. - - - - - - - Gets or sets the row's size type in a table layout. - - - A value that specifies the row's size type. - - - - - - - - Contains options that specify how the text regions of layout items, displayed within a specific group, are rendered. - - - - - - - - Initializes a new instance of the OptionsItemTextGroup class with default settings. - - - - A object which will own the new object. - - - - - - - - Gets or sets whether controls with hidden text must be aligned when the local horizontal alignment of controls within the group is enabled. - - - - - true if controls with hidden text must be aligned when the local horizontal alignment is enabled; otherwise, false. - - - - - - - - - Disposes of the current object. - - - - - - - - Gets or sets the alignment settings of the controls displayed in the current group. - - - - A value which specifies the alignment settings of the controls. - - - - - - - Gets or sets the distance between the text regions of layout items and the corresponding controls. - - - An integer value that represents the distance between the text regions of layout items and the corresponding controls. - - - - - - - - - Enumerates the options that specify how the controls, displayed within a specific layout group, are aligned and the corresponding text regions are resized. - - - - - - - - Controls displayed within the current group are equally aligned independent of other groups. - - - - - - - - - - Controls displayed within the current and nested groups are equally aligned independent of other groups. - - - - - - - - - The auto-size feature is applied to the layout items of the current group. The text regions of the layout items are automatically resized to the minimum width that allows the text to be displayed in its entirety. - - - - - - - - - - Enables custom size mode, in which the size of the text regions of the group's layout items must be specified manually via the property. - - - - - - - - - Alignment settings are determined by the group's parent. The and properties of the current group are ignored. In this mode, these settings are determined by the group's parent. - - -For the root group, its parent is the LayoutControl itself (the LayoutControl's alignment settings are specified by the property). For other groups their parents are upper-level groups (a group's alignment settings are specified by the property). - - - - - - - - - - Enumerates the options that specify how the controls, displayed within the LayoutControl, are aligned and the corresponding text regions are resized. - - - - - - - - Controls are auto-aligned independently within each layout group. - - - - - - - - For internal use. - - - - - - - - Controls are auto-aligned throughout the LayoutControl. - - - - - - - - The auto-size feature is enabled. The text regions of layout items are automatically resized to the minimum width that allows the text to be displayed in it entirety. - - - - - - - - - Enables custom size mode, in which the size of the text regions of all layout items must be specified manually via the property. - - - - - - - - - - - Obsolete. Instead use the options provided by the class. - - - - - - - This member is obsolete. Controls are aligned throughout the LayoutControl. - - - - - - - - This member is obsolete. Controls are aligned independently within layout groups. - - - - - - - - This member is obsolete. The auto-size feature is enabled. - - - - - - - - - Enumerates size constraints modes. - - - - - - - A layout item's size can be changed within the range which is specified by the and properties. - - - - - - - - Default Size Constraints are applied to the layout item and its control. The default size constraints are determined automatically depending upon the type of its control. - - - - - - - - - This mode is designed to support horizontal alignment of the controls that implement the automatic sizing feature, when they are displayed within a LayoutControl. A layout item's maximum and minimum sizes are determined automatically. To custom align a control, set its AutoSizeInLayoutControl property to true and specify the control's alignment via the property. See Aligning Controls Within Layout Items to learn more. - - - - - - - - - Specifies the direction in which focus is moved when the TAB key is pressed. - - - - - - - Focus moves from one 'row' to another selecting each control in a row. - - - - - - - - Focus moves from one 'column' to another selecting each control in a column - - - - - - - - - Contains default options that specify how the text regions of layout items displayed within the LayoutControl are rendered. - - - - - - - Initializes a new instance of the OptionsItemText class. - - - - An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. - - - - - - - - Gets or sets whether controls with hidden text must be aligned when the control horizontal alignment is enabled. - - - - - true if controls with hidden text must be aligned when the control horizontal alignment is enabled; otherwise, false. - - - - - - - - - Specifies the alignment options. - - - - - - - - - - Releases all resources used by the current object. - - - - - - - - Gets or sets whether the automatic alignment of controls is enabled. - - - - - - - - - - Gets or sets the alignment settings of the controls which are displayed in the LayoutControl. - - - - A value which specifies the current alignment mode. - - - - - - - - Gets options that specify how text is rendered. - - - A object. - - - - - - - Gets or sets the default distance between the text regions of layout items and the corresponding controls. - - - - An integer value that represents the distance between the text regions of layout items and the corresponding controls. - - - - - - - - - Contains options that affect focus movement between controls within the Layout Control and layout groups. - - - - - - - - Initializes a new instance of the OptionsFocus class with the specified focus direction and right-to-left setting. - - - - A value that specifies how focus is moved when the TAB key is pressed. This value is assigned to the property. - - - - A Boolean value that specifies whether focus needs to be moved from right to left when the TAB key is pressed. This value is assigned to the property. - - - - - - - - Initializes a new instance of the OptionsFocus class. - - - - An object that implements the ILayoutControl interface, which will receive change notifications when properties of the created object are changed. - - - - - - - - Gets or sets whether the currently selected child control is activated when the LayoutControl receives focus. - - - true if the currently selected child control is activated when the LayoutControl receives focus; otherwise, false. - - - - - - - Gets or sets whether the first control within a tab page is focused when the tab page is activated. - - - true if the first control within a tab page is focused when the tab page is activated; false if focus is not moved to this control. - - - - - - - Gets or sets whether a layout item's control is focused when its label is clicked. - - - true if a layout item's control is focused when its label is clicked; otherwise, false. - - - - - - - Gets or sets whether the expand buttons of regular groups can be focused when the TAB key is pressed. - - - true if the expand buttons of groups can receive focus; otherwise, false. - - - - - - - Gets or sets whether read-only editors are focused when focus is moved between controls using the TAB key. - - - true if read-only editors are focused when focus is moved between controls using the TAB key; otherwise, false. - - - - - - - Gets or sets whether the headers of tabbed groups can be focused. - - - true if the headers of tabbed groups can be focused; otherwise, false. - - - - - - - Gets or sets whether the Automatic Tab Order feature is enabled. - - - true if the Automatic Tab Order feature is enabled; otherwise, false. - - - - - - - Gets or sets the direction in which focus moves in Automatic Tab Order mode when the TAB key is pressed. - - - A value that specifies the direction in which focus moves. - - - - - - - Gets or sets whether focus moves from right to left. - - - true if focus moves from right to left; false if focus moves from left to right. - - - - - - - - Contains options that affect the appearance of the Customization Form. - - - - - - - - Initializes a new instance of the OptionsCustomizationForm class. - - - - An object that implements the interface, and owns the created OptionsCustomizationForm object. - - - - - - - - Gets or sets whether the default handling of the DELETE key in customization mode is disabled. - - - true if the default handling of the DELETE key in customization mode is disabled; otherwise, false. - - - - - - - Gets or sets whether the LayoutControl allows an end-user to undo/redo runtime customization operations. - - - true if the LayoutControl allows an end-user to undo/redo runtime customization operations; otherwise, false. - - - - - - - Gets or sets whether the Hidden Items Tab or Layout Tree View Tab is selected by default. - - - A enumeration value, such as HiddenItems or LayoutTreeView, that specifies whether the Hidden Items Tab or Layout Tree View Tab is selected by default. - - - - - - - Gets or sets the default directory for the Open dialog that is opened when clicking on the Customization Form's Load Layout button. - - - A string that specifies the default directory for the Open dialog invoked via the Customization Form. - - - - - - - Gets or sets the default directory for the Save dialog that is opened when clicking on the Customization Form's Save Layout button. - - - A string that specifies the default directory for the Save dialog invoked via the Customization Form. - - - - - - - Gets or sets the coordinates and bounding rectangle of the control's Customization Form at design time. - - - A Nullable Rectangle value that specifies the Customization Form's coordinates and bounds at design time. - - - - - - - Gets or sets whether the Undo Manager, which allows customization operations to be reverted, is enabled. - - - true if the Undo Manager is enabled; otherwise, false. - - - - - - - Returns whether the Property Grid is displayed within the Customization Form. - - - true, to display the Property Grid within the Customization Form; otherwise, false. - - - - - - - Gets or sets a delay between pressing the and the start of quick customization mode initialization. - - - A value that specifies the delay between pressing the and the start of quick customization mode initialization (displaying the load indicator). - - - - - - - - Gets or sets the size of the quick customization mode load indicator. - - - A value that specifies the load indicator's height and width. - - - - - - - Gets or sets quick mode activation time. - - - A value that specifies quick mode activation time (load indicator filling time). - - - - - - - Gets or sets whether the Layout Tree View tab page is visible in the Customization Form. - - - true if the Layout Tree View tab page is visible; otherwise, false. - - - - - - - Gets or sets whether the Customization Form's Load button is visible. - - - true if the Load button is visible; otherwise, false. - - - - - - - Gets or sets whether the Property Grid is displayed within the Customization Form. - - - true to display the Property Grid within the Customization Form; otherwise, false. - - - - - - - Gets or sets whether the Customization Form's Redo button is visible. - - - true if the Redo button is visible; otherwise, false. - - - - - - - Gets or sets whether the Customization Form's Save button is visible. - - - true if the Save button is visible; otherwise, false. - - - - - - - Gets or sets whether the Customization Form's Undo button is visible. - - - true if the Undo button is visible; otherwise, false. - - - - - - - Gets or sets to which objects this Customization Form is allowed to snap. - - - A SnapMode enumeration value that specifies to which objects this Customization Form is allowed to snap. - - - - - - - - Contains information on a specific point within a Layout Control. - - - - - - - Initializes a new instance of the BaseLayoutItemHitInfo class by copying the settings from the specified hitInfo object. - - - - A object whose settings are copied to the object being created. - - - - - - - - Initializes a new instance of the BaseLayoutItemHitInfo class. - - - - - - - - Initializes a new instance of the BaseLayoutItemHitInfo class with the specified settings. - - - - A structure that represents the test point. This value is assigned to the property. - - - - A value that specifies the type of a layout item's element located under the test point. This value is assigned to the property. - - - - A object that represents the layout item located under the test point. This value is assigned to the property. - - - - - - - - Gets the test point. - - - A structure that specifies the current test point. - - - - - - - Gets the type of the layout item's element located under the test point. - - - A value that specifies the type of the element located under the test point. - - - - - - - Gets whether the test point belongs to a group's expand button. - - - true if the test point belongs to a group's expand button; otherwise, false. - - - - - - - Gets whether the current test point belongs to a Layout Group. - - - true if the current test point belongs to a Layout Group; otherwise, false. - - - - - - - Gets whether the test point belongs to a tab of a and this tab resides within the last tab row. This property is in effect if tabs are allowed to be arranged in multiple rows (see ). - - - true, if a tab resides within the last tab row; otherwise, false. - - - - - - - Gets whether the current layout item is being or about to be resized by dragging the item's border with the mouse. - - - true if the current layout item is being or about to be resized; otherwise false. - - - - - - - - Gets whether the current test point belongs to a Tabbed Group. - - - true if the current test point belongs to a Tabbed Group; otherwise, false. - - - - - - - Gets the layout item (regular group or tabbed group) positioned under the test point. - - - A descendant that specifies the layout item positioned under the test point. - - - - - - - If the test point belongs to a tab page header, gets the index of the corresponding tab page. - - - An integer which specifies the index of a tab page. -1 if the test point doesn't belong to a tab page header. - - - - - - - - Represets a container of layout items. - - - - - - - Gets or sets whether the layout of the current container can be customized using drag and drop. - - - true if the layout of the current container can be customized using drag and drop; otherwise, false. - - - - - - - Provides access to the properties that control the group's appearance. - - - A object that provides the appearance settings used to paint the group. - - - - - - - - Provides access to a tabbed group's appearance settings. - - - A object that provides the appearance settings for a tabbed group. - - - - - - - Locks the LayoutItemContainer object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Gets whether the specified item belongs to the current container. - - - - A object whose membership should be tested. - - - true if the specified item belongs to the current container; otherwise, false. - - - - - - - Unlocks the LayoutItemContainer object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Provides access to the appearance settings currently used to paint the layout group. - - - An object that contains the corresponding appearance settings. - - - - - - - Provides access to the appearance settings currently used to paint layout items that belong to the current container. - - - An object that contains the corresponding appearance settings. - - - - - - - Gets or sets the layout group that owns the LayoutItemContainer. - - - A object that owns the LayoutItemContainer. - - - - - - - Gets or sets the width, in pixels, of tab headers. - - - An integer value that specifies the width, in pixels, of tab headers. - - - - - - - Gets or sets the container's side along which its caption is displayed. - - - - A value which specifies the container's side along which its caption is displayed. - - - - - - - Not supported. - - - A structure. - - - - - - - Not supported. - - - Zero. - - - - - - - - Lists the values that specify how a layout item is inserted to another position. - - - - - - - An item is inserted inside the specified item. - - - - - - - - - An item is inserted outside the specified item. In this case, the inserted item is reduced to its minimum size which is specified by its property. - - - - - - - - - - Contains the values that specify how an item is positioned next to a base item. - - - - - - - Specifies that an item is positioned horizontally next to a base item. - - - - - - - - Specifies that an item is positioned vertically next to a base item. - - - - - - - - - Lists the values that specify the position to which a layout item is inserted. - - - - - - - - - To insert an item after the specified one. - - - - - - - - To insert an item before the specified one. - - - - - - - - - The group that features a tabbed UI. - - - - - - - Initializes a new instance of the class with the specified owner. - - - - A object or descendant which owns the created group. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Appends the specified tab page to the collection. - - - - A object or descendant that represents the new tab page. - - - A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. - - - - - - - Appends the specified tab page with the specified text to the collection. - - - - A object or descendant that represents the new tab page. - - - - A value that specifies the text displayed within the page header. This value is assigned to the property. - - - A object that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. - - - - - - - Creates a new tab page and appends it to the collection. - - - A object that represents the new page. - - - - - - - Creates a new tab page with the specified text and appends it to the collection. - - - - A value that specifies the text displayed within the page header. This value is assigned to the property. - - - A object that represents the new page. - - - - - - - Gets the collection of layout groups which is owned by the current tabbed group. - - - A object which represents the collection of layout groups owned by the tabbed group. - - - - - - - - - Represents the base class for layout items. - - - - - - - Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item. - - - - A class descendant. - - - - - - - - Gets or sets whether the item can be hidden to the Customization Form. - - - - true if the item can be hidden to the Customization Form; otherwise, false. - - - - - - - - Gets the appearance settings used to paint a layout item's caption. - - - An object which provides the appearance settings used to paint the layout item's caption. - - - - - - - Starts the component's initialization. - - - - - - - - Gets or sets the width of the current BaseLayoutItem relative to other items' width after the method has been called. - - - An Integer value that is the proportion of the current BaseLayoutItem's width to other items' width after the method has been called. - - - - - - - Gets or sets the BindingContext for the item. - - - A BindingContext for the item. - - - - - - - Gets the layout item's bounding rectangle. - - - A structure that specifies the bounding rectangle. - - - - - - - Returns whether the layout item can be moved to a specific position. - - - - A object whose settings determine the position to which the layout item should be moved. - - - true if the layout item can be moved to a specific position; otherwise, false. - - - - - - - Fires when the current item is clicked. - - - - - - - - Creates a copy of the current layout item. - - - - A object that represents the group to which the created layout item belongs. - - - - An object that implements the interface, and owns the created layout item. - - - A object that represents an exact copy of the current BaseLayoutItem instance. - - - - - - - Allows you to custom paint the current item. - - - - - - - - Gets or sets the layout item's caption within the Customization Form. - - - A string value that specifies the layout item's caption within the Customization Form. - - - - - - - Gets the data bindings for the layout item. - - - A ControlBindingsCollection that contains the Binding objects for the item - - - - - - - Fires when the current item is clicked. - - - - - - - - Finishes the component's initialization. - - - - - - - - Not supported. - - - Always True. - - - - - - - Gets the default value of the property. - - - A string that specifies the default value of the property. - - - - - - - Gets or sets the layout item's height. - - - An integer that specifies the layout item's height. - - - - - - - Fires after an item has been hidden. - - - - - - - - Hides the item. - - - - - - - - Fires when the item is about to be hidden (when dragging the item and dropping it onto on the Customization Form). - - - - - - - - - Invalidates the region which is occupied by the layout item. - - - - - - - - Gets whether the current item is being disposed of. - - - true if the current item is being disposed of; otherwise, false. - - - - - - - Gets whether the current layout item represents a Layout Group. - - - true if the layout item represents a Layout Group; otherwise, false. - - - - - - - Gets whether the layout item is hidden. - - - true if the layout item is hidden; otheriwse, false. - - - - - - - Gets whether the layout item has been locked for updating. - - - true if the layout item is locked; otherwise, false. - - - - - - - Gets or sets the coordinates of the layout item's top left corner. - - - A structure that specifies the coordinates of the layout item's top left corner. - - - - - - - Gets or sets the maximum size of the layout item. - - - A structure that defines the item's maximum width and height. - - - - - - - Gets or sets the item's minimum size. - - - A structure that defines the item's minimum width and height. - - - - - - - Occurs when the mouse pointer is over a layout item and a mouse button is pressed. - - - - - - - - Occurs when the mouse button is released if it was pressed within a layout item. - - - - - - - - Moves the item to the specified position within the LayoutControl. - - - - - A object whose settings determine the position to which the layout item should be moved. - - - true if the item has been successfully moved to a new position; otherwise, false. - - - - - - - Moves the item to the specified visual position within the LayoutControl. - - - - A descendant that represents the layout item within the LayoutControl. - - - - A enumeration value that specifies the position of the new group relative to the specified baseItem. - - - true if the item has been successfully moved to a new position; otherwise, false. - - - - - - - Moves the item to the specified visual position within the LayoutControl. - - - - A descendant that represents the layout item within the LayoutControl. - - - - A enumeration value that specifies the position of the new group relative to the specified baseItem. - - - - A enumeration value that specifies how a layout item is inserted to another position. - - - true, if the item has been successfully moved to a new position; otherwise, false. - - - - - - - Gets or sets the layout item's name. - - - A value that specifies the item's name. - - - - - - - Contains options that specify which operations can be performed on the layout item at runtime. - - - A object that contains the corresponding options. - - - - - - - This member is obsolete. Use the property instead. - - - A BaseLayoutItemToolTipOptions object. - - - - - - - This member is obsolete. Use the property instead. - - - A BaseLayoutItemToolTipOptions object. - - - - - - - Provides access to the options that specify how a layout item is arranged within a table layout. - - - An object that contains the layout item's arrangement options. - - - - - - - Contains options that allow tooltips to be assigned to layout items and their images. - - - A object providing corresponding options. - - - - - - - Gets or set the LayoutControl that owns the current layout item. - - - A LayoutControl control. - - - - - - - Gets or sets the amount of space in pixels between the item's borders and its contents. - - - A object that contains inner indents between the layout item's borders and its contents. - - - - - - - Provides access to the appearance settings currently used to paint the layout item. - - - An object that contains the corresponding appearance settings. - - - - - - - Gets or sets the group that owns the current item. - - - A or its descendant that owns the current item. - - - - - - - Gets or sets the name of the item's parent. - - - A string that specifies the name of the item's parent. - - - - - - - Restores the current layout item from the Customization Form and adds it to the root group with the default layout type. - - - - - - - - - Restores the current layout item from the Customization Form and adds it to the specified group with the default layout type. - - - - - A descendant which represents the layout group that the current layout item will be added to. - - - - - - - - Restores the current layout item from the Customization Form and adds it to the parent group of the specified item at the specified visual position. - - - - A descendant which represents the layout item within the LayoutControl. - - - - A enumeration value that specifies the position of the restored item relative to the baseItem. - - - - - - - - Restores the current layout item from the Customization Form and displays it at the specified position within the LayoutControl. - - - - A object whose settings determine the position to which the layout item should be moved. - - - - - - - - Gets or sets the selection state of the current item. - - - true if the current layout item is selected; otherwise, false. - - - - - - - Gets or sets whether the layout item is displayed within the Customization Form when the item is hidden. - - - true if the layout item is displayed within the Customization Form when it's hidden; otherwise, false. - - - - - - - Fires when the item is about to be added to the layout (by dragging it from the Customization Form). - - - - - - - - Fires after an item has been made visible. - - - - - - - - Gets or sets the layout item's size. - - - A structure that defines the item's width and height. - - - - - - - Gets or sets the outer indents of the item's borders. - - - - A object that contains the outer indents of the layout item's borders. - - - - - - - - Gets or sets whether the current item starts a new row within a flow layout. - - - true, if the layout item starts a new row within the flow layout; otherwise, false. - - - - - - - Gets or sets an object that contains data on the current layout item. - - - An object that contains data on the layout item. - - - - - - - Gets or sets the text associated with the layout item. - - - A string that specifies the layout item's text. - - - - - - - Fires after the layout item's text has been changed. - - - - - - - - Gets or sets the position of the text region. - - - A value that specifies the position of the item's text region. - - - - - - - Gets or sets the size of the text region. - - - A structure that defines the width and height of the item's text region. - - - - - - - Gets or sets the distance between the control displayed within the layout item and the text region. - - - - An integer that specifies the distance, in pixels. - - - - - - - - Gets or sets whether the text region is visible. - - - true, if the text region is visible; otherwise, false. For s, the TextVisible property's default value -is dependent on the type of control embedded in this layout item. - - - - - - - Gets the name of the current layout item's type. - - - A string that represents the name of the current layout item's type. - - - - - - - Updates the region occupied by the layout item. - - - - - - - - Gets the object which contains the information used to render the layout item. - - - A object. - - - - - - - Gets or sets whether the layout item is visible within the LayoutControl in regular mode (when layout customization is not performed) and in customization mode. - - - A value. - - - - - - - Gets whether the layout item is visible. - - - true if the layout item is visible; otherwise, false. - - - - - - - Gets or sets the layout item's width. - - - An integer that specifies the layout item's width. - - - - - - - Gets or sets the X coordinate of the item's top left corner relative to the parent's top left corner. - - - An integer which specifies the X coordinate of the item's top left corner. - - - - - - - Gets or sets the Y coordinate of the item's top left corner relative to the parent's top left corner. - - - An integer which specifies the Y coordinate of the item's top left corner. - - - - - - - - A regular group with or without a header and borders. - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class with the specified parent layout group. - - - - A descendant which represents the parent layout group. - - - - - - - - Creates a new group and adds it to the current group. - - - The newly created group. - - - - - - - Creates a new group with a specified caption and adds it to the current group. - - - - The group's caption. This value is used to initialize the property. - - - The newly created layout group. - - - - - - - Inserts the specified group to the current group. - - - - The group to add to the current group. - - - The added group. - - - - - - - Creates a new group with the specified caption at a position relative to an item within the current group. - - - - A value that specifies the group's caption. This value is assigned to the property. - - - - A descendant (owned by the current group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The newly created layout group. - - - - - - - Creates a new layout group at a position relative to an item within the current group. - - - - The item (owned by the current group) next to which the new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The new layout group. - - - - - - - Inserts the specified layout group at a position relative to an item within the current group. - - - - The layout group to add to the current group. - - - - The item (owned by the current group) next to which the 'newGroup' is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The added layout group. - - - - - - - Creates a new layout item with the default layout type and adds it to the current group. - - - The newly created item. - - - - - - - Inserts the specified layout item to the current group. - - - - The layout item to add to the current group. - - - The added layout item. - - - - - - - - Creates a new layout item with the specified text and adds it to the current group. - - - - A value that specifies the layout item's text. - - - The newly created item. - - - - - - - Creates a new layout item with the specified text and control, and adds it to the current group. - - - - A value that specifies the layout item's text. - - - - The control to display in the layout item. This value is used to initialize the property. - - - The newly created item. - - - - - - - Creates a new layout item with the specified text and control at a position relative to another item within the current group. - - - - A value that specifies the new layout item's text. - - - - The control to display in the new layout item. This value is used to initialize the property. - - - - A descendant (owned by the current group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified item. - - - The newly created layout item. - - - - - - - Creates a new layout item at a position relative to an item within the current group. - - - - A descendant (owned by the current group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified item. - - - The newly created layout item. - - - - - - - Inserts the specified item at a position relative to another item within the current group. - - - - The item to be moved to a new position. - - - - A descendant (owned by the current group) next to which the 'newItem' is inserted. - - - - A enumeration value that specifies the position of the 'newItem' relative to the specified item. - - - The added layout item. - - - - - - - Adds an array of layout items to the current group. - - - - An array of objects. - - - - - - - - Creates a new tabbed group and adds it to the current group. - - - The newly created group. - - - - - - - Inserts the specified tabbed group to the current group. - - - - The tabbed group to add to the current group. - - - The added tabbed group. - - - - - - - Creates a new tabbed group at a position relative to an item within the current group. - - - - A descendant (owned by the current group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new tabbed group relative to the specified item. - - - The newly created group. - - - - - - - Inserts the specified tabbed group at a position relative to an item within the current group. - - - - The group that is to be moved to a new position. - - - - A descendant (owned by the current group) next to which the 'newTabbedGroup' is inserted. - - - - A enumeration value that specifies the position of the new tabbed group relative to the specified item. - - - The added tabbed group. - - - - - - - Hides the group. - - - - - - - - Provides access to the visible layout items owned by the current group. - - - A object which represents the collection of visible layout items. - - - - - - - Gets or set the LayoutControl that owns the current layout group. - - - A control. - - - - - - - Gets the object which contains information used to render the layout group. - - - - A object. - - - - - - - - Displays an embedded control and an optional label. - - - - - - - Initializes a new instance of the class with the specified parent group. - - - - A object representing the layout group which owns the created item. - - - - - - - - Initializes a new instance of the class with default settings. - - - - - - - - Initializes a new instance of the class. - - - - A object which owns the created layout item. This value is assigned to the property. - - - - A descendant which is owned by the created layout item. This value is assigned to the property. - - - - - - - - Gets or sets whether the auto-alignment feature is enabled for the item. - - - A Boolean value. - - - - - - - Gets or sets whether the LayoutControlItem's icon should be painted in the item's foreground color. - - - A DefaultBoolean enumerator value that specifies whether the LayoutControlItem's icon should be painted in the item's foreground color. - - - - - - - Gets or sets whether the layout item's borders are highlighted when the mouse cursor hovers over it. - - - true if the layout item can be hot-tracked; otherwise, false. - - - - - - - Gets or sets whether HTML formatting is allowed in the text that is associated with the layout item. - - - true if HTML formatting is allowed; otherwise, false. - - - - - - - Gets or sets whether the layout item's contents are visible. - - - true if the layout item's contents are visible; otherwise, false. - - - - - - - Allows you to respond to a click on a context button. - - - - - - - - Provides access to the settings applied to context buttons displayed in this layout item. - - - An object that exposes settings applied to the context buttons. - - - - - - - Provides access to the collection of context buttons appearing in this layout item when it is hovered over with the pointer. - - - The collection of context buttons. - - - - - - - Fires when the , or property value changes. - - - - - - - - Gets or sets the control which is owned by the layout item. - - - A descendant which is owned by the layout item. - - - - - - - Gets or sets the alignment of the LayoutControlItem's control within the layout item. - - - A value that specifies the control's alignment within the layout item. - - - - - - - Gets or sets the client area's maximum size. - - - A structure that defines the client area's maximum width and height. - - - - - - - Gets or sets the control's minimum size. - - - A structure that defines the control's minimum width and height. - - - - - - - This property is for internal use only. It is used in serialization. Do not change it. - - - A value that specifies the name of the control which is owned by the current layout item. - - - - - - - Allows hints for context buttons to be customized. This event is only raised for and objects. - - - - - - - - Gets or sets whether the layout item and its control are enabled. - - - true, if the layout item and its control are enabled; otherwise, false. - - - - - - - Finishes the component's initialization. - - - - - - - - Not supported. - - - Always True. - - - - - - - Gets or sets whether the control occupies the layout item's maximum allowed client area. - - - true if the control occupies the layout item's maximum allowed client area; otheriwse, false. - - - - - - - Gets or sets whether the current layout item is highlighted according to the current skin when focused. - - - True if the current layout item is highlighted according to the current skin when focused; False if not; Default use the global setting. - - - - - - - Gets or sets the image displayed in the item's label. - - - An object which represents the item's image. - - - - - - - Gets or sets the alignment of the image within the label. - - - A enumeration value that specifies the alignment of the image within the label. - - - - - - - Gets or sets the index of the image assigned to the item. - - - An integer which specifies the index of the item's image in a collection of images. - - - - - - - Provides access to all properties that allow you to assign and customize an image for this item's label. - - - A object that stores all properties that allow you to assign and customize an image for this item's label. - - - - - - - Gets an image collection whose images can be displayed within the current item. - - - An object that represents the image source. - - - - - - - Gets or sets the distance between the item's label and image. - - - An integer value that specifies the distance between the item's label and image, in pixels. - - - - - - - Returns the collection of images that can be displayed within the current item. - - - An ImageCollection object that contains images. - - - - - - - Gets or sets the layout item's maximum size. - - - A structure that defines the item's maximum width and height. - - - - - - - Gets or sets the item's minimum size. - - - A structure that defines the item's minimum width and height. - - - - - - - Provides access to options that specify how the is printed/exported. - - - An object containing the layout item's print and export options. - - - - - - - Gets or set the LayoutControl that owns the current layout item. - - - A LayoutControl control. - - - - - - - Gets or sets the size constraints type. - - - A enumeration value which specifies the manner in which the current layout item can be resized. - - - - - - - Gets or sets the alignment settings of the item's control. - - - A value. - - - - - - - Gets or sets whether the client region's height is trimmed to match the control's height. - - - true if the client region's height is trimmed to match the control's height; otherwise, false. - - - - - - - Gets the name of the item's type. - - - The "LayoutControlItem" string. - - - - - - - Gets the object which contains information used to render the layout item. - - - - A object. - - - - - - - - Represents the base class for tabbed layout groups. - - - - - - - Invokes the Visit method of the specified visitor for each item that belongs to the current layout tabbed group. - - - - A class descendant. - - - - - - - - Adds a new tabbed page to the current tabbed group. - - - A object or descendant which represents the new page. - - - - - - - Appends the specified tab page to the collection. - - - - A object or descendant that represents the new tab page. - - - A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. - - - - - - - Appends the specified tab page with the specified text to the collection. - - - - A object or descendant that represents the new tab page. - - - - A value that specifies the text displayed within the page header. This value is assigned to the property. - - - A object or descendant that represents the new page. null (Nothing in Visual Basic) if the collection contains the specified tab page. - - - - - - - Creates a new tab page with the specified text and appends it to the collection. - - - - A value that specifies the text displayed within the page header. This value is assigned to the property. - - - A object or descendant that represents the new page. - - - - - - - Gets or sets whether or not tabbed group captions can be formatted using HTML tags. - - - true if tabbed group captions can be formatted using HTML tags; otherwise, false. - - - - - - - - Gets or sets default padding for images displayed in the page headers belonging to the current group. - - - A Padding object that specifies default padding for images displayed in the page headers belonging to the current group. - - - - - - - Removes all tab pages from the collection. - - - - true, to release all resources; otherwise false. - - - - - - - - Removes all tab pages from the collection. - - - - - - - - Occurs when a custom header button is clicked. - - - - - - - - Provides access to the collection of custom buttons displayed in the tabbed group header. - - - The object that represents a collection of custom buttons displayed in the tabbed group header. - - - - - - - Finishes the component's initialization. - - - - - - - - Gets or sets whether tab headers are stretched to the width of the TabbedGroup's header region. - - - A value that specifies whether tab headers are stretched to the width of the TabbedGroup's header region. - - - - - - - Gets or sets the orientation of tab headers. - - - A enumeration member which specifies the orientation of tab headers. - - - - - - - Adds the specified page to the collection at the specified position. - - - - An integer value which represents the zero-based index at which the specified page should be inserted. If it's negative or exceeds the number of elements within the collection an exception is thrown. - - - - - A object or descendant which represents the inserted page. - - - - - - - - Adds the page to the collection before or after the specified page. - - - - A object or descendant that represents the page before or after which the page will be inserted. - - - - - A object or descendant which represents the inserted page. - - - - An enumeration value which specifies the position that the page will be inserted at. - - - - - - - - - Gets the maximum size of the tabbed group. - - - A structure that specifies the tabbed group's maximum size. - - - - - - - Gets the minimum size of the tabbed group. - - - A structure that defines the tabbed group's minimum width and height. - - - - - - - Moves the page to another position within the collection. - - - - A object which contains information on the page that would be moved and the position that the page would be moved to. - - - true if the page has been moved; otherwise, false. - - - - - - - Gets or sets whether more than one row of tabs can be displayed. - - - A value that specifies whether tabs can be arranged in multiple rows. - - - - - - - - This property is not supported by the TabbedGroup class. - - - A object. - - - - - - - Gets or set the LayoutControl that owns the current tabbed group. - - - A object or descendant which the tabbed group belongs to. - - - - - - - Gets or sets the alignment of images displayed within headers of pages that belong to the current group. - - - - A value that specifies the alignment of images displayed within headers of pages that belong to the current group. - - - - - - - Removes the specified tab page from the collection. - - - - A object which represents the tab page to be removed from the collection. - - - true if the tab page has been removed; otherwise, false. - - - - - - - Occurs when a tab page is activated. - - - - - - - - Enables you to prevent changing the selected page. - - - - - - - - Gets or sets the currently selected layout group within the tabbed group. - - - A object which represents the tabbed page that is currently selected. - - - - - - - - Gets or sets the index of the currently selected tab page. - - - A zero-based integer which specifies the index of the selected tab page. - - - - - - - Gets or sets the name of the tab page currently being selected. - - - A value that specifies the name of the tab page currently being selected. - - - - - - - Gets or sets whether tab headers are shown. - - - A enumeration value that specifies whether tab headers are shown. - - - - - - - Gets the collection of layout groups which is owned by the current tabbed group. - - - A object which represents the collection of layout groups owned by the tabbed group. - - - - - - - - Gets or sets the size of the text region. - - - A System.Drawing.Size structure that defines the width and height of the text region. - - - - - - - Gets or sets whether the current object's text region is visible. This property is not supported by the TabbedGroup class. - - - Always false. - - - - - - - Provides access to state animation parameters. - - - A object that specifies state animation parameters. - - - - - - - Gets the name of the item's type. - - - The 'TabbedGroup' value. - - - - - - - Ungroups the tabbed group. - - - - - - - - Gets the object which contains the information used to render the tabbed group. - - - A object. - - - - - - - - Represents the base class for layout items. - - - - - - - - Represents the base class for regular layout groups. - - - - - - - Invokes the Visit method of the specified visitor for each layout item that belongs to the current layout item group. - - - - A class descendant. - - - - - - - - Adds the specified item along the bottom or right edge of the current group. - - - - - The item to be added to the current group. - - - - - - - - - Creates a new group and adds it to the current group. - - - The newly added group. - - - - - - - Creates a new group with the default layout type and the specified caption, and adds it to the current group. - - - - The group's caption. This value is used to initialize to the property. - - - The newly added group. - - - - - - - Inserts the specified group to the current group. - - - - The group to add to the current group. - - - The added layout group. - - - - - - - Creates a new group with the specified caption at a position relative to an item within the current group. - - - - A value that specifies the group's caption. This value is assigned to the property. - - - - A descendant (owned by the current group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The newly created layout group. - - - - - - - Creates a new group at a position relative to an item within the current group. - - - - A descendant (owned by the current group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The newly created layout group. - - - - - - - Inserts the specified group at a position relative to an item within the current group. - - - - The group to be moved to a new position. - - - - A descendant (owned by the current group) next to which the 'newGroup' is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The added group. - - - - - - - Creates a new layout item and adds it to the current group. - - - The newly added item. - - - - - - - Inserts the specified item to the current group. - - - - A descendant which represents the layout item to add to the collection. - - - The added layout item. - - - - - - - - Creates a new layout item with the specified text and adds it to the current group. - - - - A value that specifies the layout item's text. - - - The created layout item. - - - - - - - Creates a new layout item with the specified text at a position relative to an item within the current group. - - - - A value that specifies the new layout item's text. - - - - A descendant (owned by the current group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified item. - - - The newly created layout item. - - - - - - - Creates a new layout item at a position relative to an item within the current group. - - - - A descendant (owned by the current group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the baseItem. - - - The newly created layout item. - - - - - - - Inserts the specified item at a position relative to another item within the current group. Allows the new text to be specified for the item. - - - - A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. - - - - - The item to be moved to a new position. - - - - A descendant (owned by the current group) next to which the 'newItem' is inserted. - - - - A enumeration value that specifies the position of the new item relative to the baseItem. - - - The added layout item. - - - - - - - - - Inserts the specified item at a position relative to another item within the current group. - - - - The item to be moved to a new position. - - - - A descendant (owned by the current group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the baseItem. - - - The added layout item. - - - - - - - Creates a new tabbed group and adds it to the current group. - - - The created group. - - - - - - - Inserts the specified tabbed group to the current group. - - - - The tabbed group to add to the collection. - - - The added group. - - - - - - - Creates a new tabbed group at a position relative to an item within the current group. - - - - A descendant (owned by the current group) next to which a new group is inserted. - - - - The position of the new tabbed group relative to the specified item. - - - The newly added tabbed group. - - - - - - - Inserts the specified tabbed group at a position relative to an item within the current group. - - - - The tabbed group to add to the collection. - - - - A descendant (owned by the current group) next to which the 'newTabbedGroup' is inserted. - - - - A enumeration value that specifies the position of the new tabbed group relative to the specified item. - - - The added tabbed group. - - - - - - - Gets or sets whether to colorize the layout group border and caption according to the BorderColor setting in skinning paint schemes. - - - true, if the layout group border should be colorized according to its border color in skinning paint schemes; otherwise, false. - - - - - - - Gets or sets whether to paint the group's background when the property is set to false. - - - true if the group's background is painted; otherwise, false. - - - - - - - Gets or sets whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. - - - A DefaultBoolean enumerator value that specifies whether the LayoutGroup's icon should be painted in the same color as the LayoutGroup's foreground color. - - - - - - - Gets or sets whether HTML formatting is allowed within the layout group caption. - - - true, if the HTML formatting is allowed; otherwise, false. - - - - - - - Gets or sets the group's background image that can be stretched across the group, tiled, centered, etc. - - - An object. - - - - - - - Gets or sets the position and behavior of the background image assigned to the property. - - - An value. - - - - - - - Provides access to all properties that allow you to assign and customize this group's background image at the bottom layer. - - - A object that comprises properties that allow you to assign and customize this group's background image at the bottom layer. - - - - - - - The property backing field. - - - - - - - - - Gets or sets whether the background image, specified by the property, is in effect. - - - true if the background image, specified by the property, is in effect; otherwise, false. - - - - - - - Resizes the group's elements so that they are displayed in the optimal way. - - - - - - - - Returns whether the layout mode can be changed for a . - - - - true, if the layout mode can be changed; otherwise, false. - - - - - - - - Returns whether a new tabbed group can be created within the current group which will display a selected child group. - - - - true if a tabbed group can be created; otherwise, false. - - - - - - - Returns whether a new group can be created within the current group which will display selected child items. - - - - true if a new group can be created; otherwise, false. - - - - - - - Returns whether the specified item can be moved to the specified new position. - - - - A object that contains information on the item that would be moved and the position that the item would be moved to. - - - - true if the specified item can be moved to the specified new position; otherwise, false. - - - - - - - - Specifies the image to display within the group's caption area. - - - A object that specifies the group's caption image. - - - - - - - - Gets the index of an image in an image collection which must be displayed within the group's caption. - - - A zero-based index of an image in an image collection, that is displayed within the group's caption. - - - - - - - Gets or sets the relative position of an image within the group caption. - - - A value that specifies the image's position. - - - - - - - Provides access to all properties that allow you to assign and customize an image for this group's caption area. - - - - A object that stores all properties that allow you to assign and customize an image for this group's caption area. - - - - - - - The property backing field. - - - - - - - - - Gets or sets padding for the image displayed in the current group's page header. - - - A Padding value that specifies padding for the image displayed in the current group's page header. - - - - - - - Gets or sets whether the group caption image is visible. - - - true if the group caption image is visible; otherwise, false. - - - - - - - Not supported. - - - - - - - - - - Removes the items from the current group. - - - - - - - - Removes all items from the current group. - - - - true, to release all resources; otherwise false. - - - - - - - - Clears selected items specified by the property. - - - true if the selection was modified; otherwise, false. - - - - - - - Gets or sets the group's background image that is displayed "as is", and can be aligned to any group's edge. - - - An object. - - - - - - - Gets or sets the content image's alignment within the group. - - - A value that specifies the content image's alignment. - - - - - - - Provides access to all properties that allow you to assign and customize this group's background image at the top layer. - - - - A object that comprises properties that allow you to assign and customize this group's background image at the top layer. - - - - - - - The property backing field. - - - - - - - - - Gets the number of items that the current group owns. - - - - An integer that specifies the number of items that the current group own. - - - - - - - Creates a new group that will contain the currently selected child items. - - - - A descendant that specifies the group that has been created. - - - - - - - Creates a new tabbed group that will display the selected child group within the current group. - - - A descendant that specifies the group that has been created. - - - - - - - - Fires when a custom header button is checked. - - - - - - - - Fires on a regular (push) custom header button click. - - - - - - - - Fires when a custom header button is unchecked. - - - - - - - - - Allows you to custom paint the group's client area background. - - - - - - - - Allows you to custom paint the group's caption. - - - - - - - - Gets or sets the collection of custom buttons displayed in the group header. - - - A collection of buttons displayed in the group header. - - - - - - - Gets or sets the default layout type for newly created items within the current group. - - - A object that specifies the default layout type. - - - - - - - Gets or sets whether layout items that belong to the current group are enabled. - - - true if layout items that belong to the current group are enabled; otherwise, false. - - - - - - - Gets or sets whether a layout group's indents, specified by its and properties, are applied when the group's borders are hidden. - - - true if a layout group's indents are applied when the group's borders are hidden; otherwise, false. - - - - - - - Gets or sets the position of the expand button within the group header. - - - A value that specifies the expand button's position. - - - - - - - Gets or sets the direction of the expand button's arrow. - - - A value that specifies the direction of the expand button's arrow. - - - - - - - Gets or sets whether the group's expand button is visible. - - - true if the group's expand button is visible; otherwise, false. - - - - - - - Gets or sets whether the current group is expanded. - - - true if the group is expanded; otherwise, false. - - - - - - - Gets or sets whether the group is expanded/collapsed on double-clicking its caption. - - - true if the group is expanded/collapsed on double-clicking its caption; otherwise, false. - - - - - - - Flips the current group's layout items around a vertical axis, and optionally allows you to flip the items in nested groups, if any. - - - - true if nested layout groups must be processed as well; otherwise, false. - - - - - - - - Flips the current group's layout items around a vertical axis. - - - - - - - - Gets or sets the direction according to which the LayoutGroup arranges its child elements. - - - A enumeration value that specifies the direction according to which the LayoutGroup arranges its child elements. - - - - - - - Gets the default value of the group's property. - - - - A string that specifies the default value of the group's property. - - - - - - - Gets whether the group's borders are visible. - - - true if the group's borders are visible; otherwise false. - - - - - - - Gets or sets the border and the header style of this LayoutGroup. - - - A enumeration value that specifies the border and the header style of this LayoutGroup. - - - - - - - Gets or sets whether the group header buttons are displayed before or after text. - - - The position of the group header button relative to the header text. - - - - - - - - Gets an image collection whose images can be displayed within the group. - - - An object which represents an image collection. - - - - - - - Invalidates the region which is occupied by the Layout Group. - - - - - - - - Gets whether the current group is displayed as a tab within a tabbed group. - - - true if the current group is displayed as a tab within a tabbed group; otherwise false. - - - - - - - - Provides indexed access to the items that belong to the current group. - - - - An integer that specifies the index of the required item. - - - A object that represents the item at the specified index. - - - - - - - Provides access to the collection of items owned by the current group. - - - - A object that contains the group's child items. - - - - - - - - Gets or sets layout the mode for a . - - - - A enumerator value that specifies the layout mode for the LayoutGroup. - - - - - - - - Gets the maximum size of the group. - - - A structure that defines the group's maximum width and height. - - - - - - - Gets the minimum size of the group. - - - A structure that defines the group's minimum width and height. - - - - - - - Moves the layout group to the specified position within the LayoutControl. - - - - A object whose settings determine the position to which the layout group should be moved. - - - true if the layout group has been successfully moved to a new position; otherwise, false. - - - - - - - Gets or sets whether, in Automatic Tab Order mode when TAB is pressed, the focus moves across grouped controls and then down, or first down and then across. - - - A enumeration value that specifies whether the focus moves across grouped controls and then down, or first down and then across. Default uses the setting. - - - - - - - Gets or sets whether, in Automatic Tab Order mode when TAB is pressed, the focus moves across grouped controls from right to left. - - - true to move focus from right to left; false to move focus from left to right. Default uses the setting. - - - - - - - Gets the options that determine how the controls displayed within the current group are aligned. - - - - A object. - - - - - - - Provides access to options that specify how the is printed/exported . - - - An object containing the layout group's print and export options. - - - - - - - Provides settings and events for table layout customization. - - - An object that contains options and settings specific to table layout mode. - - - - - - - Gets or sets whether the tab that corresponds to the current group is enabled. This property is in effect when the group is represented as a tab page within a . - - - true if the tab that corresponds to the current group is enabled; otherwise, false. - - - - - - - Gets or sets the group that owns the current group. - - - A or its descendant that owns the current group. - - - - - - - Gets the parent tabbed group if the current group is displayed as a tab. - - - A descendant that specifies the parent tabbed group; null if the current group is not displayed as a tab within a tabbed group. - - - - - - - Removes the specified child item within the current group. - - - - The object that should be removed. - - - - - - - - - Removes the child item at the specified index. - - - - An integer that specifies the index of the item to remove. - - - - - - - - Interchanges the columns and rows of layout items, including columns and rows of nested groups. - - - - - - - - Interchanges the columns and rows of layout items, and optionally allows you to rotate nested groups. - - - - true if nested layout groups must be rotated as well; otherwise, false. - - - - - - - - Provides access to the collection of selected items within the current group. - - - A collection that contains the group's selected items. - - - - - - - Gets or sets whether a Close button is displayed within a group when it's embedded into a . - - - true if a Close button is visible when a group is embedded into a TabbedGroup; otherwise, false. - - - - - - - Gets or sets the group's size. - - - A structure that defines the group's width and height. - - - - - - - Gets the name of the group's parent if the current group is displayed as a tab. - - - A string which specifies the parent's name. - - - - - - - Gets the name of the item's type. - - - The LayoutGroup value. - - - - - - - Ungroups the selected child group. - - - - - - - - - Gets the object which contains the information used to render the layout group. - - - A object. - - - - - - - - Creates and maintains a consistent layout of controls. See Layout Manager. - - - - - - - Initializes a new instance of the class. - - - - - - - - Initializes a new instance of the class with the specified settings. - - - - true to allow use splitters; otherwise, false. - - - - true to allow use tabbed groups; otherwise, false. - - - - - - - - This constructor supports the internal infrastructure, and is not intended to be used directly from your code. - - - - A Boolean value. - - - - - - - - Activates the layout control's About dialog box. - - - - - - - - Creates a new layout group with the default layout type and the specified caption, and adds it to the root group. - - - - A value that specifies the group's caption. This value is assigned to the property. - - - The newly created group. - - - - - - - Creates a new layout group with the default layout type and adds it to the root group. - - - - The newly created group. - - - - - - - Inserts the specified layout group to the root group. - - - - The group to add to the root group. - - - The added group. - - - - - - - Inserts the specified layout group at a position relative to an item within the root group. - - - - The group to add to the root group. - - - - A descendant (owned by the root group) next to which the 'newGroup' is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The added group. - - - - - - - Creates a new layout group with the specified caption at a position relative to an item within the root group. - - - - A value that specifies the group's caption. This value is assigned to the property. - - - - A descendant (owned by the root group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The newly created group. - - - - - - - Creates a new layout group at a position relative to an item within the root group. - - - - A descendant (owned by the root group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new group relative to the specified item. - - - The newly created group. - - - - - - - Creates a new layout item with the specified text and control, and adds it to the root group. - - - - A value that specifies the layout item's text. - - - - The control to display in the new layout item. This value is used to initialize the property. - - - The newly created layout item. - - - - - - - Creates a new layout item with the default layout type and adds it to the root group. - - - The newly created layout item. - - - - - - - Creates a new layout item with the specified text and adds it to the root group. - - - - A value that specifies the layout item's text. - - - The newly created layout item. - - - - - - - Inserts the specified layout item to the root group. - - - - The item to add to the root group. - - - The added item. - - - - - - - Inserts the specified layout item at a position relative to an item within the root group. - - - - The item to add to the root group. - - - - A descendant (owned by the root group) next to which the 'newItem' is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified item. - - - The added item. - - - - - - - Creates a new layout item with the specified text and control, and adds it at a position relative to another item within the root group. - - - - A value that specifies the layout item's text. - - - - The control to display in the new layout item. This value is used to initialize the property. - - - - A descendant (owned by the root group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified baseItem. - - - The newly created layout item. - - - - - - - Creates a new layout item at a position relative to another item within the root group. - - - - A descendant (owned by the root group) next to which a new item is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified baseItem. - - - The newly created layout item. - - - - - - - Inserts the specified layout item at a position relative to another item within the root group. Allows a new text to be specified for the item. - - - - - A value that specifies the new text to be assigned to the added item. The parameter is ignored if the value represents an empty string. - - - - This parameter is ignored. - - - - The item to add to the root group. - - - - A descendant (owned by the root group) next to which the 'newItem' is inserted. - - - - A enumeration value that specifies the position of the new item relative to the specified item. - - - The newly created layout item. - - - - - - - Inserts the specified tabbed group to the root group. - - - - The group to add to the root group. - - - The added group. - - - - - - - Creates a new tabbed group with the default layout type and adds it to the root group. - - - The newly created group. - - - - - - - Creates a new tabbed group and adds it at a position relative to an item within the root group. - - - - A descendant (owned by the root group) next to which a new group is inserted. - - - - A enumeration value that specifies the position of the new tabbed group relative to the baseItem. - - - The newly created group. - - - - - - - Inserts the specified tabbed group at a position relative to an item within the root group. - - - - The group to add to the root group. - - - - A descendant (owned by the root group) next to which the 'newTabbedGroup' is inserted. - - - - A enumeration value that specifies the position of the new tabbed group relative to the specified item. - - - The added group. - - - - - - - Gets or sets whether customization mode can be activated by end-users at runtime. - - - true, if end-users can activate customization mode at runtime; otherwise, false - - - - - - - Gets or sets whether the customization menu can be invoked by end-users. - - - true, to allow end-users to invoke the customization menu; otherwise, false. - - - - - - - - - - - - - - - - Provides access to the properties that control the appearance of the controls located within the layout control. - - - A object which provides the appearance settings for the layout controls. - - - - - - - Gets an object that calculates appearances for layout items based on the appearance settings of items and their parent layout groups. - - - An object. - - - - - - - Assigns the unique names to the items contained within the collection. - - - - - - - - Gets or sets whether the layout control will allow an end-user to scroll to any controls placed outside of its visible boundaries. - - - true to enable the auto-scrolling feature; otherwise, false. - - - - - - - Not supported. - - - A structure. - - - - - - - Not supported. - - - A structure. - - - - - - - This property is not supported by the LayoutControl class. - - - - - - - - - - Gets or sets whether the control's size is automatically calculated based on its content. - - - true, if the control's size is automatically calculated; otherwise, false. - - - - - - - Gets or sets how the control is resized when automatic resizing is enabled. - - - A value that specifies how the control is automatically resized. - - - - - - - Gets or sets the control's background color. - - - A that represents the control's background color. - - - - - - - Gets or sets the layout control's background image. - - - A descendant that represents the layout control's background image. - - - - - - - Gets or sets the background image layout as defined in the ImageLayout enumeration. - - - A value. - - - - - - - Occurs before a layout is restored from storage (a stream, xml file or the system registry). - - - - - - - - Starts the layout control's runtime initialization. - - - - - - - - - Locks the LayoutControl object by preventing visual updates of the object and its elements until the EndUpdate method is called. - - - - - - - - Proportionally resizes layout items that are displayed in a single row. - - - - - - - - Gets or sets the for the control. - - - A for the control. - - - - - - - Returns information on the layout elements located at the specified point. - - - - A structure which specifies the test point coordinates relative to the layout controls top-left corner. - - - A object which contains information about the layout elements located at the test point. - - - - - - - Gets or sets a collection of images that can be displayed within layout group captions. - - - An object which represents the image source. - - - - - - - Fires when a property of the layout control is changed. - - - - - - - - Fires when a property of the layout control is about to be changed. - - - - - - - - Disposes all the layout items and their controls owned by the Layout Control. Hidden items are not removed. - - - - - - - - Clears items, allowing hidden items to be removed. - - - - true to clear the collection; otherwise, false. - - - - true to dispose of controls associated with layout items; otherwise, false. - - - - - - - - Gets the layout control's client height. - - - An integer value that specifies the layout control's client height. - - - - - - - Gets the layout control's client width. - - - An integer value that specifies the layout control's client width. - - - - - - - Gets the constraints manager. - - - A object. - - - - - - - Creates and returns a new Customization Form. - - - A object which represents the created Customization Form. - - - - - - - Creates an Empty Space Items within the specified group. - - - - A object which specifies the parent group for the created item. - - - An object that has been created. - - - - - - - Creates a new Layout Groups within the specified group. - - - - A object which specifies the parent group for the created group. - - - A object which represents the newly created group. - - - - - - - Creates a new Layout Item within the specified group. - - - - A object which specifies the parent group for the created item. - - - A object which represents the newly created item. - - - - - - - Creates a within the specified group. - - - - A object which represents the parent group for the created item. - - - A object that has been created. - - - - - - - Creates a new Tabbed Group within the specified group. - - - - A object which specifies the parent group for the created group. - - - A object which represents the newly created tabbed group. - - - - - - - Gets or sets the cursor that is displayed when the mouse pointer is over the control. - - - A object. - - - - - - - Allows you to custom paint individual items in the LayoutControl. - - - - - - - - Provides access to the Customization Form. - - - A object which represents the Customization Form. - - - - - - - Gets or sets the boundaries of the Customization Form. - - - A structure which represents the Customization Form's boundaries. - - - - - - - An object which provides the Context Menu. - - - A object. - - - - - - - Allows you to switch between the default and quick customization modes. - - - The customization mode used to adjust the layout by end-users. - - - - - - - Fires after the default layout (the layout saved by the method) has been loaded. - - - - - - - - Fires before loading the default layout (the layout saved by the method). - - - - - - - - Gets an object that calculates the enabled states for layout items based on the enabled states of layout groups and controls. - - - An object. - - - - - - - Ends the layout control's runtime initialization. - - - - - - - - - Unlocks the LayoutControl object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Exports the contents of the LayoutControl to the specified stream in XML format. - - - - A object which specifies the stream to which the LayoutControl is exported in XML format. - - - - - - - - Exports the control's data in the Office Open XML file format and saves it to the specified DOCX file. - - - - A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created. - - - - - - - - Exports the control's data in the Office Open XML file format (DOCX file) and sends it to the specified stream. - - - - A System.IO.Stream object to which the created document should be exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A object, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in HTML format - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in HTML format - - - - A object, to which the created document is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding. - - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - - - - - Exports the controls displayed within the LayoutControl to a file in HTML format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the HTML code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the control's data to the specified stream in HTML format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in HTML format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A object, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in MHT format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in MHT format using the specified character encoding. - - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - - - - - Exports the control's data to the specified stream in MHT format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in MHT format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in PDF format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in PDF format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in RTF format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in RTF format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string and quotation settings. - - - - A object, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string, quotation and text encoding settings. - - - - A object, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in TXT format using the specified separator string. - - - - A object, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string and quotation settings. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in TXT format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in TXT format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in TXT format using the specified separator string, quotation and text encoding settings. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - A containing symbols which will be used to separate the document's text elements in the created text file. - - - - - true to quote (place quotation marks around) text elements that contain symbols which coincide with the specified separator string; otherwise, false. - - - - - A class descendant specifying the encoding of the created text document. - - - - - - - - Exports the control's data to the specified stream in Text format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in Text format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in XLS format using the specified formatting settings. - - - - A object, to which the created document is exported. - - - - - true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in XLS format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - - Exports the controls displayed within the LayoutControl to a file in XLS format using the specified formatting settings. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - true to use the data format of the exported controls for the cells in the XLS document; otherwise, false. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in XLS format. - - - - A object, to which the created document is exported. - - - - - - - - - Exports the control's data to the specified stream in XLS format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in XLS format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. - - - - A object to which data is exported. - - - - An object that contains export options. - - - - - - - - Exports the control's data to the specified file in XLSX (MS Excel 2007) format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the data is exported. - - - - An object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a file in XLSX (MS Excel 2007) format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - Exports the controls displayed within the LayoutControl to a stream in XLSX (MS Excel 2007) format. - - - - A object, to which the created document is exported. - - - - - - - - Gets or sets an object which provides the means to implement custom behavior for focus movement. - - - A object which provides the means to implement custom behavior for focus movement. - - - - - - - Returns the control with the specified name, contained within the Layout Control. - - - - A value that specifies the control's name. - - - A descendant that represents the control with the specified name, contained within the Layout Control. null (Nothing in Visual Basic) if the control isn't found. - - - - - - - Gets the specified control's name. - - - - A Control object whose name is to be retrieved. - - - - A string that specifies the control's name. - - - - - - - Returns the group which is located at the specified point. - - - - A structure which specifies the test point coordinates relative to the layout control's top-left corner. - - - A object which represents the group located at the specified point. null (Nothing in Visual Basic) if there is no group at the specified point. - - - - - - - - Returns the layout item contained within the root group which holds the specified control. - - - - A object which represents the control whose parent layout item is to be returned. - - - A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the root group which holds the specified control. - - - - - - - Returns the layout item which is contained within the specified group and holds the specified control. - - - - A object which represents the control whose parent layout item is to be returned. - - - - A object representing the group within which the search is performed. - - - A object which contains the specified control. null (Nothing in Visual Basic) if there is no layout item within the specified group which holds the specified control. - - - - - - - Retrieves the size of a rectangular area into which the control can be fit. - - - - - The custom-sized area for the control. - - - A System.Drawing.Size value. - - - - - - - Fires after a layout group has been expanded/collapsed. - - - - - - - - Fires when a layout group is about to be expanded or collapsed. - - - - - - - - Recalculates the view information and immediately updates the LayoutControl. - - - - - - - - Provides access to a collection of hidden layout items. - - - A object which represents a collection of hidden layout items. - - - - - - - Allows you to specify a comparer object for sorting hidden items within the Customization Form. - - - An object implementing the interface, which is used to sort hidden items; null if no object has been assigned. - - - - - - - Fires before the Customization Form is closed. - - - - - - - - Closes the Customization Form. - - - - - - - - Hides the specified layout item. - - - - A descendant which represents the layout item to hide. - - - - - - - - Hides the currently selected items to the Customization Form. - - - - - - - - Gets or sets a collection of images that can be displayed within the LayoutControl's elements. - - - An object that is an image collection providing images to be displayed in the LayoutControl's items. - - - - - - - Indicates whether the LayoutControl has been initialized. - - - true if the LayoutControl has been initialized; otherwise, false. - - - - - - - Gets whether the layout has been modified. This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. - - - true if the layout has been modified; otherwise, false. - - - - - - - Gets whether the layout has been changed. - - - true if the layout has been changed; otherwise, false. - - - - - - - Indicates whether the LayoutControl can be printed. - - - - true if the LayoutControl can be printed; otherwise, false. - - - - - - - - Gets whether the layout control has been locked for updating. - - - true if the layout control is locked; otherwise, false; - - - - - - - Fires after a layout item has been added to the Items collection of its parent. - - - - - - - - Fires repeatedly when a layout item is being dragged and allows you to prevent the item from being dropped at a specific position. - - - - - - - - Fires after a layout item has been removed from the Items collection of its parent. - - - - - - - - Provides access to all the layout items owned by the LayoutControl. - - - A object which represents the collection of layout items. - - - - - - - Fires after the selected layout item has been changed. - - - - - - - - Updates the Layout Control. - - - - - - - - Occurs when the Layout Tree View Context Menu is about to be displayed. - - - - - - - - Occurs after the size of any layout item has been changed. - - - - - - - - Occurs when a layout is restored from a data store (a stream, xml file or system registry), and its version differs from the version of the current layout. - - - - - - - - - Gets or sets the version of the layout. - - - - A string representing the version of the layout. - - - - - - - - Provides access to the settings that control the layout control's look and feel. - - - A object whose properties specify the layout control's look and feel. - - - - - - - Gets or sets an object that controls the look and feel of the popup menus. - - - An object that controls the look and feel of the popup menus. - - - - - - - Provides access to the options which control the appearance and behavior of the Customization Form. - - - A object which provides options related to the Customization Form. - - - - - - - Provides access to the layout control's focus options. - - - A object that contains the layout control's focus options. - - - - - - - Provides access to the default alignment settings of the controls displayed in the LayoutControl. - - - - - An object that provides the alignment options. - - - - - - - - Provides access to the options that specify how a is printed/exported. - - - An object containing the LayoutControl's print and export options. - - - - - - - - Provides access to options that control how the LayoutControl's layout is saved to and restored from a data store (an XML file, stream or the system registry). - - - A object. - - - - - - - Provides access to the display options of the LayoutControl. - - - A object which specify the control's display options. - - - - - - - Provides access to the paint style collection. - - - A object which represents the paint style collection. - - - - - - - Occurs when the Context Menu is about to be displayed. - - - - - - - - Prints the LayoutControl. - - - - - - - - Updates the layout control. - - - - - - - - Registers the specified wrapper object that identifies which properties to display for specific layout items in the Customization Form's Property Grid. - - - - The type of layout item with which the current wrapper object is associated. - - - - The type of the wrapper object to be registered. - - - - - - - - Registers the specified 'fixed' item for runtime use in the LayoutControl. - - - - The type of the 'fixed' item to be registered. - - - - - - - - Registers the specified custom Customization Form. - - - - The type of the custom Customization Form. - - - - - - - - Removes the specified item from the control. - - - - - The object that should be removed. - - - - - - - - Removes the specified item from the control. - - - - The object that should be removed. - - - - true, to release all resources; otherwise false. - - - - - - - - Activates an edit box that allows an end-user to rename the currently selected layout item. - - - - - - - - Allows you to provide unique names for layout items created in code, whose names conflict with existing names. - - - - - - - - - Restores the layout that has been saved using the method. - - - - - - - - Restores the layout which is stored at the specified system registry path. - - - - A value which specifies the system registry path. If the specified path doesn't exist, this method does nothing. - - - - - - - - Restores the layout from the specified stream. - - - - A descendant from which the layout is read. If null (Nothing in Visual Basic), an exception is raised. - - - - - - - - Restores the layout from the specified XML file. - - - - - A value which specifies the path to the XML file that contains the layout to be loaded. If the specified file doesn't exist, an exception is raised. - - - - - - - - - Gets or sets the LayoutControl's root group. - - - A object which represents the root group. - - - - - - - Saves the current layout to the specified system registry path. - - - - A value which specifies the system registry path to save the layout to. - - - - - - - - - Saves the current layout to the specified stream. - - - - A descendant to which the current layout is written. - - - - - - - - Saves the layout to an XML file. - - - - A value which specifies the path to the file where the layout should be stored. If an empty string is specified, an exception is raised. - - - - - - - - - Selects the currently selected item's parent. - - - - - - - - Sets the current cursor. - - - - A object which represents the mouse cursor. - - - - - - - - Saves the current layout to an internal memory buffer. - - - - - - - - Occurs when the Context Menu is about to be displayed. - - - - - - - - Fires immediately after the Customization Form has been invoked. - - - - - - - - Invokes the Customization Form. - - - - - - - - Occurs when the Layout Tree View Context Menu is about to be displayed. - - - - - - - - Opens the Print Preview window for the LayoutControl with a Bars UI. - - - - - - - - - - Displays the Print Preview window with a Ribbon UI. - - - - - - - - Gets or sets the style controller component that provides appearance settings for the control. - - - An object which implements the interface and provides appearance settings for the control. - - - - - - - Fires when a Close button within a tab page is clicked. - - - - - - - - Gets or sets the tooltip controller component that controls the appearance, position and content of hints displayed for layout items. - - - The component controlling the appearance and behavior of hints displayed for layout items. - - - - - - - Gets the manager that handles undo/redo operations via the Customization Form. - - - A object. - - - - - - - Allows you to provide unique names for layout items created in code, whose names conflict with existing names. - - - - - - - - - Unregisters the specified wrapper object that has been registered via the method. - - - - The type of the wrapper object to be unregistered. - - - - - - - - Unregisters the specified 'fixed' item in the current LayoutControl. - - - - The type of the 'fixed' item to be unregistered. - - - - - - - - Gets or sets whether controls within the current LayoutControl use the local BindingContext, or the form's BindingContext. - - - true if controls use the LayoutControl's BindingContext; false if controls use the form's BindingContext. - - - - - - - - Contains values that specify how default maximum size constraints are calculated for controls that implement the interface. - - - - - - - The default maximum width is calculated for a control as the maximum of two values: Control.MaximumSize.Width and IXtraResizableControl.MaxSize.Width. - -The default maximum height is calculated for a control as the maximum of two values: Control.MaximumSize.Height and IXtraResizableControl.MaxSize.Height. - - - - - - - - - The default maximum width and height are specified by the Control.MaximumSize.Width and Control.MaximumSize.Height values, respectively. - - - - - - - - The default maximum width is specified by the Control.MaximumSize.Width property if it is not set to 0; otherwise, the default maximum width is specified by the IXtraResizableControl.MaxSize.Width property. - -The default maximum height is specified by the Control.MaximumSize.Height property if it is not set to 0; otherwise, the default maximum height is specified by the IXtraResizableControl.MaxSize.Height property. - - - - - - - - - - Contains values that specify whether and which layout item/group is fixed. - - - - - - - The left or top item is fixed (depending on the SplitterItem's orientation). - - - - - - - - No item is fixed. - - - - - - - - The right or bottom item is fixed (depending on the SplitterItem's orientation). - - - - - - - - - Provides print and export options for layout groups. - - - - - - - Initializes a new instance of an class with the specified owner. - - - - An object that will own the created object. - - - - - - - - Gets or sets whether the layout group's caption is included in the print/export output . - - - true, if the layout group's caption is printed/exported; false, if the group's caption is excluded from the print/export output. - - - - - - - Contains appearance settings used to paint a layout group's caption in a 's print/export output. - - - An object that contains settings to customize the appearance of the layout group's caption. - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.dll deleted file mode 100644 index 017674c..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.xml deleted file mode 100644 index 0b6347e..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraPrinting.v18.1.xml +++ /dev/null @@ -1,4547 +0,0 @@ - - - - DevExpress.XtraPrinting.v18.1 - - - - - - Provides data for the event. - - - - - - - Gets the area around the element being painted. - - - A structure. - - - - - - - Gets the drawing surface of the element being painted. - - - A object. - - - - - - - - Represents the collection of images used in the Ribbon UI. - - - - - - - - Initializes a new instance of the RibbonImageCollection class. - - - - - - - - Gets the specified image from the collection. - - - - A value specifying the image name. - - - An object. - - - - - - - Sets the specified image in the collection. - - - - A value specifying the image name. - - - - An object. - - - - - - - - - The base class for the class. - - - - - - - Initializes a new instance of the PrintTool class with the specified Printing System. - - - - A object that represents the Print Tool's Printing System. This value is assigned to the property. - - - - - - - - Closes the Print Preview form. - - - - - - - - Closes the Ribbon Print Preview form. - - - - - - - - Disposes of the PrintTool object. - - - - - - - - - Applies the printer settings restored from the specified file to the system default printer. - - - - A value, specifying the name of the file (with a full path to it) from where the printer settings should be loaded. - - - - - - - - Applies the printer settings restored from the specified registry to the system default printer. - - - - A , specifying the system registry path from where the printer settings should be loaded. - - - - - - - - - Applies the printer settings restored from the specified stream to the system default printer. - - - - A from where the printer settings should be loaded. - - - - - - - - For internal use. - - - - A descendant. - - - - - - - - Provides access to a Print Preview form of the PrintTool. - - - A object. - - - - - - - Provides access to a Ribbon Print Preview form of the PrintTool. - - - A object. - - - - - - - Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. - - - true if the user clicks OK in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. - - - - A object that is the parent window for this dialog. - - - true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. - - - - A object, specifying the look-and-feel settings applied to the Print dialog. - - - true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - Runs the Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Print dialog. - - - true if the user clicks Print in the dialog box; false if the user clicks Cancel; otherwise null (Nothing in Visual Basic). - - - - - - - Saves the settings of the system default printer to the specified file. - - - - A value, specifying the name of the file (with a full path to it) to where the printer settings should be saved. - - - - - - - - Saves the settings of the system default printer to the specified registry. - - - - A , specifying the system registry path to where the printer settings should be saved. - - - - - - - - - Saves the settings of the system default printer to the specified stream. - - - - A to where the printer settings should be saved. - - - - - - - - Displays a customized Page Setup dialog that reflects the application's current Look And Feel settings. - - - true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). - - - - - - - Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. - - - - - - - - Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. - - - - A object, specifying the look-and-feel settings applied to the Print Preview form. - - - - - - - - Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Print Preview form. - - - - - - - - Invokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. - - - - A object, specifying the look-and-feel settings applied to the Print Preview form. - - - - - - - - Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. - - - - - - - - Invokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Print Preview form. - - - - - - - - Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. - - - - - - - - Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings. - - - - - A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the Ribbon Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked as a child of the specified parent window, using the specified look-and-feel settings. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. - - - - - - - - Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings. - - - - - A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked as a child of the specified parent window, using the specified look-and-feel settings. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Ribbon Print Preview form. - - - - - - - - - An instrument for publishing reports in WinForms applications. - - - - - - - - Initializes a new instance of the ReportPrintTool class with the specified report. - - - - An object implementing the interface (usually, it is the class instance). - - - - - - - - Specifies whether the Parameters panel is visible in the Print Preview window. - - - - - true to always show the Parameters UI; otherwise false. - - - - - - - Provides access to the settings of the report assigned to the ReportPrintTool. - - - An object implementing the interface (which is typically the class instance). - - - - - - - Displays a customized Page Setup dialog that reflects the application's current Look And Feel settings. - - - true if a user clicks OK; false if a user clicks Cancel, otherwise null (Nothing in Visual Basic). - - - - - - - - Enables modifying options in the Print dialog that is provided by the . - - - - - - - Indicates whether the All option button is enabled. - - - - - - - - Indicates whether the Current page option button is enabled. - - - - - - - - Indicates whether the Print to file check box is enabled. - - - - - - - - Indicates whether the Selection option button is enabled. - - - - - - - - Indicates whether the Pages option button is enabled. - - - - - - - - - Enables running the standard . - - - - - - - Initializes a new instance of the SystemPrintDialogRunner class with default settings. - - - - - - - - Invokes a standard system Print dialog. - - - - A . - - - - A . - - - - An object implementing the interface that is the dialog owner. - - - - A enumeration value that enables editing of specific settings in the invoked dialog. - - - A enumeration value that specifies identifiers to indicate the return value of a dialog box. - - - - - - - - Provides settings to an application's Print dialog. - - - - - - - Assigns a default Print dialog. - - - A , or . - - - - - - - Invokes a specified Print dialog. - - - - A . - - - - A . - - - - An object implementing the interface that is the dialog owner. - - - - A enumeration value that enables editing of specific settings in the invoked dialog. - - - A enumeration value that specifies identifiers to indicate the return value of a dialog box. - - - - - - - - Provides functionality to register custom editors to be used for editing the control content in Print Preview. - - - - - - - - Initializes a new instance of the EditingFieldExtensionsWin class with the default settings. - - - - - - - - For internal use. - - - - - - - - Specifies an instance of the EditingFieldExtensionsWin class. - - - The instance of the EditingFieldExtensionsWin class. - - - - - - - Registers a custom editor to be used for changing control content in Print Preview. - - - - The name of a custom editor. - - - - The display name of a custom editor. - - - - The name of a category to which an editor should be added. - - - - A descendant providing the required functionality. - - - true, if an editor has been successfully registered; otherwise, false. - - - - - - - Registers the standard editor with a custom mask to be used for changing control content in Print Preview. - - - - The name of the editor being registered. - - - - The display name of the editor being registered. - - - - The name of a category to which the editor should be added. - - - - A enumeration value which specifies the mask type used. - - - - Specifies the editor's mask. - - - true, if an editor has been successfully registered; otherwise, false. - - - - - - - Attempts to obtain a repository item by the specified name. - - - - The name of an item to be obtained. - - - - A descendant with the specified name. - - - true, if a repository item has been obtained; otherwise, false. - - - - - - - Unregisters the specified editor from being used for changing control content in Print Preview. - - - - The name of an editor to be unregistered. - - - true, if an editor has been successfully unregistered; otherwise, false. - - - - - - - - A customized Page Setup dialog that reflects the application's current Look And Feel settings. - - - - - - - Initializes a new instance of the PageSetupEditorForm class with default settings. - - - - - - - - Specifies whether the editor values in the Page Setup dialog use the imperial or metric system of measurement. - - - - true if the editor values are calculated in millimeters; false if the editor values are calculated in inches. - - - - - - - Gets the page orientation. - - - true if the page orientation is landscape; otherwise, false. - - - - - - - Gets the margins of a report page measured in three hundredths of an inch. - - - The margins (measured in 1/300 of an inch) of a report page. - - - - - - - Gets the minimum size allowed for a report's margins. - - - The margins (measured in 1/300 of an inch) of a report page. - - - - - - - Gets the current paper size. - - - A object. - - - - - - - Specifies the page settings applied to a document and displayed in the Page Setup dialog. - - - - The margins (measured in 1/300 of an inch) of a report page. This value is assigned to the property. - - - - The minimum allowed margins (measured in 1/300 of an inch) of a report page. This value is assigned to the property. - - - - true, if the page orientation is landscape; otherwise, false. This value is assigned to the property. - - - - A value, specifying the collection of available paper sizes. - - - - A structure, specifying the required page size. The corresponding paper size is selected from the list of available paper sizes and assigned to the property. If no matching paper size is found, it is selected based on the specified paperKind value. - - - - A enumeration value, specifying the paper kind. The corresponding paper size is selected from the list of available paper sizes and assigned to the property. If no matching paper size is found, it is selected based on the specified pageSize value. - - - - - - - - - Provides extension methods that enable you to show a report in a WinForms Print Preview. - - - - - - - For internal use. - - - - - - - - - - - - - - - - Closes the standard Print Preview form in which the report document is shown. - - - - An object implementing the interface. - - - - - - - - Closes the ribbon-based Print Preview form in which the report document is shown. - - - - An object implementing the interface. - - - - - - - - Prints the report document. - - - - An object implementing the interface. - - - - - - - - Prints the report document on the specified printer. - - - - An object implementing the interface. - - - - A object that specifies the name of the printer on which the current document should be printed. - - - - - - - - Runs the Print dialog to select a printer, specify the print options and print the document. - - - - - An object implementing the interface. - - - A enumeration value. - - - - - - - Displays the Page Setup dialog that allows users to customize page settings. - - - - An object implementing the interface. - - - A enumeration value. - - - - - - - Opens the report document in the standard Print Preview form. - - - - An object implementing the interface. - - - - - - - - Opens the report document in the standard Print Preview form with the specified look and feel settings. - - - - An object implementing the interface. - - - - A object which specifies the look and feel settings applied to Print Preview. - - - - - - - - Opens the report document in the standard Print Preview form modally. - - - - An object implementing the interface. - - - - - - - - Opens the report document in the standard Print Preview form modally with the specified look and feel settings. - - - - An object implementing the interface. - - - - A object which specifies the look and feel settings applied to Print Preview. - - - - - - - - Opens the report document in the ribbon-based Print Preview form. - - - - An object implementing the interface. - - - - - - - - Opens the report document in the ribbon-based Print Preview form with the specified look and feel settings. - - - - An object implementing the interface. - - - - A object which specifies the look and feel settings applied to Print Preview. - - - - - - - - Opens the report document in the ribbon-based Print Preview form modally. - - - - An object implementing the interface. - - - - - - - - Opens the report document in the ribbon-based Print Preview form modally with the specified look and feel settings. - - - - An object implementing the interface. - - - - A object which specifies the look and feel settings applied to Print Preview. - - - - - - - - - A link to print the control. - - - - - - - Initializes a new instance of the TreeViewLink class with default settings. - - - - - - - - Initializes a new instance of the TreeViewLink class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - A tailored to provide a ribbon toolbar to the . - - - - - - - Initializes a new instance of the DocumentViewerRibbonController class with the default settings. - - - - - - - - Initializes a new instance of the DocumentViewerRibbonController class with the specified container. - - - - An object implementing the interface which specifies the owner container of a DocumentViewerRibbonController class instance. - - - - - - - - Initializes a new instance of the DocumentViewerRibbonController class with the specified context. - - - - A which contains information about the current context. - - - - - - - - Gets or sets a associated with the DocumentViewerRibbonController. - - - A object. - - - - - - - Gets or sets a associated with the DocumentViewerRibbonController. - - - A object. - - - - - - - - A tailored to provide the toolbar, status bar and menu elements to the . - - - - - - - Initializes a new instance of the DocumentViewerBarManager class with the default settings. - - - - - - - - Initializes a new instance of the DocumentViewerBarManager class with the specified container. - - - - An object implementing the interface which specifies the owner container of a DocumentViewerBarManager class instance. - - - - - - - - Gets or sets a associated with the DocumentViewerBarManager. - - - A object. - - - - - - - Gets or sets a associated with the DocumentViewerBarManager. - - - A object. - - - - - - - - The base for Ribbon Controller classes that embed their specific functionality into the existing object. - - - - - - - - - - Starts the RibbonControllerBase's initialization. Initialization occurs at runtime. - - - - - - - - - Ends the RibbonControllerBase's initialization. - - - - - - - - - Provides Ribbon Controller initialization with the specified Ribbon Control and Status Bar. - - - - - A object. - - - - A object. - - - - - - - - Gets or sets the class instance to which the Ribbon Controller belongs. - - - - A class instance to which the Ribbon Controller belongs. - - - - - - - Gets or sets the class instance to which the Ribbon Controller belongs. - - - - A class instance to which the Ribbon Controller belongs. - - - - - - - - An instrument to print documents created by links. - - - - - - - - Initializes a new instance of the LinkPrintTool class with the specified link. - - - - A descendant. - - - - - - - - - Enables editing the export options of a report before saving it to a third-party format. - - - - - - - Invokes the Export Options dialog. - - - - An descendant that specifies the report export options. - - - - A descendant. - - - A enumeration value. - - - - - - - Invokes the Export Options dialog. - - - - An descendant. - - - - A descendant. - - - - A dictionary, listing the disabled export modes. - - - A enumeration value. - - - - - - - - A link to print the control. - - - - - - - Initializes a new instance of the DataGridLink class with the specified container. - - - - An object implementing the interface which specifies the owner container of a DataGridLink class instance. - - - - - - - - Initializes a new instance of the DataGridLink class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Initializes a new instance of the DataGridLink class with default settings. - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the page's headers and footers. - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - An object. - - - - - - - Prints the current document to the specified printer. - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - A link to print the control. - - - - - - - Initializes a new instance of the RichTextBoxLink class with default settings. - - - - - - - - Initializes a new instance of the RichTextBoxLink class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - A composite link that can be used to combine several printing links together into a composite document. - - - - - - - Initializes a new instance of the CompositeLink class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CompositeLink class with the specified container. - - - - An object implementing the interface which specifies the owner container of a CompositeLink class instance. - - - - - - - - Initializes a new instance of the CompositeLink class with default settings. - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the Printing System of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - An object. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview form with the document created from this link. - - - - - - - - Invokes the Print Preview form with the document created from this link. - - - - A object which specifies the look and feel settings applied to the Print Preview form. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the modal Print Preview form with the document created from this link. - - - - - - - - Invokes the modal Print Preview form with the document created from this link. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview form. - - - - - - - - Invokes the modal Print Preview form with the document created from this link. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - A link to print the control. - - - - - - - Initializes a new instance of the ListViewLink class with the default settings. - - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - A print preview form with a ribbon toolbar. - - - - - - - Initializes a new instance of the PrintPreviewRibbonFormEx class with the default settings. - - - - - - - - - Gets the PrintRibbonController of the Print Preview form with a Ribbon. - - - A object which represents the Print Ribbon Controller of the Print Preview form with a Ribbon. - - - - - - - - Gets the RibbonControl of the Print Preview form with a Ribbon. - - - A object which represents the Ribbon Control of the Print Preview form with a Ribbon. - - - - - - - - Gets the RibbonStatusBar of the Print Preview form with a Ribbon. - - - A object which represents the Ribbon Status Bar of the Print Preview form with a Ribbon. - - - - - - - - - As part of the control, provides a ribbon toolbar to a Print Preview. - - - - - - - Initializes a new instance of the PrintRibbonController class with default settings. - - - - - - - - Initializes a new instance of the PrintRibbonController class with the specified context. - - - - A which contains information about the current context. - - - - - - - - Initializes a new instance of the PrintRibbonController class with the specified container. - - - - An object implementing the interface. - - - - - - - - Specifies whether to use bitmap or vector icons for the ribbon Document Preview toolbar. - - - true, to use vector images; otherwise, false. - - - - - - - Starts the PrintRibbonController's initialization. Initialization occurs at runtime. - - - - - - - - - Ends the PrintRibbonController's initialization. - - - - - - - - - Gets a bar item within the Ribbon Control by its command. - - - - - A enumeration value which specifies the command to be executed by the bar item to be found. - - - - A object that represents the bar item which executes the specified command. - - - - - - - Gets the collection of images used in the PrintRibbonController UI. - - - A object. - - - - - - - Provides access to a collection of Ribbon pages, generated by this PrintRibbonController instance. - - - - An object of the generic type, representing a collection of Ribbon pages. - - - - - - - Gets or sets the class instance to which the Print Ribbon Controller belongs. - - - - - A class instance to which the Print Ribbon Controller belongs. - - - - - - - Updates Ribbon Control items according to the current visibility state of the corresponding Printing System commands. - - - - - - - - - - Use the property instead. - - - true, to use vector images; otherwise, false. - - - - - - - - Specifies a Print dialog to select a printer, specify the print options (number of copies, page range, and paper source) and print the document. - - - - - - - Initializes a new instance of the DefaultPrintDialogRunner class with default settings. - - - - - - - - Invokes a customized Print dialog. - - - - A . - - - - A . - - - - An object implementing the interface that is the dialog owner. - - - - A enumeration value that enables editing of specific settings in the invoked dialog. - - - A enumeration value that specifies identifiers to indicate the return value of a dialog box. - - - - - - - - The base class for the print preview forms with a standard toolbar. - - - - - - - - Initializes a new instance of the PrintPreviewFormExBase class with default settings. - - - - - - - - Gets the of the Print Preview Form. - - - A object. - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A class descendant. - - - - - - - Specifies whether the Print Preview Form's size, position and zoom setting are saved to the Windows registry. - - - - - true if Print Preview Form settings are saved in the Windows registry; otherwise, false. - - - - - - - Gets or sets the index of the currently selected page in the form's . - - - - - An integer value which represents the index of the selected page. - - - - - - - - Displays the Print Preview Form using the specified Look-and-Feel settings. - - - - - A object which specifies the Look-and-Feel settings to apply to the Print Preview Form. - - - - - - - - Displays the Print Preview Form. - - - - - - - - Invokes the PrintPreviewFormExBase as a child of the specified parent window, using the specified look-and-feel settings. - - - - A object that is the parent window for this dialog. - - - - A object, specifying the look-and-feel settings applied to the Print Preview form. - - - - - - - - Invokes the Print Preview Form form which is shown modally as a child of the specified parent window using the specified look and feel settings. - - - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - A enumeration value representing the return value of the dialog. - - - - - - - Invokes the Print Preview Form form which is shown modally. - - - A enumeration value representing the return value of the dialog. - - - - - - - Invokes the Print Preview Form form which is shown modally as a child of the specified parent window. - - - - - - A object representing the parent window for this dialog. - - - A enumeration value representing the return value of the dialog. - - - - - - - Invokes the Print Preview Form form which is shown modally using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - A enumeration value representing the return value of the dialog. - - - - - - - - As part of the control, provides the toolbar, status bar and menu elements in a Print Preview. - - - - - - - - - Initializes a new instance of the PrintBarManager class with the default settings. - - - - - - - - Initializes a new instance of the PrintBarManager class with the specified container. - - - - An object implementing the interface. - - - - - - - - Specifies whether to use bitmap or vector icons for the standard Document Preview toolbar. - - - true, to use vector images; otherwise, false. - - - - - - - For internal use. - - - A object. - - - - - - - Provides access to a bar item corresponding to the specified command. - - - - A enumeration value, specifying the command corresponding to the bar item in question. - - - - A object, specifying the bar item corresponding to the specified command. - - - - - - - - Provides access to the collection of images displayed by bar items in Print Preview. - - - A object, specifying the bar item images. - - - - - - - - For internal use. Specifies the stream containing images displayed by bar items. - - - A object, specifying the stream of bar item images. - - - - - - - Performs basic initialization of the created PrintBarManager object and associates it with the specified . - - - - A object, displaying a document in Print Preview. - - - - - - - - - Overrides the property to hide it. - - - - A value. - - - - - - - For internal use. - - - - - A object. - - - - - - - - For internal use. Specifies the Print Preview bar controlled by this PrintBarManager instance. - - - A object. - - - - - - - Specifies the associated with the current PrintBarManager instance. - - - - - A object. - - - - - - - - For internal use. - - - - - A object. - - - - - - - For internal use. Updates the bar items according to the current visibility state of the corresponding Printing System commands. - - - - - - - - Use the property instead. - - - true, to use vector images; otherwise, false. - - - - - - - For internal use. Gets or sets the editor which is used to specify the zoom level within the printing bar manager. - - - - - A object. - - - - - - - - A print preview form with a standard toolbar. - - - - - - - Initializes a new instance of the PrintPreviewFormEx class with the default settings. - - - - - - - - Gets the that provides the toolbar, status bar and menu elements to Print Preview. - - - A object. - - - - - - - - - The control to publish (preview, print and export) documents in Windows Forms applications. - - - - - - - Initializes a new instance of the DocumentViewer class with default settings. - - - - - - - - Specifies a document supplier for the DocumentViewer. - - - A value. - - - - - - - Specifies whether to create a document automatically, or on a user request. - - - - - - - - Specifies a Printing System assigned to the DocumentViewer. - - - A descendant. - - - - - - - Specifies whether to create a document automatically, or on a user request. - - - - true to create a document on a user request; otherwise false. - - - - - - - - - Represents a method that will handle all brick events within the XtraPrinting Library. - - - - - - - A method that will handle all brick events within the XtraPrinting Library. - - - - The event source. - - - - A object that contains data related to the event. - - - - - - - - - Provides data for all brick events within the XtraPrinting Library. - - - - - - - Initializes a new instance of the BrickEventArgs class with the specified brick. - - - - A value. This value is assigned to the property. - - - - - - - - Initializes a new instance of the BrickEventArgs class with the specified settings. - - - - A object. This value is assigned to the property. - - - - A object. This value is assigned to the property. - - - - A object. This value is assigned to the property. - - - - A structure. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - A value. This value is assigned to the property. - - - - - - - - Returns an object storing the event arguments. - - - A object, storing the event arguments. - - - - - - - Returns the rectangle displayed when clicking a brick. - - - A structure. - - - - - - - Returns the document page containing the brick for which the corresponding event was fired. - - - - A object, specifying the page on which the brick is located. - - - - - - - - Returns the horizontal mouse position within a brick. - - - A value, specifying the mouse position's X-coordinate (in three hundredths of an inch). - - - - - - - Returns the vertical mouse position within a brick. - - - - A value, specifying the mouse position's Y-coordinate (in three hundredths of an inch). - - - - - - - - A link to print and export components that implement the interface. - - - - - - - Initializes a new instance of the PrintableComponentLink class with the specified container. - - - - An object implementing the interface which specifies the owner container of a PrintableComponentLink class instance. - - - - - - - - Initializes a new instance of the PrintableComponentLink class with default settings. - - - - - - - - Initializes a new instance of the PrintableComponentLink class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Creates a document using the specified Printing System, so the document can be displayed or printed. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A value, specifying the printer name. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - - Provides functionality to print reports. - - - - - - - Initializes a new instance of the XtraPageSettings class with the specified printing system. - - - - A object, which identifies the printing system to be used. - - - - - - - - Assigns the specified page settings. - - - - A object providing the page settings. - - - - - - - - - Assigns the page margins, paper kind, paper name and page orientation of a document, simultaneously. - - - - A object which specifies the margins of the document. - - - - A value which specifies one of the standard paper sizes. - - - - A value which specifies the name of the custom paper which is used in the printer that the document is going to be printed on. - - - - true to print a page in landscape orientation; otherwise, false. - - - - - - - - Assigns the default printer's settings to the object. - - - - - - - - - Assigns the default printer settings to the current page settings according to the specified value. - - - - - A object specifying which of the printer settings should be assigned. - - - - - - - - - Assigns the specified printer's settings to the XtraPageSettings object. - - - - A value specifying the printer name. This value is assigned to the property. - - - - A value specifying the paper name. This value is assigned to the property. - - - - A object specifying which of the printer settings should be assigned. - - - - - - - - Provides access to the current page settings. - - - A object representing the current page settings. - - - - - - - - As part of the control, provides a canvas on which document pages are drawn in a Print Preview. - - - - - - - - Initializes a new instance of the PrintControl class with default settings. - - - - - - - - Occurs when the region of a brick within the is clicked. - - - - - - - - Occurs when a brick within the is double-clicked. - - - - - - - - - Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is pressed. - - - - - - - - Occurs when pressing the mouse button over a brick's region within the . - - - - - - - - Occurs when moving the mouse over a brick's region within the . - - - - - - - - Occurs when releasing the mouse button over a brick's region within the . - - - - - - - - Occurs when the mouse pointer moves over the region specified by a brick within the . - - - - - - - - Occurs when the mouse pointer is over the region specified by a brick within the and the mouse button is released. - - - - - - - - Checks whether or not the specified command can be executed. - - - - A enumeration value. - - - true, if the command can be executed; otherwise, false. - - - - - - - Hides the Find panel enabling text search in a document. - - - - - - - - Occurs after the status of a printing system command has been changed. - - - - - - - - Removes the specified export modes from the list of export options available in Print Preview. - - - - An array of export modes to remove. - - - - - - - - Specifies the View style for dock panels. - - - An enumeration value that specifies the View style. - - - - - - - Provides access to the , specifying the settings of dock panels in Print Preview. - - - A object. - - - - - - - Indicates whether or not a opened in Print Preview has any bookmarks. - - - true, if the document has bookmarks assigned to its elements; otherwise, false. - - - - - - - Indicates whether or not the Document Map is visible in Print Preview. - - - true, if the Document Map is visible; otherwise, false. - - - - - - - - - - - - - - - Executes the specified command without any parameters. - - - - A enumeration value, specifying the command to execute. - - - - - - - - Executes the specified command with custom parameters. - - - - - A enumeration value, specifying the command to execute. - - - - A collection of values, specifying custom parameters to pass to the executed command. - - - - - - - - Returns a brick occupying the document area where a point with the specified coordinates is located. - - - - A structure, specifying the coordinates of a point corresponding to a brick's location. - - - A object, corresponding to a brick located at the specified coordinates. - - - - - - - Returns a brick corresponding to the specified location and size. - - - - A structure, specifying the coordinates of a point contained within the area occupied by the brick. - - - - A object, specifying the page at which the brick is located. - - - - A structure, specifying the brick's location and size. - - - A object. - - - - - - - Indicates whether or not the Find panel is visible in Print Preview. - - - true, if the Find panel is visible; otherwise, false. - - - - - - - Returns the location and size of the specified brick. - - - - A object, specifying the brick to be located. - - - - A object, specifying the page at which the brick is located. - - - A structure, specifying the brick's location and size. - - - - - - - - - - - - - - - - - - Specifies the visibility of the horizontal scroll bar in Print Preview. - - - A enumeration value. - - - - - - - Redraws the specified brick in a document to apply any changes made to this brick. - - - - A object that needs to be redrawn. - - - - - - - - Returns a value indicating whether or not the specified command is enabled. - - - - A enumeration value. - - - true, if the command is enabled; otherwise, false. - - - - - - - Occurs after a selection border has been drawn around an element in Print Preview. - - - - - - - - Occurs when the area of a marked brick is painted. - - - - - - - - Specifies the Printing System that is used to create document pages for a link or report opened in Print Preview. - - - - A class descendant. - - - - - - - Specifies the visibility of the Document Map in Print Preview. - - - - true, to display the Document Map; otherwise, false. - - - - - - - - Specifies the visibility of the Thumbnails panel in Print Preview. - - - - true, to display the Thumbnails panel; otherwise, false. - - - - - - - - Navigates to the specified brick in a document opened in Print Preview. - - - - A object, specifying the brick to navigate to. - - - - - A object, specifying the page at which the brick is located. When a brick occupies multiple pages, the focus will move to that part of the brick which is printed on the specified page. - - - - - - - - Locates the specified brick and displays it in the center of the visible PrintControl area. - - - - A object, specifying the brick to be located. - - - - A object, specifying the document page at which the brick is located. - - - - - - - - Displays the Find panel enabling text search in a document. - - - - - - - - Indicates whether or not the Thumbnails panel is visible in Print Preview. - - - true, if the Thumbnails panel is visible; otherwise, false. - - - - - - - Specifies the visibility of the vertical scroll bar in Print Preview. - - - A value. - - - - - - - - Implements the basic printing functionality of the XtraPrinting Library. - - - - - - - Initializes a new class instance and adds it to the form's container. - - - - An IContainer that contains a XtraPrintingSystem component, if any. - - - - - - - - Initializes a new instance of the PrintingSystem class with default settings. - - - - - - - - Activates the About dialog. - - - - - - - - Gets the collection of links, defined for the current object. - - - The link collection of the current object. - - - - - - - Gets the current page settings. - - - Current page settings. - - - - - - - Displays the PageSetup dialog. - - - true, if the "OK" button is clicked in the PageSetup dialog, false, if the "Cancel" button is clicked in the PageSetup dialog. - - - - - - - Gets the form used to display the document preview. - - - A object which represents the current preview form. - - - - - - - Gets the Ribbon form used to display the document preview. - - - A object which represents the current preview form. - - - - - - - Prints the current document. - - - - - - - - Prints the current document to the specified printer. - - - - - A representing the name of the printer on which to print the document. - - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - A enumeration value containing the return value of the print dialog box. - - - - - - - - Provides access to watermark settings of the printing system's document. - - - A object containing watermark settings. - - - - - - - - A printing link. - - - - - - - Initializes a new instance of the Link class with the specified container. - - - - An object implementing the interface which specifies the owner container of a Link class instance. - - - - - - - - Initializes a new instance of the Link class with default settings. - - - - - - - - Initializes a new instance of the Link class with the specified printing system. - - - - A object which specifies the printing system used to draw the current link. This value is assigned to the property. - - - - - - - - - Indicates whether or not the specified Printing System command can be handled. - - - - A enumeration value that specifies the command. - - - - An object implementing the interface that specifies the print control (most typically, it is a class instance). - - - true if the command can be handled; otherwise, false. - - - - - - - Generates a report using the specified PrintingSystem. - - - - A class instance, specifying the printing system of the link. - - - - - - - - Handles the specified Printing System command. - - - - A enumeration value which specifies the command to be handled. - - - - A collection of objects representing the parameters to be passed to the handled command. - - - - An object implementing the interface (most typically, it is the class instance). - - - - true if the command has been handled by a link; otherwise, false. - - - - - - - - Provides access to the link's collection of images. - - - An object. - - - - - - - A collection of images which can be added to the Page Headers and Footers. - - - An object which represents a collection of images that can be used in the report. - - - - - - - For internal use. Specifies a stream which contains images to display in the link's Page Header and Footer. - - - A object. - - - - - - - Prints the current document to the specified printer. - - - - - A representing the name of the printer on which to print the document. - - - - - - - - Prints the current document using the system default printer. - - - - - - - - Displays the standard Print dialog and prints the current document. - - - - - - - - Gets or sets the Printing System used to create and print a document for this link. - - - A object. - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form which shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form that shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Print Preview Form. - - - - - - - - Invokes the Print Preview Form, which modally shows the print preview of the document for this link as a child of the specified parent window. - - - - - A object representing the parent window for this dialog. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link. - - - - - - - - Invokes the Print Preview Form which modally shows the print preview of the document for this link as a child of the specified parent window, using the specified look and feel settings. - - - - A object representing the parent window for this dialog. - - - - A object which specifies the look and feel settings applied to the Preview Form. - - - - - - - - Invokes the Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - - Invokes the modal Ribbon Print Preview form with the document created from this link, using the specified look and feel settings. - - - - A object which specifies the look and feel settings applied to the Ribbon Print Preview form. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.dll b/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.dll deleted file mode 100644 index 982dbbc..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.xml b/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.xml deleted file mode 100644 index 999a3d6..0000000 --- a/App/CONFIG_APP/bin/Debug/DevExpress.XtraTreeList.v18.1.xml +++ /dev/null @@ -1,18005 +0,0 @@ - - - - DevExpress.XtraTreeList.v18.1 - - - - - - Enumerates the best fit operaton modes. - - - - - - - The Full mode is the default one if any of the following statements is true: - - -the property equals v17_1 or older; - -there are less than 300 data nodes in total; - -you utilize the property to limit the number of nodes used to calculate the optimal column width; - -the event is handled. - -the property equals Display. - - - -Otherwise, the default mode is Fast. - - - - - - - - In this mode, the checks only the number of characters within each cell. This is a less time-consuming calculation mode, at a cost of calculation precision. - - - - - - - - In this mode, best fit calculations consider character widths, in-place editor settings and events. Such calculations may require more time but guarantee the most accurate results. - - - - - - - - - Represents a method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - - The event source. This parameter identifies the which raised the event. - - - - A object which contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the PopupMenuShowingEventArgs class with the specified settings. - - - - A TreeListMenu object that specifies the menu to be displayed. This value is assigned to the property. - - - - A Point value that specifies the point at which the menu is to be displayed. - - - - A Boolean value that specifies if display of the menu is allowed. This value is assigned to the property. - - - - - - - - - Gets or sets if display of the menu is allowed. - - - true if display of the menu is allowed; otherwise, false. - - - - - - - - Gets or sets the control's popup menu that will be shown. - - - A TreeListMenu object that is the menu that will be shown. - - - - - - - - Gets the position where the menu is to be invoked. - - - A Point value that specifies the position where the menu is to be invoked. - - - - - - - - Contains values that specify how data searching is initiated within specific controls. - - - - - - - - A control starts searching data automatically, after a short delay. - - - - - - - - - This option is equivalent to Always. - - - - - - - - A control starts searching data on clicking the Find button or pressing ENTER. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the Tree List control which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Contains values that specify when the Filter Panel is visible. - - - - - - - - The Filter Panel is shown when a filter is applied to the control. Otherwise, the Filter Panel is hidden. - - - - - - - - The Filter Panel is hidden. - - - - - - - - The Filter Panel is always shown at the bottom of the control. - - - - - - - - - Provides access to options controlling the view and behavior settings of the Find Panel. - - - - - - - Initializes a new instance of the TreeListOptionsFind class. - - - - A object specifying the tree list control associated with the options being created. - - - - - - - - Gets or sets whether the Find Panel can be invoked by an end-user. - - - true if the Find Panel can be invoked by an end-user; otherwise, false. - - - - - - - Gets or sets whether or not end-users can utilize incremental search to find required records. - - - true, if end-users can utilize incremental search to find required records; otherwise, false. - - - - - - - Gets or sets whether the Find Panel is always visible. - - - true if the Find Panel is always visible; otherwise, false. - - - - - - - Copies all the settings of the options object passed as this method's parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Find Panel's search (filter) string is cleared when the Find Panel is hidden. - - - true if the Find Panel's search string is cleared on hiding the control; otherwise, false. - - - - - - - Returns '*' which means that the search is performed against all visible columns. - - - - - - - - - Gets or sets whether or not the TreeList should expand collapsed nodes that contain records which match the text an end-user types. - - - true, if the TreeList should expand collapsed nodes that contain matching records; otherwise, false. - - - - - - - Gets or sets the delay in milliseconds, after which a data search is initiated (if automatic search mode is active). - - - An integer that specifies the delay in milliseconds, after which a data search is initiated. - - - - - - - Gets or sets the field names against which searches are performed by the Find Panel. - - - A string specifying the field names against which searches are performed. - - - - - - - Gets or sets whether data searches start automatically, or must be started manually. - - - - The value that specifies whether a search starts automatically, or must be started manually. - - - - - - - Gets or sets the text displayed grayed out when the search box is empty. - - - The text displayed grayed out when the search box is empty. - - - - - - - Gets or sets whether the search string is highlighted within located records. - - - true if the search string is highlighted within located records; otherwise, false. - - - - - - - Gets or sets whether the Clear button is displayed within the Find Panel. - - - true if the Clear button is displayed within the Find Panel; otherwise, false. - - - - - - - Gets or sets whether the close ('x') button is displayed within the Find Panel. - - - true if the close ('x') button is displayed within the Find Panel; otherwise, false. - - - - - - - Gets or sets whether the Find button is displayed within the Find Panel. - - - true if the Find button is displayed within the Find Panel; otherwise, false. - - - - - - - - Contains options that control node navigation functionality. - - - - - - - Initializes a new instance of the TreeListOptionsNavigation class. - - - - - - - - Copies settings of the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets whether a newly added node is automatically focused. - - - true, if a newly added node is automatically focused; otherwise, false. - - - - - - - Gets or sets whether the Left Arrow and Right Arrow keyboard keys move focus to the next/previous node when the current node's last/first cell is focused. - - - true, if horizontal navigation keys can move focus between nodes; otherwise, false. - - - - - - - Gets or sets whether the ENTER key can be used to move focus between cells. - - - true, to enable focus moving using the ENTER key; otherwise, false. - - - - - - - Gets or sets whether end-users can navigate through cells using Arrow keys while editing cells. - - - true, to allow end-users to navigate through cells using arrow keys while editing cells; otherwise, false. - - - - - - - Gets or sets whether advanced horizontal navigation is enabled in a banded layout. - - - - - - - - - - Gets or sets whether advanced vertical navigation is enabled in a banded layout. - - - true, if advanced vertical navigation is enabled; otherwise, false. - - - - - - - Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. - - - true, if the TAB/SHIFT+TAB key combinations are processed by the Tree List; otherwise, false. - - - - - - - - Contains options that control node drag-and-drop functionality. - - - - - - - Initializes a new instance of the TreeListOptionsDragAndDrop class. - - - - - - - - Gets or sets whether the current TreeList accepts nodes being dragged from another TreeList control. - - - true, if the current TreeList accepts nodes being dragged from another TreeList control; otherwise, false. - - - - - - - Copies settings of the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. - - - true, to allow end-users to clone nodes using drag-and-drop; otherwise, false. - - - - - - - Gets or sets the amount of time (in milliseconds) before the node is expanded when another node is dragged over it. - - - An integer value specifying the delay (in milliseconds) from the time a dragged node begins hovering over a collapsed node to the time that the node is expanded. - - - - - - - Gets or sets whether single or multiple nodes can be dragged simultaneously, or whether the drag-and-drop functionality is disabled. - - - - Nodes drag-and-drop mode. - - - - - - - Gets or sets whether the SHIFT key needs to be pressed to insert a node before another node. - - - A value that specifies whether the SHIFT key needs to be pressed to insert a node before another node. - - - - - - - Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. - - - true, if collapsed nodes are automatically expanded when a dragged node is hovered over them; otherwise, false. - - - - - - - - Provides Clipboard options for the . - - - - - - - - Initializes a new instance of the TreeListOptionsClipboard class with the specified settings. - - - - true, to enable copying formatted data; otherwise, false. This property value is used to initialize the property. - - - - - - - - - Gets or sets whether an end-user can copy selected TreeList nodes to the Clipboard. - - - - A DefaultBoolean enumerator value that specifies if an end-user can copy selected TreeList nodes to the Clipboard. - - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose setting will be copied to the current object - - - - - - - - Gets or sets whether selected nodes are copied to the clipboard with or without indents that reflect node hierarchy levels. - - - A DefaultBoolean enumerator value that specifies whether the nodes are copied to the clipboard with indents. The Default value is equivalent to True. - - - - - - - - - Gets or sets whether pasted rows are added as the focused node's children or siblings. This option is in effect when the setting (available from ) is set to Append. - - - True and Default if pasted data is added as the focused node's children; False if pasted data is added as the focused node's siblings. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The control that fires the event. - - - - Contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomizeNewNodeFromOuterDataEventArgs class. - - - - The node (from another control) being dragged. This value is assigned to the property. - - - - The collection of sibling nodes relative to which the sourceNode is dropped. This value is assigned to the property. - - - - The dictionary that contains data to initialize a new node. This value is assigned to the property. - - - - - - - - Gets the node onto which (or relative to which) the is dropped. - - - The node relative to which the dragged node is dropped. - - - - - - - Gets the collection of sibling nodes relative to which the is dropped. - - - The sibling nodes relative to which the dragged node is dropped. - - - - - - - Gets or sets whether you perform all the required actions manually and no default processing is required. - - - true if no default processing is required; false if default processing will be performed after your event handler execution. - - - - - - - Provides access to the dictionary that contains data to initialize a new node. - - - The dictionary that contains data to initialize a new node. - - - - - - - Gets the node (from another TreeList control) being dragged. - - - The node (from another TreeList control) being dragged. - - - - - - - - Provides access to a 's customization options. - - - - - - - Initializes a new instance of a TreeListOptionsCustomization class. - - - - - - - - Specifies whether bands can be moved by dragging their headers. - - - true, if bands can be moved to a new position; otherwise, false. - - - - - - - Specifies whether bands can be resized by dragging the right edge of their headers. - - - true, if bands can be resized; otherwise, false. - - - - - - - Specifies whether bands can be moved between parents. - - - true, if bands can be moved between parents; otherwise, false. - - - - - - - Specifies whether columns can be moved between bands. - - - true, if columns can be moved between bands; otherwise, false. - - - - - - - Specifies whether columns can be moved by dragging their headers. - - - true, if columns can be moved to a new position; otherwise, false. - - - - - - - Specifies whether columns can be resized by dragging the right edge of their headers. - - - true, if columns can be resized; otherwise, false. - - - - - - - Gets or sets whether or not end-users can filter data within this Tree List. - - - true, if filtering is enabled; otherwise, false. - - - - - - - Specifies whether bands and individual columns can be hidden by dragging their headers away from the header panel. - - - true, if bands and columns can be hidden by dragging their headers away from the header panel; otherwise, false. - - - - - - - Gets or sets whether or not end-users can sort data within this Tree List. - - - true, if sorting is enabled; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - An object whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Customization Form displays the search box that allows end-users to find columns and bands. - - - true, if the Customization Form displays the search box; otherwise, false. - - - - - - - Gets or sets whether or not the Customization Form can stick to the parent form or screen edges. - - - A SnapMode enumeration value that specifies whether or not the Customization Form can stick to the parent form or screen edges. By default, the global setting is inherited. - - - - - - - Specifies whether hidden bands are displayed in the Customization Form. - - - true, if hidden bands are displayed in the Customization Form; otherwise, false. - - - - - - - - Provides access to band options. - - - - - - - Initializes a new instance of a TreeListOptionsBand class. - - - - - - - - Specifies whether the band can be moved by dragging its header. - - - true, if the band can be moved to a new position; otherwise, false. - - - - - - - Specifies whether the band can be resized by dragging the right edge of its header; - - - true, if the band can be resized; otherwise, false. - - - - - - - Copies all settings from the options object passed as a parameter. - - - - An object whose settings are assigned to the current object. - - - - - - - - Specifies whether the band's width remains fixed when the 's auto width feature is enabled and the Tree List is resized. - - - true, if the band's width remains fixed; otherwise, false. - - - - - - - Specifies whether the band's header is displayed in the Customization Form when the band is hidden. - - - true, the band's header is displayed in the Customization Form when the band is invisible; otherwise, false. - - - - - - - - Provides filtering options for the . - - - - - - - Initializes a new instance of the TreeListOptionsFilter class. - - - - - - - - Gets or sets whether or not the automatic filtering row for this TreeList control displays buttons, using which end-users can change the default filter operator for each column. - - - A DefaultBoolean enumerator value that specifies whether or not the automatic filtering row should display the condition selector. - - - - - - - Gets or sets whether recently used filter items are displayed in the Column's Filter DropDown. - - - true if the columns' filter dropdown lists can display recently used filter items; otherwise, false. - - - - - - - Gets or sets whether the Filter Editor can be used to build complex filter criteria. - - - true to allow using the Filter Editor; otherwise, false. - - - - - - - Gets or sets whether the TreeList's MRU Filter List is enabled. - - - true if the MRU Filter List is enabled; otherwise false. - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets the default display mode of filter dropdowns for columns in the current . - - - A value that specifies the default display mode of filter dropdowns for columns in the current . - - - - - - - Gets or sets the maximum number of items that the Column's Filter DropDown can display simultaneously. - - - An integer value specifying the maximum height of regular filter dropdowns. The height is specified in rows. - - - - - - - Gets or sets how an end-user can edit criteria in the Filter Editor. - - - A value that specifies how an end-user can edit criteria in the Filter Editor. - - - - - - - Gets or sets whether the collapsed nodes are automatically expanded if they match the filter criteria. - - - true if the collapsed nodes are automatically expanded if match the filter criteria; otherwise, false. - - - - - - - Gets or sets the filter mode used within the current . - - - - A enumerator value that specifies the filter mode used in the current . - - - - - - - - Gets or sets the maximum number of items that the column's MRU Filter Lists can store. - - - An integer specifying the maximum number of items that the column's MRU Filter Lists can store. - - - - - - - Gets or sets the maximum number of items the TreeList's MRU Filter List can display at once. - - - An integer value that determines the maximum number of items that the TreeList's MRU Filter List can display at once. - - - - - - - Gets or sets whether the column filter dropdown represented as a checked list shows all available values. - - - true, if the column filter dropdown shows all available values; otherwise, false. - - - - - - - Gets or sets whether the Column's Filter DropDown shows all available values. - - - true to display all values in the Column's Filter DropDown; otherwise false. - - - - - - - - A band that combines Tree List columns. - - - - - - - - Initializes a new instance of the TreeListBand class with default settings. - - - - - - - - Specifies whether the band and all its parents are visible. - - - true, if the current band is visible within the ; otherwise, false. - - - - - - - Provides access to appearance settings used to paint the band header. - - - An object that specifies appearance settings used to paint the band header. - - - - - - - Provides access to the band's child band collection. - - - An object that specifies the band's child band collection. - - - - - - - Gets or sets the band caption to be displayed within the band header. - - - A value that specifies the band header. - - - - - - - Provides access to the column collection owned by the current band. - - - A value that specifies the column collection owned by the current band. - - - - - - - Gets or sets the band caption when its header is displayed in the Customization Form. - - - - A value that specifies the band caption when its header is displayed in the Customization Form. - - - - - - - - Gets the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box. - - - A string value specifying the band caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box. - - - - - - - The default value for the property. The DefaultBandMinWidth field is set to 20. - - - $ - - - - - - - The default value for the property. The DefaultBandWidth field is set to 75. - - - $ - - - - - - - Specifies the minimum allowed value of the property. The DefaultMinimumMinBandWidth field is set to 16. - - - - - - - - - Gets or sets the band's behavior when the control is scrolled horizontally. - - - A value that specifies the band's behavior when the control is scrolled horizontally. - - - - - - - Returns the band's caption. - - - A String value specifying the band's caption. - - - - - - - Returns the non formatted band caption. - - - A value that specifies the non formatted band caption. - - - - - - - Gets whether the current band has child bands. - - - true, if the current band contains one or more child bands; otherwise, false. - - - - - - - Gets whether the current band has visible child bands. - - - true, if the current band contains one or more visible child bands; otherwise, false. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this TreeListBand. - - - An object that stores image-related options. - - - - - - - Provides access to the source of images that can be displayed within column headers and bands. - - - An object that is the source of images that can be displayed within column headers and bands. - - - - - - - Gets the index of the current band within the owning collection. - - - -1, if the band has no owning collection; otherwise, a zero-based index that specifies the band's position within the owning collection. - - - - - - - Gets whether this band contains a column that displays the node expand/collapse buttons. - - - true, if this band contains a column that displays the node expand/collapse buttons; otherwise, false. - - - - - - - Indicates whether the control owning the current band is being initialized. - - - true, if the control is being initialized; otherwise, false. - - - - - - - Gets the nesting level of the current band in the band hierarchy. - - - A zero-based value that specifies the band's nesting level. - - - - - - - Gets or sets the band's minimum allowed width. - - - A value that specifies the band's minimum width, in pixels. - - - - - - - Gets or sets the band name. - - - A value that specifies the band name. - - - - - - - Provides access to the band's options. - - - A value that specifies the band's options. - - - - - - - Gets the band's parent. - - - An object that specifies the band's parent. - - - - - - - Gets the root band that is the current band's parent. - - - An object that specifies the root band in the current hierarchy branch. - - - - - - - Gets or sets the band header height, in logical rows. - - - The band header height, in logical rows. Values less than 1 are not accepted. - - - - - - - Gets or sets the width, in pixels, of the band separator (grid vertical lines that visually separate this band from other bands). - - - An integer value that specifies the band separator width, in pixels. - - - - - - - Gets or sets a regular tooltip. - - - A value that specifies a regular tooltip. - - - - - - - Gets the band's caption. - - - A string that specifies the band's caption. - - - - - - - Gets a object to which the current band belongs. - - - An object that specifies the object to which the current band belongs. - - - - - - - Specifies whether the current band is visible. - - - true, if the current band is visible; otherwise, false. - - - - - - - Returns the current band width. - - - A value that specifies the current band width, in pixels. - - - - - - - Gets or sets the band's width. - - - A value that specifies the band's width, in pixels. - - - - - - - - A band collection within a . - - - - - - - Initializes a new instance of the TreeListBandCollection class. - - - - A object that will own the created band collection. This value is assigned to the property. - - - - - - - - - - Initializes a new instance of a TreeListBandCollection class. - - - - A object that will own the created band collection. This value is assigned to the property. - - - - - A object that will own the created band collection. This value is assigned to the property. - - - - - - - - - Adds the specified band to the end of the band collection. - - - - An object that specifies the band to be added. - - - An object specifying the new band. - - - - - - - Creates a new band and adds it to the band collection. - - - An object that specifies the new band. - - - - - - - Creates a new band with the specified caption and appends it to the band collection. - - - - A value that specifies the band's caption. This value is assign to the property. - - - An object that specifies the new band. - - - - - - - Adds an array of bands to the end of the band collection. - - - - An array of bands to be added to the collection. - - - - - - - - Returns whether the specified band is contained within the current band collection or any of its bands' collections. - - - - An object that specifies the band to be found. - - - - true, if the search should be extended to the collections of the current collection's bands; otherwise, false. - - - true, if the specified band is found; otherwise, false. - - - - - - - Create a new instance of the TreeListBandCollection class with default settings. - - - An object that specifies the created band. - - - - - - - Returns the specified band's position within the collection. - - - - An object that specifies the band to locate. - - - The zero-based index of the specified band within the collection; -1, if the collection does not contain the specified band. - - - - - - - Inserts the specified band to the specified position within the band collection. - - - - The zero-based index at which the specified band should be inserted. - - - - An object to be inserted. - - - - - - - - Provides indexed access to the band collection. - - - - The band's zero-based index. - - - The band located at the specified position within the collection. - - - - - - - Returns a band with the specified name within the collection. - - - - The band with the specified name; null (Nothing in visual basic) if no band is found. - - - The band's name to be found. - - - - - - - Gets a band that owns the current collection. - - - An object that specifies the band owning the current collection. - - - - - - - Removes the specified band from the band collection. - - - - An object that specifies the band to be removed. - - - - - - - - Changes the specified band's position within the collection. - - - - A new band position within the collection. - - - - An object that specifies the band to be moved. - - - - - - - - Gets a object that owns the current collection. - - - An object owning the current collection. - - - - - - - Gets the number of visible bands within the collection. - - - A value that specifies the number of visible bands. - - - - - - - - A collection of objects. - - - - - - - Initializes a new instance of the TreeListFormatRuleCollection class. - - - - - An object that will own the collection of formatting rules. - - - - - - - - Gets the object that owns the current collection of formatting rules. - - - A object that owns the collection of formatting rules. - - - - - - - - Specifies a single style format rule for a control. - - - - - - - Initializes a new instance of a TreeListFormatRule class. - - - - - - - - Gets or sets whether the format is applied to the entire row. - - - true, if the format is applied to the entire row; otherwise, false. - - - - - - - Copies settings from the specified object to the current object. - - - - An object whose settings are to be copied to the current object. - - - - - - - - Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column. - - - The column that provides values to test against the current formatting rule. - - - - - - - Gets or sets a column, to which the format should be applied instead of the column specified by the property. - - - - The target column to which the format is applied. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The name of the column to which a format is applied. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The name of the column that provides values to test against the current formatting rule. - - - - - - - Gets whether the current TreeListFormatRule object is properly customized. - - - true, if the TreeListFormatRule object is properly customized; otherwise, false. - - - - - - - Gets the object that owns the current formatting rule. - - - A object that owns the current formatting rule. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the ClipboardNodePastingEventArgs class with the specified settings. - - - - An object used to initialize the property. - - - - The columns whose values are about to be pasted. - - - - An object used to initialize the property. - - - - An object used to initialize the property. - - - - - - - - Gets or sets whether the current operation needs to be canceled. - - - true, if the current operation needs to be canceled; otherwise, false. - - - - - - - Returns a dictionary that contains invalid column-value pairs. Invalid pairs identify values that cannot be accepted by corresponding columns. - - - A dictionary of incompatible column-value pairs. The keys in the dictionary are objects. The dictionary values are of the object type. - - - - - - - Returns a dictionary that contains valid column-value pairs. Valid pairs identify values that can be accepted by corresponding columns. - - - A dictionary of compatible column-value pairs. The keys in the dictionary are objects. The dictionary values are of the object type. - - - - - - - Returns whether pasted values can be accepted by target columns. Both the pasted values and target columns are specified by the dictionary. - - - true if the pasted values can be accepted by target columns; otherwise, false. - - - - - - - Returns whether the specified value can be pasted to the specified column cell. - - - - The column to be tested. - - - - The value to be tested. - - - - The exception that specifies the error description. null if no error occurs. - - - true, if the specified value can be pasted to the specified column's cell; otherwise, false. In case of failure, read the e output parameter to get details. - - - - - - - Returns whether the specified value can be pasted to the column with the specified field name. - - - - The field name that identifies the column to be tested. - - - - The value to be tested. - - - - The exception that specifies the error description. null if no error occurs. - - - true, if the specified value can be pasted to the specified column; otherwise, false. In case of failure, read the e output parameter to get details. - - - - - - - Returns a read-only collection of individual pasted values. - - - The read-only collection of individual pasted values. - - - - - - - Gets or sets whether only valid rows or all rows are pasted to the control. - - - A value that specifies whether only valid rows or all rows are pasted to the control. - - - - - - - Depending on the paste mode, returns the parent node relative to which the data is appended, or the updated node. - - - A object specifying the node relative to which the paste operation is performed. - - - - - - - Returns a dictionary that contains "target column - pasted value" pairs. You can modify pasted values in this dictionary to perform custom pasting. - - - The dictionary of "target column - pasted value" pairs. - - - - - - - - A collection of filter conditions. This class is supported in version 16.2 and older. - - - - - - - - Initializes a new instance of the FilterConditionCollection class. - - - - A control that will own the new collection. The value is assigned to the property. - - - - - - - - Adds the specified filter condition object to the end of the collection. - - - - A object to be added to the collection. - - - - - - - - Adds an array of filter condition objects. - - - - An array of objects to be added to the collection. - - - - - - - - Returns a criteria operator which is a conjunction of all filter conditions in the current collection. - - - A object which represents a conjunction of all filter conditions in the current collection. - - - - - - - Provides indexed access to filter conditions in the current collection. - - - - An integer that represents the zero-based index of the object to be returned. - - - A object with the specified index. - - - - - - - Gets the control that owns the current filter condition collection. - - - A control that owns the current filter condition collection. - - - - - - - - The base class for filter condition collections. - - - - - - - Initializes a new instance of the FilterConditionCollectionBase class. - - - - - - - - Adds the specified object to the current collection. - - - - A object to be added to the collection. - - - - - - - - Copies settings of the specified object to the current object. - - - - An object whose settings are copied to the current object. - - - - - - - - Locks the FilterConditionCollectionBase by preventing change notifications from being fired, preventing visual updates until the EndUpdate method is called. - - - - - - - - - - Fires when the collection is modified. - - - - - - - - Returns a Boolean value that specifies whether the collection contains the specified element. - - - - An element to be located in the collection. - - - A Boolean value that specifies whether the collection contains the specified element. - - - - - - - Unlocks the FilterConditionCollectionBase object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Returns the index of the specified object within the collection. - - - - An object to be located in the collection. - - - The index of the specified object within the collection. - - - - - - - Provides indexed access to items in the current collection. - - - - An integer that represents the zero-based index of the object to be returned. - - - A object with the specified index. - - - - - - - Removes the specified condition from the collection. - - - - A object to be removed from the collection. - - - - - - - - - The base class for filter conditions. - - - - - - - Initializes a new instance of the FilterConditionBase class with the specified column, comparison operator, and condition values. - - - - A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. - - - - The object to which the condition is applied. This value is assigned to the property. - - - - The first value that is used to create the filter condition. This value is assigned to the property. - - - - The second value that is used to create the filter condition. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FilterConditionBase class. - - - - - - - - Clears the contents of the current collection and then copies the contents of the specified collection to the current collection. - - - - A collection whose contents must be copied to the current collection. - - - - - - - - Checks whether the specified value matches the current condition. - - - - A value to be tested. - - - true if the specified value matches the current condition; otherwise, false. - - - - - - - Gets the collection to which the current condition belongs. - - - A object that owns the current condition. - - - - - - - Gets or sets the comparison operator. - - - A FilterConditionEnum value that represents the comparison operator. - - - - - - - Gets or sets a value that is compared to a column's values. - - - A value that is compared to a column's values. - - - - - - - Gets or sets a value that is compared to a column's values. - - - A value that is compared to a column's values. - - - - - - - - A filter condition for the Tree List control. This class is supported in version 16.2 and older. - - - - - - - - Initializes a new instance of the FilterCondition class. - - - - - - - - - - - - - - - - - - - - - - - - Initializes a new instance of the FilterCondition class. - - - - - - - - - - - - - - - - - - - - Initializes a new instance of the FilterCondition class. - - - - - - - - - - - - Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values. - - - - A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. - - - - The object to which the condition is applied. This value is assigned to the property. - - - - The first value that is used to create the filter condition. This value is assigned to the property. - - - - The second value that is used to create the filter condition. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FilterCondition class with the specified comparison operator. - - - - A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FilterCondition class. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Initializes a new instance of the FilterCondition class. - - - - - - - - Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition value. - - - - A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. - - - - The object to which the condition is applied. This value is assigned to the property. - - - - The first value that is used to create the filter condition. This value is assigned to the property. - - - - - - - - Initializes a new instance of the FilterCondition class with the specified column, comparison operator, and condition values. - - - - A FilterConditionEnum value that specifies the comparison operator. This value is assigned to the property. - - - - The object to which the condition is applied. This value is assigned to the property. - - - - The first value that is used to create the filter condition. This value is assigned to the property. - - - - The second value that is used to create the filter condition. This value is assigned to the property. - - - - A Boolean value that specifies whether nodes that match the created condition must remain visible or be hidden. This value is assigned to the property. - - - - - - - - - Checks whether the specified value matches the current condition. - - - - A value to be tested. - - - true if the specified value matches the current condition; otherwise, false. - - - - - - - Gets or sets the column to which the current filter condition is applied. - - - The object to which the current filter condition is applied. - - - - - - - Gets or sets whether a node that matches the current condition must remain visible or be hidden. - - - - true if a node that matches the current condition must remain visible; false if this node must be hidden. - - - - - - - - - Lists the values that identify cells within which animation is enabled. - - - - - - - Animation is enabled within all visible cells. - - - - - - - - Animation is enabled within the focused node. - - - - - - - - The same value as the option. - - - - - - - - Animation is disabled. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - The previous focused Tree List node. - - - - The current focused Tree List node. - - - - - - - - Gets the previously focused Tree List node. - - - The previously focused Tree List node. - - - - - - - - Contains options that specify how a control's layout is restored from a data store (a stream, xml file or the system registry). - - - - - - - Initializes a new instance of the OptionsLayoutTreeList class. - - - - - - - - Gets or sets whether the columns that exist in the current control but do not exist in a layout when it's restored should be retained. - - - true to retain the columns that exist in the current control's layout but don't exist in the layout being restored; false to destroy such columns. - - - - - - - Copies the settings from the object passed as the parameter. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets whether the columns that exist in a layout when it's restored, but that don't exist in the current control, should be discarded or added to the control. - - - - - true to discard the columns that exist in the layout being restored, but don't exist in the current control; false to add these columns to the control. - - - - - - - - - Gets or sets whether to reset all options to their defaults before restoring the saved layout. - - - true, to reset all options to their defaults before restoring the saved layout; Otherwise, false. - - - - - - - Gets or sets whether the control's appearance settings are also stored when the layout is saved to storage, and restored when the layout is restored from storage. - - - true if the control's appearance settings are included in the layout when it's saved to storage and these settings are restored when the layout is restored from storage; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomRowFilterEventArgs class. - - - - The processed . This value is assigned to the Node property. - - - - true, if the node fits the applied filter; otherwise, false. This value is assigned to the IsFitDefaultFilter property. - - - - - - - - Gets a value of a specific column in the processed . - - - - A object that identifies a column. - - - The value of a specific column. - - - - - - - Gets an object representing a data row in the underlying data source that corresponds to the processed . - - - An object representing a data row in the underlying data source that corresponds to the processed . - - - - - - - Gets whether the processed is visible. - - - true, if the processed is visible; otherwise, false. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - - - - - Initializes a new instance of the BeforeDragNodeEventArgs class with the specified settings. - - - - A list of nodes that are about to be dragged. - - - - - The node that is focused when a drag-and-drop operation starts. - - - - - - - - - Gets or sets a value indicating whether a Tree List node can be dragged. - - - true if a Tree List node can be dragged; otherwise, false. - - - - - - - Gets the list of nodes that are about to be dragged. - - - The list of nodes that are about to be dragged. - - - - - - - Gets or sets the image displayed near the mouse cursor during a drag-and-drop operation. - - - An object specifying the image displayed near the mouse cursor during a drag-and-drop operation. - - - - - - - - A base class that provides necessary functionality for custom localizers of the Tree List control. - - - - - - - Initializes a new instance of the TreeListLocalizer class with default settings. - - - - - - - - Gets or sets a localizer object providing localization of the user interface at runtime. - - - An descendant, used to localize the user interface at runtime. - - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - An object representing resources based on the thread's culture. - - - - - - - Returns a localizer object, which provides resources based on the thread's language and regional settings (culture). - - - A object, which provides resources based on the thread's culture. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the VirtualTreeSetCellValueInfo class. - - - - The current cell's old value. This value is assigned to the property. - - - - The new value to be assigned to the current cell. This value is assigned to the property. - - - - A business object to be processed. This value is assigned to the property. - - - - A object that represents the currently processed column. This value is assigned to the property. - - - - - - - - Gets or sets whether the new value is discarded. - - - true if the new value is discarded; otherwise, false. - - - - - - - Gets the column that contains the cell being currently processed. - - - A object that represents the column being currently processed. - - - - - - - Gets whether the event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to save a node's check state. - - - true if the event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is fired for you to save a node's check state; false if this event/method is fired for you to save a node's cell values. - - - - - - - Gets the new cell value (when is false) or the node's new check state (when is true). - - - An object that represents the new cell value/node's new check state. - - - - - - - Gets an instance of the business object being currently processed. - - - An object being currently processed. - - - - - - - Gets the current cell's old data. - - - An object that specifies the current cell's old data. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the VirtualTreeGetChildNodesInfo class. - - - - A business object to be processed. This value is assigned to the property. - - - - - - - - Gets or sets the collection of children for the currently processed business object. - - - Initially this property is set to a null reference. Use this property to assign a list of children for the currently processed object. - - - - - - - Gets an instance of the business object being currently processed. - - - An object being currently processed. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the VirtualTreeGetCellValueInfo class. - - - - A business object to be processed. This value is assigned to the property. - - - - A object that represents the currently processed column. This value is assigned to the property. - - - - - - - - Gets or sets the current cell value (when is false) or the node's check state (when is true). - - - Initially this property is set to a null reference. Use this property to supply data for the current cell or provide the node check state. - - - - - - - Gets the column that contains the cell currently being processed. - - - - A object that represents the column currently being processed. - - - - - - - - Gets whether the event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is currently fired for you to provide a node's check state. - - - true if the event/IVirtualTreeListData.VirtualTreeGetCellValue interface method is fired for you to provide a node's check state; false if this event/method is fired for you to provide a node's cell values. - - - - - - - Gets an instance of the business object being currently processed. - - - An object being currently processed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the Tree List control which fires the event. - - - - A object that contains data for the event. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents the method for handling events which take a object as a parameter. - - - - The event source. This identifies the Tree List control which fires the event. - - - - A object that contains data for the event. - - - - - - - - - A style condition collection. - - - - - - - Initializes a new instance of the StyleFormatConditionCollection class. - - - - A control that will own the new collection. The value is assigned to the property. - - - - - - - - Adds the specified style condition object to the end of the collection. - - - - A object to be added to the collection. - - - - - - - - Adds an array of style condition objects. - - - - An array of objects to be added to the collection. - - - - - - - - Compares the two specified values. - - - - The first value to compare. - - - - The second value to compare. - - - 0 if the values are equal; -1 if the first value is less than the second value; 1 if the first value is greater than the second value. - - - - - - - - Gets whether the control that owns the current collection is being initialized. - - - - true if the control that owns the current collection is being initialized; otherwise, false. - - - - - - - Provides access to style conditions, using the data that is stored in the Tag property as an indexer. - - - - An object to search against the properties of style conditions stored in this collection. - - - A object which contains the specified tag object in the property. - - - - - - - Provides indexed access to style conditions in the current collection. - - - - An integer that represents the zero-based index of the object to be returned. - - - A object with the specified index. - - - - - - - Gets a control that owns the current collection. - - - A object which is the owner of the current collection. - - - - - - - - A single style condition. - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified settings. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. - - - - Any object to be associated with the created style condition. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - true to apply the specified style to entire nodes that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. - - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified settings. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - Any object to be associated with the created style condition. This value is assigned to the property. - - - - A descendant which provides the appearance settings used to paint the cells that meet the specified condition. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. - - - - true to apply the specified style to entire nodes that contain cells matching the defined criteria; false to apply the style to individual cells. This value is assigned to the property. - - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified settings. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. - - - - Any object to be associated with the created style condition. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - - - - - Initializes a new instance of the StyleFormatCondition class. - - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - - - - - Initializes a new instance of the StyleFormatCondition class with the specified settings. - - - - A enumeration value that specifies the type of the comparison operation. This value is assigned to the property. - - - - A object that represents the column whose values are involved in conditional formatting. This value is assigned to the property. - - - - Any object to be associated with the created style condition. This value is assigned to the property. - - - - An object that is compared to cell values as specified by the condition parameter. This value is assigned to the property. - - - - - - - - Gets or sets whether the appearance settings are to be applied to entire nodes or individual cells. - - - true to apply the appearance settings to entire nodes; otherwise, false. - - - - - - - Copies the properties of the specified object to the current object. - - - - The object whose properties should be copied. - - - - - - - - Gets or sets the column whose values take part in conditional formatting. - - - A object representing the column whose values are used in conditional formatting. null (Nothing in Visual Basic) if all columns' values are involved. - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - The name of the column to which the current condition is applied. - - - - - - - - The editor that provides lookup functionality using a dropdown control. - - - - - - - Initializes a new instance of the TreeListLookUpEdit class. - - - - - - - - Gets the class name of the current editor. - - - A string that is the class name of the current editor. - - - - - - - - Returns a data source row corresponding to the currently selected edit value. - - - An object that represents a data source row corresponding to the currently selected edit value. - - - - - - - Specifies settings specific to the current editor. - - - A object containing settings for the editor. - - - - - - - - A repository item which stores settings specific to a control. - - - - - - - Initializes a new instance of the RepositoryItemTreeListLookUpEdit class. - - - - - - - - Gets or sets whether the 's nodes are automatically focused when hovered with the mouse pointer. - - - true, if the 's nodes are automatically focused when hovered with the mouse pointer; otherwise, false. - - - - - - - Copies settings of the specified repository item. - - - - A object or its descendant that represents the source of the operation. - - - - - - - - Gets or sets whether the automatic completion feature is enabled. - - - true, if the automatic completion feature is enabled; otherwise, false. - - - - - - - Gets or sets whether all nodes are automatically expanded when the Tree List is being loaded. This is a dependency property. - - - true, to expand all nodes when the Tree List is being loaded; otherwise, false. - - - - - - - Returns the value, which is equivalent to . -This constant is used to initialize the property. - - - - - - - - - Returns "TreeListLookUpEdit". This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - Gets the class name of an editor corresponding to the current repository item. - - - The string identifying the class name of a corresponding editor. - - - - - - - Returns the text representation of the specified value, formatted according to the specified settings. - - - - A object that specifies formatting settings. - - - - A value to be formatted. - - - A string that specifies the value's formatted text representation. - - - - - - - Returns the text representation of the DisplayMember field value of the specified row. - - - - An integer that is the index of the required row. - - - The text representation of the DisplayMember field value for the specified row. - - - - - - - Returns the text representation of the DisplayMember field value of the row that contains the specified ValueMember field value. - - - - The value of the ValueMember field for the row to locate. - - - The text representation of the DisplayMember field value for the specified row. - - - - - - - Returns the index of the row that contains the specified value in the ValueMember field. - - - - The value of the ValueMember field for the row to locate. - - - An integer that specifies the index of the required row. - - - - - - - Returns the key value contained in the specified row. - - - - An integer that is the index of the required row. - - - The value of the row's ValueMember field. - - - - - - - Returns a data source row containing the specified value in the field. - - - - The value of the field for the row to be located. - - - An object representing the data source record containing the specified value. null (Nothing in Visual Basic) if no record with the specified value in the field was found. - - - - - - - Gets the editor which owns the current repository item object. - - - A control owning the current repository item. - - - - - - - Gets or sets how records in the dropdown window are filtered when typing text within the edit box. - - - A value that specifies the editor's popup filter mode. - - - - - - - Registers the control. - - - - - - - - Gets or sets a associated with the current control. - - - A associated with the current control. - - - - - - - - Provides column options. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether end-users can invoke editors for the column's cells. - - - true if end-users are allowed to invoke cell editors; otherwise, false. - - - - - - - Gets or sets whether end-users can move focus to the column using either the mouse or keyboard. - - - true if end-users can move focus to the column using either the mouse or keyboard; otherwise, false. - - - - - - - Gets or sets whether end-users can drag the column's header. - - - true if end-users can drag the column's header; otherwise, false. - - - - - - - Gets or sets whether end-users can drag the column's header to the Customization Form. - - - true to allow end-users to drag the column's header to the Customization Form; otherwise, false. - - - - - - - Gets or sets whether end-users can drag the column header's right edge to change the column's width. - - - true if end-users can change the column's width; otherwise, false. - - - - - - - Gets or sets whether end-users can sort data by the column's values. - - - true if end-users can sort data by the column's values; otherwise, false. - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the column's width remains the same when the column's auto width feature is enabled. - - - true if the column's width remains the same when the column's auto width feature is enabled; otherwise, false. - - - - - - - Gets or sets whether a column is included in the print/export output. - - - A value that specifies whether a column is included in the print/export output. - - - - - - - Gets or sets whether end-users are prevented from editing the column's cell values. - - - true if end-users are prevented from modifying the column's cell values; otherwise, false. - - - - - - - Gets or sets whether the column's header is displayed within the Customization Form when the column is hidden. - - - true if the column's header is displayed within the Customization Form when the column is hidden; otherwise, false. - - - - - - - Gets or sets whether the current column is available in the field list in the Expression Editor. - - - true, if the current column is available in the field list in the Expression Editor; otherwise, false. - - - - - - - - Provides the appearance settings used to paint the elements in a Tree List when it's printed and exported. - - - - - - - Initializes a new instance of the class. - - - - A object or its descendant which represents the Tree List that will own the created collection. - - - - - - - - Gets the appearance settings used to paint the band headers when the is printed. - - - An object that specifies the appearance settings used to paint the band headers when the is printed. - - - - - - - Gets the appearance settings used to paint the caption when the Tree List is printed. - - - An object which provides the appearance settings used to paint the caption when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the even nodes when the Tree List is printed. - - - A object which provides the appearance settings used to paint the even nodes when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the summary footer when the Tree List is printed. - - - A object which provides the appearance settings used to paint the summary footer when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the group footer when the Tree List is printed. - - - A object which provides the appearance settings used to paint the group footer when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the column headers when the Tree List is printed. - - - A object which provides the appearance settings used to paint the column headers when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the horizontal and vertical lines when the Tree List is printed. - - - A object which provides the appearance settings used to paint the horizontal and vertical lines when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the odd nodes when the Tree List is printed. - - - A object which provides the appearance settings used to paint odd nodes when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint preview sections when the Tree List is printed. - - - A object which provides the appearance settings used to paint preview sections when the Tree List is printed. - - - - - - - Gets the appearance settings used to paint the data cells when the Tree List is printed. - - - A object which provides the appearance settings used to paint the data cells when the Tree List is printed. - - - - - - - - Provides view options for the Tree List controls. - - - - - - - Initializes a new instance of the TreeListOptionsView class. - - - - A object specifying the control associated with the options being created. - - - - - - - - Gets or sets whether columns within a band can be arranged in multiple rows. - - - true, if columns can be arrange in multiple rows; otherwise, false. - - - - - - - Gets or sets whether column and node icons of the current should be painted with the foreground color of these columns or nodes. - - - - true, if column and node icons of the current should be painted with the foreground color of these columns or nodes; otherwise, false. - - - - - - - - Gets or sets whether HTML formatting can be applied to column and band captions. - - - true if HTML formatting can be applied to column and band captions; otherwise, false. - - - - - - - Gets or sets the animation mode, which identifies cells for which animation is enabled. - - - Animation mode. - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the Tree List automatically calculates the number of text lines in preview sections depending upon their contents. - - - true, if the Tree List automatically calculates the preview sections height; otherwise, false. - - - - - - - Gets or sets whether the widths of column is automatically adjusted so that the total width of all the columns matches the Tree List's width. - - - true to enable the column auto width feature; otherwise, false. - - - - - - - Gets or sets the number of data nodes whose content is processed to apply best fit to columns. - - - An integer value specifying the number of data nodes that are processed to apply best fit to columns. - - - - - - - Gets or sets whether column best-fit resizing operations should prioritize precision or speed. - - - A enumeration value, such as Full or Fast, that specifies whether column best-fit resizing operations should prioritize precision or speed. - - - - - - - Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. - - - A enumeration value that specifies which nodes take part in calculations when applying best fit to columns. - - - - - - - Gets or sets whether the column header height is automatically adjusted to fit wrapped column captions. - - - - A value that specifies whether the column header height is automatically adjusted to fit wrapped column captions. - - - - - - - - Gets or sets whether even nodes are painted using the appearance settings provided by the property. - - - true to paint even nodes using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets whether odd nodes are painted using the appearance settings provided by the property. - - - true to paint odd nodes using the appearance settings provided by the property; false to use the appearance settings provided by the property. - - - - - - - Gets or sets whether node expand buttons are vertically centered relative to the node height. This setting is in effect when node previews are visible. - - - true if node expand buttons are vertically centered relative to the node height; false if the expand buttons are top-aligned (centered relative to the regular data cell height). - - - - - - - Gets or sets a value that specifies how the focus rectangle is painted. - - - A value that specifies the focus rectangle style. - - - - - - - Gets or sets the display style of column filter buttons. - - - A enumeration value which specifies the display style of column filter buttons. - - - - - - - Resets the property to its default value. - - - - - - - - Gets or sets whether to show row images in row indents (the default), or in row cells. - - - Default or InIndent to display row images in the indent area; InCell to display row images in row cells. - - - - - - - Returns whether the property should be serialized. - - - true, if the property should be serialized; otherwise, false. - - - - - - - Gets or sets whether the Automatic Filtering Row is displayed. - - - true to display the Auto Filter Row; otherwise false. - - - - - - - Gets or sets whether band headers are displayed. - - - true, if band headers are displayed; otherwise, false. - - - - - - - Gets or sets whether bands are displayed. - - - A value that specifies whether the band panel is displayed. - - - - - - - Gets or sets whether the expand buttons are displayed. - - - true to display the expand buttons; otherwise, false. - - - - - - - Gets or sets whether the caption panel is displayed at the top of the control. - - - true, if the caption is displayed above the ; otherwise, false. - - - - - - - Gets or sets whether nodes display check boxes. - - - true, to show check boxes; otherwise, false. - - - - - - - Gets or sets whether column headers are displayed. - - - true to display column headers; otherwise, false. - - - - - - - Gets or sets a value that specifies when the Filter Panel is shown. - - - A enumeration value which specifies when the filter panel is shown. - - - - - - - Gets or sets whether the tree list displays the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons. - - - true, to display the nearest vertical gridlines; otherwise, false. - - - - - - - Gets or sets whether a focus frame is displayed around the focused cell. - - - true to display a focus frame around the focused cell; otherwise, false. - - - - - - - Gets or sets whether to draw horizontal gridlines in a column displaying the node expand buttons for the entire width of the column, including tree indents. - - - Default to do not draw the gridlines for hierarchy indentations in the first column, and draw otherwise. True or False to draw or do not draw, respectively, the gridlines regardless of the number of the column. - - - - - - - Gets or sets whether horizontal lines are displayed. - - - true to display horizontal lines; otherwise, false. - - - - - - - Gets or sets whether tree indents are painted using the appearance settings of their corresponding nodes. - - - true to paint tree indents using the appearance settings of their corresponding nodes; otherwise, false. - - - - - - - Gets or sets whether the node indicator panel is displayed. - - - true to display the node indicator panel; otherwise, false. - - - - - - - Gets or sets whether preview sections are displayed. - - - true, to display preview sections; otherwise, false. - - - - - - - Gets or sets whether tree lines between root nodes are displayed. - - - true to display tree lines between root nodes; otherwise, false. - - - - - - - Gets or sets whether group footers are displayed. - - - true, to display group footers; otherwise, false. - - - - - - - Gets or sets whether the summary footer is displayed. - - - true to display the summary footer; otherwise, false. - - - - - - - Gets or sets whether to show the node hierarchy lines in the row indent area. - - - - True to display the node hierarchy lines; False to not; Default uses the currently applied skin settings. - - - - - - - Gets or sets whether vertical lines are displayed. - - - true to display vertical lines; otherwise, false. - - - - - - - Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. - - - A enumeration value specifying the line style. - - - - - - - Gets or sets a value that specifies how the control indicates data operations performed in a background thread. - - - - A enumeration value, such as Panel or Indicator, that specify how the control indicates data operations performed in a background thread. The Default is Panel. - - - - - - - - Provides selection options for Tree List controls. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the appearance settings for the focused cell are enabled. - - - true if the appearance settings for the focused cell are enabled; otherwise, false. - - - - - - - Gets or sets whether the appearance settings for the focused node are enabled. - - - true if the appearance settings for the focused node are enabled; otherwise, false. - - - - - - - Gets or sets whether the focused style is applied to the focused cell only or to all the cells except for the focused one. - - - true to apply the focused style to the focused cell only; otherwise, false. - - - - - - - Gets or sets whether the selected nodes remain selected when their values are being edited. - - - true if if the selected nodes remain selected when their values are being edited; false if the nodes are automatically deselected after the selected cell's editor has been invoked. - - - - - - - Gets or sets whether multiple nodes can be selected. - - - true to allow multiple nodes to be selected; otherwise, false. - - - - - - - Gets or sets whether multiple selection is made by node or by cell. - - - A enumeration value that specifies whether multiple selection is made by node or by cell. - - - - - - - Gets or sets whether nodes are focused when right-clicked. - - - true, if nodes are focused when right-clicked; otherwise, false. - - - - - - - Gets or sets whether nodes can be selected via the node indicator when the Tree List is in multiple selection mode. - - - true if nodes can be selected via the node indicator; otherwise, false. - - - - - - - - Provides options that control how the Tree List control is printed and exported. - - - - - - - Initializes a new instance of the class. - - - - - - - - Gets or sets whether the print/export progress window contains the Cancel button, which allows an end-user to cancel the current print/export operation. - - - true, if the print/export progress window contains the Cancel button; otherwise, false. - - - - - - - Copies all the settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the height of nodes is calculated automatically when the Tree List is printed. - - - true if the height of nodes is calculated automatically; otherwise, false. - - - - - - - Gets or sets whether columns are automatically stretched when the tree list is printed so that it fits the page's width (except margins). - - - - true to force the Tree List to fit the printed page horizontally; otherwise, false. - - - - - - - Gets or sets whether the Tree List is printed with all its nodes expanded. - - - true to expand all the collapsed nodes when the Tree List is printed; otherwise, false. - - - - - - - Gets or sets whether band headers are printed/exported. - - - true, if band headers are printed/exported; otherwise, false. - - - - - - - Gets or sets whether to print node check boxes (see ). - - - true, to print built-in check boxes; otherwise, false. - - - - - - - Gets or sets whether the tree indents are painted using the appearance settings of their corresponding nodes when the Tree List is printed. - - - true to paint the tree indents using the appearance settings of their corresponding nodes; otherwise, false. - - - - - - - Gets or sets whether to print the nearest (leftmost) vertical gridlines in the column that displays the node expand buttons. - - - true, to print the nearest vertical gridlines; otherwise, false. - - - - - - - Gets or sets whether horizontal lines are printed. - - - true to print horizontal lines; otherwise, false. - - - - - - - Gets or sets whether the state and select images are printed. - - - true to print node images; otherwise, false. - - - - - - - Gets or sets whether column headers are printed. - - - true to print column headers; otherwise, false. - - - - - - - Gets or sets whether preview sections are printed. - - - true, to print preview sections; otherwise, false. - - - - - - - Gets or sets whether the summary footer is printed. - - - true to print the summary footer; otherwise, false. - - - - - - - Gets or sets whether group footers are printed. - - - true to print group footers; otherwise, false. - - - - - - - Gets or sets whether the tree lines are printed. - - - true to print tree lines; otherwise, false. - - - - - - - Gets or sets whether the node expand buttons are printed. - - - true to print node expand buttons; otherwise, false. - - - - - - - Gets or sets whether vertical lines are printed. - - - true to print vertical lines; otherwise, false. - - - - - - - Gets or sets whether a separate window is used to indicate print/export progress. - - - true, if a separate window is used to indicate print/export progress; otherwise, false. - - - - - - - Gets or sets whether the print appearances are used when the Tree List is printed and exported. - - - true to use the print appearances; otherwise, false. - - - - - - - - Provides menu options for Tree List controls. - - - - - - - Initializes a new instance of the class. - - - - - - - - Copies all settings from the options object passed as the parameter. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether end-users can invoke the column header context menu. - - - - true if end-users can right-click column headers to invoke their context menus; otherwise, false. - - - - - - - Gets or sets whether end-users can invoke footer context menus. - - - true if end-users can click the summary footer and group footers to invoke their context menus; otherwise, false. - - - - - - - Gets whether the 'Show Auto Filter Row' check item is displayed within the Column Header Context Menu. - - - true if the 'Show Auto Filter Row' check item is available within a column header's menu; otherwise, false. - - - - - - - Gets or sets whether the Conditional Formatting menu is available in a column's context menu at runtime, allowing end-users to apply style formats to columns. - - - true, if the conditional formatting menu is available at runtime; otherwise, false. - - - - - - - Gets whether the "Show/Hide Footer" item is displayed within the Column Header Context Menu. - - - true, if the "Show/Hide Footer" item is available within a column header's menu; otherwise, false. - - - - - - - - Provides behavior options for Tree List controls. - - - - - - - Initializes a new instance of the TreeListOptionsBehavior class with the specified settings. - - - - A object to which the current behavior settings belong. - - - - - - - - Gets or sets whether node check states can be specified dynamically - via the / events, and IVirtualTreeListData.VirtualTreeGetCellValue/VirtualTreeSetCellValue interface methods. - - - true if node check states can be specified dynamically - via dedicated events and methods; false if these events/methods are only fired to get/set node values. - - - - - - - Gets or sets whether an end-user can copy selected nodes to the Clipboard via the CTRL+C shortcut. - - - true if an end-user can copy selected nodes to the Clipboard via a keyboard shortcut; otherwise, false. - - - - - - - Gets or sets whether to expand/collapse nodes using animation effects. - - - True, to use animation effects; otherwise, False; Default uses the static (Shared in VB) setting. - - - - - - - Gets or sets whether a node is expanded/collapsed after it has been double clicked. - - - true if the node is expanded/collapsed after it has been double clicked; otherwise, false. - - - - - - - Gets or sets whether end-users can locate nodes by typing the desired column value. This property is obsolete for versions 17.1 and newer. - - - true if incremental searching is allowed; otherwise, false. - - - - - - - Gets or sets whether a node can be set to the indeterminate check state. - - - true if a node's check state can be set to the indeterminate state; otherwise, false. - - - - - - - Gets or sets whether smooth pixel-based vertical scrolling is enabled for nodes. - - - - A value that specifies whether smooth pixel-based vertical scrolling is enabled for nodes. - - - - - - - - Gets or sets whether a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open. - - - true if a column can be hidden by dragging it away from the Column Header Panel, even if the Customization Form is not open; otherwise, false - - - - - - - Gets or sets whether child nodes are automatically checked/unchecked when a parent node is checked/unchecked and vice versa. - - - true if child nodes are automatically checked/unchecked when a parent node is checked/unchecked; otherwise, false. - - - - - - - Copies all the settings from the options object passed as the parameter to the current object. - - - - A descendant whose settings are assigned to the current object. - - - - - - - - Gets or sets whether the node's parent field value is automatically set to the key field value of its parent node. - - - true, if the node's parent field value is automatically set to the key field value of its parent node; otherwise, false. - - - - - - - Gets or sets whether a newly added node is automatically focused. - - - true if a newly added node is automatically focused; otherwise, false. - - - - - - - Gets or sets a value specifying whether horizontal navigation keys move focus to the next/previous node when the current node's last/first cell is focused. - - - true if horizontal navigation keys can move focus between nodes; otherwise, false. - - - - - - - Gets or sets whether the height of each node is automatically adjusted to completely display the contents of its cells. - - - true to enable automatic calculation of the heights of nodes; otherwise, false. - - - - - - - Gets or sets whether columns should be automatically created for all the fields in the underlying data source when the Tree List doesn't contain any columns. - - - - true if the columns are created automatically when the Tree List doesn't contain any columns; otherwise, false. - - - - - - - Gets or sets whether the Tree List is automatically scrolled to the focused node on sorting. - - - true, if the Tree List is automatically scrolled to the focused node on sorting; otherwise, false. - - - - - - - Gets or sets whether activating a cell editor using the or ENTER or F2 keys selects the entire editor's content. - - - true to select the entire cell's content when editing starts; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to clone nodes using drag-and-drop. - - - true, to allow end-users to clone nodes using drag-and-drop; otherwise, false. - - - - - - - Gets or sets whether the active editor is automatically closed when the Tree List loses focus. - - - true if the active editor is automatically closed when the Tree List loses focus and any changes made to the edited cell's content are saved; otherwise, the cell's editor isn't closed. - - - - - - - Gets or sets whether column captions are copied to the Clipboard. - - - true if column captions are copied to the Clipboard along with selected nodes; false if only selected nodes are copied to the Clipboard. - - - - - - - Gets or sets whether data is copied to the Clipboard with the hierarchy information included or in a flat form. - - - true if data is copied to the Clipboard with the hierarchy information included; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to move or copy nodes using drag-and-drop. - - - true, to allow end-users to move or copy nodes using drag-and-drop; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to invoke cell editors. - - - true if end-users are allowed to invoke cell editors; otherwise, false. - - - - - - - Gets or sets how cell editors are invoked by the mouse (click, double click, etc.). - - - A TreeListEditorShowMode enumeration value that specifies how cell editors are invoked by the mouse. - - - - - - - Gets or sets whether nodes can be filtered using the property. - - - true, to allow nodes to be filtered using the property; otherwise, false. The property's default value is false in version 16.2 and older. The property's default value is true in version 17.1 and newer. See Version Compatibility: Default Property Values to learn more. - - - - - - - - Gets or sets whether the ENTER key can be used to move focus between cells. - - - true to enable focus moving using the ENTER key; otherwise, false. - - - - - - - Gets or sets whether collapsed nodes are automatically expanded when the node currently being dragged is hovered over them. - - - true if collapsed nodes are automatically expanded when a dragged node is hovered over them; otherwise, false. - - - - - - - Gets or sets whether the collapsed nodes are automatically expanded if they match the filter criteria. - - - true, if the collapsed nodes are automatically expanded if match the filter criteria; otherwise, false. - - - - - - - Gets or sets a value that specifies whether collapsed nodes are expanded to display the node if it matches the search criteria. - - - true to expand the collapsed node if it matches the search criteria; otherwise, false. - - - - - - - Gets or sets whether an in-place editor is automatically activated when a cell is clicked. - - - true if an in-place editor is automatically activated when a cell is clicked; otherwise, false. - - - - - - - Gets or sets whether the selected nodes remain selected when their values are being edited. This setting is in effect only for DevExpress versions 16.2 and older. - - - true if the selected nodes remain selected when their values are being edited; false if the nodes are automatically deselected after the selected cell's editor has been invoked. - - - - - - - Gets or sets whether end-users can navigate through cells using arrow keys while editing. - - - true to allow end-users to navigate through cells using arrow keys while editing; otherwise, false. - - - - - - - Gets or sets whether the method creates columns bound to the fields the , and properties specify. - - - true to create service columns when calling the method; false, service columns are not created. - - - - - - - Gets or sets whether the current is read-only. - - - true if the current is read-only; otherwise, false. - - - - - - - Gets or sets whether end-users are allowed to change the heights of nodes. - - - true to allow end-users to change the heights of nodes; otherwise, false. - - - - - - - Gets or sets whether a cell's editor is activated when the mouse button is released from a click within the cell. - - - true to activate a cell's editor when the mouse button is released from a click within the cell; false to activate a cell's editor when the mouse button is initially pressed within the cell. - - - - - - - Gets or sets whether tooltips are displayed for the cells and column headers. - - - true, to show tooltips for the cells and column headers with truncated content; otherwise, false. - - - - - - - Gets or sets whether the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List's area. - - - true if the regions occupied by the scroll bars and active cell editors are considered to be a part of the Tree List's area; otherwise, false. - - - - - - - Gets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this Tree List control. - - - An enumeration value that specifies the type of unbound expression editor that end-users can utilize to modify expressions for unbound columns owned by this Tree List control. - - - - - - - Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous node cell or to the next/previous control in the tab order. - - - true if the TAB/SHIFT+TAB key combinations are processed by the Tree List; otherwise, false. - - - - - - - - Provides the appearance settings used to paint the Tree List. - - - - - - - Initializes a new instance of the class with the specified owner. - - - - An object which implements the IAppearanceOwner interface (the or descendant) that will own the created collection. - - - - - - - - Gets the appearance settings used to paint band headers. - - - An object that specifies the appearance settings used to paint band headers. - - - - - - - Gets the appearance settings used to paint the caption. - - - An object that provides the appearance settings used to paint the Tree List's caption. - - - - - - - Gets or sets the appearance of the hint text displayed within an empty Customization Form. - - - A object that contains corresponding style settings. - - - - - - - Gets the appearance settings used to paint the Tree List's empty space. - - - An object that provides the appearance settings used to paint the Tree List's empty space. - - - - - - - Gets the appearance settings used to paint even nodes. - - - An object that provides the appearance settings used to paint even nodes. - - - - - - - Gets the appearance settings used to paint the Filter Panel. - - - An object that contains appearance settings used to paint the filter panel. - - - - - - - Gets the appearance settings used to paint the fixed lines. - - - A object that provides the appearance settings used to paint the fixed lines. - - - - - - - Gets the appearance settings used to paint the currently focused cell. - - - An object that provides the appearance settings used to paint the currently focused cell. - - - - - - - Gets the appearance settings used to paint the currently focused node. - - - An object which provides the appearance settings used to paint the currently focused node. - - - - - - - Gets the appearance settings used to paint the summary footer. - - - - An object that provides the appearance settings used to paint the summary footer. - - - - - - - Gets the appearance settings used to paint node expand buttons. - - - An object that provides the appearance settings used to paint node expand buttons. - - - - - - - Gets the appearance settings used to paint the group footer. - - - An object that provides the appearance settings used to paint the group footer. - - - - - - - Gets the appearance settings used to paint the column header and node indicator panels. - - - An object that provides the appearance settings used to paint the column header and node indicator panels. - - - - - - - Gets the appearance settings used to paint the column header panel's background. - - - An object that specifies the appearance settings used to paint the column header panel's background. - - - - - - - Gets the appearance settings used to paint the selected node(s) when the Tree List isn't focused. - - - An object that provides the appearance settings used to paint the selected node(s) when the Tree List isn't focused. - - - - - - - Gets the appearance settings used to paint the horizontal lines. - - - An object that provides the appearance settings used to paint the horizontal lines. - - - - - - - Gets the appearance settings used to paint odd nodes. - - - A object that provides the appearance settings used to paint odd nodes. - - - - - - - Gets the appearance settings used to paint preview sections. - - - An object that provides the appearance settings used to paint preview sections. - - - - - - - Gets the appearance settings used to paint data cells within Tree List nodes. - - - An object that provides the appearance settings used to paint data cells within Tree List nodes. - - - - - - - Gets the appearance settings used to paint the selected nodes. - - - An object that provides the appearance settings used to paint the selected nodes. - - - - - - - Gets the appearance settings specifying column and band separator background color. - - - An object that provides the appearance settings used to paint column and band separators. - - - - - - - Gets the appearance settings used to paint the tree lines. - - - An object that provides the appearance settings used to paint the tree lines. - - - - - - - Gets the appearance settings used to paint the vertical lines. - - - A object that provides the appearance settings used to paint the vertical lines. - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawFooterEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawFooterEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender. Identifies the Tree List that raised the event. - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CreateCustomNodeEventArgs class with the specified settings. - - - - A zero-based integer specifying the unique identifier of the created node. This value is assigned to the property. - - - - A collection which owns the created node. This value is assigned to the property. - - - - A custom object to be associated with the created node. This value is assigned to the property. - - - - - - - - Gets or sets a value which represents the created node. - - - A descendant which represents the created node. - - - - - - - Gets the node's unique identifier. - - - A zero-based integer specifying the unique identifier of the created node. - - - - - - - Gets the collection of nodes which owns the created node. - - - A collection which owns the created node. - - - - - - - Gets the data associated with the Tree List node via the constructor. - - - An object containing custom information associated with the Tree List node. - - - - - - - - Enumerates the comparison operator types for the filter conditions created for specific columns via the Automatic Filtering Row. - - - - - - - Selects records that start with the entered string. Equal to the clause with the "%" wildcard after the searched string. - - -For example, the [Name] BeginsWith 'A' and [Name] Like 'A%' filtering expressions are equal. - - - - - - - - - The Contains operator selects records whose values in the corresponding column contain the entered string. - - - - - - - - -For columns being filtered by their display text (see ), the Default option acts identically to the Like option. - - - -The Default option acts like the Equals option for the columns that have any of the following in-place editors or any of their descendants: , , or . - - - -For other columns, the Default option acts identically to the Like option. - - - - - - - - - - Selects records that do not equal the entered string. This clause acts as an opposite to the clause. - - - - - - - - Selects records that do not equal the entered string. This clause acts as an opposite to the clause. - - - - - - - - Selects records that end with the entered string. Equal to the clause with the "%" wildcard before the searched string. - - -For example, the [Name] EndsWith 'A' and [Name] Like '%A' filtering expressions are equal. - - - - - - - - - The Equals comparison operator selects records whose values in the corresponding column match the entered value. - - - - - - - - Selects records that are greater than the entered value. - - -For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "N" to "Z" are greater than the letter "M". - - - - - - - - - Selects records that are greater than the entered value or equal to it. - - -For text records, "greater" values are those that would lie below the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "M" to "Z" are greater or equal to the letter "M". - - - - - - - - - Selects records that are less than the entered value. - - -For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M". - - - - - - - - - Selects records that are less than the entered value or equal to it. - - -For text records, "less" values are those that would lie above the entered value in an alphabetically sorted list. For example, in a list with Latin characters, all letters from "A" to "L" are less than the letter "M". - - - - - - - - - -The Like comparison operator selects records whose values in the corresponding column start with the entered string. - - -For the columns that use , , or in-place editors, the Equals operator is always used, unless these columns are filtered by display text (see ). - - - - - - - - - Selects records that do not match the entered string. Acts as an opposite to the clause. - - -For example, from a list with month names the [Name] Like 'J%y' filter expression will return the "January" and "July" records. The [Name] Not Like 'J%y' expression will return the names of remaining ten months. - - - - - - - - - - Enumerates data types that columns can have in unbound mode. - - - - - - - Indicates that the column contains Boolean values (the type). - - - - - - - - Indicates that the column is bound to a field in the control's underlying data source. The type of data this column contains is determined by the bound field. - - - - - - - - Indicates that the column contains date-time values (the type). - - - - - - - - Indicates that the column contains decimal values (the type). - - - - - - - - Indicates that the column contains integer values (the type). - - - - - - - - Indicates that the column contains values of any type. - - - - - - - - Indicates that the column contains string values (the type). - - - - - - - - - Contains values that specify the filter dropdown style for Tree List columns. - - - - - - - The filter dropdown is represented as a checked list of filter items. In this mode, an end-user can select more than one item simultaneously. When the dropdown window is closed by clicking the OK button, the control will display those records that contain the checked values. - - - - - - - - This mode is in effect for columns displaying date-time values. The filter dropdown contains a calendar, plus check boxes that allow used date intervals to be selected. -If there is no underlying data that would fall into a specific date range, the corresponding check box is hidden. - - - - - - - - The actual display mode is determined by the TreeList's OptionsFilter.ColumnFilterPopupMode () property. - - -If the TreeList's OptionsFilter.ColumnFilterPopupMode property is set to Classic: - - - for columns displaying date-time values, this option is equivalent to the Date option; - -for other columns, this option is equivalent to the List option. - - - - - -If the TreeList's OptionsFilter.ColumnFilterPopupMode property is set to Default (which is the initial value): - - -the column filter dropdown style is determined by the global setting. - - - - - -If the WindowsFormsSettings.ColumnFilterPopupMode property is also set to Default (which is the initial value): - - -the Excel filter dropdown style is applied. - - - - - - - - - - - - The tabbed UI, inspired by MS Excel, that displays column values and provides filtering options most suitable for the column's data type. - - - - - - - - The filter dropdown is represented as a regular list of filter items. Clicking an item invokes a corresponding action, and automatically closes the dropdown. - - - - - - - - - Represents a column collection in the Tree List control. - - - - - - - Creates a new object. - - - - A object to which a new column collection belongs. - - - - - - - - Creates a new column and appends it to the end of the collection. - - - A object representing the new column. - - - - - - - Adds the specified column to the end of the collection. - - - - An object that specifies the column to be added. - - - A value that specifies the position into which the column was inserted. - - - - - - - Creates a new column which is bound to the specified field and appends it to the collection. - - - - A value that specifies the name of the data field to bind the created column to. - - - A object which represents the new column. - - - - - - - Adds an array of columns to the end of the collection. - - - - An array of objects. - - - - - - - - Adds a new column, binding it to the specified field and making this column visible. - - - - A string that specifies the name of the field to which to bind the created column. This value is assigned to the property. - - - The created column. - - - - - - - Copies the current collection's elements to the collection specified. - - - - A object representing the column collection into which columns are copied. - - - - - - - - Removes all elements from the collection. - - - - - - - - Fires when changes are made to the column collection. - - - - - - - - Returns a column with the field name specified. - - - - A value that specifies the name of the field to which the column is bound. - - - - A object which represents the column bound to the specified field. null (Nothing in Visual Basic) if the collection has no columns bound to the field. - - - - - - - Returns a column specified by its name. - - - - A string value specifying the column's name. - - - A object which represents the column with the specified name. null (Nothing in Visual Basic) if the collection doesn't contain the column with the specified name. - - - - - - - Gets the number of elements actually contained in the collection. - - - An integer value that specifies the number of elements actually contained in the collection. - - - - - - - Returns an enumerator that iterates through the collection. - - - An IEnumerator<TreeListColumn> object that can be used to iterate through the collection. - - - - - - - Returns the specified column's position within the collection. - - - - A object to locate in the collection. - - - A zero-based integer representing the column's position within the collection. -1 if the column doesn't belong to the collection. - - - - - - - Creates a new column and adds it to the collection at the specified position. - - - - A zero-based integer specifying the new column's position within the collection. If negative, the column is inserted as the first element. If it exceeds the last available index, the column is appended to the end of collection. - - - A object representing the column inserted. - - - - - - - Gets the column bound to the specified field. - - - - A string value specifying the column's bound field name. - - - A object representing the column bound to the specified field. null (Nothing in Visual Basic) if the collection doesn't contain a column bound to the specified field. - - - - - - - Provides indexed access to individual columns. - - - - A zero-based integer identifying the desired column's position within the collection. - - - A object representing the column at the specified position. null (Nothing in Visual Basic) if the collection doesn't contain a column at the specified position. - - - - - - - Removes a column from the collection. - - - - A object representing the column to remove. - - - - - - - - Removes the element at the specified index of the collection. - - - - The zero-based index of the element to remove. - - - - - - - - Gets the control that owns the collection. - - - A object representing the Tree List that owns the column collection. - - - - - - - - Contains filter options for columns. - - - - - - - Initializes a new instance of the TreeListOptionsColumnFilter class. - - - - A object specifying the column associated with the options being created. - - - - - - - - Gets or sets whether the column's values can be filtered using the Automatic Filtering Row. - - - true if the column's values can be filtered using the automatic filtering row; otherwise, false. - - - - - - - Gets or sets whether an end-user can filter against the current column using the filter dropdown. - - - - - true, if an end-user can filter against the current column using the filter dropdown; otherwise, false. - - - - - - - Copies the settings from the object passed as the parameter. - - - - An object whose settings are copied to the current object. - - - - - - - - Gets or sets the type of the comparison operator used to create filter conditions for the current column via the Automatic Filtering Row. - - - An value that determines the type of the comparison operator used to create filter conditions for the current column via the auto filter row. - - - - - - - Gets or sets whether column filter dropdown lists display values of the field or values of the field. - - - A DefaultBoolean enumerator value that specifies whether column filter dropdown lists display values of the field or values of the field. - - - - - - - Gets or sets the display mode for the current column's filter dropdown. - - - - A value that specifies the display mode for the column's filter dropdown list. - - - - - - - Gets or sets whether the column's filter condition is updated as soon as an end-user modifies the contents of the auto filter row's cell. - - - - true if the column's filter condition is updated each time an end-user modifies the contents of the auto filter row's cell; otherwise, false. - - - - - - - This option is in effect for date-time columns whose Filter DropDown contains an embedded calendar with check boxes to select common date intervals. It specifies whether selecting a date or date range via this dropdown window filters Tree List nodes immediately. - - - A value that specifies whether data is filtered immediately when selecting a date or date range via the calendar. - - - - - - - Gets or sets whether filter conditions immediately apply to data, or only when the Excel-style Filter Dropdown closes. - - - True or Default, if filter conditions immediately apply to data; otherwise, False. - - - - - - - - Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style Filter Dropdown (if the current column contains date-time values). - - - - The value that specifies the type of filtering UI in the Values tab in the Excel-inspired Filter Dropdown. - - - - - - - Gets or sets whether the Values or Filters tab opens by default in the Excel-style Filter Dropdown. - - - An enumeration value that specifies whether the Values or Filters tab opens by default in the Excel-style Filter Dropdown. By Default, the opened tab depends on the column data type. - - - - - - - Gets or sets whether to show relational operators (equality and inequalities) in the Filters tab of the Excel-style Filter Dropdown (if the current column contains enumeration data). - - - An enumeration value that specifies whether to show relational operators (equality and inequalities) used to create a filter condition in the Filters tab of the Excel-style Filter Dropdown. By Default, the Filters tab is hidden. - - - - - - - Gets or sets data field (column) names separated by the comma, semicolon, space or tab character by which filter values are grouped in the column's filter menu. - - - A value specifying data field names separated by the comma, semicolon, space or tab character by which filter values are grouped in the column's filter menu. - - - - - - - Gets or sets the type of filtering UI used to create filters in the Values tab in the Excel-style Filter Dropdown (if the current column contains numeric values). - - - The value that specifies the type of filtering UI in the Values tab in the Excel-style Filter Dropdown. - - - - - - - Gets or sets whether to show relational operators (equality and inequalities) in the Filters tab of the Excel-style Filter Dropdown (if the current column contains text data). - - - An enumeration value that specifies whether to show relational operators (equality and inequalities) in the Excel-style Filter dropdown. By Default, the relational operators (equality and inequalities) are hidden. - - - - - - - Resets all options to their default values. - - - - - - - - Gets or sets whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. - - - - A value that specifies whether the column's Filter Dropdown (when presented as a Regular List or Checked List) displays the "(Blanks)" and "(Non Blanks)" filter items. - - - - - - - Gets or sets whether a Filter DropDown has a filter used to select records that contain null values in a date-time column. - - - true if a corresponding filter is available; otherwise, false. - - - - - - - - Contains values indicating all the available states for the Tree List. - - - - - - - The band button is clicked. - - - - - - - - A band's header is being dragged. The band's option must be enabled to allow a band header to be dragged. - - - - - - - - - A band's header is pressed. - - - - - - - - A band's right edge is being dragged to change the band's width. The band's option must be enabled to allow such resizing. - - - - - - - - Multiple cells are being selected. - - - - - - - - The column button is clicked. - - - - - - - - A column's header is being dragged. The column's option must be enabled to allow column header dragging. - - - - - - - - A column's header is pressed. - - - - - - - - A column's right edge is being dragged to change the column's width. The column's option must be enabled to allow such resizing. - - - - - - - - The Tree List is currently in design mode. - - - - - - - - A cell editor is currently active. - - - - - - - - An incremental search is being performed. - - - - - - - - - Multiple nodes are being selected using drag and drop. The option must be set to true to enable this feature. - - - - - - - - A node is being dragged. See . - - - - - - - - A node is currently pressed. - - - - - - - - A node is being resized by an end-user. This implies that the node's edge is being dragged. This operation is only available for nodes whose option is enabled. - -You can prevent the node from being resized by enabling the option. - - - - - - - - An external object, not one of the Tree List's elements, is being dragged from outside over the Tree List control. - - - - - - - - The Tree List is in its normal state. No specific action is being performed by an end-user. - - - - - - - - - Contains values indicating how the node has been changed. - - - - - - - A new node has been added to the Tree List's collection. This can be performed by calling the method. - - - - - - - - The node's property has been changed. - - - - - - - - The node's property has been changed. - - - - - - - - The node's property has been changed. - - - - - - - - The node's property has been changed. - - - - - - - - A node has been removed from the Tree List's collection. This can be performed using the method. - - - - - - - - The node's property has been changed. - - - - - - - - The node's property has been changed. - - - - - - - - The node's property has been changed. - - - - - - - - The corresponding user's property has been changed. - - - - - - - - The corresponding user's property has been changed. - - - - - - - - The corresponding user's property has been changed. - - - - - - - - - Lists values specifying the availability of the control's elements that enable data scrolling. - - - - - - - - The scrolling element is always visible. - - - - - - - - The scrolling element is only visible when data scrolling can be performed. - - - - - - - - The scrollbar is invisible regardless of whether data scrolling can be performed. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (the object which raised the event). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the node. This value is assigned to the property. - - - - - - - - Gets or sets the error description. - - - A string representing the error description. - - - - - - - Gets or sets whether the node's validation succeeds. - - - true to accept node cell values; otherwise, false. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender (the object which raised the event). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the processed node. This value is assigned to the property. - - - - A enumeration member specifying the way the node has been changed. This value is assigned to the property. - - - - - - - - Gets the way the node has been changed. - - - A enumeration member specifying the way the node has been changed. - - - - - - - - A method that will handle the event. - - - - - - - - Represents a method that will handle the event. - - - - The event sender (the object which raised the event). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the exception that caused the event. This value is assigned to the property. - - - - A string value specifying the error description. This value is assigned to the property. - - - - A object representing the node that failed validation. This value is assigned to the property. - - - - - - - - Gets the node that failed validation. - - - A object representing the node that failed validation. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (the object which raised the event). - - - - A object that contains event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawEmptyAreaEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawEmptyAreaEventArgs class. - - - - A object providing a means for painting. This value is assigned to the property. - - - - A structure which represents the bounding rectangle occupied by the empty rows. This value is assigned to the property. - - - - A structure specifying the drawing area under the blank column header. This value is assigned to the property. - - - - An array of rectangles that specify the empty area. This value is assigned to the property. - - - - A object providing information about the painted element. This value is assigned to the property. - - - - - - - - Gets the blank column's bounding rectangle. - - - A structure specifying the drawing area under the blank column header. - - - - - - - Gets the region which is occupied by the empty area. - - - A object which represents the interior of the empty area. - - - - - - - Gets the array of rectangles that specify the empty area. - - - An array of rectangles that specify the empty area. - - - - - - - Gets the bounding rectangle occupied by the empty rows. - - - A structure which represents the bounding rectangle occupied by the empty rows. - - - - - - - - Provides members that specify the filtering mode. - - - - - - - The same as: - -Smart - if the control is contained in a ; -Extended - otherwise. - - See also: Version Compatibility: Default Property Values. - - - - - - - - Nodes that match the applied filter are displayed regardless of whether their parent nodes fit the filter. - -Unlike the Smart mode, if a node matches the applied filter, all its parent nodes are also displayed even if they do not fit the filter. - - - - - - - - Nodes that match the applied filter are displayed regardless of whether their parent nodes fit the filter. - -Unlike the Extended mode, parent nodes that do not match the filer are not displayed. - - - - - - - - Nodes that match the applied filter are only displayed if their parent nodes also fit the filter. - -If a node fits the filter but any of its parent nodes does not, the node is not displayed. - - - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event source (typically, the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which represents the target node. This value is assigned to the property. - - - - An integer value specifying the index of the image in the source collection. This value is assigned to the property. - - - - A structure representing the mouse pointer's coordinates relative to the top-left corner of the control. This value is assigned to the property. - - - - A object which provides data for the drag-and-drop events. This value is assigned to the property. - - - - - - - - Gets an object which provides information for drag-and-drop events. - - - A object which provides data for drag-and-drop events. - - - - - - - Gets or sets the index of the image to be displayed in front of nodes when dragging. - - - An integer value representing the zero-based index of the desired image within the TreeList.Painter.NodeDragImages collection. - - - - - - - Gets the current mouse pointer's coordinates relative to the top-left corner of the control. - - - A structure representing the current mouse pointer's coordinates. - - - - - - - - Serves as the base for classes that represent operations performed on visible nodes. - - - - - - - Checks whether or not this TreeListVisibleNodeOperation can be applied to the specific node. - - - - A to check. - - - true, if this TreeListVisibleNodeOperation can be applied to the specific node; otherwise, false. - - - - - - - Gets a value specifying whether children of the specified node are to be visited. - - - - A object representing the node whose child nodes are to be visited. - - - true always. - - - - - - - - Serves as the base for classes specifying operations performed on nodes. - - - - - - - Returns a value indicating whether the iteration must be stopped. - - - - A object representing the processed node. - - - true to continue iteration; false to stop the iteration. - - - - - - - Checks whether or not this TreeListOperation can be applied to the specific node. - - - - A to check. - - - true, if this TreeListOperation can be applied to the specific node; otherwise, false. - - - - - - - Must be implemented to perform an operation on the visited node. - - - - A object representing the node against which the operation is to be performed. - - - - - - - - Can be overridden to perform final operations and free allocated resources. - - - - - - - - Gets a value indicating whether all or only parent nodes must be processed by the operation. - - - true if all nodes must be processed by the operation; false if only nodes that have children are to be processed. - - - - - - - Gets a value specifying whether the operation must be performed on the specified node's children. - - - - A object representing the node whose child nodes are to be visited. - - - true if the operation must be performed on the specified node's children; otherwise false. - - - - - - - - Enables you to perform specified operations over nodes from the predefined set. - - - - - - - Gets the collection of all nodes. - - - An object specifying the collection of all nodes. - - - - - - - Performs the specific operation across all Tree List nodes. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - - - - - Performs an operation across all Tree List nodes that fit the specific criteria. Defines a separate criteria to check whether or not this operation should be applied to child nodes as well. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the remaining nodes. - - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation can be applied to the current node. - - - - A Predicate<TreeListNode> delegate that determines whether or not the nodes iterator should try performing the execute operation on the current node's children. - - - - - - - - Performs an operation across all Tree List nodes that fit the specific criteria. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the remaining nodes. - - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation can be applied to the current node. - - - - - - - - Performs the specific operation across all Tree List nodes. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the remaining nodes. - - - - - - - - - Performs a specific operation on TreeList nodes that fit the specific criteria. Can also perform the same operation on child nodes owned by the processed nodes. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the remaining nodes. - - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation can be applied to the current node. - - - - A Predicate<TreeListNode> delegate that determines whether or not the nodes iterator should try performing the execute operation on the current node's children. - - - - A collection that stores nodes which should be exposed to the execute operation. - - - - - - - - Performs a specific operation on TreeList nodes that fit the specific criteria. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the next node. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation can be applied to the current node. - - - - A collection that stores nodes which should be exposed to the execute operation. - - - - - - - - Performs a specific operation on TreeList nodes. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A Predicate<TreeListNode> delegate that checks whether or not the execute operation should be applied to the next node. - - - - A collection that stores nodes which should be exposed to the execute operation. - - - - - - - - Performs a specific operation on TreeList nodes. - - - - An Action<TreeListNode> delegate that performs an operation on nodes. - - - - A collection that stores nodes which should be exposed to the execute operation. - - - - - - - - Performs the specified operation over the predefined set of nodes and their children. - - - - A descendant representing the operation to be performed. - - - - A object representing the collection of nodes across which the operation is performed. - - - - - - - - Performs the specified method over the predefined set of nodes and their children. - - - - A TreeListOperationDelegate object that represents the method to be called for the specified nodes. - - - - A object representing the collection of nodes across which the operation is performed. - - - - - - - - Performs the specified operation across all nodes. - - - - A descendant representing the operation to be performed. - - - - - - - - Performs the specified method across all nodes. - - - - A TreeListOperationDelegate object that represents the method to be called for the specified nodes. - - - - - - - - Performs the specified operation over a range of nodes that are not hidden within collapsed groups. - - - - A descendant that specifies the operation to be performed. - - - - A object representing the node from which the iteration begins. - - - - A object representing the node at which the iteration ends. - - - - - - - - Returns the visible node located after the specified one. - - - - A object representing the visible node whose next visible node is returned. - - - A object representing the visible node located after the specified one. null (Nothing in Visual Basic) if the node specified by the parameter is the last visible node. - - - - - - - Returns the visible node which is located prior to the specified one. - - - - A object representing the visible node whose previous visible node is returned. - - - A object representing the visible node which is located prior to the specified one. null (Nothing in Visual Basic) if the node specified by the parameter is the first visible node. - - - - - - - - Gets the collection of visible nodes. - - - An object specifying the collection of visible nodes. - - - - - - - - Contains values identifying menu types available in the control. - - - - - - - Corresponds to the menu of an auto filter row's condition selector. - - - - - - - - Identifies the column header context menu. - - - - - - - - Identifies a menu for a Tree List node. By default, the menu is empty. Use the event to add items to the menu. - - - - - - - - Identifies the summary footer or row footer context menu. - - - - - - - - Corresponds to the user defined context menu. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the column for which the context menu has been activated. This value is assigned to the property. - - - - true if the summary footer's menu item has been clicked; false if either the column header or row footer's menu item has been clicked. This value is assigned to the property. - - - - A enumeration value specifying the type of summary which is about to be applied to the column. This value is assigned to the property. - - - - The format string applied to the column's summary value. This value is assigned to the property. - - - - A enumeration value indicating the type of menu whose item has been clicked. This value is assigned to the property. - - - - A object representing the clicked menu item. This value is assigned to the property. - - - - - - - - Gets the column against whose header or footer the context menu has been activated. - - - A object representing the column for which the context menu has been activated. - - - - - - - Gets or sets a value indicating whether default menu item click processing is prohibited. - - - true if default menu item click processing is not performed; otherwise false. - - - - - - - Gets a value indicating whether a summary footer's menu item has been clicked. - - - true if the summary footer's menu item has been clicked; false if either the column header or row footer's menu item has been clicked. - - - - - - - Gets the clicked menu item. - - - A object representing the clicked menu item. - - - - - - - Gets the type of menu whose item has been clicked. - - - A enumeration value indicating the type of menu whose item has been clicked. - - - - - - - Gets or sets the format of summary value displayed for the column. - - - The format string applied to the column's summary value. - - - - - - - Gets or sets the summary type which is about to be applied to the column. - - - A enumeration value specifying the type of summary which is about to be applied to the column. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the Tree List's context menu. This value is assigned to the Menu property. - - - - A structure that contains the current mouse pointer coordinates. This value is assigned to the Point property. - - - - true if the context menu will be displayed; otherwise false. This value is assigned to the Allow property. - - - - - - - - - Represents a method that will handle the , , and events. - - - - - - - Represents a method that will handle events that require a node as the parameter. - - - - The sender of an event. - - - - A object that contains event related data. - - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender (typically the control). - - - - A object that contains the event data. - - - - - - - - - Provides data for the and events. - - - - - - - Creates an instance of the class. - - - - A object representing the clicked node. - - - - A System.Drawing.Point structure that contains the current mouse pointer position. - - - - - - - - Creates an instance of the class. - - - - A object representing mouse event arguments. - - - - A object representing the clicked node. - - - - - - - - Gets the row (node) being clicked. - - - A object representing the row (node) being clicked. - - - - - - - Gets the mouse pointer's location. - - - A structure that contains the current mouse pointer's location. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains the event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object representing the column which owns the cell being processed. This value is assigned to the property. - - - - A object which represents a Tree List node whose cell is being processed. This value is assigned to the property. - - - - - - - - Gets or sets the value contained within the processed cell. - - - An object representing the processed cell's value. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the class. - - - - A object which represents the cell's owning column. This value is assigned to the property. - - - - A object which represents the node in which the processed cell resides. This value is assigned to the property. - - - - An object which specifies the cell's appearance settings. This value is assigned to the property. - - - - - - - - Gets the appearance settings used to paint the cell currently being processed. - - - An object which provides the appearance settings used to paint the cell. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A object representing the column whose cell is processed. This value is assigned to the property. - - - - A object representing the node whose cell is processed. This value is assigned to the property. - - - - A object representing the editor used to edit the processed cell's values. This value is assigned to the property. - - - - - - - - Gets or sets the editor assigned to the processed cell. - - - A object representing the currently assigned editor. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A object representing the currently focused column. null (Nothing in Visual Basic) if none of the columns is currently focused. This value is assigned to the property. - - - - A object representing the previously focused column. null (Nothing in Visual Basic) if none of the columns was previously focused. This value is assigned to the property. - - - - - - - - Gets the previously focused column. - - - A object representing the previously focused column. null (Nothing in Visual Basic) if none of the columns was previously focused. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawRowFooterEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Initializes a new instance of the CustomDrawRowFooterEventArgs class. - - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - Gets the node for whose children the painted row footer is displayed. - - - A object representing the node for whose children the row footer is displayed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawRowFooterCellEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawRowFooterCellEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A DevExpress.XtraTreeList.FooterItem object that stores the internal information about the footer cell being processed. - - - - A object specifying the node being precessed. This value is assigned to the DevExpress.XtraTreeList.CustomDrawEventArgs.Node property. - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets the node for whose children the row footer is displayed. - - - A object specifying the node for whose children the row footer is displayed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawNodePreviewEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawNodePreviewEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object specifying the node being processed. This value is assigned to the DevExpress.XtraTreeList.CustomDrawEventArgs.Node property. - - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - A string value representing the text of the preview section being painted. This value is assigned to the property. - - - - - - - - Gets or sets the painted preview section's text. - - - A string value representing the text of the preview section being painted. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawNodeIndicatorEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawNodeIndicatorEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object specifying the node being processed. This value is assigned to the DevExpress.XtraTreeList.CustomDrawEventArgs.Node property. - - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets or sets the painted indicator cell's image index. - - - An integer value representing the painted indicator cell's image index. -1 if no image is about to be displayed within the cell. - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - Gets a value indicating whether the painted indicator cell corresponds to a node or to a row footer. - - - true if the painted cell corresponds to a node; otherwise false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawNodeImagesEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawNodeImagesEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object specifying the node being precessed. This value is assigned to the DevExpress.XtraTreeList.CustomDrawEventArgs.Node property. - - - - An integer value representing the zero-based index of the image displayed within the node when it is focused. This value is assigned to the property. - - - - An integer value representing the node state's image index. This value is assigned to the property. - - - - - A System.Drawing.Rectangle structure representing the bounding rectangle of the select image. This value is assigned to the property. - - - - A System.Drawing.Rectangle structure that represents the state image's bounding rectangle. This value is assigned to the property. - - - - A System.Drawing.Point structure that represents the top-left point of the selected image. This value is assigned to the property. - - - - - A System.Drawing.Point structure specifying the top-left corner of the state image. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets or sets the index of the image displayed within the painted node when it is focused. - - - An integer value representing the zero-based index of the image displayed within the node when it is focused. - - - - - - - Gets the location of the select image's top-left corner. - - - A System.Drawing.Point structure that represents the top-left point of the select image. - - - - - - - Gets the bounding rectangle of the select image. - - - A System.Drawing.Rectangle structure representing the bounding rectangle of the select image. - - - - - - - Gets or sets the index of the state image displayed within the node. - - - An integer value representing the node's state image's index. - - - - - - - Gets the location of the state image's top-left corner. - - - A System.Drawing.Point structure specifying the top-left corner of the state image. - - - - - - - Gets the bounding rectangle of the state image. - - - A System.Drawing.Rectangle structure that represents the state image's bounding rectangle. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawNodeCellEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A DevExpress.XtraTreeList.ViewInfo.CellInfo object that stores the internal information about the processing cell. - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - true, if the cell is focused; otherwise, false. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CustomDrawNodeCellEventArgs class. - - - - - - - - Gets the painted cell's display text. - - - A string value representing the painted cell's display text. - - - - - - - Gets the painted cell's value. - - - An object representing the painted cell's value. - - - - - - - Gets the painted cell's column. - - - A object representing the column that contains the painted cell. - - - - - - - Gets the editor's painter object used to paint a cell. - - - A BaseEditPainter object providing a painting mechanism for the painted editor. - - - - - - - Gets the editor's view information. - - - A object providing view information on the painted cell's editor. - - - - - - - Gets a value indicating whether the painted cell has focus. - - - true if the painted cell has focus; otherwise. false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawNodeButtonEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawNodeButtonEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object specifying the node being processed. This value is assigned to the DevExpress.XtraTreeList.CustomDrawNodeEventArgs.Node property. - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets or sets whether to draw a background that detaches the button from the tree hierarchy lines. - - - true, to draw a background that detaches the button from the tree hierarchy lines; otherwise, false. - - - - - - - Gets a value indicating whether the painted button's corresponding node is expanded. - - - true if the painted button's corresponding node is expanded; otherwise false. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawFooterCellEventArgs class. - - - - - - - - Initializes a new instance of the CustomDrawFooterCellEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A DevExpress.XtraTreeList.FooterItem object that stores the internal information about the footer cell being processed. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - Gets a column whose footer cell is painted. - - - A object representing the column whose footer cell is painted. - - - - - - - Gets the type of summary whose value is displayed within the painted cell. - - - A enumeration value specifying the type of summary whose value is displayed within the painted cell. - - - - - - - Gets or sets the text intended to be displayed within the painted footer cell. - - - A string value specifying the text to be displayed within the painted footer cell (a string representation of the resulting summary value). An empty string if summary is not applied to a column whose footer cell is being painted. - - - - - - - - Provides basic data required to perform custom painting of an element. - - - - - - - Initializes a new instance of the class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure which represents the painted element's bounding rectangle. This value is assigned to the property. - - - - An object which specifies the painted element's appearance settings. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified property. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure which represents the painted element's bounding rectangle. This value is assigned to the property. - - - - An object which specifies the painted element's appearance settings. This value is assigned to the property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - - - - - Initializes a new instance of the class with the specified property. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A structure which represents the painted element's bounding rectangle. This value is assigned to the property. - - - - An object which specifies the painted element's appearance settings. This value is assigned to the property. - - - - An object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A Boolean value that specifies whether the TreeList's elements are aligned to support locales using right-to-left fonts. This value is assigned to the property. - - - - - - - - Initializes a new instance of the CustomDrawEventArgs class. - - - - - - - - Gets the painted element's appearance settings. - - - A object specifying the painted element's appearance settings. - - - - - - - Gets the painted element's bounding rectangle. - - - A System.Drawing.Rectangle structure specifying the boundaries of the painted element. - - - - - - - Gets an object specifying the storage for the most used pens, fonts and brushes. - - - A object. - - - - - - - Performs default painting of an element. - - - - - - - - Gets an object used to paint. - - - A System.Drawing.Graphics object used to paint. - - - - - - - Gets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. - - - - true, if the default element painting is not required; otherwise, false. - - - - - - - - Gets a value indicating whether the TreeList's elements are aligned to support locales using right-to-left fonts. - - - true, if the TreeList's elements are aligned to support locales using right-to-left fonts; otherwise, false. - - - - - - - Gets an object containing information about the painted element. - - - An ObjectInfoArgs object providing information about the painted element. - - - - - - - Gets the painter object that provides the default element's painting mechanism. - - - An ObjectPainter descendant providing the default painting mechanism for the painted element. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically, the control). - - - - A object that contains the event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new instance of the CustomDrawColumnHeaderEventArgs class. - - - - A object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the property. - - - - A object that provides facilities for painting an element using the default mechanism. This value is assigned to the property. - - - - A object that provides information used to paint an element. This value is assigned to the CustomDrawObjectEventArgs.Info property. - - - - true, if an element is selected at design time; otherwise, false. - - - - - - - - Initializes a new instance of the CustomDrawColumnHeaderEventArgs class. - - - - - - - - Gets or sets the text displayed within the painted column header. - - - A string value representing the painted column header's text. An empty string if the column button or the space not occupied by column headers is painted. - - - - - - - Gets the rectangle where the column caption is intended to be drawn. - - - A System.Drawing.Rectangle structure specifying the bounding rectangle of the header's text. - - - - - - - Gets the column whose header is painted. - - - A object representing the column whose header is painted. null (Nothing in Visual Basic) if the column button or the space not occupied by column headers is currently painted. - - - - - - - Gets an object containing information about the painted element. - - - A object providing information about the painted element. - - - - - - - Gets a value indicating the type of element to be painted. - - - A enumeration value indicating the type of element to be painted. - - - - - - - Gets a value indicating whether the painted column header is hot tracked. - - - true if the painted column header is hot tracked; otherwise false. - - - - - - - Gets a value indicating whether the painted element is pressed. - - - true if the painted element is pressed by an end-user; otherwise false. - - - - - - - Gets the rectangle where the image indicating sort order is intended to be drawn. - - - A System.Drawing.Rectangle structure specifying the sort order image's bounding rectangle. - - - - - - - - Represents a method that will handle the and events. - - - - - - - Represents a method that will handle the and events. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the and events. - - - - - - - Creates an instance of the class. - - - - A object representing the column whose cell's value has been modified. This value is assigned to the property. - - - - A object representing the node whose cell's value has been modified. This value is assigned to the property. - - - - An object representing the new value assigned to the cell. This value is assigned to the property. - - - - - - - - Gets the new value assigned to a cell. - - - An object representing the newly assigned cell value. - - - - - - - - Provides data for events which require column and node as parameters to identify the cell being processed. - - - - - - - Creates an instance of the class. - - - - A object representing the column to which the processed cell belongs. This value is assigned to the property. - - - - A object representing the node to which the processed cell belongs. This value is assigned to the property. - - - - - - - - Gets a column to which the cell processed by an event belongs. - - - A object representing the column owning the cell being processed. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A object representing the node whose height is calculated. This value is assigned to the property. - - - - An integer value specifying the node height. This value is assigned to the property. - - - - - - - - Gets or sets the current node's height in pixels. - - - An integer value specifying the node's height in pixels. - - - - - - - - Represents a method that will handle the event. - - - - - - - Represents a method that will handle the event. - - - - The event sender (typically the control). - - - - A object that contains data related to the event. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A object representing the node from which focus is shifting. This value is assigned to the property. - - - - - A object representing the node which is about to obtain focus. This value is assigned to the property. - - - - - - - - Gets or sets a value indicating whether focus is allowed to be moved. - - - true if the focus is allowed to be moved; otherwise false. - - - - - - - - Represents a collection of selected nodes for the Tree List control. - - - - - - - Creates a collection of selected nodes for a specific object. - - - - A object to which the collection belongs. - - - - - - - - Adds the specified node to the collection of selected nodes. - - - - A object representing the node to be added. - - - - - - - - Selects the specified collection of nodes. - - - - An object implementing the IEnumerable interface which holds the collection of nodes to be selected. - - - - - - - - Toggles the specified node between the selected and deselected states. - - - - A object representing the node to be selected or deselected. - - - - - - - - Prevents selection updates until the method is called. - - - - - - - - Enables selection updates after the method call, but doesn't force an immediate update. - - - - - - - - Clears the current selection. - - - - - - - - Specifies whether a specific node is in the collection of selected nodes. - - - - The object to check. - - - true, if a node is in the collection of selected nodes; otherwise, false - - - - - - - Gets the number of items (selected nodes) in this collection. - - - An integer value that specifies the number of selected nodes. - - - - - - - Enables selection updates after calling the method and forces an immediate update. - - - - - - - - Returns an enumerator that iterates through the collection. - - - An IEnumerator<TreeListNode> object that can be used to iterate through the collection. - - - - - - - Determines the index of a specific object in the collection of selected nodes. - - - - A object for which to return the position within the collection of selected nodes. - - - The zero-based index of a specific object in the collection of selected nodes. - - - - - - - Gets whether selection updates are prevented. - - - true, if selection updates are prevented; otherwise, false. - - - - - - - Gets a object from the collection of selected nodes referenced by the specified index. - - - - The index of the selected node to retrieve. - - - A selected node referenced by the specified index. - - - - - - - Unselects the specified node, and removes it from the current collection. - - - - A node to remove from the current collection. - - - true, if the specified node is successfully removed; otherwise, false. - - - - - - - Removes the node at the specified index of the current collection, and unselects it. - - - - The zero-based index of the node in the current collection to be removed. - - - - - - - - - Selects the cell in the specified column of the specified node (row). - - - - A node in which to select the cell. - - - - A column in which to select the cell. - - - - - - - - Selects the cells in the specified column of the specified nodes (rows). - - - - Nodes in which to select the cells. - - - - A column in which to select the cells. - - - - - - - - Selects the specified node (row). - - - - A node to select. - - - - - - - - Selects the specified nodes (rows). - - - - A collection of nodes to select. - - - - - - - - Removes all nodes from the collection of selected nodes and then adds a specific group of nodes to the collection. - - - - A group of nodes to select. - - - - - - - - Removes all nodes from the collection of selected nodes and then adds a specific node to the collection. - - - - The node to select. - - - - - - - - Unselects all nodes, and removes them from the current collection. - - - - - - - - Unselects the cell in the specified column of the specified node (row). - - - - A node in which to unselect the cell. - - - - A column in which to unselect the cell. - - - - - - - - Discards selection of the specified node. - - - - A node to unselect. - - - - - - - - Unselects cells in the specified columns of the specified nodes (rows). - - - - A collection of nodes in which to unselect cells. - - - - A column in which to unselect cells. - - - - - - - - Unselects the specified nodes (rows). - - - - A collection of nodes to unselect. - - - - - - - - - Represents a collection of objects in the component. - - - - - - - Creates a collection of nodes at the root level of the Tree List. - - - - A instance to which the node collection belongs. - - - - - - - - Creates a collection of child nodes for a specific parent node. - - - - A class instance to which the collection belongs. - - - - The node for which to create a collection of child nodes. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Appends a new node to the end of the TreeListNodes collection and initializes the node with the specified data. - - - - An array of values or a object, used to initialize the created node's cells. - - - The new object. - - - - - - - Adds a new child containing the specified values. - - - - An array of values or a object, used to initialize the created node's cells. - - - The created object. - - - - - - - Gets the Automatic Filtering Row element. - - - A TreeListAutoFilterNode object that is the Automatic Filtering Row. - - - - - - - - Removes all elements from the current node collection. - - - - - - - - Copies the entire nodes collection to a one dimensional array starting at the specified index of the target array. - - - - A one-dimensional array that is the destination of nodes copied from the collection. - - - - An integer value specifying the zero-based index in the target array at which copying begins. - - - - - - - - Gets the number of nodes in the current node collection, without taking into account children of these nodes. - - - The number of nodes in the current node collection. - - - - - - - Gets the first element in the collection. - - - A object representing the first node in the collection. null (Nothing in Visual Basic) if the collection is empty. - - - - - - - Gets the enumerator used to iterate through the node collection. - - - An enumerator through which the node collection can be iterated. - - - - - - - Returns the index of a specified node within the node collection. - - - - The node to locate in the collection. - - - The index of a specific node within the node collection. - - - - - - - Gets a value indicating whether access to the nodes collection is synchronized (thread-safe). - - - true if access to the nodes collection is synchronized (thread-safe); otherwise false. - - - - - - - Obtains the object by a specific index in the current node collection. - - - - The zero-based index of the node to locate. The index is a value between 0 and - 1. - - - A child at the specified index within the node collection. - - - - - - - Gets the last node in the node collection. - - - The last node in the node collection. - - - - - - - Gets the parent of the node collection. - - - A instance that represents the parent of the node collection. - - - - - - - Removes a specific node from the node collection. - - - - The node to remove from the node collection. - - - - - - - - Removes a node referenced by the specified index from the node collection. - - - - The index of the node to remove from the node collection. - - - - - - - - Gets an object that can be used to synchronize access to the nodes collection. - - - An object that can be used to synchronize access to the nodes collection. - - - - - - - Gets the object to which the node collection belongs. - - - A object to which the node collection belongs. - - - - - - - - Represents a node of the Tree List control. - - - - - - - Initializes a new instance of the TreeListNode class. - - - - - - - - Copies settings from the target node to this object. - - - - A TreeListNode whose settings should be copied to this TreeListNode. - - - - - - - - Checks the current node and all its nested nodes (including all their children). - - - - - - - - Gets or sets whether the node is checked. - - - true if the node is checked; otherwise, false. - - - - - - - Gets or sets the node's check state. - - - A enumeration value that specifies the node's check state. - - - - - - - Returns a copy of this node. - - - A object representing this node's copy. - - - - - - - Collapses this expanded node. - - - - - - - - Gets or sets a value that can be freely used as your specific programming needs dictate. - - - A value of the object type bound to the current node. - - - - - - - Expands this collapsed node. - - - - - - - - Expands all the child nodes. - - - - - - - - Specifies whether the current node is expanded. - - - true if the current node is expanded; otherwise, false. - - - - - - - Gets the first child node. - - - A object which represents the first child node. null (Nothing in Visual Basic) if the current node has no child nodes. - - - - - - - Gets whether the node is currently focused. - - - true if the node is focused; otherwise, false. - - - - - - - Returns the text representation of a specific column value. - - - - An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). - - - A text string that represents a specific column value. - - - - - - - Returns the value for a specific column. - - - - An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). - - - The value of a specific column. - - - - - - - Determines whether the current node has a instance as a parent. - - - - The instance to check. - - - true if the current node has a instance as a parent; otherwise, false. - - - - - - - Gets or sets a value indicating whether a node has children. - - - true, if a node has children; otherwise, false. - - - - - - - Gets the index of the corresponding record within the associated data source. - - - An integer value representing the zero-based index of the corresponding data source record. - - - - - - - Gets or sets the index of the node's select image displayed when this node is not focused. - - - An integer value representing the zero-based index of the select image displayed when this node is not focused. - - - - - - - - Gets or sets a value for a specific column. - - - - An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). - - - The value for a specific column. - - - - - - - Gets the last child node. - - - A object which represents the last child node. null (Nothing in Visual Basic) if the current node has no child nodes. - - - - - - - Returns the nesting level of a node. - - - The nesting level of a node. - - - - - - - Returns the next node in the collection. - - - A object which represents the next node in the collection. null (Nothing in Visual Basic) if the current node is the last node in the collection. - - - - - - - Returns the next visible node after the current node. - - - A object which represents the next visible node after the current one. null (Nothing in Visual Basic) if the current node is the last visible node. - - - - - - - Gets the collection of the node's children. - - - A object representing the node's child nodes collection. - - - - - - - Gets the parent node of the current tree node. - - - A instance that represents the parent of the current tree node. - - - - - - - Gets the previous node in the collection. - - - A object which represents the previous node in the collection. null (Nothing in Visual Basic) if the current node is the first node in the collection. - - - - - - - Returns the visible node located prior to the current node. - - - A object which represents the visible node located prior to the current one. null (Nothing in Visual Basic) if the current node is the first node in the Tree List's collection. - - - - - - - Removes this node. - - - - - - - - Gets a node at the root level which contains the current node as a child. - - - The node at the root level which contains the current node as a child. - - - - - - - Gets or sets whether the current node is selected. - - - true if the node is selected; otherwise, false. - - - - - - - Gets or sets the index of the node's select image displayed when the node is focused. - - - An integer value representing the zero-based index of the select image displayed when the node is focused. - - - - - - - - Gets or sets the source of select images for nodes. - - - An object which represents the source of select images. - - - - - - - Sets the value for a specific column. - - - - An object that identifies a column (a object, field name, column's absolute index or corresponding DataColumn object). - - - - The value to set for a specific column in the current node. - - - - - - - - Gets or sets the index of the node's state image from the . - - - An integer value representing the node's state image index. - - - - - - - Gets or sets the source of state images for nodes. - - - An object which represents the source of state images. - - - - - - - Gets or sets the data associated with a Tree List node. - - - An object containing information associated with the Tree List node. - - - - - - - Gets the object to which the current node belongs. - - - A object to which the current node belongs. - - - - - - - Unchecks the current node and all its nested nodes (including all their children). - - - - - - - - Gets or sets whether the node is visible. The property allows you to perform node filtering. - - - true, if the node is visible; otherwise, false. - - - - - - - - Represents a single column in the control. - - - - - - - Initializes a new class instance. - - - - - - - - Gets or sets a column's position within the Tree List's column collection. - - - An integer value representing the column's zero based index within the collection. - - - - - - - Gets the actual maximum column width. - - - An integer value that specifies the actual maximum column width. - - - - - - - Gets the actual minimum column width. - - - An integer value that specifies the actual minimum column width. - - - - - - - Specifies whether a summary is calculated against all Tree List nodes or against root nodes only. - - - true if a summary is calculated against all Tree List nodes; otherwise, it is calculated only against root nodes. - - - - - - - Gets or sets whether incremental searches can be performed against the column. - - - true if incremental searches can be performed against the column; otherwise, false. - - - - - - - Gets the appearance settings used to paint the column's cells. - - - An object that provides the appearance settings used to paint the column cells. - - - - - - - Gets the appearance settings used to paint the column header. - - - A object that contains the column header's appearance settings. - - - - - - - Adjusts the width to display the contents of the column's cells, header and summaries optimally. - - - - - - - - - Gets or sets the column caption displayed in the HeaderPanel of the XtraTreeList. - - - Column caption. - - - - - - - Gets data annotation attributes applied to this TreeListColumn. - - - An AnnotationAttributes object that stores data annotation attributes applied to this TreeListColumn. - - - - - - - Gets or sets the repository item that specifies the editor used to edit a column's cell values. - - - A descendant. - - - - - - - Gets or sets the name of the editor used for this column's cells. - - - A string value specifying the column cell's editor name. - - - - - - - Gets the position of the associated field within the data source. - - - An integer value representing the zero-based index of the corresponding field within the data source. - - - - - - - Gets the horizontal position of a banded column. - - - The zero-based index that specifies the column position within the band. - - - - - - - Gets the column's data type. - - - A value that indicates the column's data type. - - - - - - - Gets or sets the column's caption when its header is displayed within the Customization Form. - - - A value which specifies the column's caption when its header is displayed within the Customization Form. - - - - - - - Gets the column caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box. - - - A string value specifying the column caption when its header is displayed in the Customization Form by which it can be found using the Customization Form's search box. - - - - - - - Gets or sets the field name assigned to the current column from a datasource. - - - A value that specifies the name of a data field. - - - - - - - Gets or sets by what data field this column should sort and filter its data. - - - A String value that specifies the name of a data field which should be used by this column to perform sorting and/or filtering. - - - - - - - Gets an object specifying custom filter criteria. - - - A object specifying the filter criteria to be applied. - - - - - - - Gets or sets how column values are filtered via the Automatic Filtering Row and Column's Filter DropDown. - - - A enumeration value that specifies how the column values are filtered. - - - - - - - Gets or sets whether the column is anchored to a Tree List's edge. - - - A enumeration value. - - - - - - - Gets the object that specifies the formatting applied to column values. - - - A object that specifies formatting settings for column values. - - - - - - - Returns the column's display caption. - - - A string that specifies the column's display caption. - - - - - - - Gets this TreeListColumn's description, assigned by a related data attribute. - - - A String value that is this TreeListColumn's description, assigned by a related data attribute. - - - - - - - Returns the column's plain text caption. - - - A string value that represents the column's plain text caption. - - - - - - - Gets or sets the image displayed in the column header. - - - An Image object specifying the image displayed in the column header. - - - - - - - Gets or sets the alignment of the column header's image. - - - A enumeration member which specifies the image's alignment. - - - - - - - Gets or sets the index of the image from the collection displayed in the column header. - - - An integer value specifying the image by its zero-based index in the source collection. -1 to not display an image. - - - - - - - Provides access to settings that allow you to set up raster and vector icons for this TreeListColumn. - - - An object that stores image-related options. - - - - - - - Gets the source of images that can be displayed within column headers. - - - An object which represents the source of the images that can be displayed within column headers. - - - - - - - - Gets whether this column displays the node expand/collapse buttons. - - - true, if this column displays the node expand/collapse buttons; otherwise, false. - - - - - - - Gets the maximum column width. - - - An value that determines the maximum column width. - - - - - - - Gets the minimum column width. - - - An Integer value that determines the minimum column width. - - - - - - - Provides access to the column's recently used filters. - - - A object that stores the recently used filters for the column. - - - - - - - Gets or sets the column's name. - - - A string value representing the column name. - - - - - - - Provides access to the column's options. - - - A object which contains the column's options. - - - - - - - Provides access to the column's filter options. - - - An object that contains the column's filter options. - - - - - - - Gets or set a column's parent band. - - - A value that specifies the column's parent band. - - - - - - - Gets a value indicating whether data within a column can be edited. - - - true if column data cannot be changed; otherwise, false. - - - - - - - Gets the repository item that actually specifies the column's editor. - - - A descendant that specifies the actual column's editor. - - - - - - - Gets or sets the column header height, in logical rows. This property is in effect when columns can be arranged one under another in Banded mode. - - - The height of the column header, in logical rows. - - - - - - - Specifies the type of summary calculated against child nodes for every parent node in the current column. - - - - A enumerator value. - - - - - - - Gets or sets the format to display the . - - - A string that specifies the format applied to the . - - - - - - - Gets or sets the vertical position of a banded column. - - - The zero-based index that specifies the band row where the column header is displayed. - - - - - - - Gets or sets the width, in pixels, of the column separator (grid vertical lines that visually separate this column from other columns). - - - An integer value that specifies the column separator width, in pixels. - - - - - - - Gets or sets a value specifying which column cells display editor buttons. - - - A enumeration value specifying which column cells display editor buttons. - - - - - - - Gets or sets whether an end-user can open an Expression Editor for the current unbound column, using a context menu. - - - true, if an end-user can open an Expression Editor for the current unbound column, using a context menu; otherwise, false. - - - - - - - Gets the index of the column in the sorting columns list. - - - An integer value representing the zero-based index of the column within the sorting columns list. - - - - - - - Gets or sets how the column's data is sorted when sorting is applied. - - - - A value specifying how the column's data is sorted in sort mode. - - - - - - - Gets or sets the column's sort order. - - - A enumeration value specifying the column's sort order. - - - - - - - - Gets or sets the name of the style for the current column. - - - A string representing the name of the style set for the current column. - - - - - - - Specifies the type of the summary to calculate against all nodes. - - - A enumerator value that specifies the summary type applied. - - - - - - - Gets or sets the format to display the . - - - A string that specifies the format applied to the . - - - - - - - Gets or sets the column's associated data. - - - An object representing data associated with the column. - - - - - - - Gets or sets a custom tooltip for the column. - - - A string representing a custom tooltip for the column. - - - - - - - Gets the column's caption. - - - A string that specifies the column's caption. - - - - - - - Obtains the control to which a column belongs. - - - A control to which a column belongs. - - - - - - - Gets or sets an expression used to evaluate values for the current unbound column. - - - A that specifies an expression used to evaluate values for this column. - - - - - - - Gets or sets the data type and binding mode of the column. - - - A value that specifies the data type and binding mode of the column. - - - - - - - Gets or sets whether the column is visible. - - - true if the column is visible; otherwise, false. - - - - - - - Gets or sets the position in the Tree List where the current column is displayed. - - - An Integer value that specifies the position of the current column in the Tree List. - - - - - - - Gets the visible width of the column. - - - An integer value representing the visible column width. - - - - - - - Gets or sets the column width in pixels. - - - An integer value representing the column width in pixels. - - - - - - - - Represents a class that contains information about what is located at a specific point within the control. - - - - - - - Initializes a new instance of the TreeListHitInfo class. - - - - A TreeListHitTest object containing information about the visual element located under the test point. This value is assigned to the property. - - - - - - - - Initializes a new instance of the TreeListHitInfo class. - - - - - - - - Gets the band located under the test point. - - - An object specifying the band that contains the test point. - - - - - - - Gets the limits for the Tree List element that contains the test point. - - - A structure representing the element's bounding rectangle. - - - - - - - Gets the column located under the test point. - - - The object representing the column that contains the test point. - - - - - - - Gets the visual element located under the test point. - - - A enumeration value identifying the type of visual element at the test point. - - - - - - - Gets an object containing information about the visual element located under the test point. - - - A object containing information about the visual element located under the test point. - - - - - - - Gets whether a point is over the blank column header. - - - true, if a point is over the blank column header; otherwise, false. - - - - - - - Gets whether a point is over a column header, or filter button. - - - true, if a point is over a column header or filter button; otherwise, false. - - - - - - - Gets whether a point is over a column header panel (a header, blank header, button, filter button, the column header panel itself or its edge). - - - true, if a point is over a column header panel; otherwise, false. - - - - - - - Gets whether a point is over the Filter Panel (the filter, the check box disabling the filter, the 'Close Filter', 'Edit Filter', or 'MRU Filters' button). - - - true, if a point is over the Filter Panel; otherwise, false. - - - - - - - Gets whether a point is over a row's cell, expand button, select image, state image, indicator cell, preview section, or the row's area not occupied by any of these elements. - - - true, if a point belongs to a row; otherwise, false. - - - - - - - Gets whether a point is over a cell. - - - true, if a point is over a cell; otherwise, false. - - - - - - - Gets whether a point belongs to a row's check box. - - - true, if a point belongs to a row's check box; otherwise, false. - - - - - - - Gets whether a point is over a row (group) footer. - - - true, if a point is over a row (group) footer; otherwise, false. - - - - - - - Gets whether a point is over an area that separates a row from its indicator cell. - - - true, if a point is over an area that separates a row from its indicator cell; otherwise, false. - - - - - - - Gets whether a point is over a row indicator cell. - - - true, if a point is over a row indicator cell; otherwise, false. - - - - - - - Gets whether a point is over a row's select image. - - - true, if a point is over a row's select image; otherwise, false. - - - - - - - Gets whether a point is over a row's state image. - - - true, if a point is over a row's state image; otherwise, false. - - - - - - - Gets the coordinates of the point under the mouse cursor relative to the Tree List control. - - - A object specifying the mouse cursor's position relative to the upper left corner of a Tree List control. - - - - - - - Gets the node located under the test point. - - - A object representing a node located under the test point. - - - - - - - - Displays data as a multi-column tree view. Can be used in either bound or unbound mode, with full support for data editing, validation, summaries, etc. See Tree List. - - - - - - - - Initializes a new class instance. - - - - - - - - Brings up the About dialog. - - - - - - - - Notifies accessibility client applications of the specified event for the specified child control. - - - - - An event being fired. - - - - The identifier of the AccessibleObject. - - - - A child which fires the event. - - - - - - - - Notifies accessibility client applications of the specified event for the specified child control. - - - - An event being fired. - - - - An object that identifies a control to notify of the accessible event. - - - - - - - - Gets the currently active cell editor. - - - A descendant representing the currently active editor. null (Nothing in Visual Basic) if no cell is being edited at the moment. - - - - - - - Retrieves the filtering criteria currently applied to this TreeList. - - - A object that is the filtering criteria applied to this TreeList. - - - - - - - Gets or sets the current filter criteria. - - - A object which is the total filter criteria. - - - - - - - Gets or sets whether the filtering functionality is enabled. - - - true to enable filtering; otherwise false. - - - - - - - Gets the total filter expression. - - - A object specifying the total filter expression. - - - - - - - Gets or sets the total filter expression for the TreeList. - - - A string that specifies the total filter expression applied to the TreeList. - - - - - - - Adds a predefined filter with a string filtering condition to the current TreeList. - - - - A String value that is the filtering condition. - - - - - - - - Adds a CriteriaOperator-based filter to the current TreeList. - - - - A object that contains a filtering condition. - - - - - - - - - Occurs after a node's check state has been changed by an end-user. - - - - - - - - Fires immediately after a node has been collapsed. - - - - - - - - Fires immediately after a drag-and-drop operation on a node has been successfully completed. - - - - - - - - Fires after a node is dropped. - - - - - - - - Fires immediately after a node has been expanded. - - - - - - - - Fires in response to focus being moved between nodes. - - - - - - - - Returns the total number of nodes within the TreeList. - - - An integer value indicating the total number of nodes. - - - - - - - Provides access to the properties that control the appearance of the Tree List's elements. - - - A object which provides the appearance settings for the Tree List's elements. - - - - - - - Provides access to the properties that specify the appearances of the Tree List's elements when the Tree List is printed and exported. - - - A object which provides the appearance settings used to paint the Tree List's elements when the Tree List is printed and exported. - - - - - - - Adds a new containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - A parent node of the added one. - - - - A object representing the added node. - - - - - - - Appends a new node containing the specified values to the specified node's child collection. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the parent node's identifier. - - - A object or descendant representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - A parent node for the added one. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the identifier of the parent node. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Appends a new node with the specified settings. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value that identifies the parent node. - - - - A zero-based index of the image displayed within the node. - - - - A zero-based index of the image displayed within the node when it is focused or selected. - - - - An integer value that specifies the index of the node's state image. - - - - The node's check state. - - - A object that represents the added node. - - - - - - - Appends a new node with the specified settings. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value that identifies the parent node. - - - - The node's check state. - - - A object that represents the added node. - - - - - - - Appends a new node with the specified settings. - - - - An array of values or a object, used to initialize the created node's cells. - - - - A object that represents the parent node. - - - - The node's check state. - - - A object that represents the added node. - - - - - - - Appends a new node with the specified settings. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the parent node's identifier. - - - - A zero-based index of the image displayed within the node. - - - - A zero-based index of the image displayed within the node when it is focused or selected. - - - - An integer value that specifies the index of the node's state image. - - - A object representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the identifier of the parent node. - - - - A zero-based index of the image displayed within the node. - - - - A zero-based index of the image displayed within the node when it is focused or selected. - - - - An integer value that specifies the index of the node's state image. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the identifier of the parent node. - - - - The node's check state. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - An integer value specifying the identifier of the parent node. - - - - A zero-based index of the image displayed within the node. - - - - A zero-based index of the image displayed within the node when it is focused or selected. - - - - An integer value that specifies the index of the node's state image. - - - - The node's check state. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Adds a containing the specified values to the XtraTreeList. - - - - An array of values or a object, used to initialize the created node's cells. - - - - A parent node for the added one. - - - - The node's check state. - - - - An object that contains information associated with the Tree List node. This value is assigned to the property. - - - A object or descendant representing the added node. - - - - - - - Searches for the specified string, using the search functionality provided by the Find Panel. - - - - A string to be located within the Tree List's data. - - - true, if the specified search string is successfully applied; otherwise, false. - - - - - - - Gets or sets a column that automatically stretches to occupy all available empty space when the column auto-width functionality is disabled. - - - A object that occupies free TreeList space. - - - - - - - Gets or sets a data source field, whose associated Tree List column should automatically resize to occupy all available TreeList space. - - - - A value that specifies a data source field, whose associated Tree List column should automatically resize to occupy all available TreeList space. - - - - - - - Contains a value which specifies the Automatic Filtering Row's ID. - - - - - - - - - - Gets or sets the logical row height of band headers. - - - A value that specifies the band panel row height, in pixels. - - - - - - - Provides access to the root band collection. - - - An object that specifies the root band collection. - - - - - - - Occurs when the band's width is changed. - - - - - - - - Occurs before a node's check state is changed. - - - - - - - - Fires before a node is collapsed. - - - - - - - - Fires when an attempt to drag a node is performed. - - - - - - - - Fires when a node is about to be dropped, and allows you to cancel the operation. - - - - - - - - Fires before a node is expanded. Allows you to implement dynamic node loading in unbound mode. - - - - - - - - Fires before a node is focused. - - - - - - - - Occurs before a layout is restored from storage (a stream, xml file or the system registry). - - - - - - - - - Prevents deletion updates until the method is called. - - - - - - - - Prevents selection updates until the method is called. - - - - - - - - Prevents the tree structure from being changed when changing specific options affecting the order of nodes, until the method is called. - - - - - - - - - In unbound mode, prevents updates of -the tree structure due to adding, deleting and modifying nodes, until the method is called. - - - - - - - - Locks the TreeList, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called. - - - - - - - - - - Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. - - - - - - - - Modifies the width of each visible column so that the contents of its cells are not truncated, if possible. Allows you to resize columns to fit the treelist width. - - - - true if the total width of columns must be equal to the control's width after resizing; otherwise false. - - - - - - - - Gets or sets a value specifying which nodes take part in calculations when applying best fit to columns. -This property is obsolete. Use the property instead. - - - true to take into account only nodes not hidden within collapsed groups; otherwise false. - - - - - - - Gets or sets the border style for the Tree List. - - - A enumeration value specifying the border style of a Tree List. - - - - - - - Returns information about the Tree List's elements which are located at the specified point. - - - - A structure which specifies test point coordinates relative to the Tree List's top-left corner. - - - A object which contains information about the Tree List's elements located at the test point. - - - - - - - Enables you to specify a custom image to be displayed in front of nodes when dragging. - - - - - - - - Allows you to assign custom node height. - - - - - - - - Cancels changes made to focused node cells. - - - - - - - - Unlocks control redrawing after it has been locked by the method, without causing an immediate visual update. - - - - - - - - Unlocks the TreeList object after it has been locked by the BeginUpdate method, without causing an immediate visual update. - - - - - - - - Gets whether or not the Tree List data can be filtered by the specific column's data. - - - - A to be checked. - - - true, if filtering by this column is enabled; otherwise, false. - - - - - - - For internal use. - - - - - - - - - - - - For internal use. - - - - - - - - - - - - Gets a value indicating whether the current cell's editor can be invoked. - - - true if the current cell's editor can be invoked; otherwise false. - - - - - - - Gets whether group footers are allowed to be displayed. - - - true, if group footers are allowed to be displayed; otherwise, false. - - - - - - - Gets whether or not the specific can be sorted. - - - - A to be checked. - - - true, if the column can be sorted; otherwise, false. - - - - - - - Gets or sets the caption displayed at the top of the TreeList control. - - - A value that specifies the caption that is displayed at the top of the TreeList control. - - - - - - - Gets or sets the height, in pixels, of the panel at the top of the TreeList control in which the caption is displayed. - - - An integer value that specifies the height, in pixels, of the panel at the top of the TreeList control in which the caption is displayed. - - - - - - - Fires immediately after a cell editor is closed if the editor's value has been modified. - - - - - - - - Fires when an end-user starts to edit a cell value. - - - - - - - - Checks all nodes in the Tree List control. - - - - - - - - Gets or sets the name of the field whose values define the states of built-in check boxes (see ). - - - The name of the field to bind to built-in check boxes. - - - - - - - Removes the error descriptions for a focused node. - - - - - - - - Removes the filter condition applied to the specified column. - - - - A object specifying the column which filter condition is to be discarded. - - - - - - - - - Removes the filter criteria applied to the TreeList. - - - - - - - - Clears a print/export document. - - - - - - - - Removes focus from the focused column. - - - - - - - - Removes all nodes from the XtraTreeList. - - - - - - - - - - - - - - - Clears all the sorting that has been applied to an Tree List control. - - - - - - - - Repeatedly fires for each pasted row before updating the control, and allows you to modify pasted data and cancel pasting the currently processed row. - - - - - - - - Hides the active editor, saving changes that were made. - - - - - - - - - Collapses all the nodes in the Tree List. - - - - - - - - Collapses all nodes at the specified and subsequent levels. - - - - A System.Int32 value that specifies the level starting from which nodes should be collapsed. 0 to collapse nodes starting from the root. - - - - - - - - Fires when the column button is clicked. - - - - - - - - Fires immediately after the column collection or an individual column has been modified. - - - - - - - - Occurs when a column's filter condition is changed. - - - - - - - - Gets or sets the height of the column header panel, in pixels. - - - An integer value specifying the column panel height in pixels. - - - - - - - Fires when a column is moved, hidden, or shown. - - - - - - - - Provides access to a Tree List's column collection. - - - A object representing a collection of all the columns within a Tree List. - - - - - - - Invokes the Customization Form. - - - - - - - - Invokes the Customization Form at the specified screen location. - - - - A structure which specifies the position of the Customization Form's top-left corner. The point is set in screen coordinates. - - - - - - - - Gets or sets the source of images that can be displayed within column headers and bands. - - - An object that is the source of images that can be displayed within column headers and bands. - - - - - - - Fires after a column's property has been changed. - - - - - - - - Fires after a column's width has been changed. - - - - - - - - Enables you to implement custom sorting for columns whose property is set to Custom. For versions 17.1 and higher, the CompareNodeValues event is deprecated and replaced with the event. - - - - - - - - Converts objects from the collection to objects and adds them to the collection. - - - - - - - - - Copies the specified node to the specified node's child collection. - - - - A object representing the node to be copied. - - - - A object representing the node to whose child collection the node is copied. - - - - true if child nodes of the node being copied must be cloned; otherwise false. - - - A object representing the copy of the specified node. - - - - - - - Copies the specified node to the specified node's child collection. - - - - A object representing the node to be copied. - - - - A object representing the node to whose child collection the node is copied. - - - - true if child nodes of the node being copied must be cloned; otherwise false. - - - - true if the destination node's key field value is assigned to the parent field of the source node and all its copies; otherwise false. - - - A object representing the copy of the specified node. - - - - - - - Copies the specified node to the specified node's child collection. - - - - A object representing the node to be copied. - - - - A object representing the node to whose child collection the node is copied. - - - - true if child nodes of the node being copied must be cloned; otherwise false. - - - - true if the destination node's key field value is assigned to the parent field of the source node and all its copies; otherwise false. - - - - An Int32 value that specifies the position that the moved node occupies within the destination collection. - - - A object representing the copy of the specified node. - - - - - - - Copies the specified nodes to the specified node's child collection. - - - - A collection of objects representing the nodes to be copied. - - - - A object representing the node to whose child collection the node is copied. - - - - true, if child nodes of the node being copied must be cloned; otherwise, false. - - - - true, if the destination node's key field value is assigned to the parent field of the source node and all its copies; otherwise, false. - - - - An Int32 value that specifies the position that the moved node occupies within the destination collection. - - - A object representing the copy of the specified node. - - - - - - - Copies selected nodes to the Clipboard. - - - - - - - - Invokes the Customization Form. - - - - - - - - Provides the ability to create custom nodes. - - - - - - - - - - - - - - - - Gets or sets the cursor that is displayed when the mouse pointer is over the TreeList control. - - - The cursor to display when the mouse pointer is over the control - - - - - - - Fires for both bound and unbound Tree List columns and allows you to provide a custom display text for any cell. - - - - - - - - Allows you to apply custom sorting for those Tree List columns whose is set to Custom. - - - - - - - - Provides the capability to custom paint band headers. - - - - - - - - Provides the ability to custom paint column headers and the column button. - - - - - - - - Enables you to custom paint a Tree List's empty area. - - - - - - - - Enables you to custom paint the Filter Panel. - - - - - - - - Gives you the ability to perform custom painting of the summary footer. - - - - - - - - Gives you the ability to perform custom painting of column footer cells. - - - - - - - - Gives you the ability to perform custom painting of expand buttons. - - - - - - - - Provides the ability to perform custom painting of node cells. - - - - - - - - Enables you to manually paint check boxes displayed within nodes. - - - - - - - - Provides the ability to perform custom painting of node state and select images. - - - - - - - - Enables tree indents to be painted manually. - - - - - - - - Provides the ability to perform custom painting of indicator cells. - - - - - - - - Allows you to custom paint preview sections. - - - - - - - - Provides the ability to perform custom painting of rows. - - - - - - - - Provides the ability to perform custom painting of row footers. - - - - - - - - Provides the ability to perform custom painting of row footer cells. - - - - - - - - Allows the text displayed within the Filter Panel to be customized. - - - - - - - - Gets the object representing the Customization Form. - - - A DevExpress.XtraTreeList.Columns.TreeListCustomizationForm object that represents the Customization Form. null (Nothing in Visual Basic) if the Customization Form is currently closed. - - - - - - - Gets or sets the boundaries of the Customization Form. - - - A structure representing the Customization Form's boundaries. - - - - - - - This property is obsolete. Use the property instead. - - - - - - - - - - Fires when a node from another TreeList control is dropped onto the current TreeList control and thus, a new node in the current TreeList is about to be created. The event allows you to provide data for the new node that is to be created. - - - - - - - - - Enables editors to be assigned to cells on an individual basis. - - - - - - - - Allows you to assign a custom editor to a column for in-place editing and override the default column editor, which is by default used both in display and edit modes. - - - - - - - - - - Allows you to specify the node visibility, regardless of the currently applied filter. - - - - - - - - Allows you to provide data to unbound columns, and save their modified records to an external source. - - - - - - - - Gets or sets a specific list in a data source whose data is displayed by the TreeList control. - - - A string value specifying a list in a data source. - - - - - - - Gets or sets the object used as the data source for the current control. - - - - The object used as the data source. - - - - - - - - Occurs whenever the TreeList changes its data source. - - - - - - - - Fires when a different paint helper is assigned to the TreeList control. - - - - - - - - The default value for the property. - - - - - - - - - Removes a specific from the XtraTreeList. - - - - The removed . - - - - - - - - Deletes the selected nodes in multiple selection mode or focused nodes in single selection mode. - - - - - - - - - Closes the Customization Form. - - - - - - - - Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. - - - - The node to drag. - - - - A enumeration value that specifies the allowed drag effects. - - - - - - - - Allows you to implement drag-and-drop operations between controls on tree list nodes. Begins a drag-and-drop operation, and forces the tree list and target control to raise the events relative to the operation. - - - - The collection of nodes to drag. - - - - A enumeration value that specifies the allowed drag effects. - - - - - - - - Continues the incremental search that is in progress in the specified direction. - - - - true to continue the incremental search forward; false to continue the incremental search backward. - - - true if another node with the specified search string has been found and focused; otherwise, false. - - - - - - - Fires immediately after a drag-and-drop operation over a node has been canceled. - - - - - - - - Gets or sets the amount of time (in milliseconds) before the node is expanded when another node is dragged over it. - - - An integer value specifying the delay (in milliseconds) from the time a dragged node begins hovering over a collapsed node to the time that the node is expanded. - - - - - - - Gets or sets how end-users can drop nodes. - - - A value that specifies the node drop mode. - - - - - - - - Fires immediately after the drag and drop operation has been completed. - - - - - - - - Enables you to control whether the dragged column header can be dropped at the current position. - - - - - - - - Fires when an end-user attempts to drag a column header. - - - - - - - - Gets or sets the cell value being edited. - - - An object representing the currently edited cell value. null (Nothing in Visual Basic) if editing is not being performed at the moment. - - - - - - - Gets or sets whether a node hierarchy is created dynamically (on node expansion) or all at once on initial loading. This property is in effect in virtual binding mode. - - - true if a node hierarchy is created dynamically (on node expansion); false if a node hierarchy is created all at once on initial loading. - - - - - - - - - - - - - - - Posts the focused node's values to the data source. - - - - - - - - Enables deletion updates after calling the method and forces an immediate update. - - - - - - - - Enables selection updates after calling the method and forces an immediate update. - - - - - - - - Forces the control to update itself after the method has been called. - - - - - - - - - - Fires after a sorting operation has finished. - - - - - - - - Forces the control to update itself after the method has been called. - - - - - - - - Unlocks the TreeList object after a call to the BeginUpdate method and causes an immediate visual update. - - - - - - - - - - Expands all nodes. - - - - - - - - Expands nodes up to the specified level. - - - - A System.Int32 value that specifies the level up to which nodes should be expanded. - - - - - - - - Exports the control's data to the specified stream in CSV format using the specified options. - - - - A object to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in CSV format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the Tree List's data to the specified CSV file. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - - - - - Exports data to the specified stream in CSV format. - - - - A object to which the created document is exported. - - - - - - - - Exports the control's data in the Office Open XML file format and saves it to the specified DOCX file. - - - - A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created. - - - - - - - - Exports the control's data in the Office Open XML file format (DOCX file) and sends it to the specified stream. - - - - - A System.IO.Stream object to which the created document should be exported. - - - - - - - - Exports the Tree List's data as HTML and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the Tree List's data to the specified file as HTML. - - - - A value which contains the full path (including the file name and extension) specifying where the HTML file will be created. - - - - - - - - Exports the control's data to the specified stream in HTML format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in HTML format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to a file in MHT format using the specified character encoding. - - - - - A that specifies the full path to the file, to which the created document will be exported - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - - - - - Exports the control's data to a file in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A that specifies the full path to the file, to which the created document will be exported . - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the control's data to a stream in MHT format using the specified character encoding, with the specified title. The output file can be compressed (secondary characters e.g. spaces are removed) if required. - - - - - A object, to which the created document will be exported. - - - - - A representing the encoding name set in the output document (e.g. "UTF-8"). - - - - A containing the name shown as the title of the created document. - - - - true if the MHT code is compressed (secondary characters e.g. spaces are removed); otherwise, false. - - - - - - - - Exports the control's data to the specified file in MHT format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified stream in MHT format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the Tree List's data to the specified PDF file. - - - - A value which specifies the full path (including the file name and extension) to where the PDF file will be created. - - - - - - - - - Exports the Tree List's data to a PDF document and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the control's data to the specified file in PDF format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified stream in PDF format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the Tree List's data as Rich Text and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the Tree List's data to the specified RTF file. - - - - A value which specifies the full path (including the file name and extension) to where the RTF file will be created. - - - - - - - - Exports the Tree List's data to a text file at the specified path. - - - - A value which specifies the full path (including the file name and extension) to where the text file will be created. - - - - - - - - - Exports the Tree List's data to a text document and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the control's data to the specified stream in Text format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified file in Text format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the Tree List's data to the specified file as XLS. - - - - A value which specifies the full path (including the file name and extension) to where the XLS file will be created. - - - - - - - - - Exports the Tree List's data as XLS and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the control's data to the specified file in XLS format using the specified options. - - - - A which specifies the name (including the full path) of the file to which the control is exported. - - - - A object which specifies the export options to be applied when the control is exported. - - - - - - - - Exports the control's data to the specified stream in XLS format using the specified options. - - - - A object, to which the created document is exported. - - - - A object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options. - - - - A object, to which the created document is exported. - - - - An object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports data to a file in XLSX (MS Excel 2007) format using the specified options. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - An object which specifies the XLS export options to be applied when the control is exported. - - - - - - - - Exports data to the specified file in XLSX (MS Excel 2007) format. - - - - A that specifies the full path to the file, to which the created document is exported. - - - - - - - - Exports data to the specified stream in XLSX (MS Excel 2007) format. - - - - A object, to which the created document is exported. - - - - - - - - Exports the Tree List's data as XML and sends it to the specified stream. - - - - A object which the created document is exported to. - - - - - - - - Exports the Tree List's data to the specified file as XML. - - - - The that contains the full path (including the file name and extension) specifying where the XML file will be created. - - - - - - - - Provides access to a filter condition collection. This property is in effect in version 16.2 and older if the option is true. -In versions 17.1 and newer, we suggest that you use the advanced in-code filtering mechanism as described in the Filtering topic. - - - A object that represents the collection of filter conditions for a Tree List. - - - - - - - Allows you to customize the Filter Editor before it is displayed on screen. - - - - - - - - This event is obsolete. Use the event instead. - - - - - - - - Forces the Tree List control to re-filter its data. - - - - - - - - Forces data filtration for the specified node collection. - - - - A collection of nodes to be filtered. - - - - - - - - Gets the text displayed within the Filter Panel. - - - The text displayed within the filter panel. - - - - - - - Allows you to customize templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. - - - - - - - - Allows you to remove and modify items in the Excel-style Filter Dropdown, as well as add your own custom items that apply specific filtering conditions. - - - - - - - - Allows you to replace templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context. - - - - - - - - Fires when a new data filter is about to be applied to the control using the Excel-style Filter Dropdown, and allows you to substitute the filter. - - - - - - - - Gets the text displayed in the Find Panel's edit box. - - - A String value that is the text currently displayed in the Find Panel's edit box. - - - - - - - - Returns the first node that matches the specified criteria. - - - - The method that defines a set of criteria and determines whether a meets those criteria. - - - The first node that matches the specified criteria. null (Nothing in Visual Basic) if no matching node is found. - - - - - - - Returns a node by its field value. - - - - A value which identifies the column. - - - - An object which represents the field value of the requested node. - - - A object that represents the node which contains the specified value within the specified column. null (Nothing in Visual Basic) if the node isn't found. - - - - - - - - Returns the node specified by its identifier. - - - - An integer value specifying the identifier of the requested node. - - - A object representing the node with the specified identifier. null (Nothing in Visual Basic) if there is no node with the specified identifier. - - - - - - - Returns the node by its key field value. - - - - An object representing the key field value of the requested node. - - - The node that has the specified key field value. null (Nothing in Visual Basic) if no node is found that matches the criteria. - - - - - - - - - Returns all nodes that match the specific criteria. - - - - A Predicate that specifies the search criteria. - - - An array of the objects that match the specific criteria. - - - - - - - Gets or sets whether the Find Panel is visible. - - - true, if the Find Panel is visible; otherwise, false. - - - - - - - Forces an update to the control's properties listed within the property grid at design time. - - - - - - - - Gets or sets the width of fixed panel dividers. - - - An integer value which specifies the width of vertical lines, in pixels, that separate anchored columns from other columns. - - - - - - - Gets or sets the focused column. - - - The focused column. - - - - - - - Fires immediately after focus has been moved from a column. - - - - - - - - Gets or sets the focused node. - - - A object representing the focused node. null (Nothing in Visual Basic) if no node is focused. - - - - - - - Fires immediately after changing the focused node. - - - - - - - - Returns the focused Tree List cell value. - - - An Object that is the value of the focused Tree List cell. - - - - - - - Gets or sets the height of the Summary Footer. - - - An integer value that is the Summary Footer's height. - - - - - - - Forces the Tree List to finish its initialization. - - - - - - - - Gets the collection of style format conditions. - - - A object that represents the collection of style format conditions. - - - - - - - Provides access to a collection of conditional formatting rules, which allow you to change the appearance of individual cells or rows based on specific conditions. - - - A collection of conditional formatting rules. - - - - - - - Collapses all expanded nodes within the XtraTreeList. - - - - - - - - Expands all nodes within the XtraTreeList. - - - - - - - - Expands all child nodes of a specific node. - - - - The to expand. - - - - - - - - Returns the list of nodes that are checked. - - - The list of nodes that are checked. - - - - - - - Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List column. - - - - A that owns an automatic filtering row cell, whose filtering value is to be retrieved. - - - An Object that is the filtering value. - - - - - - - Gets the column by the bound field's index within the data source. - - - - An integer value representing the zero-based index of the field whose bound column is sought for. - - - A object representing the column with the specified bound field index. - - - - - - - Returns a column by its visible index. - - - - An integer value representing the column's index among other visible columns. - - - A object or its descendant representing a column displayed at the position specified among other visible columns. null (Nothing in Visual Basic) if there is no column at the specified position. - - - - - - - Gets the error description for the focused cell or the entire focused node. - - - - A object representing the column where the focused cell resides. null (Nothing in Visual Basic) to return the error description for the entire node. - - - A string value representing an error description. - - - - - - - Gets the type of the error associated with the specified cell in the currently focused node. - - - - A object identifying the cell within the focused row. - - - An value that specifies the type of error. - - - - - - - Provides the ability to assign editors to individual cells. - - - - - - - - Provides the ability to assign custom style to individual cells. - - - - - - - - Enables you to perform custom summary value calculations. - - - - - - - - Returns a data row associated with the node specified. - - - - The object representing the node whose associated data row is to be obtained. - - - A data row associated with the node specified. null (Nothing in Visual Basic) if the node is not found. - - - - - - - Returns a Tree List row as a DataRow object. - - - - An Int32 value assigned to the processed node's property. - - - A DataRow object that represents a Tree List row. - - - - - - - Returns the actual editor show mode based on the property. - - - An value that specifies the actual editor show mode. - - - - - - - Returns the focused Tree List row as a DataRow object. - - - A DataRow object that represents the currently focused Tree List row. - - - - - - - Returns the display text of the currently focused Tree List cell. - - - A String value that is the display text of the currently focused Tree List cell. - - - - - - - Retrieves the currently focused Tree List row. - - - An Object that is the currently focused Tree List row. - - - - - - - Returns the text displayed by a Tree List cell that resides within the currently focused data row. - - - - A that owns a cell whose visible text is to be obtained. - - - A String value that is the visible cell text. - - - - - - - Retrieves the value stored within the required cell of the currently focused row. - - - - A that specifies a column that owns a target cell. - - - An Object that is the cell value. - - - - - - - Returns a summary value calculated against the specified group of nodes. - - - - A object which represents the column whose values are used for summary calculation. - - - - A object which represents the nodes collection containing the nodes against which the summary is calculated. - - - An object which represents the summary value calculated against a group of nodes. - - - - - - - Returns information on the current control at a specified point. - - - - A Point that represents a single (x,y) coordinate. - - - A object containing information on the control at a specified point. - - - - - - - Returns the Tree List node located under the target coordinates. - - - - An Int32 value that specifies the horizontal coordinate of the tested location.. - - - - An Int32 value that specifies the vertical coordinate of the tested location. - - - A object that is the Tree List node located under the target coordinates. - - - - - - - Returns the Tree List node located under the target coordinates. - - - - A Point structure that specifies coordinates. - - - A object that is the Tree List node located under the target coordinates. - - - - - - - Returns a node with the specified index among the visible nodes. - - - - A zero-based integer specifying the node's index. - - - A object representing the node with the specified index. null (Nothing in Visual Basic) if the node with the specified index is not found. - - - - - - - Provides the ability to display custom values within cells. - - - - - - - - Gets the specified node's index. - - - - A object representing the node whose index is to be obtained. - - - An integer value representing the destination position of the node within its parent node's child collection. -1 if the specified node is a null reference or doesn't belong to any node collection. - - - - - - - Returns a list of all nodes in the TreeList. - - - A list of all nodes in the TreeList. - - - - - - - Enables you to supply custom text for nodes' preview sections. - - - - - - - - Permits manual calculations of summary values for the printed version of the Tree List control. - - - - - - - - Enables you to display custom text in preview sections when the control is printed. - - - - - - - - Retrieves an object that represents the required Tree List row. - - - - An Int32 value assigned to the required node's property. - - - An Object that represents the required row. - - - - - - - Returns the text displayed by a specific Tree List cell. - - - - A that owns a cell whose text is to be returned. - - - - A that owns a cell whose text is to be returned. - - - A String value that is the visible cell text. - - - - - - - Retrieves the value stored within the required cell. - - - - A object that specifies a row that owns a target cell. - - - - A that specifies a column that owns a target cell. - - - An Object that is the cell value. - - - - - - - Returns the list of currently selected cells. - - - A object that contains the cells currently selected. - - - - - - - - Returns the list of columns currently selected in the specified node. - - - - A node in which to locate the selected columns. - - - A list of columns currently selected in the specified node. - - - - - - - Allows you to dynamically assign select images to nodes. - - - - - - - - Gets the column involved in sorting by its index within the sort column collection. - - - - An integer value representing the zero-based index of the column within the sort column list. - - - A object representing the requested column. null (Nothing in Visual Basic) if the specified sort column index is negative or exceeds the last available index. - - - - - - - Allows you to assign state images to nodes. - - - - - - - - Returns a summary value calculated against all the Tree List nodes or against the root nodes only. - - - - A object which represents the column whose values are used for summary calculation. - - - - true to calculate the summary against all the Tree List nodes; false to calculate a summary only against the root nodes. - - - An object which represents the summary value calculated against Tree List nodes. - - - - - - - Returns a summary value calculated against all the Tree List nodes or against the root nodes only. - - - - A object which represents the column whose values are used for the summary calculation. - - - An object which represents the summary value calculated against the Tree List nodes. - - - - - - - Returns the index of the specified node among the visible nodes. - - - - The object representing the node whose visible index is obtained. - - - An integer value specifying the position of the specified node among the visible nodes. - - - - - - - This property is obsolete. Gets or sets the size of group buttons. - - - An integer value specifying the size of group buttons in pixels. - - - - - - - Indicates whether the focused node or at least a single cell within the focused node has an error assigned. - - - true if the focused node has errors; otherwise, false. - - - - - - - Gets a value indicating whether the Tree List control is focused. - - - true if the Tree List has focus; otherwise, false. - - - - - - - Fires immediately after a cell editor has been closed. - - - - - - - - Fires immediately after the Customization Form has been closed. - - - - - - - - Switches the TreeList control from edit to browse mode without saving changes. - - - - - - - - Hides the Find Panel. - - - - - - - - Hides the animated Loading Panel indicating the data load process. - - - - - - - - Gets or sets the column in which tree list nodes display their expand/collapse buttons. - - - A object specifying the column in which tree list nodes display their expand/collapse buttons. - - - - - - - Gets the indent in the column displaying node collapse/expand buttons. - - - An integer value specifying the indent in the column displaying node collapse/expand buttons. - - - - - - - Gets the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons. - - - A string value specifying the name of a field in the underlying data source whose tree list column displays the node expand/collapse buttons. - - - - - - - Gets or sets the offset by which the Tree List is scrolled horizontally when the scrollbar buttons are clicked. - - - An integer value specifying by how many pixels the Tree List is scrolled. - - - - - - - Gets or sets a value specifying when the horizontal scrollbar should be displayed. - - - A enumeration value specifying when the horizontal scrollbar should be displayed. - - - - - - - Gets or sets a collection of images to be inserted into column headers using HTML tags. - - - A ImageCollection object that stores a collection of images. - - - - - - - Gets or sets the name of the field whose values represent select image indexes for corresponding nodes. - - - A string value specifying the name of the field that serves as the source of select image indexes. - - - - - - - Imports the data to the Tree List from the XML file. - - - - A value that specifies the full path (including the file name and extension) to the file in XML format which data will be imported to the Tree List. - - - - - - - - Imports the data to the Tree List from the specified stream. - - - - A object which the Tree List's data is imported from. - - - - - - - - For internal use. - - - - - - - - - - - - - - Gets or sets the node indicator's width. - - - An integer value specifying the width of the node indicator in pixels. - - - - - - - This method supports the internal infrastructure and is not intended to be called directly from your code. - - - - - - - - - - - - - - Invalidates the specified band header. - - - - An object that specifies the band whose header is to be invalidated. - - - - - - - - Invalidates the band panel. - - - - - - - - Invalidates the specified cell. - - - - A object representing the node that contains the cell to invalidate. - - - - A object representing the column to which the invalidated cell belongs. - - - - - - - - Invalidates the header of the specified column. - - - - A object specifying the column whose header is to be invalidated. - - - - - - - - Invalidates the column header panel. - - - - - - - - Invalidates the Filter Panel. - - - - - - - - Invalidates the specified node. - - - - A object specifying the node to be invalidated. - - - - - - - - Invalidates all visible nodes and row footers. - - - - - - - - Invalidates the summary footer panel. - - - - - - - - Fires when a node fails validation or when its data cannot be saved to the data source. - - - - - - - - - Enables you to handle exceptions raised as a result of assigning invalid values to cells. - - - - - - - - This member supports the Tree List's infrastructure and should not be used from your code. - - - - A object representing data for the event. - - - - - - - - Gets whether the specified node is an Automatic Filtering Row. - - - - - A object for which to return whether it is an Automatic Filtering Row. - - - - true, if the specified node is an Automatic Filtering Row; otherwise, false. - - - - - - - - Returns whether the cell in the specified node and column is currently selected. - - - - A node that contains the required cell. - - - - A column that contains the required cell. - - - true, if the cell in the specified node and column is currently selected; otherwise, false. - - - - - - - Checks whether or not the Filter Editor dialog is available for the specific Tree List column. - - - - A to check. - - - true, if the Filter Editor is available; otherwise, false. - - - - - - - Gets a value indicating whether the Tree List is currently in design mode. - - - true, if the Tree List is in design mode; otherwise, false. - - - - - - - Returns whether or not the Find Panel is currently visible. - - - true, if the Find Panel is currently visible; otherwise, false. - - - - - - - Gets whether the current Tree List control functions as a part of a control. - - - true, if the current Tree List control functions as a part of a control; otherwise, false. - - - - - - - Indicates whether a specific is currently visible. - - - - A whose visibility is inspected. - - - true, if a specific node is visible; otherwise, false. - - - - - - - Gets whether the TreeList control is sending information to the print/export engine. - - - true, if the TreeList control is sending information to the print/export engine; otherwise, false. - - - - - - - Indicates whether the Tree List can be printed or exported. - - - true if the Tree List can be printed or exported; otherwise, false. - - - - - - - Returns whether the specified node is a root node. - - - - A object for which to return whether it is a root node. - - - true, if the specified node is a root node; otherwise, false. - - - - - - - Obtains the value determining whether the current control is in unbound mode. - - - true, if the current control is in unbound mode, otherwise, false. - - - - - - - Gets or sets the name of the key field that uniquely identifies records in the data source. - - - A string value representing the name of the field used as the unique record identifier. - - - - - - - - Called when global changes are applied to the object. - - - - - - - - Fires after a Tree List's layout has been changed. - - - - - - - - Occurs after a layout the version of which doesn't match the current layout version used has been loaded from storage (a stream, xml file or system registry). - - - - - - - - Gets or sets the version of the control's layout. - - - A string representing the version of the control's layout. - - - - - - - Gets or sets a value specifying the number of pixels by which the control's content is scrolled horizontally. - - - An integer value specifying the horizontal scrolling offset of the control's content in pixels. - - - - - - - Fires when the control's content is scrolled horizontally. - - - - - - - - Occurs when a TreeList control is displayed for the first time. - - - - - - - - Gets or sets whether the animated Loading Panel indicating the data load process is displayed. - - - true, if the Loading panel is displayed; otherwise, false. - - - - - - - In bound mode, prevents updates of the tree structure when adding and deleting nodes and changing nodes' parents via the Tree List or data source, until the method is called. - - - - - - - - - Provides access to settings which control the Tree List's look and feel. - - - A object whose properties specify the Tree List control's look and feel. - - - - - - - Scrolls the control's content so that the specified column becomes visible on screen. - - - - The column to make visible on screen. - - - - - - - - Makes visible the specified via the parameter. - - - - The to make visible. - - - The found node's index among visible nodes. - - - - - - - Allows you to specify the height of individual preview sections in pixels. - - - - - - - - Gets or sets the minimum allowed width of all the columns in a Tree List. - - - An integer value that specifies the minimum width of columns, in pixels. - - - - - - - Moves focus to the first node. - - - A object representing the focused node. - - - - - - - Moves focus to the last node within the current . - - - A object representing the focused node. - - - - - - - Moves focus to the last visible node within the current . - - - A representing the focused node. - - - - - - - Moves focus to the node following the currently focused one within the current control. - - - A object representing the focused node. - - - - - - - Moves focus to the next visible node following the currently focused one within the current control. - - - A object representing the focused node. - - - - - - - Moves the specified via the sourceNode parameter to the collection of the specified by the destinationNode parameter. - - - - The moved . - - - - A accepting the moved one. - - - true, if the sourceNode was moved, otherwise, false. - - - - - - - Moves the selected node to the specified node's child collection. - - - - A object representing the node to be moved. - - - - A object representing the node to whose child collection the node is moved. null (Nothing in Visual Basic) if the source node must be moved to the root nodes collection. - - - - - true, if the parent field value of the source node must be set to the key field value of the destination node; otherwise false. - - - - true, if the node has been moved successfully, otherwise false. - - - - - - - Moves the specified via the sourceNode parameter to the collection of the specified by the destinationNode parameter. - - - - The moved . - - - - A accepting the moved one. - - - - true if the destination node's key field value is assigned to the parent field of the source node; otherwise false. - - - - An Int32 value that specifies the position that the moved node occupies within the destination collection. - - - true, if the sourceNode was moved, otherwise, false. - - - - - - - Moves the objects specified via the sourceNodes parameter to the collection of the specified by the destinationNode parameter. - - - - The moved objects. - - - - A accepting the moved one. - - - - true, if the destination node's key field value is assigned to the parent field of the source node; otherwise, false. - - - - An Int32 value that specifies the position that the moved node occupies within the destination collection. - - - true, if the sourceNode was moved, otherwise, false. - - - - - - - Moves focus to the node preceding the currently focused one within the current control. - - - A object representing the focused node. - - - - - - - Moves focus to the visible node preceding the currently focused one within the current control. - - - A object representing the focused node. - - - - - - - Provides access to the TreeList's most recently used filters. - - - A object that stores the recently used filters. - - - - - - - Enables appearances to be assigned to individual cells. - - - - - - - - Fires after the node's property has changed. - - - - - - - - Provides access to the collection of the TreeList's root nodes. - - - The collection of root nodes. - - - - - - - Gets an object that enables you to perform specific operations on a set of nodes. - - - A object used to perform predefined operations on a set of nodes. - - - - - - - Fires when the Tree List control reloads all nodes. - - - - - - - - Gets a CriteriaOperator-based filter applied to the TreeList and not associated with any column. - - - - A object that specifies a filter applied to the TreeList and not associated with any column. - - - - - - - - - Gets the text representation of the filter applied to the TreeList and not associated with any column. - - - - - The text representation of the filter that is not associated with any Tree List column. - - - - - - - - Provides access to the Tree List's behavior options. - - - A object which contains the Tree List's behavior options. - - - - - - - Provides access to the options that control copying to the clipboard. - - - - A object that provides access to the clipboard options. - - - - - - - - Provides access to a 's customization options. - - - An object that specifies the TreeList's customization options. - - - - - - - Contains options that control the node drag-and-drop functionality. - - - An object that provides drag-and-drop options. - - - - - - - Provides access to the TreeList's filtering options. - - - A object containing the filtering options. - - - - - - - - Provides access to settings controlling the behavior and visibility of the current TreeList's Find Panel and its elements. - - - A object that stores the settings controlling the behavior and visibility of the current TreeList's Find Panel and its elements. - - - - - - - Provides access to options that specify how a control's layout is stored to and restored from a data store (a stream, xml file or the system registry). - - - An object that provides the corresponding options. - - - - - - - Provides access to the Tree List's menu options. - - - A object which provides the Tree List's menu options. - - - - - - - Provides access to a 's focus navigation options. - - - An object that specifies the TreeList's focus navigation options. - - - - - - - Provides access to the Tree List's options that affect how the control is printed and exported. - - - A object which contains the print and export options. - - - - - - - Provides access to the Tree List's selection options. - - - A object which contains the Tree List's selection options. - - - - - - - Provides access to the Tree List's display options. - - - A object which contains the Tree List's display options. - - - - - - - For internal use. - - - - - - - - - - - - - - Gets an object that provides the painting functionality of the TreeList control. - - - A TreeListPainter object implementing the control's painting functionality. - - - - - - - A DirectX-compatible method that replaces the standard Control.Paint method. - - - - - - - - Gets or sets the name of the data source field that identifies each record's parent. This Parent field contains corresponding parent records' key fields ( field values). - - - The name of the field used as an identifier of a parent record within a data source. - - - - - - - Pastes data from clipboard in the Tree List according to the current and settings (available from the object). - - - - - - - - Creates columns for all fields in the bound data source. - - - - - - - - Allows you to customize the default menus for column headers, summary footers and nodes. - - - - - - - - Posts edited cell's value to the associated data source. - - - - - - - - Gets or sets the name of the field that automatically provides data for preview sections. - - - The name of the field whose values are displayed in preview sections. - - - - - - - Gets or sets the number of text lines in preview sections. - - - An integer value specifying the number of text lines within preview sections. - - - - - - - Prints the Tree List control. - - - - - - - - Displays the standard Print dialog to print the data displayed in the TreeList control. - - - - - - - - Fires repeatedly while the TreeList's data is being printed/exported. - - - - - - - - Forces the Tree List to invalidate its client area and immediately redraw itself. - - - - - - - - Calls the Control.Refresh method, and optionally, clears all automatically calculated node heights. - - - - - true, to recalculate node heights; otherwise, false. - - - - - - - - Refreshes the specified cell. - - - - A that contains the specified cell. - - - - A object that is the column where the target cell resides. - - - - - - - - Updates the Tree List control to reflect changes made to a data source. - - - - - - - - Refreshes the active editor. - - - - true, if the editor should update the value it displays; otherwise, false. - - - - - - - - Refreshes the specified node. - - - - A to be refreshed. - - - - - - - - Resets all automatic filtering row conditions to their defaults. - - - - - - - - Restores the control layout stored at the specified system registry path. - - - - A string value specifying the system registry path. - - - - - - - - Restores the control's layout stored at the specified system registry path, using the specified options. - - - - A string value specifying the system registry path. - - - - An object that specifies which Tree List options must be restored. -Or a object, to restore all the settings. - - - - - - - - Loads the control's layout from a stream. - - - - A System.IO.Stream object from which the control's settings are read. - - - - - - - - Loads the control's layout from a stream, using the specified options. - - - - A System.IO.Stream object from which the control's settings are read. - - - - An object that specifies which Tree List options must be restored. -Or, a object, to restore all the settings. - - - - - - - - Loads a control's layout from the specified XML file. - - - - A string value specifying the XML file from which control settings are read. - - - - - - - - - Loads a control's layout from the specified XML file, using the specified options. - - - - A string value specifying the XML file from which control settings are read. - - - - An object that specifies which Tree List options must be restored. -Or, a object, to restore all the settings. - - - - - - - - Gets or sets the value that identifies root records in the data source. The root records must have the RootValue in the field the ParentFieldName property specifies. - - - An object the root nodes contain in the field specified by the property. - - - - - - - Fires when a cell is clicked. - - - - - - - - Fires when a row (node) is clicked. - - - - - - - - Gets or sets the height of a node in pixels. - - - An integer value specifying the height of a node in pixels. - - - - - - - Fires when a row's select image is clicked. - - - - - - - - Fires when a row's state image is clicked. - - - - - - - - Saves the control's layout to the specified system registry path. - - - - A string value, specifying the system registry path to which the layout is saved. - - - - - - - - Saves the control's layout to the specified system registry path, using the specified options. - - - - - A string value specifying the system registry path. - - - - An object that specifies which Tree List options must be saved. -Or, a object, to save all the settings. - - - - - - - - Saves the control's layout to a stream. - - - - A System.IO.Stream object to which the control's layout is written. - - - - - - - - Saves the control's layout to a stream, using the specified options. - - - - A System.IO.Stream object to which the control's layout is written. - - - - An object that specifies which Tree List options must be saved. -Or, a object, to save all the settings. - - - - - - - - Saves a control's layout to a specified XML file. - - - - A string value specifying the XML file name. - - - - - - - - Saves a control's layout to a specified XML file, using the specified options. - - - - A string value specifying the XML file name. - - - - An object that specifies which Tree List options must be saved. -Or, a object, to save all the settings. - - - - - - - - Selects all currently visible nodes. - - - - - - - - Selects the cell in the specified node and column. - - - - A node in which to select the cell. - - - - A column in which to select the cell. - - - - - - - - Selects cells in the specified range. - - - - A node containing the cell that specifies the starting point of the range to select. - - - - - A column containing the cell that specifies the starting point of the range to select. - - - - - A node containing the cell that specifies the end point of the range to select. - - - - A column containing the cell that specifies the end point of the range to select. - - - - - - - - Selects cells in the specified range by data source IDs. - - - - An ID of the node containing the cell that specifies the starting point of the range to select. - - - - A column containing the cell that specifies the starting point of the range to select. - - - - An ID of the node containing the cell that specifies the end point of the range to select. - - - - A column containing the cell that specifies the end point of the range to select. - - - - - - - - Fires when the user clicks a node's select image. - - - - - - - - Gets or sets the source of select images for nodes. - - - - An object which represents the source of select images. - - - - - - - - Gets the collection of selected nodes. - - - A instance containing selected nodes. - - - - - - - Fires in response to changing selection when the TreeList is in multiselect mode. - - - - - - - - Selects the specified node. - - - - A node to select. - - - - - - - - Selects nodes in the specified range by data source IDs. - - - - An ID of the node that specifies the starting point of the range to select. - - - - An ID of the node that specifies the end point of the range to select. - - - - - - - - Selects nodes in the specified range. - - - - A node that specifies the starting point of the range to select. - - - - A node that specifies the end point of the range to select. - - - - - - - - Assigns a required value to a automatic filtering row cell owned by a specific Tree List column. - - - - A that owns the target cell. - - - - An Object that is the filtering value. - - - - A enumerator value that is the filtering condition. - - - - - - - - Sets an error description for a cell within the focused node or for the entire focused node. - - - - A object representing a column that contains an error cell. null (Nothing in Visual Basic) if the error description should be assigned to the entire focused node. - - - - A string value representing an error description. An empty string to clear the assigned error. - - - - - - - - Sets an error description and an error type for the specified cell within the focused node. - - - - A that identifies the cell to which an error is set. - - - - A string value representing an error description. An empty string to clear the assigned error. - - - - An value that specifies the type of the error. Error types correspond to specific error icons. - - - - - - - - Moves the specified column to the specified position among visible columns belonging to the same band. - - - - An object that specifies the column to be moved. - - - - The zero-based index of the row where the specified column should be moved. This value is assigned to the property. - - - - The zero-based index of the column within a band row where the specified column should be moved. This value is assigned to the property. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Activates automatic row height adjustment. - - - - - - - - Sets the options provided by the property to their default values. - - - - - - - - Sets focus to a specific node within the current control. - - - - The node to set focus on. - - - The index of the focused node among visible nodes. - - - - - - - Assigns the required value to a cell within the focused Tree List node. - - - - A String value that identifies the data source field with which a target cell's column is associated. - - - - An Object that is the value to be assigned. - - - - - - - - Assigns a value to the specified column within the currently focused data row. - - - - A that owns the cell to which the required value will be assigned. - - - - An Object that is the value to be assigned. - - - - - - - - Assigns the required value to the focused Tree List cell. - - - - An Object that is the value to be assigned to the focused cell. - - - - - - - - Sets the node's check state to the specified value. Allows you to set the check state for the node's children. - - - - A object whose check state is to be changed. - - - - A CheckState value that specifies the node's new check state. - - - - true to set the check state of the node's children to the specified value; otherwise, false. - - - - - - - - Sets the node's check state to the specified value. - - - - A object whose check state is to be changed. - - - - A CheckState value that specifies the node's new check state. - - - - - - - - Moves the specified node to a new position within its parent node's child collection. - - - - A object representing the node to be moved. - - - - An integer value representing the destination position of the node within its parent node's child collection. - - - - - - - - Sets the TreeList cell to a specific value. - - - - A that specifies the target cell's row. - - - - A String value that identifies the data source field with which a target cell's column is associated. - - - - An Object that is the value to be assigned to the target cell. - - - - - - - - Sets the TreeList cell to a specific value. - - - - A that specifies the target cell's row. - - - - A that specifies the target cell's column. - - - - An Object that is the value to be assigned to the target cell. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - - - Invokes the condition selector's menu for the specific column in the automatic filtering row. - - - - A for which the condition selector menu should be invoked. - - - - - - - - Gets or sets a value determining the manner in which the editor buttons of cells are displayed. - - - A enumerator value that specifies the manner in which editor buttons are displayed. - - - - - - - - Fires immediately after the Customization Form has been displayed. - - - - - - - - Switches the TreeList control to edit mode. - - - - - - - - Shows the Filter Editor. - - - - A object to which a filter is applied in the Filter Editor. - - - - - - - - - Shows the filter pop-up menu for the specified column. - - - - A object specifying the column for which to show the filter pop-up menu. - - - - - - - - Allows you to customize checked Column's Filter DropDown lists before they are displayed. - - - - - - - - - Allows you to customize a column's dropdown calendar before it is displayed. - - - - - - - - Allows you to hide specific filtering conditions from the "Filters" tab of the Excel-style Filter Dropdown. - - - - - - - - Enables you to customize a particular Column's Filter DropDown. - - - - - - - - Displays the Find Panel. - - - - - - - - Fires before the TreeList is switched to edit mode. - - - - - - - - Shows the animated Loading Panel indicating the data load process. - - - - - - - - Fires immediately after a cell editor has been invoked. - - - - - - - - Opens the Print Preview window with a Bars UI. - - - - - - - - Displays the Print Preview window with a Ribbon UI. - - - - - - - - Allows you to customize the default menus for column headers, summary footers and nodes. - - - - - - - - Invokes an Expression Editor that enables editing an expression for the specified unbound column. - - - - A that represents an unbound column whose expression will be edited in the Expression Editor. - - - - - - - - Gets the number of columns involved in sorting. - - - An integer value representing the number of columns involved in sorting. - - - - - - - Starts an incremental search for the specified string. - - - - The text to locate. - - - - - - - - Fires before a sorting operation is started. - - - - - - - - Gets the control's current state. - - - A enumeration member, indicating the Tree List's current state. - - - - - - - - Fires after the Tree List's state has changed. - - - - - - - - Fires when the user clicks a node's state image. - - - - - - - - Gets or sets the source of state images for nodes. - - - - An object which represents the source of state images. - - - - - - - Stops the incremental search, if there is one currently in progress. - - - - - - - - Allows you to replace the applied filter with another filter. - - - - - - - - Gets or sets the index of the top visible node. - - - An integer value specifying the zero-based index of the top visible node. - - - - - - - Fires when the control's content is scrolled vertically. - - - - - - - - Gets or sets the vertical scroll position of the top node. - - - A System.Int32 value that specifies the vertical scroll position of the top node - - - - - - - Gets or sets the width of the level indents. - - - - An integer which specifies the width of the level indents. The property's minimum value is 12. - - - - - - - Gets or sets the style (solid, dash, etc.) of lines indicating the node hierarchy in the row indent area. This property is obsolete, use instead. - - - A enumerator value specifying the style for displaying tree lines. - - - - - - - Gets a value indicating whether the current control is being unloaded from memory. - - - true, if the control is being unloaded from memory; otherwise, false. - - - - - - - Provides the ability to perform custom handling of a context menu item click. - - - - - - - - Gets or sets the only column whose values are displayed by the control in TreeView visual style. - - - The only column whose values are displayed by the control in TreeView visual style. - - - - - - - Gets or sets the only field whose values are displayed by the control in TreeView visual style. - - - The name of the field whose values are displayed by the control in TreeView visual style. - - - - - - - Fires after an Expression Editor has been created for an unbound column. - - - - - - - - Unchecks all nodes in the Tree List control. - - - - - - - - Updates the control's tree structure after the method call, and updates it immediately. - - - - - - - - - Discards selection of the cell in the specified intersection. - - - - A node in which to unselect the cell. - - - - A column in which to unselect the cell. - - - - - - - - Discards selection of the specified range of cells. - - - - A node containing the cell that specifies the starting point of the range to unselect. - - - - - A column containing the cell that specifies the starting point of the range to unselect. - - - - - A node containing the cell that specifies the end point of the range to unselect. - - - - A column containing the cell that specifies the end point of the range to unselect. - - - - - - - - Discards selection of the specified range of cells by data source IDs. - - - - An ID of the node containing the cell that specifies the starting point of the range to unselect. - - - - A column containing the cell that specifies the starting point of the range to unselect. - - - - An ID of the node containing the cell that specifies the end point of the range to unselect. - - - - A column containing the cell that specifies the end point of the range to unselect. - - - - - - - - Discards selection of the specified node. - - - - A node to unselect. - - - - - - - - Discards selection of nodes in the specified range by data source IDs. - - - - An ID of the node that specifies the starting point of the range to unselect. - - - - An ID of the node that specifies the end point of the range to unselect. - - - - - - - - Discards selection of nodes in the specified range. - - - - A node that specifies the starting point of the range to unselect. - - - - A node that specifies the end point of the range to unselect. - - - - - - - - This member supports the internal infrastructure, and is not intended to be used directly from your code. - - - - - - - - - - Gets or sets whether the DirectX Hardware Acceleration is enabled for the TreeList control. - - - The DefaultBoolean.Default value is equivalent to DefaultBoolean.True. - - - - - - - Gets or sets whether the control is painted grayed out, when it's in the disabled state. - - - true if the control is painted grayed out, when it's in the disabled state; otherwise, false - - - - - - - Gives you the ability to specify whether a modified node's data is valid, and if this node can lose focus. - - - - - - - - Fires when an editor is validated. - - - - - - - - Gets or sets a value specifying when the Tree List's vertical scrollbar is visible. - - - A enumeration value specifying when the vertical scrollbar is visible. - - - - - - - Gets the control's view/display information. - - - A TreeListViewInfo object providing view information on all the Tree List's elements. - - - - - - - Gets or sets whether the control renders its data in a default Tree List style (cell borders, column headers and indicator panel are visible by default) or Tree View style (no cell borders, column headers and indicator panel). - - - A value that specifies the control's visual style. - - - - - - - This event allows you to initialize cells (and optionally the check state) of the processed node, when populating the Tree List control with data dynamically. - - - - - - - - This event allows you to provide root and child nodes, when populating the Tree List control with data dynamically. - - - - - - - - - Allows changes that are made to node cells and check state to be stored. - - - - - - - - Gets the number of visible columns within the Tree List. - - - An integer value representing the number of visible columns. - - - - - - - Gets the collection of visible columns. - - - A VisibleColumnsList object storing visible columns. - - - - - - - Gets the number of rows which are not hidden within collapsed groups. - - - An integer value representing the number of rows which are not hidden within collapsed groups. - - - - - - - - Provides data for the , , and events. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - - - - - Gets the current Tree List node. - - - A object that specifies the current Tree List node. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - The image index. - - - - - - - - Gets or sets the index of the node's image in a source image list. -When handling the event, the source of images is specified by the property. -When handling the event, the source of images is specified by the property. - - - An integer value representing the zero-based index of an image from a source image list. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - The image index. - - - - Indicates whether a node is focused. - - - - - - - - Gets or sets a value indicating whether a node is focused. - - - true, if a node is focused; otherwise, false. - - - - - - - - Represents a method that will handle the and events of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the and events. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - Preview text. - - - - - - - - Gets or sets the preview text. - - - The preview text. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - The nodes collection to calculate a summary. - - - - A Tree List column. - - - - Determines the collection contained in the nodes parameter. - - - - - - - - Obtains the Tree List column used by the summary calculations. - - - A Tree List column used by the summary calculations. - - - - - - - Gets or sets a value to be displayed within a summary. - - - An object representing the custom summary value. - - - - - - - Gets a value indicating whether the total or group summary value is to be calculated. - - - true, if the total summary value is to be calculated; false for the group summary. - - - - - - - Gets the nodes collection for which to calculate a custom summary. - - - The nodes collection for which to calculate a custom summary. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates a new object. - - - - A object representing the node containing the first value involved in the comparison. This value is assigned to the property. - - - - A object representing the node that contains the second value involved in the comparison. This value is assigned to the property. - - - - An object representing the first value involved in the comparison. This value is assigned to the property. - - - - An object representing the second value involved in the comparison. This value is assigned to the property. - - - - A object representing the column against whose values the data will be sorted. This value is assigned to the property. - - - - A enumeration member representing the sort order to be applied. This value is assigned to the property. - - - - An integer value representing the comparison result. This value is assigned to the property. - - - - - - - - Gets the column against whose values sorting is performed. - - - A object representing the column against whose values data is being sorted. - - - - - - - Gets the node containing the first value involved in comparison. - - - A object representing the node containing the first value involved in comparison. - - - - - - - Gets the node containing the second value involved in comparison. - - - A object representing the node that contains the second value involved in comparison. - - - - - - - Gets the first value involved in comparison. - - - - An object representing the first value involved in comparison. - - - - - - - Gets the second value involved in comparison. - - - An object representing the second value involved in comparison. - - - - - - - Gets or sets a comparison result. - - - An integer value representing the comparison result. - - - - - - - Gets the sort order applied to the column whose values are going to be compared. - - - A enumeration member representing the sort order applied. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Creates an instance of the class. - - - - A object representing the column related to the event. This value is assigned to the property. - - - - - - - - Gets a Tree List column. - - - A Tree List column. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - - - - - Gets or sets whether a Tree List node can be expanded. - - - true if a Tree List node can be expanded; otherwise, false. - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Represents a method that will handle the event of the class. - - - - - - - Represents a method that will handle the event of the class. - - - - The event source. - - - - A class instance containing event data. - - - - - - - - - Provides data for the event. - - - - - - - Initializes a new class instance. - - - - A Tree List node. - - - - - - - - Gets or sets a value indicating whether a Tree List node can collapse. - - - true if a Tree List node can collapse; otherwise, false. - - - - - - - - Specifies summary type to calculate against a group of column cells. - - - - - - - Calculates the average field value within a group of column cells. - - - - - - - - Calculates the number of nodes within a group of column cells. - - - - - - - - Allows a user to define a custom summary value by handling the event. - - - - - - - - Retrieves the maximum value within a group of column cells. - - - - - - - - Retrieves the minimum value within a group of column cells. - - - - - - - - Summary is not calculated. - - - - - - - - Calculates the sum of field values within a group of column cells. - - - - - - - - - Contains settings that define the visibility of editor buttons within a cell. - - - - - - - - Specifies the default behavior for all columns - buttons are displayed only for the focused cell. If a column's property is specified, the behavior specified by the Tree List is overridden. - - - - - - - - Buttons are always displayed. - - - - - - - - Buttons are displayed only for the focused cell. - - - - - - - - Buttons are displayed for all cell editors in the focused row. - - - - - - - - Buttons are displayed only when a cell editor is active. - - - - - - - - - Specifies the tree line style for the current control. - - - - - - - Sets the control tree line style to Dark. - - - - - - - - - Sets the control tree line style to Large. - - - - - - - - - Sets the control tree line style to Light. - - - - - - - - - Hides tree lines. - - - - - - - - Sets the control tree line style to Percent50. - - - - - - - - - Sets the control tree line style to Solid. - - - - - - - - - Sets the control tree line style to Wide. - - - - - - - - - - Lists values that identify the different elements of the Tree List control. - - - - - - - A point is over the Automatic Filtering Row. - - - - - - - - A point is over a band header. - - - - - - - - A point is over the band button. - - - - - - - - A point is over a band edge. - - - - - - - - A point is over the band panel. - - - - - - - - A point is over the blank column header. - - - - - - - - A point is over an expand button. - - - - - - - - A point is over the Caption Panel. - - - - - - - - - A point is over a cell. - - - - - - - - A point is over a column header. - - - - - - - - A point is over the column button. - - - - - - - - A point is over a column edge. - - - - - - - - A point is over a Filter Button. - - - - - - - - A point is over a column header panel's area not occupied by a column header, blank column header, filter button, column button, or a column edge. - - - - - - - - A point is over the Customization Form. - - - - - - - - A point is over the empty area. - - - - - - - - A point is over the Filter Panel. - - - - - - - - A point is over the check box displayed within in the Filter Panel and used to enable/disable the filter. - - - - - - - - A point is over the Close Filter Button in the Filter Panel. - - - - - - - - A point is over the 'Edit Filter' button displayed within the Filter Panel and used to invoke the Filter Editor. - - - - - - - - A point is over the MRU Filter Button in the Filter Panel. - - - - - - - - A point is over the filter string displayed within the Filter Panel. - - - - - - - - The test point belongs to the left fixed line. - - - - - - - - The test point belongs to the right fixed line. - - - - - - - - The test point belongs to the Tree List's horizontal scroll bar. - - - - - - - - The test point belongs to a node's check box. - - - - - - - - A point is outside the Tree List control. - - - - - - - - A point is over a node area not occupied by any of the node's elements. - - - - - - - - A point is over a row (group) footer. - - - - - - - - A point is over an area that separates a row from its corresponding indicator cell. This value is returned only when the option is enabled. Otherwise, an Empty value is returned when a point is over this area. - - - - - - - - A point is over a node indicator cell. - - - - - - - - A point is on a row indicator's edge. - - - - - - - - A point is over a preview section. - - - - - - - - A point is over a node's select image. - - - - - - - - A point is over a column separator. - - - - - - - - A point is over a node's state image. - - - - - - - - A point is over the summary footer. - - - - - - - - The test point belongs to the Tree List's vertical scroll bar. - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll deleted file mode 100644 index 6499c22..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll.config b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll.config deleted file mode 100644 index 9ee3dcd..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb deleted file mode 100644 index 6255b36..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.xml b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.xml deleted file mode 100644 index f42200e..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - -DigitalData.EMLProfiler - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Uses a private API from MailWriter to write a MailMessage to disk. - May break in future versions of .NET - - - - - Konstruktor für die windream-Klasse - - - - - - Initialisiert die statische Klasse (Login, Session starten, usw.) - - Liefert True wenn das Anmelden erfolgreich war, sonst False - - - - - Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. - - Alle Objekttypen als WMObjects-Objekt - - - - - Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. - - Array mit allen Objekttypen als Strings - - - - - Liefert alle Indexe eines Objekttypen. - - Name des Objekttyps - Array mit allen Objekttyp zugeordneten Indexen als String - - - - - Liefert einen Objekttyp als WMObject an Hand dessen Name. - - Name des Objekttyps - Objekttyp als WMObject - - - - - Überprüft ob der angegebene Index im Objekttyp existiert - - Name des zu durchsuchenden Objekttyps - Name des zu suchenden Indexes - Liefert True wenn der Index im Objekttyp existiert, sonst False - - - - - Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. - - Anmeldestatus als Boolean - - - - - Liefert den Servernamen an dem windream aktuell angemeldet ist. - - Servername als String - - - - - Liefert den Typen eines Indexes als Integer. - - Name des zu überprüfenden Indexfeldes - Liefert eine Zahl, die einen Typen beschreibt - - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll deleted file mode 100644 index fc6513b..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll.config b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll.config deleted file mode 100644 index c64db47..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.dll.config +++ /dev/null @@ -1,23 +0,0 @@ - - - - -
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.pdb deleted file mode 100644 index b4b51a4..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.xml b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.xml deleted file mode 100644 index 774ccc4..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Database.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - -DigitalData.Modules.Database - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - 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.. - - - - - - - The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class - The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03 - The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB` - The user name to connect as - The user's password - - - - - Builds a connectionstring from the provided arguments. - - The database server where to connect to - The datasource, eg. the path of the FDB-file - The user used to connect to the database - The password of the connecting user - A connectionstring - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command inside the specified transaction. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement - - the sql statement - Returns true if properly executed, else false - - - - Executes the passed sql-statement as Scalar - - the sql statement - Returns the scalarvalue - - - - Encrypts a connection string password. - - A connection string with a plain-text password - The connection string with the password encrypted. - - - - Decrypts a connection string password. - - A connection string with a encrypted password - The connection string with the password decrypted. - - - - This Function intentionally has no try..catch block to have any errors caught outside - - - - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement in asyncmode - - the sql statement - Optional Timeout - - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.dll b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.dll deleted file mode 100644 index ddb260e..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.pdb deleted file mode 100644 index cc7a1d4..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.xml b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.xml deleted file mode 100644 index 35ceb73..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Encryption.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - -DigitalData.Modules.Encryption - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp - - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.dll b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.dll deleted file mode 100644 index c7b06de..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.pdb deleted file mode 100644 index 675d0cf..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.xml b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.xml deleted file mode 100644 index c02421a..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Logging.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - -DigitalData.Modules.Logging - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - LogConfig - 0.0.1.0 - 02.10.2018 - - 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. - - - NLog, >= 4.5.8 - - - 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 - - - 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 - - - - - Returns the NLog.LogFactory object that is used to create Loggers - - LogFactory object - - - - Returns the path to the current default logfile - - Filepath to the logfile - - - - Returns the path to the current log directory - - Directory path to the log directory - - - - Determines if a debug log will be written - - True, if debug log will be written. False otherwise. - - - - Returns Logs in Memory as List(Of String) if Debug is enabled - Returns an empty list if debug is disabled - - A list of log messages - - - - Initializes a new LogConfig object with the options supplied as a LogOptions object - - - - - - Initializes a new LogConfig object with a logpath and optinally a filename-suffix. - - The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath. - If `logPath` is set to custom, this defines the custom logPath. - If set to anything other than Nothing, extends the logfile name with this suffix. - CompanyName is used to construct log-path in when LogPath is set to PathType:AppData - ProductName is used to construct log-path in when LogPath is set to PathType:AppData - Amount of days where files are kept and not deleted. - - - - Clears old LogFiles from the configured logpath for compliance with the GDPR - - Days in which logfiles should be kept. All files older than `Now - FileKeepInterval` will be deleted. - True, if files were deleted as expected or no files were deleted. Otherwise false. - - - - Returns the Logger for the calling class - - An object of Logging.Logger - - - - Returns the Logger for the specified classname - - An object of Logging.Logger - - - - Returns the Logger for the specified module using event-properties - - - 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 - - An object of Logging.Logger - - - - Returns the Logger for a class specified by `ClassName` - - The name of the class the logger belongs to - An object of Logging.Logger - - - - Clears the internal log - - - - - Gets the fully qualified name of the class invoking the calling method, - including the namespace but Not the assembly. - - The fully qualified class name - This method is very resource-intensive! - - - - Returns the initial log configuration - - The chosen productname - The chosen suffix - A NLog.LoggingConfiguration object - - - - Adds the default rules - - A NLog.LoggingConfiguration object - - - - Returns the full path of the current default log file. - - Full path of the current default log file - - - - Reconfigures and re-adds all loggers, optionally adding the debug rule. - - Adds the Debug rule if true. - - - diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.dll b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.dll deleted file mode 100644 index 2f517c1..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.pdb deleted file mode 100644 index 0352f04..0000000 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.pdb and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.xml b/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.xml deleted file mode 100644 index d3042d0..0000000 --- a/App/CONFIG_APP/bin/Debug/DigitalData.Modules.Messaging.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - -DigitalData.Modules.Messaging - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - Tests connection to a given IMAP Server by connecting and doing a simple message query. - - IP-Address or Domainname of Server - IMAP-Port - IMAP-Username - IMAP-Password - The folder to fetch messages from. Defaults to `Inbox` - True if connection and query were successful. False otherwise. - - - - Connects to an IMAP Server with the given credentials and - fetches emails from the given folder. - Results can be filtered with `SearchCondition` - - IP-Address or Domainname of Server - IMAP-Port - IMAP-Username - IMAP-Password - The folder to fetch messages from - Filter the search command. Defaults to `All` - A list of Independentsoft.Email.Mime.Message objects - - - - Uses a private API from MailWriter to write a MailMessage to disk. - May break in future versions of .NET - - - - - A Simple EventBus for .NET - https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net - - - - diff --git a/App/CONFIG_APP/bin/Debug/FirebirdSql.Data.FirebirdClient.dll b/App/CONFIG_APP/bin/Debug/FirebirdSql.Data.FirebirdClient.dll deleted file mode 100644 index 24b7905..0000000 Binary files a/App/CONFIG_APP/bin/Debug/FirebirdSql.Data.FirebirdClient.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/Independentsoft.Email.dll b/App/CONFIG_APP/bin/Debug/Independentsoft.Email.dll deleted file mode 100644 index b4f51cd..0000000 Binary files a/App/CONFIG_APP/bin/Debug/Independentsoft.Email.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/Independentsoft.Email.xml b/App/CONFIG_APP/bin/Debug/Independentsoft.Email.xml deleted file mode 100644 index fa27fab..0000000 --- a/App/CONFIG_APP/bin/Debug/Independentsoft.Email.xml +++ /dev/null @@ -1,2975 +0,0 @@ - - - - Email - - - - - Class Attachment. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The file path. - - - - Initializes a new instance of the class. - - The stream. - - - - Initializes a new instance of the class. - - The buffer. - - - - Initializes a new instance of the class. - - The stream. - The name. - - - - Initializes a new instance of the class. - - The buffer. - The name. - - - - Saves the specified stream. - - The stream. - stream - - - - Saves this message to the specified file. - - File path. - - - - Saves this message to the specified file. - - File path. - True to overwrite existing file, otherwise false. - - - - Gets the stream. - - Stream. - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the name of the file. - - System.String. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Class BodyPart. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The attachment. - - - - Saves the specified file path. - - The file path. - - - - Saves the specified file path. - - The file path. - if set to true [overwrite]. - - - - Saves the specified stream. - - The stream. - stream - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the stream. - - Stream. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets the headers. - - The headers. - - - - Gets the body parts. - - The body parts. - - - - Gets or sets the body. - - The body. - - - - Gets or sets the embedded message. - - The embedded message. - - - - Gets or sets the header encoding. - - The header encoding. - - - - Gets or sets the header character set. - - The header character set. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content transfer encoding. - - The content transfer encoding. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Class BodyPartList. - - - - - Adds the specified attachment. - - The attachment. - - - - Class ContentDisposition. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The type. - - - - Initializes a new instance of the class. - - The content disposition. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the type. - - The type. - - - - Gets the parameters. - - The parameters. - - - - Summary description for ContentDispositionType. - - - - - Specifies that the attachment is to be displayed as a file attached to the e-mail message. - - - - - The attachment is to be displayed as part of the e-mail message body. - - - - - Specifies the Content-Transfer-Encoding header information for an e-mail message attachment. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Class ContentType. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The type. - The subtype. - - - - Initializes a new instance of the class. - - The type. - The subtype. - The charset. - - - - Initializes a new instance of the class. - - Type of the content. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the type. - - The type. - - - - Gets or sets the type of the sub. - - The type of the sub. - - - - Gets or sets the character set. - - The character set. - - - - Gets the parameters. - - The parameters. - - - - Class Header. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the value. - - The value. - - - - Contains types of header encoding. - - - - - Quoted-Printable encoding. - - - - - Binary encoding. - - - - - Class HeaderList. - - - - - Removes the specified standard header. - - The standard header. - - - - Removes the specified name. - - The name. - - - - Gets the with the specified name. - - The name. - Header. - - - - Gets the with the specified name. - - The name. - Header. - - - - Represents a mailbox. - - - - - Initializes a new instance of the Mailbox. - - - - - Initializes a new instance of the Mailbox. - - Email address of mailbox owner. - Name of mailbox owner. - - - - Initializes a new instance of the Mailbox. - - Email address and name of mailbox owner. - - - - Returns a String that represents the current Mailbox. - - - - - - Gets or sets display name. - - - - - Gets or sets email address. - - - - - Class Message. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The file path. - - - - Initializes a new instance of the class. - - The stream. - - - - Initializes a new instance of the class. - - The buffer. - - - - Opens the specified file path. - - The file path. - - - - Opens the specified stream. - - The stream. - stream - - - - Opens the specified buffer. - - The buffer. - - - - Gets the attachments. - - Attachment[][]. - - - - Gets the attachments. - - if set to true [include embedded]. - Attachment[][]. - - - - Gets the name of the file. - - System.String. - - - - Saves the specified stream. - - The stream. - stream - - - - Saves this message to the specified file. - - File path. - - - - Saves this message to the specified file. - - File path. - True to overwrite existing file, otherwise false. - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the stream. - - Stream. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets the headers. - - The headers. - - - - Gets the body parts. - - The body parts. - - - - Gets or sets the body. - - The body. - - - - Gets or sets the embedded message. - - The embedded message. - - - - Gets or sets the header encoding. - - The header encoding. - - - - Gets or sets the header character set. - - The header character set. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content transfer encoding. - - The content transfer encoding. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Gets or sets the subject. - - The subject. - - - - Gets or sets the MIME version. - - The MIME version. - - - - Gets or sets the comments. - - The comments. - - - - Gets or sets the keywords. - - The keywords. - - - - Gets or sets the message identifier. - - The message identifier. - - - - Gets or sets the resent message identifier. - - The resent message identifier. - - - - Gets or sets the date. - - The date. - - - - Gets or sets the resent date. - - The resent date. - - - - Gets or sets the references. - - The references. - - - - Gets to. - - To. - - - - Gets the cc. - - The cc. - - - - Gets the BCC. - - The BCC. - - - - Gets the reply to. - - The reply to. - - - - Gets or sets from. - - From. - - - - Gets or sets the sender. - - The sender. - - - - Gets or sets the resent from. - - The resent from. - - - - Gets or sets the resent sender. - - The resent sender. - - - - Gets or sets the in reply to. - - The in reply to. - - - - Gets or sets the return path. - - The return path. - - - - The exception that is thrown when load or parse message with wrong format. - - - - - Initializes a new instance of the MessageFormatException class. - - - - - Initializes a new instance of the MessageFormatException class with the specified error message. - - Error description. - - - - Initializes a new instance of the MessageFormatException class with the specified error message and inner exception. - - The message that describes the error - The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception. - - - - Class Parameter. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name. - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the value. - - The value. - - - - Class ParameterList. - - - - - Removes the specified name. - - The name. - - - - Gets the with the specified name. - - The name. - Parameter. - - - - Contains the standard message headers defined in RFC 2822. - - - - - Resent-Date header field. - - - - - Resent-From header field. - - - - - Resent-Sender header field. - - - - - Resent-To header field. - - - - - Resent-Cc header field. - - - - - Resent-Bcc header field. - - - - - Resent-Msg-ID header field. - - - - - From header field. - - - - - Sender header field. - - - - - Reply-To header field. - - - - - To header field. - - - - - Cc header field. - - - - - Bcc header field. - - - - - Message-ID header field. - - - - - In-Reply-To header field. - - - - - References header field. - - - - - Subject header field. - - - - - Comments header field. - - - - - Keywords header field. - - - - - Date header field. - - - - - Return-Path header field. - - - - - Received header field. - - - - - MIME-Version header field. - - - - - Content-Type header field. - - - - - Content-ID header field. - - - - - Content-Transfer-Encoding header field. - - - - - Content-Description header field. - - - - - Content-Disposition header field. - - - - - Content-Location header field. - - - - - Content-Length header field. - - - - - Summary description for Util. - - - - - Defines all available authentication types. - - - - - LOGIN authentication - - - - - CRAM-MD5 authentication - - - - - PLAIN authentication - - - - - NTLM authentication - - - - - ANONYMOUS authentication - - - - - None. - - - - - Summary description for AuthenticationUtil. - - - - - - - - - - - - - - - The Envelope class represents brief information about the message. - - - - - Initializes a new instance of the Envelope class. - - - - - Gets Date header value. - - - - - Gets Subject header value. - - - - - Gets From header value. - - - - - Gets Sender header value. - - - - - Gets Reply-To header value. - - - - - Gets To header value. - - - - - Gets Cc header value. - - - - - Gets Bcc header value. - - - - - Gets In-Reply-To header value. - - - - - Gets Message-ID header value. - - - - - Gets message unique id. - - - - - - - - - - - - - - - - - - - - - This class represents a IMAP folder. - - - - - Initializes a new instance of the Folder class. - - - - - Initializes a new instance of the Folder class with specified name. - - A string represents the folder name. - - - - Initializes a new instance of the Folder class with specified path and delimiter. - - Folder path. - A string represents folder path delimiter. - - - - Gets folder name. - - - - - Gets folder path. - - - - - Gets folder path delimiter. - - - - - Returns true if folder is marked. - - - - - Returns true if is possible to select folder. - - - - - Returns true if folder can contain other folders. - - - - - Returns an array of folders attributes. - - - - - Contains information about folder on IMAP server. - - - - - Initializes a new instance of a FolderInfo. - - - - - Gets number of messages. - - - - - Gets number of recent messages. - - - - - Gets folder flags. - - - - - Gets folder permanent flags. - - - - - Gets index of first unseen message in the folder. - - - - - Gets unique ID of next message. - - - - - Gets index of validity UID. - - - - - Returns true if folder is read-only. - - - - - This class represents status of a folder on IMAP server. - - - - - Contains information about folder on IMAP server. - - - - - Gets number of messages. - - - - - Gets number of recent messages. - - - - - Gets unique ID of next message. - - - - - Gets index of validity UID. - - - - - Gets number of unseen message. - - - - - Enum FolderStatusDataItem - - - - - The ImapClient class implements the client side of the IMAP Protocol. - All commands are supported, including the advanced authentication methods. - - - - - Initializes a new instance of the ImapClient class. - - - - - Initializes a new instance of the ImapClient class with the specified IMAP server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the ImapClient class with the specified IMAP server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to the IMAP server. - - A string represent server's welcome message. - - - - Logins to the IMAP server with the given authentication type, username and password. - - Username. - Password/ - - - - Logins to the IMAP server with the given authentication type, username and password. - - Username. - Password/ - Type of authentication. - - - - Checks the server's capabilities. - - The server's capabilities. - - - - Selects (opens) a specifed folder. - - A string represents folder name. - An instance of the FolderInfo. - - - - Selects (opens) a specifed folder as a read-only. - - A string represents folder name. - An instance of the FolderInfo. - - - - Creates new folder. - - A string represents folder name. - - - - Deletes specified folder. - - A string represents folder name. - - - - Moves an existing folder. - - Old folder name. - New folder name. - - - - Renames an existing folder. - - Old folder name. - New folder name. - - - - Subscribes to the specifed folder. - - A string represents folder name. - - - - Unsubscribes from the specifed folder. - - A string represents folder name. - True if the unsubscribe was successful. - - - - Gets folders of the selected folder. - - An array of folders. - - - - Gets folders of the selected folder. - - A string represents folder name. - An array of folders. - - - - Gets folders of the specified folder. - - A string represents path of parent folder. - A string represents folder name. - An array of folders. - - - - Retreives folders marked as subscribed. - - An array of folders. - - - - Retreives folders marked as subscribed. - - A string represents folder name. - An array of folders. - - - - Retreives folders marked as subscribed. - - Name of reference. - A string represents folder name. - An array of folders. - - - - Searches the mailbox for messages that match the given . - - A set of search keys. - An array of message indices. - - - - Searches the mailbox for messages that match the given . - - A set of search keys. - An array of message indices. - - - - Gets folder status. - - A string represents folder name. - - A - - - - Gets folder status. - - A string represents folder name. - - - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - A message date to be set. - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - An array of message flags to be set. - A message date to be set. - - - - Retrieves message with specified message uniqueID. - - An Int32 represents message uniqueID. - A message object. - - - - Retrieves all messages from specified folder. - - A string represents folder name. - An array of messages. - - - - Retrieves all messages from selected folder. - - An array of messages. - - - - Retrieves all envelopes from specified folder. - - A string represents folder name. - An array of envelopes. - - - - Retrieves all envelopes from specified folder. - - A string represents folder name. - An array of envelopes. - - - - Retrieves all envelopes from selected folder. - - An array of envelopes. - - - - Retrieves all envelopes from selected folder. - - An array of envelopes. - - - - Retrieves messages specified with message uniqueID range. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of messages. - - - - Gets BodyStructure. - - An Int32 represents message uniqueID. - A BodyStructure object. - - - - Gets BodyStructure. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of BodyStructures. - - - - Gets unique identifier of specified message. - - An Int32 represents message index. - A message unique identifier. - - - - Gets unique identifier of specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of message unique identifiers. - - - - Gets envelope of specified message. - - An Int32 represents message start uniqueID. - A message envelope. - - - - Gets envelopes for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array message envelopes. - - - - Gets message size. - - - - - - - Gets size of messages. - - - - - - - - Mark message for deletion. - Message will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message uniqueID. - - - - Mark message for deletion. - Message will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message uniqueID. - If true then delete message immediately. - - - - Mark all messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - - - - Mark all messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - If true then delete message immediately. - - - - Mark specified messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - - - - Mark specified messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - True if the delete operation was successful, false if not. - - - - Sets message flag. - - An Int32 represents message uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Sets message flags for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Sets message flags for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Copies the specified message to the end of the specified destination folder. - - An Int32 represents message uniqueID. - A string represents folder name. - - - - Copies the specified messages to the end of the specified destination folder. - - An Int32 represents start message uniqueID. - An Int32 represents end message uniqueID. - A string represents folder name. - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Sends a NOOP command to the IMAP server to keep the connection alive. - - - - - Sends a IDLE command to the IMAP server. Not implemented. - - - - - Requests a checkpoint of the currently selected folder. - - - - - Permanently removes all messages that have market for deletion from the currently selected folder. - - - - - Purges any messages marked for deletion. - - An Array of indicies of deleted messages. - - - - Disconnects from the IMAP server. - - - - - Disconnects from the IMAP server. - - - - - Gets or sets the name or IP address of the POP3 host. - - - - - Gets or sets the port number of the IMAP host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This exception is thrown when the IMAP protocol error occurs. - - - - - Initializes a new instance of the ImapException class. - - Error description. - - - - Enumerates logical operators. - - - - - OR operator. - - - - - NOT operator. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents the method that will handle the WriteLog event. - - The source of the event. - A that contains the event data. - - - - Writes all log data to a stream or a file. - - - - - Initializes a new instance of the Logger class. - - - - - Initializes a new instance of the Logger class with the specified log file path. - - - - - - Initializes a new instance of the Logger with the specified log file path. - - - - - - - Initializes a new instance of the Logger class with the specified log file path. - - - - - - Writes log data to a log file or a stream. - - - - - - Writes single line to log file or stream. - - - - - - Opens log file or log stream. - - - - - Closes the log file. - - - - - Occurs to indicate the write to the log. - - - - - Gets or sets log stream. - - - - - Gets or sets log file path. - - - - - Gets or sets append - - - - - The size in bytes of the input block to the transformation algorithm - - - - - 4 32-bit words (interim result) - - - - - Number of bytes procesed so far mod. 2 power of 64. - - - - - 512-bit input buffer = 16 x 32-bit words holds until it reaches 512 bits - - - - - 512-bit work buffer = 16 x 32-bit words - - - - - This constructor is here to implement the clonability of this class - - - - - - Resets this object disregarding any temporary data present at the - time of the invocation of this call. - - - - - Continues an MD4 message digest using the input byte - - byte to input - - - - MD4 block update operation - - - Continues an MD4 message digest operation by filling the buffer, - transform(ing) data in 512-bit message block(s), updating the variables - context and count, and leaving (buffering) the remaining bytes in buffer - for the next update or finish. - - input block - start of meaningful bytes in input - count of bytes in input blcok to consider - - - - Completes the hash computation by performing final operations such - as padding. At the return of this engineDigest, the MD engine is - reset. - - the array of bytes for the resulting hash value. - - - - Returns a byte hash from a string - - string to hash - byte-array that contains the hash - - - - Returns a binary hash from an input byte array - - byte-array to hash - binary hash of input - - - - Returns a byte hash from the input byte - - byte to hash - binary hash of the input byte - - - - MD4 basic transformation - - - Transforms context based on 512 bits from input block starting - from the offset'th byte. - - input sub-array - starting position of sub-array - - - - Summary description for MD5. - - - - - rotates x left n bits. - - - - - - - FF, GG, HH, and II transformations - for rounds 1, 2, 3, and 4. - Rotation is separate from addition to prevent recomputation. - - - - state (ABCD) - - - - - number of bits, modulo 2^64 (lsb first) - - - - - input buffer - - - - - MD5 initialization. Begins an MD5 operation, writing a new context. - - - The RFC named it "MD5Init" - - - - - MD5 block update operation. Continues an MD5 message-digest - operation, processing another message block, and updating the - context. - - - - - The RFC Named it MD5Update - - - - MD5 finalization. Ends an MD5 message-digest operation, writing the - the message digest and zeroizing the context. - - message digest - The RFC named it MD5Final - - - - MD5 basic transformation. Transforms state based on 64 bytes block. - - - - - - - Encodes input (uint) into output (byte). Assumes len is - multiple of 4. - - - - - - - - - - Decodes input (byte) into output (uint). Assumes len is - a multiple of 4. - - - - - - - - - - Represents mailbox on a POP3 server. - - - - - Initializes a new instance of a MailboxInfo. - - - - - Initializes a new instance of a MailboxInfo. - - Number of messages. - Size of messages in bytes. - - - - Converts the value of this instance to its equivalent string. - - A string that contains number and size of messages inside this mailbox. - - - - Gets number of all messages inside a mailbox. - - - - - Gets size in bytes of all messages inside a mailbox. - - - - - Represents message inside mailbox on a POP3 server. - - - - - Initializes a new instance of a MessageInfo. - - - - - Initializes a new instance of a MessageInfo. - - Message index. - Message size in bytes. - - - - Converts the value of this instance to its equivalent string. - - A string that contains index, size and unique ID of this message. - - - - - - Message index. - Message unique ID. - - - - Gets message's index. - - - - - Gets message's size. - - - - - Gets message's unique ID. - - - - - The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939. - All commands are supported, including the APOP command which requires MD5 encryption. - - - - - Initializes a new instance of a Pop3Client. - - - - - Initializes a new instance of the Pop3Client class with specified POP3 server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the Pop3Client class with specified POP3 server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to the POP3 server. - - A string represent server's welcome message. - - - - Disconnects from the POP3 server. - - - - - Logins to the POP3 server with the given username and password. - - Username. - Password/ - - - - Logins to the POP3 server with the given authentication type, username and password. - - Username. - Password/ - Type of authentication. - - - - Logins to the server using APOP command. - Use this method when connecting to a server requiring authentication using the APOP command. - - Username. - Password. - - - - Retrieves messages from the POP3 server. - - An array of messages. - - - - Retrieves single message as byte array. - - Message index. - Bytes array - - - - Retrieves single message from the POP3 server with given message index. - - Message index. - Message object. - - - - Sends a NOOP command to the POP3 server. - This is useful for keeping a connection alive since most POP3 servers will timeout after 10 minutes of inactivity. - - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Undo delete operation. All messages marked as deleted will be unmarked. - - - - - Resets the POP3 session. This is useful for undoing any message deletions that may have been performed. - - - - - Deletes all messages from a mailbox. The message is only marked for deletion by the server. If you decide to unmark the message, you must issuse a UndoDelete command. Messages marked for deletion are only deleted by the server on logout. - - - - - Deletes a single message from a mailbox. The message is only marked for deletion by the server. If you decide to unmark the message, you must issuse a UndoDelete command. Messages marked for deletion are only deleted by the server on logout. - - Message index. - - - - Retreives message header. - - Message index. - A header of the message. - - - - Retreives specified number of lines from a message header. - - Message index. - Number of lines to retrieve. - A string that contains specified number of lines from the message header. - - - - Gets number and size of all messages in a mailbox. - - Mailbox properties. - - - - Gets unique IDs of all messages from a mailbox. - - An array of message unique IDs. - - - - Gets unique ID of specified message. - - Message index. - A string represents unique ID. - - - - Retreives information for all messages in a mailbox. - - An array of MessageInfo. - - - - Gets message info for the specified message from a mailbox. - - Message index. - A message properties. - - - - Gets or sets the name or IP address of the POP3 host. - - - - - Gets or sets the port number of the POP3 host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This exception is thrown when the POP3 protocol error occurs. - - - - - Initializes a new instance of the Pop3Exception class. - - Error description. - - - - The SmtpClient class implements the client side of the Simple Mail Transfer Protocol (SMTP) Protocol. - - - - - Initializes a new instance of the SmtpClient. - - - - - Initializes a new instance of the SmtpClient class that sends e-mail by using the specified SMTP server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the SmtpClient class that sends e-mail by using the specified SMTP server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to a SMTP server. - - A server's welcome message. - - - - Sends EHLO command to server. - - Server name. - Welcome string. - - - - Sends HELO command to server. - - Server name. - Welcome string. - - - - Sends a message to an SMTP server for delivery. - - A to send. - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Logins to the SMTP server with the given username and password. - - Username. - Password/ - - - - Logins to the SMTP server with the given username and password. - - Type of authentication. - Username. - Password/ - - - - Resets the SMTP session. - - - - - Checks for email address validity. - - Mailbox or user name. - - - - - - - - - - - - Sends the SMTP HELP command to the server. - - The reply string contains help description. - - - - Sends the SMTP HELP command for specified command to the server. - - SMTP command. - The reply string contains help description. - - - - Disconnects from the SMTP server. - - - - - Sends a NOOP command to the SMTP server. - This is useful for keeping a connection alive since most SMTP servers will timeout after 10 minutes of inactivity. - - - - - Gets or sets the name or IP address of the SMTP host. - - - - - Gets or sets the port number of the SMTP host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - This exception is thrown when the SMTP protocol error occurs. - - - - - Initializes a new instance of the SmtpException class. - - Error description. - - - - Provides data for the WriteLog event. - - - - - Initializes a new instance of the WriteLogEventArgs class. - - - - - Gets the current log data. - - - - diff --git a/App/CONFIG_APP/bin/Debug/Interop.WINDREAMLib.dll b/App/CONFIG_APP/bin/Debug/Interop.WINDREAMLib.dll deleted file mode 100644 index f4119cc..0000000 Binary files a/App/CONFIG_APP/bin/Debug/Interop.WINDREAMLib.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/Log/2021-07-13-Email-Profiler - Config.log b/App/CONFIG_APP/bin/Debug/Log/2021-07-13-Email-Profiler - Config.log deleted file mode 100644 index 44ee32b..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2021-07-13-Email-Profiler - Config.log +++ /dev/null @@ -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: Ungltiger 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: Ungltiger 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: Ungltiger 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: Ungltiger 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. diff --git a/App/CONFIG_APP/bin/Debug/Log/IsoftLog.txt b/App/CONFIG_APP/bin/Debug/Log/IsoftLog.txt deleted file mode 100644 index 0e46afc..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/IsoftLog.txt +++ /dev/null @@ -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 "")) -* 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 "")) -* 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 "" "<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 "" "<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 "")) -* 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 "")) -* 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 "")) -* 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 "")) -* 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 "")) -* 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 "")) -* 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 "")) -* 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). diff --git a/App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt b/App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt deleted file mode 100644 index e69de29..0000000 diff --git a/App/CONFIG_APP/bin/Debug/NLog.dll b/App/CONFIG_APP/bin/Debug/NLog.dll deleted file mode 100644 index 9d9d6da..0000000 Binary files a/App/CONFIG_APP/bin/Debug/NLog.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/NLog.xml b/App/CONFIG_APP/bin/Debug/NLog.xml deleted file mode 100644 index 7adcc77..0000000 --- a/App/CONFIG_APP/bin/Debug/NLog.xml +++ /dev/null @@ -1,29646 +0,0 @@ - - - - NLog - - - - - Indicates that the value of the marked element could be null sometimes, - so the check for null is necessary before its usage. - - - [CanBeNull] object Test() => null; - - void UseTest() { - var p = Test(); - var s = p.ToString(); // Warning: Possible 'System.NullReferenceException' - } - - - - - Indicates that the value of the marked element could never be null. - - - [NotNull] object Foo() { - return null; // Warning: Possible 'null' assignment - } - - - - - Can be applied to symbols of types derived from IEnumerable as well as to symbols of Task - and Lazy classes to indicate that the value of a collection item, of the Task.Result property - or of the Lazy.Value property can never be null. - - - - - Can be applied to symbols of types derived from IEnumerable as well as to symbols of Task - and Lazy classes to indicate that the value of a collection item, of the Task.Result property - or of the Lazy.Value property can be null. - - - - - Indicates that the marked method builds string by format pattern and (optional) arguments. - Parameter, which contains format string, should be given in constructor. The format string - should be in -like form. - - - [StringFormatMethod("message")] - void ShowError(string message, params object[] args) { /* do something */ } - - void Foo() { - ShowError("Failed: {0}"); // Warning: Non-existing argument in format string - } - - - - - Specifies which parameter of an annotated method should be treated as format-string - - - - - For a parameter that is expected to be one of the limited set of values. - Specify fields of which type should be used as values for this parameter. - - - - - Indicates that the function argument should be string literal and match one - of the parameters of the caller function. For example, ReSharper annotates - the parameter of . - - - void Foo(string param) { - if (param == null) - throw new ArgumentNullException("par"); // Warning: Cannot resolve symbol - } - - - - - Indicates that the method is contained in a type that implements - System.ComponentModel.INotifyPropertyChanged interface and this method - is used to notify that some property value changed. - - - The method should be non-static and conform to one of the supported signatures: - - NotifyChanged(string) - NotifyChanged(params string[]) - NotifyChanged{T}(Expression{Func{T}}) - NotifyChanged{T,U}(Expression{Func{T,U}}) - SetProperty{T}(ref T, T, string) - - - - public class Foo : INotifyPropertyChanged { - public event PropertyChangedEventHandler PropertyChanged; - - [NotifyPropertyChangedInvocator] - protected virtual void NotifyChanged(string propertyName) { ... } - - string _name; - - public string Name { - get { return _name; } - set { _name = value; NotifyChanged("LastName"); /* Warning */ } - } - } - - Examples of generated notifications: - - NotifyChanged("Property") - NotifyChanged(() => Property) - NotifyChanged((VM x) => x.Property) - SetProperty(ref myField, value, "Property") - - - - - - Describes dependency between method input and output. - - -

Function Definition Table syntax:

- - FDT ::= FDTRow [;FDTRow]* - FDTRow ::= Input => Output | Output <= Input - Input ::= ParameterName: Value [, Input]* - Output ::= [ParameterName: Value]* {halt|stop|void|nothing|Value} - Value ::= true | false | null | notnull | canbenull - - If method has single input parameter, it's name could be omitted.
- Using halt (or void/nothing, which is the same) for method output - means that the methods doesn't return normally (throws or terminates the process).
- Value canbenull is only applicable for output parameters.
- You can use multiple [ContractAnnotation] for each FDT row, or use single attribute - with rows separated by semicolon. There is no notion of order rows, all rows are checked - for applicability and applied per each program state tracked by R# analysis.
-
- - - [ContractAnnotation("=> halt")] - public void TerminationMethod() - - - [ContractAnnotation("halt <= condition: false")] - public void Assert(bool condition, string text) // regular assertion method - - - [ContractAnnotation("s:null => true")] - public bool IsNullOrEmpty(string s) // string.IsNullOrEmpty() - - - // A method that returns null if the parameter is null, - // and not null if the parameter is not null - [ContractAnnotation("null => null; notnull => notnull")] - public object Transform(object data) - - - [ContractAnnotation("=> true, result: notnull; => false, result: null")] - public bool TryParse(string s, out Person result) - - -
- - - Indicates that marked element should be localized or not. - - - [LocalizationRequiredAttribute(true)] - class Foo { - string str = "my string"; // Warning: Localizable string - } - - - - - Indicates that the value of the marked type (or its derivatives) - cannot be compared using '==' or '!=' operators and Equals() - should be used instead. However, using '==' or '!=' for comparison - with null is always permitted. - - - [CannotApplyEqualityOperator] - class NoEquality { } - - class UsesNoEquality { - void Test() { - var ca1 = new NoEquality(); - var ca2 = new NoEquality(); - if (ca1 != null) { // OK - bool condition = ca1 == ca2; // Warning - } - } - } - - - - - When applied to a target attribute, specifies a requirement for any type marked - with the target attribute to implement or inherit specific type or types. - - - [BaseTypeRequired(typeof(IComponent)] // Specify requirement - class ComponentAttribute : Attribute { } - - [Component] // ComponentAttribute requires implementing IComponent interface - class MyComponent : IComponent { } - - - - - Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), - so this symbol will not be marked as unused (as well as by other usage inspections). - - - - - Should be used on attributes and causes ReSharper to not mark symbols marked with such attributes - as unused (as well as by other usage inspections) - - - - Only entity marked with attribute considered used. - - - Indicates implicit assignment to a member. - - - - Indicates implicit instantiation of a type with fixed constructor signature. - That means any unused constructor parameters won't be reported as such. - - - - Indicates implicit instantiation of a type. - - - - Specify what is considered used implicitly when marked - with or . - - - - Members of entity marked with attribute are considered used. - - - Entity marked with attribute and all its members considered used. - - - - This attribute is intended to mark publicly available API - which should not be removed and so is treated as used. - - - - - Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. - If the parameter is a delegate, indicates that delegate is executed while the method is executed. - If the parameter is an enumerable, indicates that it is enumerated while the method is executed. - - - - - Indicates that a method does not make any observable state changes. - The same as System.Diagnostics.Contracts.PureAttribute. - - - [Pure] int Multiply(int x, int y) => x * y; - - void M() { - Multiply(123, 42); // Waring: Return value of pure method is not used - } - - - - - Indicates that the return value of method invocation must be used. - - - - - Indicates the type member or parameter of some type, that should be used instead of all other ways - to get the value that type. This annotation is useful when you have some "context" value evaluated - and stored somewhere, meaning that all other ways to get this value must be consolidated with existing one. - - - class Foo { - [ProvidesContext] IBarService _barService = ...; - - void ProcessNode(INode node) { - DoSomething(node, node.GetGlobalServices().Bar); - // ^ Warning: use value of '_barService' field - } - } - - - - - Indicates that a parameter is a path to a file or a folder within a web project. - Path can be relative or absolute, starting from web root (~). - - - - - An extension method marked with this attribute is processed by ReSharper code completion - as a 'Source Template'. When extension method is completed over some expression, it's source code - is automatically expanded like a template at call site. - - - Template method body can contain valid source code and/or special comments starting with '$'. - Text inside these comments is added as source code when the template is applied. Template parameters - can be used either as additional method parameters or as identifiers wrapped in two '$' signs. - Use the attribute to specify macros for parameters. - - - In this example, the 'forEach' method is a source template available over all values - of enumerable types, producing ordinary C# 'foreach' statement and placing caret inside block: - - [SourceTemplate] - public static void forEach<T>(this IEnumerable<T> xs) { - foreach (var x in xs) { - //$ $END$ - } - } - - - - - - Allows specifying a macro for a parameter of a source template. - - - You can apply the attribute on the whole method or on any of its additional parameters. The macro expression - is defined in the property. When applied on a method, the target - template parameter is defined in the property. To apply the macro silently - for the parameter, set the property value = -1. - - - Applying the attribute on a source template method: - - [SourceTemplate, Macro(Target = "item", Expression = "suggestVariableName()")] - public static void forEach<T>(this IEnumerable<T> collection) { - foreach (var item in collection) { - //$ $END$ - } - } - - Applying the attribute on a template method parameter: - - [SourceTemplate] - public static void something(this Entity x, [Macro(Expression = "guid()", Editable = -1)] string newguid) { - /*$ var $x$Id = "$newguid$" + x.ToString(); - x.DoSomething($x$Id); */ - } - - - - - - Allows specifying a macro that will be executed for a source template - parameter when the template is expanded. - - - - - Allows specifying which occurrence of the target parameter becomes editable when the template is deployed. - - - If the target parameter is used several times in the template, only one occurrence becomes editable; - other occurrences are changed synchronously. To specify the zero-based index of the editable occurrence, - use values >= 0. To make the parameter non-editable when the template is expanded, use -1. - > - - - - Identifies the target parameter of a source template if the - is applied on a template method. - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter - is an MVC action. If applied to a method, the MVC action name is calculated - implicitly from the context. Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String). - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC area. - Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String). - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is - an MVC controller. If applied to a method, the MVC controller name is calculated - implicitly from the context. Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.ChildActionExtensions.RenderAction(HtmlHelper, String, String). - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC Master. Use this attribute - for custom wrappers similar to System.Web.Mvc.Controller.View(String, String). - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC model type. Use this attribute - for custom wrappers similar to System.Web.Mvc.Controller.View(String, Object). - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter is an MVC - partial view. If applied to a method, the MVC partial view name is calculated implicitly - from the context. Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(HtmlHelper, String). - - - - - ASP.NET MVC attribute. Allows disabling inspections for MVC views within a class or a method. - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC display template. - Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(HtmlHelper, String). - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC editor template. - Use this attribute for custom wrappers similar to - System.Web.Mvc.Html.EditorExtensions.EditorForModel(HtmlHelper, String). - - - - - ASP.NET MVC attribute. Indicates that a parameter is an MVC template. - Use this attribute for custom wrappers similar to - System.ComponentModel.DataAnnotations.UIHintAttribute(System.String). - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter - is an MVC view component. If applied to a method, the MVC view name is calculated implicitly - from the context. Use this attribute for custom wrappers similar to - System.Web.Mvc.Controller.View(Object). - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter - is an MVC view component name. - - - - - ASP.NET MVC attribute. If applied to a parameter, indicates that the parameter - is an MVC view component view. If applied to a method, the MVC view component view name is default. - - - - - ASP.NET MVC attribute. When applied to a parameter of an attribute, - indicates that this parameter is an MVC action name. - - - [ActionName("Foo")] - public ActionResult Login(string returnUrl) { - ViewBag.ReturnUrl = Url.Action("Foo"); // OK - return RedirectToAction("Bar"); // Error: Cannot resolve action - } - - - - - Razor attribute. Indicates that a parameter or a method is a Razor section. - Use this attribute for custom wrappers similar to - System.Web.WebPages.WebPageBase.RenderSection(String). - - - - - Indicates how method, constructor invocation or property access - over collection type affects content of the collection. - - - - Method does not use or modify content of the collection. - - - Method only reads content of the collection but does not modify it. - - - Method can change content of the collection but does not add new elements. - - - Method can add new elements to the collection. - - - - Indicates that the marked method is assertion method, i.e. it halts control flow if - one of the conditions is satisfied. To set the condition, mark one of the parameters with - attribute. - - - - - Indicates the condition parameter of the assertion method. The method itself should be - marked by attribute. The mandatory argument of - the attribute is the assertion type. - - - - - Specifies assertion type. If the assertion method argument satisfies the condition, - then the execution continues. Otherwise, execution is assumed to be halted. - - - - Marked parameter should be evaluated to true. - - - Marked parameter should be evaluated to false. - - - Marked parameter should be evaluated to null value. - - - Marked parameter should be evaluated to not null value. - - - - Indicates that the marked method unconditionally terminates control flow execution. - For example, it could unconditionally throw exception. - - - - - Indicates that method is pure LINQ method, with postponed enumeration (like Enumerable.Select, - .Where). This annotation allows inference of [InstantHandle] annotation for parameters - of delegate type by analyzing LINQ method chains. - - - - - Indicates that IEnumerable, passed as parameter, is not enumerated. - - - - - Indicates that parameter is regular expression pattern. - - - - - Prevents the Member Reordering feature from tossing members of the marked class. - - - The attribute must be mentioned in your member reordering patterns - - - - - XAML attribute. Indicates the type that has ItemsSource property and should be treated - as ItemsControl-derived type, to enable inner items DataContext type resolve. - - - - - XAML attribute. Indicates the property of some BindingBase-derived type, that - is used to bind some item of ItemsControl-derived type. This annotation will - enable the DataContext type resolve for XAML bindings for such properties. - - - Property should have the tree ancestor of the ItemsControl type or - marked with the attribute. - - - - - Support implementation of - - - - - - - - - - - - - - - - - Asynchronous continuation delegate - function invoked at the end of asynchronous - processing. - - Exception during asynchronous processing or null if no exception - was thrown. - - - - Helpers for asynchronous operations. - - - - - Iterates over all items in the given collection and runs the specified action - in sequence (each action executes only after the preceding one has completed without an error). - - Type of each item. - The items to iterate. - The asynchronous continuation to invoke once all items - have been iterated. - The action to invoke for each item. - - - - Repeats the specified asynchronous action multiple times and invokes asynchronous continuation at the end. - - The repeat count. - The asynchronous continuation to invoke at the end. - The action to invoke. - - - - Modifies the continuation by pre-pending given action to execute just before it. - - The async continuation. - The action to pre-pend. - Continuation which will execute the given action before forwarding to the actual continuation. - - - - Attaches a timeout to a continuation which will invoke the continuation when the specified - timeout has elapsed. - - The asynchronous continuation. - The timeout. - Wrapped continuation. - - - - Iterates over all items in the given collection and runs the specified action - in parallel (each action executes on a thread from thread pool). - - Type of each item. - The items to iterate. - The asynchronous continuation to invoke once all items - have been iterated. - The action to invoke for each item. - - - - Runs the specified asynchronous action synchronously (blocks until the continuation has - been invoked). - - The action. - - Using this method is not recommended because it will block the calling thread. - - - - - Wraps the continuation with a guard which will only make sure that the continuation function - is invoked only once. - - The asynchronous continuation. - Wrapped asynchronous continuation. - - - - Gets the combined exception from all exceptions in the list. - - The exceptions. - Combined exception or null if no exception was thrown. - - - - Disposes the Timer, and waits for it to leave the Timer-callback-method - - The Timer object to dispose - Timeout to wait (TimeSpan.Zero means dispose without waiting) - Timer disposed within timeout (true/false) - - - - Asynchronous action. - - Continuation to be invoked at the end of action. - - - - Asynchronous action with one argument. - - Type of the argument. - Argument to the action. - Continuation to be invoked at the end of action. - - - - Represents the logging event with asynchronous continuation. - - - - - Initializes a new instance of the struct. - - The log event. - The continuation. - - - - Gets the log event. - - - - - Gets the continuation. - - - - - Implements the operator ==. - - The event info1. - The event info2. - The result of the operator. - - - - Implements the operator ==. - - The event info1. - The event info2. - The result of the operator. - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - - A value of true if the specified is equal to this instance; otherwise, false. - - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - String Conversion Helpers - - - - - Converts input string value into . Parsing is case-insensitive. - - Input value - Output value - Default value - Returns false if the input value could not be parsed - - - - Converts input string value into . Parsing is case-insensitive. - - Input value - The type of the enum - Output value. Null if parse failed - - - - Converts the string representation of the name or numeric value of one or more enumerated constants to an equivalent enumerated object. A parameter specifies whether the operation is case-sensitive. The return value indicates whether the conversion succeeded. - - The enumeration type to which to convert value. - The string representation of the enumeration name or underlying value to convert. - true to ignore case; false to consider case. - When this method returns, result contains an object of type TEnum whose value is represented by value if the parse operation succeeds. If the parse operation fails, result contains the default value of the underlying type of TEnum. Note that this value need not be a member of the TEnum enumeration. This parameter is passed uninitialized. - true if the value parameter was converted successfully; otherwise, false. - Wrapper because Enum.TryParse is not present in .net 3.5 - - - - Enum.TryParse implementation for .net 3.5 - - - - Don't uses reflection - - - - Enables to extract extra context details for - - - - - Name of context - - - - - The current LogFactory next to LogManager - - - - - NLog internal logger. - - Writes to file, console or custom text writer (see ) - - - Don't use as that can lead to recursive calls - stackoverflow - - - - - Gets a value indicating whether internal log includes Trace messages. - - - - - Gets a value indicating whether internal log includes Debug messages. - - - - - Gets a value indicating whether internal log includes Info messages. - - - - - Gets a value indicating whether internal log includes Warn messages. - - - - - Gets a value indicating whether internal log includes Error messages. - - - - - Gets a value indicating whether internal log includes Fatal messages. - - - - - Logs the specified message without an at the Trace level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - Log message. - - - - Logs the specified message without an at the Trace level. - will be only called when logging is enabled for level Trace. - - Function that returns the log message. - - - - Logs the specified message with an at the Trace level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Trace level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Trace level. - will be only called when logging is enabled for level Trace. - - Exception to be logged. - Function that returns the log message. - - - - Logs the specified message without an at the Debug level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Debug level. - - Log message. - - - - Logs the specified message without an at the Debug level. - will be only called when logging is enabled for level Debug. - - Function that returns the log message. - - - - Logs the specified message with an at the Debug level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Debug level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Debug level. - will be only called when logging is enabled for level Debug. - - Exception to be logged. - Function that returns the log message. - - - - Logs the specified message without an at the Info level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Info level. - - Log message. - - - - Logs the specified message without an at the Info level. - will be only called when logging is enabled for level Info. - - Function that returns the log message. - - - - Logs the specified message with an at the Info level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Info level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Info level. - will be only called when logging is enabled for level Info. - - Exception to be logged. - Function that returns the log message. - - - - Logs the specified message without an at the Warn level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Warn level. - - Log message. - - - - Logs the specified message without an at the Warn level. - will be only called when logging is enabled for level Warn. - - Function that returns the log message. - - - - Logs the specified message with an at the Warn level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Warn level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Warn level. - will be only called when logging is enabled for level Warn. - - Exception to be logged. - Function that returns the log message. - - - - Logs the specified message without an at the Error level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Error level. - - Log message. - - - - Logs the specified message without an at the Error level. - will be only called when logging is enabled for level Error. - - Function that returns the log message. - - - - Logs the specified message with an at the Error level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Error level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Error level. - will be only called when logging is enabled for level Error. - - Exception to be logged. - Function that returns the log message. - - - - Logs the specified message without an at the Fatal level. - - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Fatal level. - - Log message. - - - - Logs the specified message without an at the Fatal level. - will be only called when logging is enabled for level Fatal. - - Function that returns the log message. - - - - Logs the specified message with an at the Fatal level. - - Exception to be logged. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - Message which may include positional parameters. - Argument {0} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - - - - Logs the specified message without an at the Trace level. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - Message which may include positional parameters. - Argument {0} to the message. - Argument {1} to the message. - Argument {2} to the message. - - - - Logs the specified message with an at the Fatal level. - - Exception to be logged. - Log message. - - - - Logs the specified message with an at the Fatal level. - will be only called when logging is enabled for level Fatal. - - Exception to be logged. - Function that returns the log message. - - - - Initializes static members of the InternalLogger class. - - - - - Set the config of the InternalLogger with defaults and config. - - - - - Gets or sets the minimal internal log level. - - If set to , then messages of the levels , and will be written. - - - - Gets or sets a value indicating whether internal messages should be written to the console output stream. - - Your application must be a console application. - - - - Gets or sets a value indicating whether internal messages should be written to the console error stream. - - Your application must be a console application. - - - - Gets or sets a value indicating whether internal messages should be written to the .Trace - - - - - Gets or sets the file path of the internal log file. - - A value of value disables internal logging to a file. - - - - Gets or sets the text writer that will receive internal logs. - - - - - Event written to the internal log. - Please note that the event is not triggered when then event hasn't the minimal log level set by - - - - - Gets or sets a value indicating whether timestamp should be included in internal log output. - - - - - Is there an thrown when writing the message? - - - - - Logs the specified message without an at the specified level. - - Log level. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message without an at the specified level. - - Log level. - Log message. - - - - Logs the specified message without an at the specified level. - will be only called when logging is enabled for level . - - Log level. - Function that returns the log message. - - - - Logs the specified message with an at the specified level. - will be only called when logging is enabled for level . - - Exception to be logged. - Log level. - Function that returns the log message. - - - - Logs the specified message with an at the specified level. - - Exception to be logged. - Log level. - Message which may include positional parameters. - Arguments to the message. - - - - Logs the specified message with an at the specified level. - - Exception to be logged. - Log level. - Log message. - - - - Write to internallogger. - - optional exception to be logged. - level - message - optional args for - - - - Create log line with timestamp, exception message etc (if configured) - - - - - Determine if logging should be avoided because of exception type. - - The exception to check. - true if logging should be avoided; otherwise, false. - - - - Determine if logging is enabled for given LogLevel - - The for the log event. - true if logging is enabled; otherwise, false. - - - - Determine if logging is enabled. - - true if logging is enabled; otherwise, false. - - - - Write internal messages to the log file defined in . - - Message to write. - - Message will be logged only when the property is not null, otherwise the - method has no effect. - - - - - Write internal messages to the defined in . - - Message to write. - - Message will be logged only when the property is not null, otherwise the - method has no effect. - - - - - Write internal messages to the . - - Message to write. - - Message will be logged only when the property is true, otherwise the - method has no effect. - - - - - Write internal messages to the . - - Message to write. - - Message will be logged when the property is true, otherwise the - method has no effect. - - - - - Write internal messages to the . - - A message to write. - - Works when property set to true. - The is used in Debug and Release configuration. - The works only in Debug configuration and this is reason why is replaced by . - in DEBUG - - - - - Logs the assembly version and file version of the given Assembly. - - The assembly to log. - - - - A message has been written to the internal logger - - - - - The rendered message - - - - - The log level - - - - - The exception. Could be null. - - - - - The type that triggered this internal log event, for example the FileTarget. - This property is not always populated. - - - - - The context name that triggered this internal log event, for example the name of the Target. - This property is not always populated. - - - - - - - - A cyclic buffer of object. - - - - - Initializes a new instance of the class. - - Buffer size. - Whether buffer should grow as it becomes full. - The maximum number of items that the buffer can grow to. - - - - Gets the capacity of the buffer - - - - - Gets the number of items in the buffer - - - - - Adds the specified log event to the buffer. - - Log event. - The number of items in the buffer. - - - - Gets the array of events accumulated in the buffer and clears the buffer as one atomic operation. - - Events in the buffer. - - - - Condition and expression. - - - - - Initializes a new instance of the class. - - Left hand side of the AND expression. - Right hand side of the AND expression. - - - - Gets the left hand side of the AND expression. - - - - - Gets the right hand side of the AND expression. - - - - - Returns a string representation of this expression. - - A concatenated '(Left) and (Right)' string. - - - - Evaluates the expression by evaluating and recursively. - - Evaluation context. - The value of the conjunction operator. - - - - Exception during evaluation of condition expression. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Base class for representing nodes in condition expression trees. - - - - - Converts condition text to a condition expression tree. - - Condition text to be converted. - Condition expression tree. - - - - Evaluates the expression. - - Evaluation context. - Expression result. - - - - Returns a string representation of the expression. - - - A that represents the condition expression. - - - - - Evaluates the expression. - - Evaluation context. - Expression result. - - - - Condition layout expression (represented by a string literal - with embedded ${}). - - - - - Initializes a new instance of the class. - - The layout. - - - - Gets the layout. - - The layout. - - - - Returns a string representation of this expression. - - String literal in single quotes. - - - - Evaluates the expression by calculating the value - of the layout in the specified evaluation context. - - Evaluation context. - The value of the layout. - - - - Condition level expression (represented by the level keyword). - - - - - Returns a string representation of the expression. - - The 'level' string. - - - - Evaluates to the current log level. - - Evaluation context. Ignored. - The object representing current log level. - - - - Condition literal expression (numeric, LogLevel.XXX, true or false). - - - - - Initializes a new instance of the class. - - Literal value. - ToString value. - - - - Gets the literal value. - - The literal value. - - - - Returns a string representation of the expression. - - The literal value. - - - - Evaluates the expression. - - Evaluation context. - The literal value as passed in the constructor. - - - - Condition logger name expression (represented by the logger keyword). - - - - - Returns a string representation of this expression. - - A logger string. - - - - Evaluates to the logger name. - - Evaluation context. - The logger name. - - - - Condition message expression (represented by the message keyword). - - - - - Returns a string representation of this expression. - - The 'message' string. - - - - Evaluates to the logger message. - - Evaluation context. - The logger message. - - - - Marks class as a log event Condition and assigns a name to it. - - - - - Initializes a new instance of the class. - - Condition method name. - - - - Condition method invocation expression (represented by method(p1,p2,p3) syntax). - - - - - Initializes a new instance of the class. - - Name of the condition method. - of the condition method. - Precompiled delegate of the condition method. - The method parameters. - - - - Gets the method info. - - - - - Returns a string representation of the expression. - - - A that represents the condition expression. - - - - - Evaluates the expression. - - Evaluation context. - Expression result. - - - - A bunch of utility methods (mostly predicates) which can be used in - condition expressions. Partially inspired by XPath 1.0. - - - - - Compares two values for equality. - - The first value. - The second value. - true when two objects are equal, false otherwise. - - - - Compares two strings for equality. - - The first string. - The second string. - Optional. If true, case is ignored; if false (default), case is significant. - true when two strings are equal, false otherwise. - - - - Gets or sets a value indicating whether the second string is a substring of the first one. - - The first string. - The second string. - Optional. If true (default), case is ignored; if false, case is significant. - true when the second string is a substring of the first string, false otherwise. - - - - Gets or sets a value indicating whether the second string is a prefix of the first one. - - The first string. - The second string. - Optional. If true (default), case is ignored; if false, case is significant. - true when the second string is a prefix of the first string, false otherwise. - - - - Gets or sets a value indicating whether the second string is a suffix of the first one. - - The first string. - The second string. - Optional. If true (default), case is ignored; if false, case is significant. - true when the second string is a prefix of the first string, false otherwise. - - - - Returns the length of a string. - - A string whose lengths is to be evaluated. - The length of the string. - - - - Indicates whether the specified regular expression finds a match in the specified input string. - - The string to search for a match. - The regular expression pattern to match. - A string consisting of the desired options for the test. The possible values are those of the separated by commas. - true if the regular expression finds a match; otherwise, false. - - - - - - - - - - - Marks the class as containing condition methods. - - - - - Condition not expression. - - - - - Initializes a new instance of the class. - - The expression. - - - - Gets the expression to be negated. - - The expression. - - - - Returns a string representation of the expression. - - - A that represents the condition expression. - - - - - Evaluates the expression. - - Evaluation context. - Expression result. - - - - Condition or expression. - - - - - Initializes a new instance of the class. - - Left hand side of the OR expression. - Right hand side of the OR expression. - - - - Gets the left expression. - - The left expression. - - - - Gets the right expression. - - The right expression. - - - - Returns a string representation of the expression. - - - A that represents the condition expression. - - - - - Evaluates the expression by evaluating and recursively. - - Evaluation context. - The value of the alternative operator. - - - - Exception during parsing of condition expression. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Condition parser. Turns a string representation of condition expression - into an expression tree. - - - - - Initializes a new instance of the class. - - The string reader. - Instance of used to resolve references to condition methods and layout renderers. - - - - Parses the specified condition string and turns it into - tree. - - The expression to be parsed. - The root of the expression syntax tree which can be used to get the value of the condition in a specified context. - - - - Parses the specified condition string and turns it into - tree. - - The expression to be parsed. - Instance of used to resolve references to condition methods and layout renderers. - The root of the expression syntax tree which can be used to get the value of the condition in a specified context. - - - - Parses the specified condition string and turns it into - tree. - - The string reader. - Instance of used to resolve references to condition methods and layout renderers. - - The root of the expression syntax tree which can be used to get the value of the condition in a specified context. - - - - - Try stringed keyword to - - - - success? - - - - Parse number - - negative number? minus should be parsed first. - - - - - Condition relational (==, !=, <, <=, - > or >=) expression. - - - - - Initializes a new instance of the class. - - The left expression. - The right expression. - The relational operator. - - - - Gets the left expression. - - The left expression. - - - - Gets the right expression. - - The right expression. - - - - Gets the relational operator. - - The operator. - - - - Returns a string representation of the expression. - - - A that represents the condition expression. - - - - - Evaluates the expression. - - Evaluation context. - Expression result. - - - - Compares the specified values using specified relational operator. - - The first value. - The second value. - The relational operator. - Result of the given relational operator. - - - - Promote values to the type needed for the comparision, e.g. parse a string to int. - - - - - - - Promotes to type - - - - success? - - - - Try to promote both values. First try to promote to , - when failed, try to . - - - - - - Get the order for the type for comparision. - - - index, 0 to max int. Lower is first - - - - Dictionary from type to index. Lower index should be tested first. - - - - - Build the dictionary needed for the order of the types. - - - - - - Get the string representing the current - - - - - - Relational operators used in conditions. - - - - - Equality (==). - - - - - Inequality (!=). - - - - - Less than (<). - - - - - Greater than (>). - - - - - Less than or equal (<=). - - - - - Greater than or equal (>=). - - - - - Hand-written tokenizer for conditions. - - - - - Initializes a new instance of the class. - - The string reader. - - - - Gets the type of the token. - - The type of the token. - - - - Gets the token value. - - The token value. - - - - Gets the value of a string token. - - The string token value. - - - - Asserts current token type and advances to the next token. - - Expected token type. - If token type doesn't match, an exception is thrown. - - - - Asserts that current token is a keyword and returns its value and advances to the next token. - - Keyword value. - - - - Gets or sets a value indicating whether current keyword is equal to the specified value. - - The keyword. - - A value of true if current keyword is equal to the specified value; otherwise, false. - - - - - Gets or sets a value indicating whether the tokenizer has reached the end of the token stream. - - - A value of true if the tokenizer has reached the end of the token stream; otherwise, false. - - - - - Gets or sets a value indicating whether current token is a number. - - - A value of true if current token is a number; otherwise, false. - - - - - Gets or sets a value indicating whether the specified token is of specified type. - - The token type. - - A value of true if current token is of specified type; otherwise, false. - - - - - Gets the next token and sets and properties. - - - - - Try the comparison tokens (greater, smaller, greater-equals, smaller-equals) - - current char - is match - - - - Try the logical tokens (and, or, not, equals) - - current char - is match - - - - Mapping between characters and token types for punctuations. - - - - - Initializes a new instance of the CharToTokenType struct. - - The character. - Type of the token. - - - - Token types for condition expressions. - - - - - Marks the class or a member as advanced. Advanced classes and members are hidden by - default in generated documentation. - - - - - Initializes a new instance of the class. - - - - - Identifies that the output of layout or layout render does not change for the lifetime of the current appdomain. - - - A layout(renderer) could be converted to a literal when: - - The layout and all layout properties are SimpleLayout or [AppDomainFixedOutput] - - Recommendation: Apply this attribute to a layout or layout-renderer which have the result only changes by properties of type Layout. - - - - - Used to mark configurable parameters which are arrays. - Specifies the mapping between XML elements and .NET types. - - - - - Initializes a new instance of the class. - - The type of the array item. - The XML element name that represents the item. - - - - Gets the .NET type of the array item. - - - - - Gets the XML element name. - - - - - An assembly is trying to load. - - - - - New event args - - - - - - The assembly that is trying to load. - - - - - NLog configuration section handler class for configuring NLog from App.config. - - - - - Creates a configuration section handler. - - Parent object. - Configuration context object. - Section XML node. - The created section handler object. - - - - Constructs a new instance the configuration item (target, layout, layout renderer, etc.) given its type. - - Type of the item. - Created object of the specified type. - - - - Provides registration information for named items (targets, layouts, layout renderers, etc.) managed by NLog. - - Everything of an assembly could be loaded by - - - - - Called before the assembly will be loaded. - - - - - Initializes a new instance of the class. - - The assemblies to scan for named items. - - - - Gets or sets default singleton instance of . - - - This property implements lazy instantiation so that the is not built before - the internal logger is configured. - - - - - Gets or sets the creator delegate used to instantiate configuration objects. - - - By overriding this property, one can enable dependency injection or interception for created objects. - - - - - Gets the factory. - - The target factory. - - - - Gets the factory. - - The filter factory. - - - - gets the factory - - not using due to backwards-compatibility. - - - - - Gets the factory. - - The layout renderer factory. - - - - Gets the factory. - - The layout factory. - - - - Gets the ambient property factory. - - The ambient property factory. - - - - Legacy interface, no longer used by the NLog engine - - - - - Gets or sets the JSON serializer to use with or - - - - - Gets or sets the string serializer to use with - - - - - Gets or sets the custom object-type transformation for use in , or - - - - - Gets or sets the parameter converter to use with , or - - - - - Perform message template parsing and formatting of LogEvent messages (True = Always, False = Never, Null = Auto Detect) - - - - Null (Auto Detect) : NLog-parser checks for positional parameters, and will then fallback to string.Format-rendering. - - True: Always performs the parsing of and rendering of using the NLog-parser (Allows custom formatting with ) - - False: Always performs parsing and rendering using string.Format (Fastest if not using structured logging) - - - - - Gets the time source factory. - - The time source factory. - - - - Gets the condition method factory. - - The condition method factory. - - - - Gets the condition method factory (precompiled) - - The condition method factory. - - - - Registers named items from the assembly. - - The assembly. - - - - Registers named items from the assembly. - - The assembly. - Item name prefix. - - - - Call Preload for NLogPackageLoader - - - Every package could implement a class "NLogPackageLoader" (namespace not important) with the public static method "Preload" (no arguments) - This method will be called just before registering all items in the assembly. - - - - - - Call the Preload method for . The Preload method must be static. - - - - - - Clears the contents of all factories. - - - - - Registers the type. - - The type to register. - The item name prefix. - - - - Builds the default configuration item factory. - - Default factory. - - - - Registers items in NLog.Extended.dll using late-bound types, so that we don't need a reference to NLog.Extended.dll. - - - - - Attribute used to mark the default parameters for layout renderers. - - - - - Initializes a new instance of the class. - - - - - Dynamic filtering with a positive list of enabled levels - - - - - Dynamic filtering with a minlevel and maxlevel range - - - - - Format of the exception output to the specific target. - - - - - Appends the Message of an Exception to the specified target. - - - - - Appends the type of an Exception to the specified target. - - - - - Appends the short type of an Exception to the specified target. - - - - - Appends the result of calling ToString() on an Exception to the specified target. - - - - - Appends the method name from Exception's stack trace to the specified target. - - - - - Appends the stack trace from an Exception to the specified target. - - - - - Appends the contents of an Exception's Data property to the specified target. - - - - - Destructure the exception (usually into JSON) - - - - - Appends the from the application or the object that caused the error. - - - - - Appends the from the application or the object that caused the error. - - - - - Appends any additional properties that specific type of Exception might have. - - - - - Factory for class-based items. - - The base type of each item. - The type of the attribute used to annotate items. - - - - Scans the assembly. - - The types to scan. - The prefix. - - - - Registers the type. - - The type to register. - The item name prefix. - - - - Registers the item based on a type name. - - Name of the item. - Name of the type. - - - - Clears the contents of the factory. - - - - - Registers a single type definition. - - The item name. - The type of the item. - - - - Tries to get registered item definition. - - Name of the item. - Reference to a variable which will store the item definition. - Item definition. - - - - Tries to create an item instance. - - Name of the item. - The result. - True if instance was created successfully, false otherwise. - - - - Creates an item instance. - - The name of the item. - Created item. - - - - Factory specialized for s. - - - - - Clear all func layouts - - - - - Register a layout renderer with a callback function. - - Name of the layoutrenderer, without ${}. - the renderer that renders the value. - - - - Tries to create an item instance. - - Name of the item. - The result. - True if instance was created successfully, false otherwise. - - - - Provides means to populate factories of named items (such as targets, layouts, layout renderers, etc.). - - - - - Implemented by objects which support installation and uninstallation. - - - - - Performs installation which requires administrative permissions. - - The installation context. - - - - Performs uninstallation which requires administrative permissions. - - The installation context. - - - - Determines whether the item is installed. - - The installation context. - - Value indicating whether the item is installed or null if it is not possible to determine. - - - - - Interface for accessing configuration details - - - - - Name of the config section - - - - - Configuration Key/Value Pairs - - - - - Child config sections - - - - - Interface for loading NLog - - - - - Finds and loads the NLog configuration - - LogFactory that owns the NLog configuration - Name of NLog.config file (optional) - NLog configuration (or null if none found) - - - - Notifies when LoggingConfiguration has been successfully applied - - LogFactory that owns the NLog configuration - NLog Config - - - - Get file paths (including filename) for the possible NLog config files. - - Name of NLog.config file (optional) - The file paths to the possible config file - - - - Level enabled flags for each LogLevel ordinal - - - - - Converts the filter into a simple - - - - - Represents a factory of named items (such as targets, layouts, layout renderers, etc.). - - Base type for each item instance. - Item definition type (typically or ). - - - - Registers new item definition. - - Name of the item. - Item definition. - - - - Tries to get registered item definition. - - Name of the item. - Reference to a variable which will store the item definition. - Item definition. - - - - Creates item instance. - - Name of the item. - Newly created item instance. - - - - Tries to create an item instance. - - Name of the item. - The result. - True if instance was created successfully, false otherwise. - - - - Provides context for install/uninstall operations. - - - - - Mapping between log levels and console output colors. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The log output. - - - - Gets or sets the installation log level. - - - - - Gets or sets a value indicating whether to ignore failures during installation. - - - - - Whether installation exceptions should be rethrown. If IgnoreFailures is set to true, - this property has no effect (there are no exceptions to rethrow). - - - - - Gets the installation parameters. - - - - - Gets or sets the log output. - - - - - Logs the specified trace message. - - The message. - The arguments. - - - - Logs the specified debug message. - - The message. - The arguments. - - - - Logs the specified informational message. - - The message. - The arguments. - - - - Logs the specified warning message. - - The message. - The arguments. - - - - Logs the specified error message. - - The message. - The arguments. - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Creates the log event which can be used to render layouts during installation/uninstallations. - - Log event info object. - - - - Convert object-value into specified type - - - - - Parses the input value and converts into the wanted type - - Input Value - Wanted Type - Format to use when parsing - Culture to use when parsing - Output value with wanted type - - - - Interface for fluent setup of LogFactory options - - - - - LogFactory under configuration - - - - - Interface for fluent setup of LogFactory options for extension loading - - - - - LogFactory under configuration - - - - - Interface for fluent setup of LogFactory options for enabling NLog - - - - - LogFactory under configuration - - - - - Interface for fluent setup of LogFactory options - - - - - LogFactory under configuration - - - - - LoggingConfiguration being built - - - - - Interface for fluent setup of LogFactory options for logevent serialization - - - - - LogFactory under configuration - - - - - Encapsulates and the logic to match the actual logger name - All subclasses defines immutable objects. - Concrete subclasses defines various matching rules through - - - - - Creates a concrete based on . - - - Rules used to select the concrete implementation returned: - - if is null => returns (never matches) - if doesn't contains any '*' nor '?' => returns (matches only on case sensitive equals) - if == '*' => returns (always matches) - if doesn't contain '?' - - if contains exactly 2 '*' one at the beginning and one at the end (i.e. "*foobar*) => returns - if contains exactly 1 '*' at the beginning (i.e. "*foobar") => returns - if contains exactly 1 '*' at the end (i.e. "foobar*") => returns - - - returns - - - - It may include one or more '*' or '?' wildcards at any position. - - '*' means zero or more occurrences of any character - '?' means exactly one occurrence of any character - - - A concrete - - - - Returns the argument passed to - - - - - Checks whether given name matches the logger name pattern. - - String to be matched. - A value of when the name matches, otherwise. - - - - Defines a that never matches. - Used when pattern is null - - - - - Defines a that always matches. - Used when pattern is '*' - - - - - Defines a that matches with a case-sensitive Equals - Used when pattern is a string without wildcards '?' '*' - - - - - Defines a that matches with a case-sensitive StartsWith - Used when pattern is a string like "*foobar" - - - - - Defines a that matches with a case-sensitive EndsWith - Used when pattern is a string like "foobar*" - - - - - Defines a that matches with a case-sensitive Contains - Used when pattern is a string like "*foobar*" - - - - - Defines a that matches with a complex wildcards combinations: - - '*' means zero or more occurrences of any character - '?' means exactly one occurrence of any character - - used when pattern is a string containing any number of '?' or '*' in any position - i.e. "*Server[*].Connection[?]" - - - - - Keeps logging configuration and provides simple API to modify it. - - This class is thread-safe..ToList() is used for that purpose. - - - - Variables defined in xml or in API. name is case case insensitive. - - - - - Gets the factory that will be configured - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Use the old exception log handling of NLog 3.0? - - This method was marked as obsolete on NLog 4.1 and it may be removed in a future release. - - - - Gets the variables defined in the configuration. - - - - - Gets a collection of named targets specified in the configuration. - - - A list of named targets. - - - Unnamed targets (such as those wrapped by other targets) are not returned. - - - - - Gets the collection of file names which should be watched for changes by NLog. - - - - - Gets the collection of logging rules. - - - - - Gets or sets the default culture info to use as . - - - Specific culture info or null to use - - - - - Gets all targets. - - - - - Compare objects based on their name. - - This property is use to cache the comparer object. - - - - Defines methods to support the comparison of objects for equality based on their name. - - - - - Registers the specified target object. The name of the target is read from . - - - The target object with a non - - when is - - - - Registers the specified target object under a given name. - - Name of the target. - The target object. - when is - when is - - - - Finds the target with the specified name. - - - The name of the target to be found. - - - Found target or when the target is not found. - - - - - Finds the target with the specified name and specified type. - - - The name of the target to be found. - - Type of the target - - Found target or when the target is not found of not of type - - - - - Add a rule with min- and maxLevel. - - Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - Name of the target to be written when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule with min- and maxLevel. - - Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule with min- and maxLevel. - - Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - Gets or sets a value indicating whether to quit processing any further rule when this one matches. - - - - Add a rule for one loglevel. - - log level needed to trigger this rule. - Name of the target to be written when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule for one loglevel. - - log level needed to trigger this rule. - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule for one loglevel. - - log level needed to trigger this rule. - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - Gets or sets a value indicating whether to quit processing any further rule when this one matches. - - - - Add a rule for all loglevels. - - Name of the target to be written when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule for all loglevels. - - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - - - - Add a rule for all loglevels. - - Target to be written to when the rule matches. - Logger name pattern. It may include the '*' wildcard at the beginning, at the end or at both ends. - Gets or sets a value indicating whether to quit processing any further rule when this one matches. - - - - Finds the logging rule with the specified name. - - The name of the logging rule to be found. - Found logging rule or when not found. - - - - Removes the specified named logging rule. - - The name of the logging rule to be removed. - Found one or more logging rule to remove, or when not found. - - - - Called by LogManager when one of the log configuration files changes. - - - A new instance of that represents the updated configuration. - - - - - Removes the specified named target. - - Name of the target. - - - - Installs target-specific objects on current system. - - The installation context. - - Installation typically runs with administrative permissions. - - - - - Uninstalls target-specific objects from current system. - - The installation context. - - Uninstallation typically runs with administrative permissions. - - - - - Closes all targets and releases any unmanaged resources. - - - - - Log to the internal (NLog) logger the information about the and associated with this instance. - - - The information are only recorded in the internal logger if Debug level is enabled, otherwise nothing is - recorded. - - - - - Validates the configuration. - - - - - Copies all variables from provided dictionary into current configuration variables. - - Master variables dictionary - - - - Replace a simple variable with a value. The original value is removed and thus we cannot redo this in a later stage. - - - - - - - Checks whether unused targets exist. If found any, just write an internal log at Warn level. - If initializing not started or failed, then checking process will be canceled - - - - - - - - Arguments for events. - - - - - Initializes a new instance of the class. - - The new configuration. - The old configuration. - - - - Gets the old configuration. - - The old configuration. - - - - Gets the new configuration. - - The new configuration. - - - - Gets the new configuration - - The new configuration. - - - - Gets the old configuration - - The old configuration. - - - - Gets the optional boolean attribute value. - - - Name of the attribute. - Default value to return if the attribute is not found or if there is a parse error - Boolean attribute value or default. - - - - Remove the namespace (before :) - - - x:a, will be a - - - - - - - Enables loading of NLog configuration from a file - - - - - Get default file paths (including filename) for possible NLog config files. - - - - - Get default file paths (including filename) for possible NLog config files. - - - - - Loads NLog configuration from - - - - - Constructor - - - - - - Loads NLog configuration from provided config section - - - - - - - Builds list with unique keys, using last value of duplicates. High priority keys placed first. - - - - - - - Parse loglevel, but don't throw if exception throwing is disabled - - Name of attribute for logging. - Value of parse. - Used if there is an exception - - - - - Parses a single config section within the NLog-config - - - Section was recognized - - - - Parse {Rules} xml element - - - Rules are added to this parameter. - - - - Parse {Logger} xml element - - - - - - Parse boolean - - Name of the property for logging. - value to parse - Default value to return if the parse failed - Boolean attribute value or default. - - - - Arguments for . - - - - - Initializes a new instance of the class. - - Whether configuration reload has succeeded. - - - - Initializes a new instance of the class. - - Whether configuration reload has succeeded. - The exception during configuration reload. - - - - Gets a value indicating whether configuration reload has succeeded. - - A value of true if succeeded; otherwise, false. - - - - Gets the exception which occurred during configuration reload. - - The exception. - - - - Enables FileWatcher for the currently loaded NLog Configuration File, - and supports automatic reload on file modification. - - - - - Represents a logging rule. An equivalent of <logger /> configuration element. - - - - - Create an empty . - - - - - Create an empty . - - - - - Create a new with a and which writes to . - - Logger name pattern used for . It may include one or more '*' or '?' wildcards at any position. - Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - Target to be written to when the rule matches. - - - - Create a new with a which writes to . - - Logger name pattern used for . It may include one or more '*' or '?' wildcards at any position. - Minimum log level needed to trigger this rule. - Target to be written to when the rule matches. - - - - Create a (disabled) . You should call or see cref="EnableLoggingForLevels"/> to enable logging. - - Logger name pattern used for . It may include one or more '*' or '?' wildcards at any position. - Target to be written to when the rule matches. - - - - Rule identifier to allow rule lookup - - - - - Gets a collection of targets that should be written to when this rule matches. - - - - - Gets a collection of child rules to be evaluated when this rule matches. - - - - - Gets a collection of filters to be checked before writing to targets. - - - - - Gets or sets a value indicating whether to quit processing any further rule when this one matches. - - - - - Gets or sets logger name pattern. - - - Logger name pattern used by to check if a logger name matches this rule. - It may include one or more '*' or '?' wildcards at any position. - - '*' means zero or more occurrences of any character - '?' means exactly one occurrence of any character - - - - - - Gets the collection of log levels enabled by this rule. - - - - - Default action if none of the filters match - - - - - Enables logging for a particular level. - - Level to be enabled. - - - - Enables logging for a particular levels between (included) and . - - Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - - - - Disables logging for a particular level. - - Level to be disabled. - - - - Disables logging for particular levels between (included) and . - - Minimum log level to be disables. - Maximum log level to de disabled. - - - - Enables logging the levels between (included) and . All the other levels will be disabled. - - >Minimum log level needed to trigger this rule. - Maximum log level needed to trigger this rule. - - - - Returns a string representation of . Used for debugging. - - - A that represents the current . - - - - - Checks whether te particular log level is enabled for this rule. - - Level to be checked. - A value of when the log level is enabled, otherwise. - - - - Checks whether given name matches the . - - String to be matched. - A value of when the name matches, otherwise. - - - - Default filtering with static level config - - - - - Factory for locating methods. - - - - - Initializes a new instance of the class. - - Helper method to extract relevant methods from type - - - - Scans the assembly for classes marked with expected class - and methods marked with expected and adds them - to the factory. - - The types to scan. - The prefix to use for names. - - - - Registers the type. - - The type to register. - The item name prefix. - - - - Scans a type for relevant methods with their symbolic names - - Include types that are marked with this attribute - Include methods that are marked with this attribute - Class Type to scan - Collection of methods with their symbolic names - - - - Clears contents of the factory. - - - - - Registers the definition of a single method. - - The method name. - The method info. - - - - Registers the definition of a single method. - - The method name. - The method info. - The precompiled method delegate. - - - - Tries to retrieve method by name. - - The method name. - The result. - A value of true if the method was found, false otherwise. - - - - Tries to retrieve method-delegate by name. - - The method name. - The result. - A value of true if the method was found, false otherwise. - - - - Retrieves method by name. - - Method name. - MethodInfo object. - - - - Retrieves method by name. - - Method name. - Method delegate object. - - - - Tries to get method definition. - - The method name. - The result. - A value of true if the method was found, false otherwise. - - - - Marks the layout or layout renderer depends on mutable objects from the LogEvent - - This can be or - - - - - Attaches a simple name to an item (such as , - , , etc.). - - - - - Initializes a new instance of the class. - - The name of the item. - - - - Gets the name of the item. - - The name of the item. - - - - Indicates NLog should not scan this property during configuration. - - - - - Initializes a new instance of the class. - - - - - Marks the object as configuration item for NLog. - - - - - Initializes a new instance of the class. - - - - - Represents simple XML element with case-insensitive attribute semantics. - - - - - Initializes a new instance of the class. - - The reader to initialize element from. - - - - Prevents a default instance of the class from being created. - - - - - Gets the element name. - - - - - Gets the dictionary of attribute values. - - - - - Gets the collection of child elements. - - - - - Gets the value of the element. - - - - - Last error occured during configuration read - - - - - Returns children elements with the specified element name. - - Name of the element. - Children elements with the specified element name. - - - - Asserts that the name of the element is among specified element names. - - The allowed names. - - - - Returns all parsing errors from current and all child elements. - - - - - Special attribute we could ignore - - - - - Default implementation of - - - - - - - - Attribute used to mark the required parameters for targets, - layout targets and filters. - - - - - Provides simple programmatic configuration API used for trivial logging cases. - - Warning, these methods will overwrite the current config. - - - - - Configures NLog for console logging so that all messages above and including - the level are output to the console. - - - - - Configures NLog for console logging so that all messages above and including - the specified level are output to the console. - - The minimal logging level. - - - - Configures NLog for to log to the specified target so that all messages - above and including the level are output. - - The target to log all messages to. - - - - Configures NLog for to log to the specified target so that all messages - above and including the specified level are output. - - The target to log all messages to. - The minimal logging level. - - - - Configures NLog for file logging so that all messages above and including - the level are written to the specified file. - - Log file name. - - - - Configures NLog for file logging so that all messages above and including - the specified level are written to the specified file. - - Log file name. - The minimal logging level. - - - - Value indicating how stack trace should be captured when processing the log event. - - - - - Stack trace should not be captured. - - - - - Stack trace should be captured without source-level information. - - - - - Stack trace should be captured including source-level information such as line numbers. - - - - - Capture maximum amount of the stack trace information supported on the platform. - - - - - Marks the layout or layout renderer as thread independent - it producing correct results - regardless of the thread it's running on. - - Without this attribute everything is rendered on the main thread. - - - If this attribute is set on a layout, it could be rendered on the another thread. - This could be more efficient as it's skipped when not needed. - - If context like HttpContext.Current is needed, which is only available on the main thread, this attribute should not be applied. - - See the AsyncTargetWrapper and BufferTargetWrapper with the , using - - Apply this attribute when: - - The result can we rendered in another thread. Delaying this could be more efficient. And/Or, - - The result should not be precalculated, for example the target sends some extra context information. - - - - - Marks the layout or layout renderer as thread safe - it producing correct results - regardless of the number of threads it's running on. - - Without this attribute then the target concurrency will be reduced - - - - - A class for configuring NLog through an XML configuration file - (App.config style or App.nlog style). - - Parsing of the XML file is also implemented in this class. - - - - This class is thread-safe..ToList() is used for that purpose. - - Update TemplateXSD.xml for changes outside targets - - - - - Initializes a new instance of the class. - - Configuration file to be read. - - - - Initializes a new instance of the class. - - Configuration file to be read. - The to which to apply any applicable configuration values. - - - - Initializes a new instance of the class. - - Configuration file to be read. - Ignore any errors during configuration. - - - - Initializes a new instance of the class. - - Configuration file to be read. - Ignore any errors during configuration. - The to which to apply any applicable configuration values. - - - - Initializes a new instance of the class. - - XML reader to read from. - - - - Initializes a new instance of the class. - - containing the configuration section. - Name of the file that contains the element (to be used as a base for including other files). null is allowed. - - - - Initializes a new instance of the class. - - containing the configuration section. - Name of the file that contains the element (to be used as a base for including other files). null is allowed. - The to which to apply any applicable configuration values. - - - - Initializes a new instance of the class. - - containing the configuration section. - Name of the file that contains the element (to be used as a base for including other files). null is allowed. - Ignore any errors during configuration. - - - - Initializes a new instance of the class. - - containing the configuration section. - Name of the file that contains the element (to be used as a base for including other files). null is allowed. - Ignore any errors during configuration. - The to which to apply any applicable configuration values. - - - - Initializes a new instance of the class. - - The XML contents. - Name of the XML file. - The to which to apply any applicable configuration values. - - - - Parse XML string as NLog configuration - - NLog configuration in XML to be parsed - - - - Parse XML string as NLog configuration - - NLog configuration in XML to be parsed - NLog LogFactory - - - - Gets the default object by parsing - the application configuration file (app.exe.config). - - - - - Did the Succeeded? true= success, false= error, null = initialize not started yet. - - - - - Gets or sets a value indicating whether all of the configuration files - should be watched for changes and reloaded automatically when changed. - - - - - Gets the collection of file names which should be watched for changes by NLog. - This is the list of configuration files processed. - If the autoReload attribute is not set it returns empty collection. - - - - - Re-reads the original configuration file and returns the new object. - - The new object. - - - - Get file paths (including filename) for the possible NLog config files. - - The file paths to the possible config file - - - - Overwrite the paths (including filename) for the possible NLog config files. - - The file paths to the possible config file - - - - Clear the candidate file paths and return to the defaults. - - - - - Create XML reader for (xml config) file. - - filepath - reader or null if filename is empty. - - - - Initializes the configuration. - - containing the configuration section. - Name of the file that contains the element (to be used as a base for including other files). null is allowed. - Ignore any errors during configuration. - - - - Checks whether any error during XML configuration parsing has occured. - If there are any and ThrowConfigExceptions or ThrowExceptions - setting is enabled - throws NLogConfigurationException, otherwise - just write an internal log at Warn level. - - Root NLog configuration xml element - - - - Add a file with configuration. Check if not already included. - - - - - - - Parse the root - - - path to config file. - The default value for the autoReload option. - - - - Parse {configuration} xml element. - - - path to config file. - The default value for the autoReload option. - - - - Parse {NLog} xml element. - - - path to config file. - The default value for the autoReload option. - - - - Parses a single config section within the NLog-config - - - Section was recognized - - - - Include (multiple) files by filemask, e.g. *.nlog - - base directory in case if is relative - relative or absolute fileMask - - - - - - - - Matches when the specified condition is met. - - - Conditions are expressed using a simple language - described here. - - - - - Gets or sets the condition expression. - - - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - An abstract filter class. Provides a way to eliminate log messages - based on properties other than logger name and log level. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the action to be taken when filter matches. - - - - - - Gets the result of evaluating filter against given log event. - - The log event. - Filter result. - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Marks class as a layout renderer and assigns a name to it. - - - - - Initializes a new instance of the class. - - Name of the filter. - - - - Filter result. - - - - - The filter doesn't want to decide whether to log or discard the message. - - - - - The message should be logged. - - - - - The message should not be logged. - - - - - The message should be logged and processing should be finished. - - - - - The message should not be logged and processing should be finished. - - - - - A base class for filters that are based on comparing a value to a layout. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the layout to be used to filter log messages. - - The layout. - - - - - Matches when the calculated layout contains the specified substring. - This filter is deprecated in favor of <when /> which is based on conditions. - - - - - Gets or sets a value indicating whether to ignore case when comparing strings. - - - - - - Gets or sets the substring to be matched. - - - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Matches when the calculated layout is equal to the specified substring. - This filter is deprecated in favor of <when /> which is based on conditions. - - - - - Gets or sets a value indicating whether to ignore case when comparing strings. - - - - - - Gets or sets a string to compare the layout to. - - - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Matches the provided filter-method - - - - - Initializes a new instance of the class. - - - - - - - - Matches when the calculated layout does NOT contain the specified substring. - This filter is deprecated in favor of <when /> which is based on conditions. - - - - - Gets or sets the substring to be matched. - - - - - - Gets or sets a value indicating whether to ignore case when comparing strings. - - - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Matches when the calculated layout is NOT equal to the specified substring. - This filter is deprecated in favor of <when /> which is based on conditions. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a string to compare the layout to. - - - - - - Gets or sets a value indicating whether to ignore case when comparing strings. - - - - - - Checks whether log event should be logged or not. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Matches when the result of the calculated layout has been repeated a moment ago - - - - - How long before a filter expires, and logging is accepted again - - - - - - Max length of filter values, will truncate if above limit - - - - - - Applies the configured action to the initial logevent that starts the timeout period. - Used to configure that it should ignore all events until timeout. - - - - - - Max number of unique filter values to expect simultaneously - - - - - - Default number of unique filter values to expect, will automatically increase if needed - - - - - - Insert FilterCount value into when an event is no longer filtered - - - - - - Append FilterCount to the when an event is no longer filtered - - - - - - Reuse internal buffers, and doesn't have to constantly allocate new buffers - - - - - - Default buffer size for the internal buffers - - - - - - Can be used if has been enabled. - - - - - Initializes a new instance of the class. - - - - - Checks whether log event should be logged or not. In case the LogEvent has just been repeated. - - Log event. - - - if the log event should be ignored
- - if the filter doesn't want to decide
- - if the log event should be logged
- .
-
- - - Uses object pooling, and prunes stale filter items when the pool runs dry - - - - - Remove stale filter-value from the cache, and fill them into the pool for reuse - - - - - Renders the Log Event into a filter value, that is used for checking if just repeated - - - - - Repeated LogEvent detected. Checks if it should activate filter-action - - - - - Filter Value State (mutable) - - - - - Filter Lookup Key (immutable) - - - - - A global logging class using caller info to find the logger. - - - - - Starts building a log event with the specified . - - The log level. - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Trace level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Debug level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Info level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Warn level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Error level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - Starts building a log event at the Fatal level. - - The full path of the source file that contains the caller. This is the file path at the time of compile. - An instance of the fluent . - - - - A fluent class to build log events for NLog. - - - - - Initializes a new instance of the class. - - The to send the log event. - - - - Initializes a new instance of the class. - - The to send the log event. - The for the log event. - - - - Gets the created by the builder. - - - - - Sets the information of the logging event. - - The exception information of the logging event. - current for chaining calls. - - - - Sets the level of the logging event. - - The level of the logging event. - current for chaining calls. - - - - Sets the logger name of the logging event. - - The logger name of the logging event. - current for chaining calls. - - - - Sets the log message on the logging event. - - The log message for the logging event. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - A composite format string. - The object to format. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - A composite format string. - The first object to format. - The second object to format. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - A composite format string. - The first object to format. - The second object to format. - The third object to format. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - A composite format string. - The first object to format. - The second object to format. - The third object to format. - The fourth object to format. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - A composite format string. - An object array that contains zero or more objects to format. - current for chaining calls. - - - - Sets the log message and parameters for formatting on the logging event. - - An object that supplies culture-specific formatting information. - A composite format string. - An object array that contains zero or more objects to format. - current for chaining calls. - - - - Sets a per-event context property on the logging event. - - The name of the context property. - The value of the context property. - current for chaining calls. - - - - Sets multiple per-event context properties on the logging event. - - The properties to set. - current for chaining calls. - - - - Sets the timestamp of the logging event. - - The timestamp of the logging event. - current for chaining calls. - - - - Sets the stack trace for the event info. - - The stack trace. - Index of the first user stack frame within the stack trace. - current for chaining calls. - - - - Writes the log event to the underlying logger. - - The method or property name of the caller to the method. This is set at by the compiler. - The full path of the source file that contains the caller. This is set at by the compiler. - The line number in the source file at which the method is called. This is set at by the compiler. - - - - Writes the log event to the underlying logger if the condition delegate is true. - - If condition is true, write log event; otherwise ignore event. - The method or property name of the caller to the method. This is set at by the compiler. - The full path of the source file that contains the caller. This is set at by the compiler. - The line number in the source file at which the method is called. This is set at by the compiler. - - - - Writes the log event to the underlying logger if the condition is true. - - If condition is true, write log event; otherwise ignore event. - The method or property name of the caller to the method. This is set at by the compiler. - The full path of the source file that contains the caller. This is set at by the compiler. - The line number in the source file at which the method is called. This is set at by the compiler. - - - - Extension methods for NLog . - - - - - Starts building a log event with the specified . - - The logger to write the log event to. - The log level. - current for chaining calls. - - - - Starts building a log event at the Trace level. - - The logger to write the log event to. - current for chaining calls. - - - - Starts building a log event at the Debug level. - - The logger to write the log event to. - current for chaining calls. - - - - Starts building a log event at the Info level. - - The logger to write the log event to. - current for chaining calls. - - - - Starts building a log event at the Warn level. - - The logger to write the log event to. - current for chaining calls. - - - - Starts building a log event at the Error level. - - The logger to write the log event to. - current for chaining calls. - - - - Starts building a log event at the Fatal level. - - The logger to write the log event to. - current for chaining calls. - - - - Global Diagnostics Context - - This class was marked as obsolete on NLog 2.0 and it may be removed in a future release. - - - - Sets the Global Diagnostics Context item to the specified value. - - Item name. - Item value. - - - - Gets the Global Diagnostics Context named item. - - Item name. - The value of , if defined; otherwise . - If the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the Global Diagnostics Context item. - - Item name. - to use when converting the item's value to a string. - The value of as a string, if defined; otherwise . - If is null and the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the Global Diagnostics Context named item. - - Item name. - The value of , if defined; otherwise null. - - - - Checks whether the specified item exists in the Global Diagnostics Context. - - Item name. - A boolean indicating whether the specified item exists in current thread GDC. - - - - Removes the specified item from the Global Diagnostics Context. - - Item name. - - - - Clears the content of the GDC. - - - - - Global Diagnostics Context - a dictionary structure to hold per-application-instance values. - - - - - Sets the Global Diagnostics Context item to the specified value. - - Item name. - Item value. - - - - Sets the Global Diagnostics Context item to the specified value. - - Item name. - Item value. - - - - Gets the Global Diagnostics Context named item. - - Item name. - The value of , if defined; otherwise . - If the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the Global Diagnostics Context item. - - Item name. - to use when converting the item's value to a string. - The value of as a string, if defined; otherwise . - If is null and the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the Global Diagnostics Context named item. - - Item name. - The item value, if defined; otherwise null. - - - - Returns all item names - - A collection of the names of all items in the Global Diagnostics Context. - - - - Checks whether the specified item exists in the Global Diagnostics Context. - - Item name. - A boolean indicating whether the specified item exists in current thread GDC. - - - - Removes the specified item from the Global Diagnostics Context. - - Item name. - - - - Clears the content of the GDC. - - - - - Include context properties - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets the option to include all properties from the log events - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Interface for serialization of object values into JSON format - - - - - Serialization of an object into JSON format. - - The object to serialize to JSON. - Output destination. - Serialize succeeded (true/false) - - - - Auto-generated Logger members for binary compatibility with NLog 1.0. - - - Provides logging interface and utility functions. - - - - - Writes the diagnostic message at the Trace level. - - A to be written. - - - - Writes the diagnostic message at the Trace level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format.s - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level. - - A to be written. - - - - Writes the diagnostic message at the Debug level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level. - - A to be written. - - - - Writes the diagnostic message at the Info level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level. - - A to be written. - - - - Writes the diagnostic message at the Warn level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level. - - A to be written. - - - - Writes the diagnostic message at the Error level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level. - - A to be written. - - - - Writes the diagnostic message at the Fatal level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Gets a value indicating whether logging is enabled for the Trace level. - - A value of if logging is enabled for the Trace level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Debug level. - - A value of if logging is enabled for the Debug level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Info level. - - A value of if logging is enabled for the Info level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Warn level. - - A value of if logging is enabled for the Warn level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Error level. - - A value of if logging is enabled for the Error level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Fatal level. - - A value of if logging is enabled for the Fatal level, otherwise it returns . - - - - Writes the diagnostic message at the Trace level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Trace level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Trace level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Trace level. - - Log message. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Debug level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Debug level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Debug level. - - Log message. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Info level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Info level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Info level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Info level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Info level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Info level. - - Log message. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Warn level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Warn level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Warn level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Warn level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Warn level. - - Log message. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Error level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Error level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Error level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Error level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Error level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Error level. - - Log message. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Fatal level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Fatal level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Fatal level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Fatal level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Fatal level. - - Log message. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Auto-generated Logger members for binary compatibility with NLog 1.0. - - - Logger with only generic methods (passing 'LogLevel' to methods) and core properties. - - - - - Writes the diagnostic message at the specified level. - - The log level. - A to be written. - - - - Writes the diagnostic message at the specified level. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Occurs when logger configuration changes. - - - - - Gets the name of the logger. - - - - - Gets the factory that created this logger. - - - - - Gets a value indicating whether logging is enabled for the specified level. - - Log level to be checked. - A value of if logging is enabled for the specified level, otherwise it returns . - - - - Writes the specified diagnostic message. - - Log event. - - - - Writes the specified diagnostic message. - - The name of the type that wraps Logger. - Log event. - - - - Writes the diagnostic message at the specified level using the specified format provider and format parameters. - - - Writes the diagnostic message at the specified level. - - Type of the value. - The log level. - The value to be written. - - - - Writes the diagnostic message at the specified level. - - Type of the value. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the specified level. - - The log level. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - Arguments to format. - An exception to be logged. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - Arguments to format. - An exception to be logged. - - - - Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the specified level. - - The log level. - Log message. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameter. - - The type of the argument. - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The log level. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - The log level. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Extensions for NLog . - - - - - Writes the diagnostic message and exception at the specified level. - - A logger implementation that will handle the message. - The log level. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Trace level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Debug level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Info level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Warn level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Error level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Fatal level. - - A logger implementation that will handle the message. - An exception to be logged. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Allocates new builder and appends to the provided target builder on dispose - - - - - Access the new builder allocated - - - - - Helpers for . - - - - - Load from url - - file or path, including .dll - basepath, optional - - - - - Load from url - - name without .dll - - - - - Forward declare of system delegate type for use by other classes - - - - - Keeps track of pending operation count, and can notify when pending operation count reaches zero - - - - - Mark operation has started - - - - - Mark operation has completed - - Exception coming from the completed operation [optional] - - - - Registers an AsyncContinuation to be called when all pending operations have completed - - Invoked on completion - AsyncContinuation operation - - - - Clear o - - - - - Sets the stack trace for the event info. - - The stack trace. - Index of the first user stack frame within the stack trace. - Type of the logger or logger wrapper. This is still Logger if it's a subclass of Logger. - - - - Sets the details retrieved from the Caller Information Attributes - - - - - - - - - Gets the stack frame of the method that did the logging. - - - - - Gets the number index of the stack frame that represents the user - code (not the NLog code). - - - - - Legacy attempt to skip async MoveNext, but caused source file line number to be lost - - - - - Gets the entire stack trace. - - - - - Finds first user stack frame in a stack trace - - The stack trace of the logging method invocation - Type of the logger or logger wrapper. This is still Logger if it's a subclass of Logger. - Index of the first user stack frame or 0 if all stack frames are non-user - - - - This is only done for legacy reason, as the correct method-name and line-number should be extracted from the MoveNext-StackFrame - - The stack trace of the logging method invocation - Starting point for skipping async MoveNext-frames - - - - Assembly to skip? - - Find assembly via this frame. - true, we should skip. - - - - Is this the type of the logger? - - get type of this logger in this frame. - Type of the logger. - - - - - Memory optimized filtering - - Passing state too avoid delegate capture and memory-allocations. - - - - Internal configuration manager used to read .NET configuration files. - Just a wrapper around the BCL ConfigurationManager, but used to enable - unit testing. - - - - - Gets the wrapper around ConfigurationManager.AppSettings. - - - - - Provides untyped IDictionary interface on top of generic IDictionary. - - The type of the key. - The type of the value. - - - - Initializes a new instance of the DictionaryAdapter class. - - The implementation. - - - - Gets an object containing the values in the object. - - - - An object containing the values in the object. - - - - - Gets the number of elements contained in the . - - - - The number of elements contained in the . - - - - - Gets a value indicating whether access to the is synchronized (thread safe). - - - true if access to the is synchronized (thread safe); otherwise, false. - - - - - Gets an object that can be used to synchronize access to the . - - - - An object that can be used to synchronize access to the . - - - - - Gets a value indicating whether the object has a fixed size. - - - true if the object has a fixed size; otherwise, false. - - - - - Gets a value indicating whether the object is read-only. - - - true if the object is read-only; otherwise, false. - - - - - Gets an object containing the keys of the object. - - - - An object containing the keys of the object. - - - - - Gets or sets the with the specified key. - - Dictionary key. - Value corresponding to key or null if not found - - - - Adds an element with the provided key and value to the object. - - The to use as the key of the element to add. - The to use as the value of the element to add. - - - - Removes all elements from the object. - - - - - Determines whether the object contains an element with the specified key. - - The key to locate in the object. - - True if the contains an element with the key; otherwise, false. - - - - - Returns an object for the object. - - - An object for the object. - - - - - Removes the element with the specified key from the object. - - The key of the element to remove. - - - - Copies the elements of the to an , starting at a particular index. - - The one-dimensional that is the destination of the elements copied from . The must have zero-based indexing. - The zero-based index in at which copying begins. - - - - Returns an enumerator that iterates through a collection. - - - An object that can be used to iterate through the collection. - - - - - Wrapper IDictionaryEnumerator. - - - - - Initializes a new instance of the class. - - The wrapped. - - - - Gets both the key and the value of the current dictionary entry. - - - - A containing both the key and the value of the current dictionary entry. - - - - - Gets the key of the current dictionary entry. - - - - The key of the current element of the enumeration. - - - - - Gets the value of the current dictionary entry. - - - - The value of the current element of the enumeration. - - - - - Gets the current element in the collection. - - - - The current element in the collection. - - - - - Advances the enumerator to the next element of the collection. - - - True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. - - - - - Sets the enumerator to its initial position, which is before the first element in the collection. - - - - - Ensures that IDictionary.GetEnumerator returns DictionaryEntry values - - - - - UTF-8 BOM 239, 187, 191 - - - - - Safe way to get environment variables. - - - - - Helper class for dealing with exceptions. - - - - - Mark this exception as logged to the . - - - - - - - Is this exception logged to the ? - - - trueif the has been logged to the . - - - - Determines whether the exception must be rethrown and logs the error to the if is false. - - Advised to log first the error to the before calling this method. - - The exception to check. - Target context of the exception. - trueif the must be rethrown, false otherwise. - - - - Determines whether the exception must be rethrown immediately, without logging the error to the . - - Only used this method in special cases. - - The exception to check. - trueif the must be rethrown, false otherwise. - - - - Object construction helper. - - - - - Adapter for to - - - - - Initializes a new instance of the class. - - The to wrap. - - - - Creates an AppDomainWrapper for the current - - - - - Gets or sets the base directory that the assembly resolver uses to probe for assemblies. - - - - - Gets or sets the name of the configuration file for an application domain. - - - - - Gets or sets the list of directories under the application base directory that are probed for private assemblies. - - - - - Gets or set the friendly name. - - - - - Gets an integer that uniquely identifies the application domain within the process. - - - - - Gets the assemblies that have been loaded into the execution context of this application domain. - - A list of assemblies in this application domain. - - - - Process exit event. - - - - - Domain unloaded event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Interface for fakeable the current . Not fully implemented, please methods/properties as necessary. - - - - - Gets or sets the base directory that the assembly resolver uses to probe for assemblies. - - - - - Gets or sets the name of the configuration file for an application domain. - - - - - Gets or sets the list of directories under the application base directory that are probed for private assemblies. - - - - - Gets or set the friendly name. - - - - - Gets an integer that uniquely identifies the application domain within the process. - - - - - Gets the assemblies that have been loaded into the execution context of this application domain. - - A list of assemblies in this application domain. - - - - Process exit event. - - - - - Domain unloaded event. - - - - - Abstract calls for the application environment - - - - - Gets current process name (excluding filename extension, if any). - - - - - Abstract calls to FileSystem - - - - Determines whether the specified file exists. - The file to check. - - - Returns the content of the specified file - The file to load. - - - - Base class for optimized file appenders. - - - - - Initializes a new instance of the class. - - Name of the file. - The create parameters. - - - - Gets the path of the file, including file extension. - - The name of the file. - - - - Gets or sets the creation time for a file associated with the appender. The time returned is in Coordinated - Universal Time [UTC] standard. - - The creation time of the file. - - - - Gets or sets the creation time for a file associated with the appender. Synchronized by - The time format is based on - - - - - Gets the last time the file associated with the appender is opened. The time returned is in Coordinated - Universal Time [UTC] standard. - - The time the file was last opened. - - - - Gets the file creation parameters. - - The file creation parameters. - - - - Writes the specified bytes. - - The bytes. - - - - Flushes this instance. - - - - - Closes this instance. - - - - - Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal - Time [UTC] standard. - - The file creation time. - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Releases unmanaged and - optionally - managed resources. - - True to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Creates the file stream. - - If set to true sets the file stream to allow shared writing. - If larger than 0 then it will be used instead of the default BufferSize for the FileStream. - A object which can be used to write to the file. - - - - Base class for optimized file appenders which require the usage of a mutex. - - It is possible to use this class as replacement of BaseFileAppender and the mutex functionality - is not enforced to the implementing subclasses. - - - - - Initializes a new instance of the class. - - Name of the file. - The create parameters. - - - - Gets the mutually-exclusive lock for archiving files. - - The mutex for archiving. - - - - Releases unmanaged and - optionally - managed resources. - - True to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Creates a mutex that is sharable by more than one process. - - The prefix to use for the name of the mutex. - A object which is sharable by multiple processes. - - - - Implementation of which caches - file information. - - - - - Initializes a new instance of the class. - - Name of the file. - The parameters. - - - - Closes this instance of the appender. - - - - - Flushes this current appender. - - - - - Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal - Time [UTC] standard. - - The file creation time. - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Writes the specified bytes to a file. - - The bytes array. - The bytes array offset. - The number of bytes. - - - - Factory class which creates objects. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - Maintains a collection of file appenders usually associated with file targets. - - - - - An "empty" instance of the class with zero size and empty list of appenders. - - - - - Initializes a new "empty" instance of the class with zero size and empty - list of appenders. - - - - - Initializes a new instance of the class. - - - The size of the list should be positive. No validations are performed during initialization as it is an - internal class. - - Total number of appenders allowed in list. - Factory used to create each appender. - Parameters used for creating a file. - - - - The archive file path pattern that is used to detect when archiving occurs. - - - - - Invalidates appenders for all files that were archived. - - - - - Gets the parameters which will be used for creating a file. - - - - - Gets the file appender factory used by all the appenders in this list. - - - - - Gets the number of appenders which the list can hold. - - - - - Subscribe to background monitoring of active file appenders - - - - - It allocates the first slot in the list when the file name does not already in the list and clean up any - unused slots. - - File name associated with a single appender. - The allocated appender. - - Thrown when is called on an Empty instance. - - - - - Close all the allocated appenders. - - - - - Close the allocated appenders initialized before the supplied time. - - The time which prior the appenders considered expired - - - - Flush all the allocated appenders. - - - - - File Archive Logic uses the File-Creation-TimeStamp to detect if time to archive, and the File-LastWrite-Timestamp to name the archive-file. - - - NLog always closes all relevant appenders during archive operation, so no need to lookup file-appender - - - - - Closes the specified appender and removes it from the list. - - File name of the appender to be closed. - File Appender that matched the filePath (null if none found) - - - - Interface that provides parameters for create file function. - - - - - Gets or sets the delay in milliseconds to wait before attempting to write to the file again. - - - - - Gets or sets the number of times the write is appended on the file before NLog - discards the log message. - - - - - Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host. - - - This makes multi-process logging possible. NLog uses a special technique - that lets it keep the files open for writing. - - - - - Gets or sets a value indicating whether to create directories if they do not exist. - - - Setting this to false may improve performance a bit, but you'll receive an error - when attempting to write to a directory that's not present. - - - - - Gets or sets a value indicating whether to enable log file(s) to be deleted. - - - - - Gets or sets the log file buffer size in bytes. - - - - - Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - - - - - Gets or sets the file attributes (Windows only). - - - - - Should archive mutex be created? - - - - - Should manual simple detection of file deletion be enabled? - - - - - Gets the parameters which will be used for creating a file. - - - - - Gets the file appender factory used by all the appenders in this list. - - - - - Gets the number of appenders which the list can hold. - - - - - Subscribe to background monitoring of active file appenders - - - - - It allocates the first slot in the list when the file name does not already in the list and clean up any - unused slots. - - File name associated with a single appender. - The allocated appender. - - Thrown when is called on an Empty instance. - - - - - Close all the allocated appenders. - - - - - Close the allocated appenders initialized before the supplied time. - - The time which prior the appenders considered expired - - - - Flush all the allocated appenders. - - - - - File Archive Logic uses the File-Creation-TimeStamp to detect if time to archive, and the File-LastWrite-Timestamp to name the archive-file. - - - NLog always closes all relevant appenders during archive operation, so no need to lookup file-appender - - - - - Closes the specified appender and removes it from the list. - - File name of the appender to be closed. - File Appender that matched the filePath (null if none found) - - - - The archive file path pattern that is used to detect when archiving occurs. - - - - - Invalidates appenders for all files that were archived. - - - - - Interface implemented by all factories capable of creating file appenders. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - Instance of which can be used to write to the file. - - - - Provides a multi process-safe atomic file appends while - keeping the files open. - - - On Unix you can get all the appends to be atomic, even when multiple - processes are trying to write to the same file, because setting the file - pointer to the end of the file and appending can be made one operation. - On Win32 we need to maintain some synchronization between processes - (global named mutex is used for this) - - - - - Initializes a new instance of the class. - - Name of the file. - The parameters. - - - - Writes the specified bytes. - - The bytes array. - The bytes array offset. - The number of bytes. - - - - Closes this instance. - - - - - Flushes this instance. - - - - - Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal - Time [UTC] standard. - - The file creation time. - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Factory class. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - Appender used to discard data for the FileTarget. - Used mostly for testing entire stack except the actual writing to disk. - Throws away all data. - - - - - Factory class. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - Multi-process and multi-host file appender which attempts - to get exclusive write access and retries if it's not available. - - - - - Initializes a new instance of the class. - - Name of the file. - The parameters. - - - - Writes the specified bytes. - - The bytes array. - The bytes array offset. - The number of bytes. - - - - Flushes this instance. - - - - - Closes this instance. - - - - - Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal - Time [UTC] standard. - - The file creation time. - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Factory class. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - Optimized single-process file appender which keeps the file open for exclusive write. - - - - - Initializes a new instance of the class. - - Name of the file. - The parameters. - - - - Writes the specified bytes. - - The bytes array. - The bytes array offset. - The number of bytes. - - - - Flushes this instance. - - - - - Closes this instance. - - - - - Gets the creation time for a file associated with the appender. The time returned is in Coordinated Universal - Time [UTC] standard. - - The file creation time. - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Factory class. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - Provides a multi process-safe atomic file append while - keeping the files open. - - - - - Initializes a new instance of the class. - - Name of the file. - The parameters. - - - - Creates or opens a file in a special mode, so that writes are automatically - as atomic writes at the file end. - See also "UnixMultiProcessFileAppender" which does a similar job on *nix platforms. - - File to create or open - - - - Writes the specified bytes. - - The bytes array. - The bytes array offset. - The number of bytes. - - - - Closes this instance. - - - - - Flushes this instance. - - - - - Gets the length in bytes of the file associated with the appender. - - A long value representing the length of the file in bytes. - - - - Factory class. - - - - - Opens the appender for given file name and parameters. - - Name of the file. - Creation parameters. - - Instance of which can be used to write to the file. - - - - - A layout that represents a filePath. - - - - - Cached directory separator char array to avoid memory allocation on each method call. - - - - - Cached invalid file names char array to avoid memory allocation every time Path.GetInvalidFileNameChars() is called. - - - - - not null when == false - - - - - non null is fixed, - - - - - is the cache-key, and when newly rendered filename matches the cache-key, - then it reuses the cleaned cache-value . - - - - - is the cache-value that is reused, when the newly rendered filename - matches the cache-key - - - - Initializes a new instance of the class. - - - - Render the raw filename from Layout - - The log event. - StringBuilder to minimize allocations [optional]. - String representation of a layout. - - - - Convert the raw filename to a correct filename - - The filename generated by Layout. - String representation of a correct filename. - - - - Is this (templated/invalid) path an absolute, relative or unknown? - - - - - Is this (templated/invalid) path an absolute, relative or unknown? - - - - - Convert object to string - - value - format for conversion. - - - If is null and isn't a already, then the will get a locked by - - - - - Interface for the wrapper around System.Configuration.ConfigurationManager. - - - - - Gets the wrapper around ConfigurationManager.AppSettings. - - - - - Format a log message - - - - - Format the message and return - - LogEvent with message to be formatted - formatted message - - - - Has the logevent properties? - - LogEvent with message to be formatted - False when logevent has no properties to be extracted - - - - Appends the logevent message to the provided StringBuilder - - LogEvent with message to be formatted - The to append the formatted message. - - - - Get the Raw, unformatted and unstrinyfied, value - - - - - Get the raw value - - - The value - RawValue supported? - - - - Interface implemented by layouts and layout renderers. - - - - - Renders the the value of layout or layout renderer in the context of the specified log event. - - The log event. - String representation of a layout. - - - - Supports mocking of SMTP Client code. - - - - - Specifies how outgoing email messages will be handled. - - - - - Gets or sets the name or IP address of the host used for SMTP transactions. - - - - - Gets or sets the port used for SMTP transactions. - - - - - Gets or sets a value that specifies the amount of time after which a synchronous Send call times out. - - - - - Gets or sets the credentials used to authenticate the sender. - - - - - Sends an e-mail message to an SMTP server for delivery. These methods block while the message is being transmitted. - - - System.Net.Mail.MailMessage - MailMessage - A MailMessage that contains the message to send. - - - - Gets or sets the folder where applications save mail messages to be processed by the local SMTP server. - - - - - Supports rendering as string value with limited or no allocations (preferred) - - - - - Renders the value of layout renderer in the context of the specified log event - - - null if not possible or unknown - - - - Supports object initialization and termination. - - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Allows components to request stack trace information to be provided in the . - - - - - Gets the level of stack trace information required by the implementing class. - - - - - Render the event info as parse as short - - current layout - - default value when the render - layout name for log message to internal log when logging fails - - - - - Render the event info as parse as int - - current layout - - default value when the render - layout name for log message to internal log when logging fails - - - - - Render the event info as parse as bool - - current layout - - default value when the render - layout name for log message to internal log when logging fails - - - - - Logger configuration. - - - - - Initializes a new instance of the class. - - The targets by level. - Use the old exception log handling of NLog 3.0? - - - - Use the old exception log handling of NLog 3.0? - - This method was marked as obsolete before NLog 4.3.11 and it will be removed in NLog 5. - - - - Gets targets for the specified level. - - The level. - Chain of targets with attached filters. - - - - When true: Do not fallback to StringBuilder.Format for positional templates - - - - - New formatter - - When true: Do not fallback to StringBuilder.Format for positional templates - - - - - The MessageFormatter delegate - - - - - - - - Most-Recently-Used-Cache, that discards less frequently used items on overflow - - - - - Constructor - - Maximum number of items the cache will hold before discarding. - - - - Attempt to insert item into cache. - - Key of the item to be inserted in the cache. - Value of the item to be inserted in the cache. - true when the key does not already exist in the cache, false otherwise. - - - - Lookup existing item in cache. - - Key of the item to be searched in the cache. - Output value of the item found in the cache. - True when the key is found in the cache, false otherwise. - - - - Watches multiple files at the same time and raises an event whenever - a single change is detected in any of those files. - - - - - The types of changes to watch for. - - - - - Occurs when a change is detected in one of the monitored files. - - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Stops watching all files. - - - - - Stops watching the specified file. - - - - - - Watches the specified files for changes. - - The file names. - - - - Supports mocking of SMTP Client code. - - - Disabled Error CS0618 'SmtpClient' is obsolete: 'SmtpClient and its network of types are poorly designed, - we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead' - - - - - Network sender which uses HTTP or HTTPS POST. - - - - - Initializes a new instance of the class. - - The network URL. - - - - Creates instances of objects for given URLs. - - - - - Creates a new instance of the network sender based on a network URL. - - URL that determines the network sender to be created. - The maximum queue size. - SSL protocols for TCP - KeepAliveTime for TCP - - A newly created network sender. - - - - - Interface for mocking socket calls. - - - - - A base class for all network senders. Supports one-way sending of messages - over various protocols. - - - - - Initializes a new instance of the class. - - The network URL. - - - - Gets the address of the network endpoint. - - - - - Gets the last send time. - - - - - Initializes this network sender. - - - - - Closes the sender and releases any unmanaged resources. - - The continuation. - - - - Flushes any pending messages and invokes a continuation. - - The continuation. - - - - Send the given text over the specified protocol. - - Bytes to be sent. - Offset in buffer. - Number of bytes to send. - The asynchronous continuation. - - - - Closes the sender and releases any unmanaged resources. - - - - - Performs sender-specific initialization. - - - - - Performs sender-specific close operation. - - The continuation. - - - - Performs sender-specific flush. - - The continuation. - - - - Actually sends the given text over the specified protocol. - - The bytes to be sent. - Offset in buffer. - Number of bytes to send. - The async continuation to be invoked after the buffer has been sent. - To be overridden in inheriting classes. - - - - Parses the URI into an endpoint address. - - The URI to parse. - The address family. - Parsed endpoint. - - - - Default implementation of . - - - - - - - - A base class for network senders that can block or send out-of-order - - - - - Initializes a new instance of the class. - - URL. Must start with tcp://. - - - - Actually sends the given text over the specified protocol. - - The bytes to be sent. - Offset in buffer. - Number of bytes to send. - The async continuation to be invoked after the buffer has been sent. - To be overridden in inheriting classes. - - - - Performs sender-specific flush. - - The continuation. - - - - Socket proxy for mocking Socket code. - - - - - Initializes a new instance of the class. - - The address family. - Type of the socket. - Type of the protocol. - - - - Gets underlying socket instance. - - - - - Closes the wrapped socket. - - - - - Invokes ConnectAsync method on the wrapped socket. - - The instance containing the event data. - Result of original method. - - - - Invokes SendAsync method on the wrapped socket. - - The instance containing the event data. - Result of original method. - - - - Invokes SendToAsync method on the wrapped socket. - - The instance containing the event data. - Result of original method. - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Sends messages over a TCP network connection. - - - - - Initializes a new instance of the class. - - URL. Must start with tcp://. - The address family. - - - - Creates the socket with given parameters. - - The host address. - The address family. - Type of the socket. - Type of the protocol. - Instance of which represents the socket. - - - - Performs sender-specific initialization. - - - - - Closes the socket. - - The continuation. - - - - Facilitates mocking of class. - - - - - Raises the Completed event. - - - - - Sends messages over the network as UDP datagrams. - - - - - Initializes a new instance of the class. - - URL. Must start with udp://. - The address family. - - - - Creates the socket. - - The address family. - Type of the socket. - Type of the protocol. - Implementation of to use. - - - - Performs sender-specific initialization. - - - - - Closes the socket. - - The continuation. - - - - Sends the specified text as a UDP datagram. - - The bytes to be sent. - Offset in buffer. - Number of bytes to send. - The async continuation to be invoked after the buffer has been sent. - To be overridden in inheriting classes. - - - - Scans (breadth-first) the object graph following all the edges whose are - instances have attached and returns - all objects implementing a specified interfaces. - - - - - Finds the objects which have attached which are reachable - from any of the given root objects when traversing the object graph over public properties. - - Type of the objects to return. - Also search the properties of the wanted objects. - The root objects. - Ordered list of objects implementing T. - - - ISet is not there in .net35, so using HashSet - - - - Helper for extracting propertyPath - - - - - Object Path to check - - - - - Try get value from , using , and set into - - - - - - - - Converts object into a List of property-names and -values using reflection - - - - - Scans properties for name (Skips string-compare and value-lookup until finding match) - - - - - Scans properties for name (Skips property value lookup until finding match) - - - - - Scans properties for name - - - - - Binder for retrieving value of - - - - - - - - Combine paths - - basepath, not null - optional dir - optional file - - - - - Cached directory separator char array to avoid memory allocation on each method call. - - - - - Trims directory separators from the path - - path, could be null - never null - - - - Detects the platform the NLog is running on. - - - - - Gets the current runtime OS. - - - - - Gets a value indicating whether current OS is Win32-based (desktop or mobile). - - - - - Gets a value indicating whether current OS is Unix-based. - - - - - Gets a value indicating whether current runtime is Mono-based - - - - - Gets a value indicating whether current runtime supports use of mutex - - - - - Will creating a mutex succeed runtime? - "Cached" detection - - - - - Will creating a mutex succeed runtime? - - - - - Dictionary that combines the standard with the - MessageTemplate-properties extracted from the . - - The are returned as the first items - in the collection, and in positional order. - - - - - Value of the property - - - - - Is this a property of the message? - - - - - - - Value of the property - Is this a property of the message? - - - - The properties of the logEvent - - - - - The properties extracted from the message - - - - - Injects the list of message-template-parameter into the IDictionary-interface - - Message-template-parameters - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Check if the message-template-parameters can be used directly without allocating a dictionary - - Message-template-parameters - Are all parameter names unique (true / false) - - - - Attempt to insert the message-template-parameters into an empty dictionary - - Message-template-parameters - The initially empty dictionary - Message-template-parameters was inserted into dictionary without trouble (true/false) - - - - Attempt to override the existing dictionary values using the message-template-parameters - - Message-template-parameters - The already filled dictionary - List of unique message-template-parameters - - - - - - - - - - - - - - - - - - - - - Will always throw, as collection is readonly - - - Will always throw, as collection is readonly - - - Will always throw, as collection is readonly - - - - - - - - - - - - - - - - - - - Reflection helpers for accessing properties. - - - - - Set value parsed from string. - - object instance to set with property - name of the property on - The value to be parsed. - - - - - Get property info - - object which could have property - property name on - result when success. - success. - - - - Try parse of string to (Generic) list, comma separated. - - - If there is a comma in the value, then (single) quote the value. For single quotes, use the backslash as escape - - - - - Attempt to reuse the HashSet.Comparer from the original HashSet-object (Ex. StringComparer.OrdinalIgnoreCase) - - - - - Try get the property - - - - - Reflection helpers. - - - - - Gets all usable exported types from the given assembly. - - Assembly to scan. - Usable types from the given assembly. - Types which cannot be loaded are skipped. - - - - Is this a static class? - - - - This is a work around, as Type doesn't have this property. - From: https://stackoverflow.com/questions/1175888/determine-if-a-type-is-static - - - - - Optimized delegate for calling MethodInfo - - Object instance, use null for static methods. - Complete list of parameters that matches the method, including optional/default parameters. - - - - - Creates an optimized delegate for calling the MethodInfo using Expression-Trees - - Method to optimize - Optimized delegate for invoking the MethodInfo - - - - Creates an optimized delegate for calling the MethodInfo using Expression-Trees - - Method to optimize - Optimized delegate for invoking the MethodInfo - - - - Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. - - - - - - Gets or sets a value indicating whether to match whole words only. - - - - - - Gets or sets a value indicating whether to ignore case when comparing texts. - - - - - - Controls a single allocated AsyncLogEventInfo-List for reuse (only one active user) - - - - - Controls a single allocated char[]-buffer for reuse (only one active user) - - - - - Controls a single allocated StringBuilder for reuse (only one active user) - - - - - Controls a single allocated object for reuse (only one active user) - - - - Empty handle when is disabled - - - - Creates handle to the reusable char[]-buffer for active usage - - Handle to the reusable item, that can release it again - - - - Access the acquired reusable object - - - - - Controls a single allocated MemoryStream for reuse (only one active user) - - - - - Supported operating systems. - - - If you add anything here, make sure to add the appropriate detection - code to - - - - - Unknown operating system. - - - - - Unix/Linux operating systems. - - - - - Desktop versions of Windows (95,98,ME). - - - - - Windows NT, 2000, 2003 and future versions based on NT technology. - - - - - Macintosh Mac OSX - - - - - Simple character tokenizer. - - - - - Initializes a new instance of the class. - - The text to be tokenized. - - - - Current position in - - - - - Full text to be parsed - - - - - Check current char while not changing the position. - - - - - - Read the current char and change position - - - - - - Get the substring of the - - - - - - - - Implements a single-call guard around given continuation function. - - - - - Initializes a new instance of the class. - - The asynchronous continuation. - - - - Continuation function which implements the single-call guard. - - The exception. - - - - HashSet optimized for single item - - - - - - Insert single item on scope start, and remove on scope exit - - Item to insert in scope - Existing hashset to update - Force allocation of real hashset-container - HashSet EqualityComparer - - - - Add item to collection, if it not already exists - - Item to insert - - - - Clear hashset - - - - - Check if hashset contains item - - - Item exists in hashset (true/false) - - - - Remove item from hashset - - - Item removed from hashset (true/false) - - - - Copy items in hashset to array - - Destination array - Array offset - - - - Create hashset enumerator - - Enumerator - - - - Provides helpers to sort log events and associated continuations. - - - - - Key selector delegate. - - The type of the value. - The type of the key. - Value to extract key information from. - Key selected from log event. - - - - Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set. - - The type of the value. - The type of the key. - The inputs. - The key selector function. - - Dictionary where keys are unique input keys, and values are lists of . - - - - - Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set. - - The type of the value. - The type of the key. - The inputs. - The key selector function. - - Dictionary where keys are unique input keys, and values are lists of . - - - - - Performs bucket sort (group by) on an array of items and returns a dictionary for easy traversal of the result set. - - The type of the value. - The type of the key. - The inputs. - The key selector function. - The key comparer function. - - Dictionary where keys are unique input keys, and values are lists of . - - - - - Single-Bucket optimized readonly dictionary. Uses normal internally Dictionary if multiple buckets are needed. - - Avoids allocating a new dictionary, when all items are using the same bucket - - The type of the key. - The type of the value. - - - - - - - - - - - - - - - - Allows direct lookup of existing keys. If trying to access non-existing key exception is thrown. - Consider to use instead for better safety. - - Key value for lookup - Mapped value found - - - - Non-Allocating struct-enumerator - - - - - - - - - - - - - Will always throw, as dictionary is readonly - - - Will always throw, as dictionary is readonly - - - - - - Will always throw, as dictionary is readonly - - - Will always throw, as dictionary is readonly - - - - - - - - - Will always throw, as dictionary is readonly - - - - Utilities for dealing with values. - - - - - Gets the fully qualified name of the class invoking the calling method, including the - namespace but not the assembly. - - - - - Gets the fully qualified name of the class invoking the calling method, including the - namespace but not the assembly. - - StackFrame from the calling method - Fully qualified class name - - - - Returns the assembly from the provided StackFrame (If not internal assembly) - - Valid assembly, or null if assembly was internal - - - - Returns the classname from the provided StackFrame (If not from internal assembly) - - - Valid class name, or empty string if assembly was internal - - - - Stream helpers - - - - - Copy to output stream and skip BOM if encoding is UTF8 - - - - - - - - Copy stream input to output. Skip the first bytes - - stream to read from - stream to write to - .net35 doesn't have a .copyto - - - - Copy stream input to output. Skip the first bytes - - stream to read from - stream to write to - first bytes to skip (optional) - - - - Helpers for , which is used in e.g. layout renderers. - - - - - Renders the specified log event context item and appends it to the specified . - - append to this - value to be appended - format string. If @, then serialize the value with the Default JsonConverter. - provider, for example culture - - - - Appends int without using culture, and most importantly without garbage - - - value to append - - - - Appends uint without using culture, and most importantly without garbage - - Credits Gavin Pugh - https://www.gavpugh.com/2010/04/01/xnac-avoiding-garbage-when-working-with-stringbuilder/ - - - value to append - - - - Convert DateTime into UTC and format to yyyy-MM-ddTHH:mm:ss.fffffffZ - ISO 6801 date (Round-Trip-Time) - - - - - Clears the provider StringBuilder - - - - - - Copies the contents of the StringBuilder to the MemoryStream using the specified encoding (Without BOM/Preamble) - - StringBuilder source - MemoryStream destination - Encoding used for converter string into byte-stream - Helper char-buffer to minimize memory allocations - - - - Copies the contents of the StringBuilder to the destination StringBuilder - - StringBuilder source - StringBuilder destination - - - - Scans the StringBuilder for the position of needle character - - StringBuilder source - needle character to search for - - Index of the first occurrence (Else -1) - - - - Scans the StringBuilder for the position of needle character - - StringBuilder source - needle characters to search for - - Index of the first occurrence (Else -1) - - - - Compares the contents of two StringBuilders - - - Correct implementation of that also works when is not the same - - True when content is the same - - - - Compares the contents of a StringBuilder and a String - - True when content is the same - - - - Append a number and pad with 0 to 2 digits - - append to this - the number - - - - Append a number and pad with 0 to 4 digits - - append to this - the number - - - - Append a int type (byte, int) as string - - - - - Constructor - - Max number of items - Initial StringBuilder Size - Max StringBuilder Size - - - - Takes StringBuilder from pool - - Allow return to pool - - - - Releases StringBuilder back to pool at its right place - - - - - Keeps track of acquired pool item - - - - - Releases pool item back into pool - - - - - Helpers for . - - - - - IsNullOrWhiteSpace, including for .NET 3.5 - - - - - - - Split a string - - - - - Split a string, optional quoted value - - Text to split - Character to split the - Quote character - - Escape for the , not escape for the - , use quotes for that. - - - - - Split a string, optional quoted value - - Text to split - Character to split the - Quote character - - Escape for the , not escape for the - , use quotes for that. - - - - - Represents target with a chain of filters which determine - whether logging should happen. - - - - - cached result as calculating is expensive. - - - - - Initializes a new instance of the class. - - The target. - The filter chain. - Default action if none of the filters match. - - - - Gets the target. - - The target. - - - - Gets the filter chain. - - The filter chain. - - - - Default action if none of the filters match. - - - - - Gets or sets the next item in the chain. - - The next item in the chain. - This is for example the 'target2' logger in writeTo='target1,target2' - - - - Gets the stack trace usage. - - A value that determines stack trace handling. - - - - Helper for dealing with thread-local storage. - - - - - Allocates the data slot for storing thread-local information. - - Allocated slot key. - - - - Gets the data for a slot in thread-local storage. - - Type of the data. - The slot to get data for. - Automatically create the object if it doesn't exist. - - Slot data (will create T if null). - - - - - Wraps with a timeout. - - - - - Initializes a new instance of the class. - - The asynchronous continuation. - The timeout. - - - - Continuation function which implements the timeout logic. - - The exception. - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Transformation on a layout. Pre-calculated if the layout has a fixed value. - - - - - Create TransformedLayout. - - Layout - Transformation method - Optional renderer, otherwise is used - - - - - - - Create TransformedLayout. If is null, then the returns null - - Layout - Transformation method - Optional renderer, otherwise is used - null if is null - - - - - - - - - - URL Encoding helper. - - - - Allow UnreservedMarks instead of ReservedMarks, as specified by chosen RFC - - - Use RFC2396 standard (instead of RFC3986) - - - Should use lowercase when doing HEX escaping of special characters - - - Replace space ' ' with '+' instead of '%20' - - - Skip UTF8 encoding, and prefix special characters with '%u' - - - - Escape unicode string data for use in http-requests - - unicode string-data to be encoded - target for the encoded result - s for how to perform the encoding - - - - Convert the wide-char into utf8-bytes, and then escape - - - - - - - - - Is allowed? - - - - - - - - Is a-z / A-Z / 0-9 - - - - - - - Prevents the Xamarin linker from linking the target. - - - By applying this attribute all of the members of the target will be kept as if they had been referenced by the code. - - - - - Ensures that all members of this type are preserved - - - - - Flags the method as a method to preserve during linking if the container class is pulled in. - - - - - Helper class for XML - - - - - removes any unusual unicode characters that can't be encoded into XML - - - - - Cleans string of any invalid XML chars found - - unclean string - string with only valid XML chars - - - - Pretest, small text and not escape needed - - - - - - - - Converts object value to invariant format, and strips any invalid xml-characters - - Object value - Object value converted to string - - - - Converts object value to invariant format (understood by JavaScript) - - Object value - Object value converted to string - - - - XML elements must follow these naming rules: - - Element names are case-sensitive - - Element names must start with a letter or underscore - - Element names can contain letters, digits, hyphens, underscores, and periods - - Element names cannot contain spaces - - - - - - - Converts object value to invariant format (understood by JavaScript) - - Object value - Object TypeCode - Check and remove unusual unicode characters from the result string. - Object value converted to string - - - - Safe version of WriteAttributeString - - - - - - - - - - Safe version of WriteAttributeString - - - - - - - - Safe version of WriteElementSafeString - - - - - - - - - - Safe version of WriteCData - - - - - - - Interface for handling object transformation - - - - - Takes a dangerous (or massive) object and converts into a safe (or reduced) object - - - Null if unknown object, or object cannot be handled - - - - - Provides an interface to execute System.Actions without surfacing any exceptions raised for that action. - - - - - Runs the provided action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method. - - Action to execute. - - - - Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level. - The exception is not propagated outside of this method; a default value is returned instead. - - Return type of the provided function. - Function to run. - Result returned by the provided function or the default value of type in case of exception. - - - - Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level. - The exception is not propagated outside of this method; a fallback value is returned instead. - - Return type of the provided function. - Function to run. - Fallback value to return in case of exception. - Result returned by the provided function or fallback value in case of exception. - - - - Logs an exception is logged at Error level if the provided task does not run to completion. - - The task for which to log an error if it does not run to completion. - This method is useful in fire-and-forget situations, where application logic does not depend on completion of task. This method is avoids C# warning CS4014 in such situations. - - - - Returns a task that completes when a specified task to completes. If the task does not run to completion, an exception is logged at Error level. The returned task always runs to completion. - - The task for which to log an error if it does not run to completion. - A task that completes in the state when completes. - - - - Runs async action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method. - - Async action to execute. - A task that completes in the state when completes. - - - - Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level. - The exception is not propagated outside of this method; a default value is returned instead. - - Return type of the provided function. - Async function to run. - A task that represents the completion of the supplied task. If the supplied task ends in the state, the result of the new task will be the result of the supplied task; otherwise, the result of the new task will be the default value of type . - - - - Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level. - The exception is not propagated outside of this method; a fallback value is returned instead. - - Return type of the provided function. - Async function to run. - Fallback value to return if the task does not end in the state. - A task that represents the completion of the supplied task. If the supplied task ends in the state, the result of the new task will be the result of the supplied task; otherwise, the result of the new task will be the fallback value. - - - - Render a message template property to a string - - - - - Serialization of an object, e.g. JSON and append to - - The object to serialize to string. - Parameter Format - Parameter CaptureType - An object that supplies culture-specific formatting information. - Output destination. - Serialize succeeded (true/false) - - - - Log event context data. - - - - - Initializes a new instance of the class. - - - - - Gets or sets string that will be used to separate key/value pairs. - - - - - - Get or set if empty values should be included. - - A value is empty when null or in case of a string, null or empty string. - - - - - - Gets or sets the keys to exclude from the output. If omitted, none are excluded. - - - - - - Also render the caller information attributes? (, - , ). - - See https://msdn.microsoft.com/en-us/library/hh534540.aspx - - - - - - Gets or sets how key/value pairs will be formatted. - - - - - - Renders all log event's properties and appends them to the specified . - - The to append the rendered data to. - Logging event. - - - - The names of caller information attributes. - , , ). - https://msdn.microsoft.com/en-us/library/hh534540.aspx - TODO NLog ver. 5 - Remove these properties - - - - - Designates a property of the class as an ambient property. - - - non-ambient: ${uppercase:${level}} - ambient : ${level:uppercase} - - - - - Initializes a new instance of the class. - - Ambient property name. - - - - Used to render the application domain name. - - - - - Create a new renderer - - - - - Create a new renderer - - - - - Format string. Possible values: "Short", "Long" or custom like {0} {1}. Default "Long" - The first parameter is the , the second the second the - This string is used in - - - - - - - - - - - - - - - Application setting. - - - Use this layout renderer to insert the value of an application setting - stored in the application's App.config or Web.config file. - - - ${appsetting:item=mysetting:default=mydefault} - produces "mydefault" if no appsetting - - - - - The AppSetting item-name - - - - - - The AppSetting item-name - - - - - The default value to render if the AppSetting value is null. - - - - - - - - - Renders the specified application setting or default value and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Renders the assembly version information for the entry assembly or a named assembly. - - - As this layout renderer uses reflection and version information is unlikely to change during application execution, - it is recommended to use it in conjunction with the . - - - The entry assembly can't be found in some cases e.g. ASP.NET, unit tests, etc. - - - - - Initializes a new instance of the class. - - - - - The (full) name of the assembly. If null, using the entry assembly. - - - - - - Gets or sets the type of assembly version to retrieve. - - - Some version type and platform combinations are not fully supported. - - UWP earlier than .NET Standard 1.5: Value for is always returned unless the parameter is specified. - - Silverlight: Value for is always returned. - - - - - - Gets or sets the custom format of the assembly version output. - - - Supported placeholders are 'major', 'minor', 'build' and 'revision'. - The default .NET template for version numbers is 'major.minor.build.revision'. See - https://docs.microsoft.com/en-gb/dotnet/api/system.version?view=netframework-4.7.2#remarks - for details. - - - - - - Initializes the layout renderer. - - - - - Closes the layout renderer. - - - - - Renders an assembly version and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Gets the assembly specified by , or entry assembly otherwise - - Found assembly - - - - Type of assembly version to retrieve. - - - - - Gets the assembly version. - - - - - Gets the file version. - - - - - Gets additional version information. - - - - - The current application domain's base directory. - - - - - cached - - - - - Use base dir of current process. Alternative one can just use ${processdir} - - - - - - Fallback to the base dir of current process, when AppDomain.BaseDirectory is Temp-Path (.NET Core 3 - Single File Publish) - - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the name of the file to be Path.Combine()'d with with the base directory. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with with the base directory. - - - - - - Renders the application base directory and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The call site source file name. Full callsite - - - - - Gets or sets a value indicating whether to include source file path. - - - - - - Gets or sets the number of frames to skip. - - - - - - Logger should capture StackTrace, if it was not provided manually - - - - - Gets the level of stack trace information required by the implementing class. - - - - - - - - - - - The call site (class name, method name and source information). - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether to render the class name. - - - - - - Gets or sets a value indicating whether to render the include the namespace with . - - - - - - Gets or sets a value indicating whether to render the method name. - - - - - - Gets or sets a value indicating whether the method name will be cleaned up if it is detected as an anonymous delegate. - - - - - - Gets or sets a value indicating whether the method and class names will be cleaned up if it is detected as an async continuation - (everything after an await-statement inside of an async method). - - - - - - Gets or sets the number of frames to skip. - - - - - - Gets or sets a value indicating whether to render the source file name and line number. - - - - - - Gets or sets a value indicating whether to include source file path. - - - - - - Logger should capture StackTrace, if it was not provided manually - - - - - Gets the level of stack trace information required by the implementing class. - - - - - Renders the call site and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The call site source line number. Full callsite - - - - - Gets or sets the number of frames to skip. - - - - - - Logger should capture StackTrace, if it was not provided manually - - - - - Gets the level of stack trace information required by the implementing class. - - - - - - - - - - - A counter value (increases on each layout rendering). - - - - - Gets or sets the initial value of the counter. - - - - - - Gets or sets the value to be added to the counter after each layout rendering. - - - - - - Gets or sets the name of the sequence. Different named sequences can have individual values. - - - - - - - - - The current working directory of the application. - - - - - Gets or sets the name of the file to be Path.Combine()'d with the current directory. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with the current directory. - - - - - - - - - - - - Current date and time. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the culture used for rendering. - - - - - - Gets or sets the date format. Can be any argument accepted by DateTime.ToString(format). - - - - - - Gets or sets a value indicating whether to output UTC time instead of local time. - - - - - - - - - - - - - - - DB null for a database - - - - - - - - - - - The OS dependent directory separator - - - - - - - - - - - The environment variable. - - - - - Gets or sets the name of the environment variable. - - - - - - Gets or sets the default value to be used when the environment variable is not set. - - - - - - - - - - - - Thread identity information (username). - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether username should be included. - - - - - - Gets or sets a value indicating whether domain name should be included. - - - - - - Gets or sets the default value to be used when the User is not set. - - - - - - Gets or sets the default value to be used when the Domain is not set. - - - - - - - - - - - - Log event context data. - - This class was marked as obsolete on NLog 2.0 and it may be removed in a future release. - - - - Gets or sets the name of the item. - - - - - - Renders the specified log event context item and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Log event context data. See . - - - - - Gets or sets the name of the item. - - - - - - Format string for conversion from object to string. - - - - - - Gets or sets the culture used for rendering. - - - - - - Gets or sets the object-property-navigation-path for lookup of nested property - - - - - - - - - - - - - - - Exception information provided through - a call to one of the Logger.*Exception() methods. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the format of the output. Must be a comma-separated list of exception - properties: Message, Type, ShortType, ToString, Method, StackTrace. - This parameter value is case-insensitive. - - - - - - - - Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception - properties: Message, Type, ShortType, ToString, Method, StackTrace. - This parameter value is case-insensitive. - - - - - - Gets or sets the separator used to concatenate parts specified in the Format. - - - - - - Gets or sets the separator used to concatenate exception data specified in the Format. - - - - - - Gets or sets the maximum number of inner exceptions to include in the output. - By default inner exceptions are not enabled for compatibility with NLog 1.0. - - - - - - Gets or sets the separator between inner exceptions. - - - - - - Gets or sets whether to render innermost Exception from - - - - - Gets or sets whether to collapse exception tree using - - - - - Gets the formats of the output of inner exceptions to be rendered in target. - - - - - - - Gets the formats of the output to be rendered in target. - - - - - - - - - - - - - Appends the Message of an Exception to the specified . - - The to append the rendered data to. - The exception containing the Message to append. - - - - Appends the method name from Exception's stack trace to the specified . - - The to append the rendered data to. - The Exception whose method name should be appended. - - - - Appends the stack trace from an Exception to the specified . - - The to append the rendered data to. - The Exception whose stack trace should be appended. - - - - Appends the result of calling ToString() on an Exception to the specified . - - The to append the rendered data to. - The Exception whose call to ToString() should be appended. - - - - Appends the type of an Exception to the specified . - - The to append the rendered data to. - The Exception whose type should be appended. - - - - Appends the short type of an Exception to the specified . - - The to append the rendered data to. - The Exception whose short type should be appended. - - - - Appends the application source of an Exception to the specified . - - The to append the rendered data to. - The Exception whose source should be appended. - - - - Appends the HResult of an Exception to the specified . - - The to append the rendered data to. - The Exception whose HResult should be appended. - - - - Appends the contents of an Exception's Data property to the specified . - - The to append the rendered data to. - The Exception whose Data property elements should be appended. - - - - Appends all the serialized properties of an Exception into the specified . - - The to append the rendered data to. - The Exception whose properties should be appended. - - - - Appends all the additional properties of an Exception like Data key-value-pairs - - The to append the rendered data to. - The Exception whose properties should be appended. - - - - Split the string and then compile into list of Rendering formats. - - - - - Renders contents of the specified file. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the name of the file. - - - - - - Gets or sets the encoding used in the file. - - The encoding. - - - - - Renders the contents of the specified file and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - A layout renderer which could have different behavior per instance by using a . - - - - - Initializes a new instance of the class. - - Name without ${}. - - - - Initializes a new instance of the class. - - Name without ${}. - Method that renders the layout. - - - - Name used in config without ${}. E.g. "test" could be used as "${test}". - - - - - Method that renders the layout. - - This public property will be removed in NLog 5. - - - - - Format string for conversion from object to string. - - - - - - - - - - - - Render the value for this log event - - The event info. - The value. - - - - A layout renderer which could have different behavior per instance by using a . - - - - - Initializes a new instance of the class. - - Name without ${}. - Method that renders the layout. - - - - A layout renderer which could have different behavior per instance by using a . - - - - - Initializes a new instance of the class. - - Name without ${}. - Method that renders the layout. - - - - The information about the garbage collector. - - - - - Gets or sets the property to retrieve. - - - - - - - - - Gets or sets the property of System.GC to retrieve. - - - - - Total memory allocated. - - - - - Total memory allocated (perform full garbage collection first). - - - - - Gets the number of Gen0 collections. - - - - - Gets the number of Gen1 collections. - - - - - Gets the number of Gen2 collections. - - - - - Maximum generation number supported by GC. - - - - - Render a Global Diagnostics Context item. See - - - - - Gets or sets the name of the item. - - - - - - Format string for conversion from object to string. - - - - - - - - - - - - - - - Globally-unique identifier (GUID). - - - - - Gets or sets the GUID format as accepted by Guid.ToString() method. - - - - - - Generate the Guid from the NLog LogEvent (Will be the same for all targets) - - - - - - - - - - - - - - - The host name that the process is running on. - - - - - - - - Gets the host name and falls back to computer name if not available - - - - - Tries the lookup value. - - The lookup function. - Type of the lookup. - - - - - - - - Thread identity information (name and authentication information). - - - - - Gets or sets the separator to be used when concatenating - parts of identity information. - - - - - - Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.Name. - - - - - - Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.AuthenticationType. - - - - - - Gets or sets a value indicating whether to render Thread.CurrentPrincipal.Identity.IsAuthenticated. - - - - - - - - - Retrieve network interfaces - - - - - Retrieve network interfaces - - - - - Installation parameter (passed to InstallNLogConfig). - - - - - Gets or sets the name of the parameter. - - - - - - Renders the specified installation parameter and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Render environmental information related to logging events. - - - - - Gets the logging configuration this target is part of. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. - - - - - Renders the the value of layout renderer in the context of the specified log event. - - The log event. - String representation of a layout renderer. - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Renders the value of layout renderer in the context of the specified log event. - - The log event. - The layout render output is appended to builder - - - - Renders the value of layout renderer in the context of the specified log event into . - - The to append the rendered data to. - Logging event. - - - - Initializes the layout renderer. - - - - - Closes the layout renderer. - - - - - Releases unmanaged and - optionally - managed resources. - - True to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Get the for rendering the messages to a - - LogEvent with culture - Culture in on Layout level - - - - - Get the for rendering the messages to a , needed for date and number formats - - LogEvent with culture - Culture in on Layout level - - - is preferred - - - - - Register a custom layout renderer. - - Short-cut for registering to default - Type of the layout renderer. - Name of the layout renderer - without ${}. - - - - Register a custom layout renderer. - - Short-cut for registering to default - Type of the layout renderer. - Name of the layout renderer - without ${}. - - - - Register a custom layout renderer with a callback function . The callback receives the logEvent. - - Name of the layout renderer - without ${}. - Callback that returns the value for the layout renderer. - - - - Register a custom layout renderer with a callback function . The callback receives the logEvent and the current configuration. - - Name of the layout renderer - without ${}. - Callback that returns the value for the layout renderer. - - - - Register a custom layout renderer with a callback function . The callback receives the logEvent and the current configuration. - - Renderer with callback func - - - - Marks class as a layout renderer and assigns a name to it. - - This attribute is not required when registering the layout in the API. - - - - Initializes a new instance of the class. - - Name of the layout renderer, without the `${ }` - - - - Format of the ${level} layout renderer output. - - - - - Render the LogLevel standard name. - - - - - Render the first character of the level. - - - - - Render the ordinal (aka number) for the level. - - - - - Render the LogLevel full name, expanding Warn / Info abbreviations - - - - - The log level. - - - - - Gets or sets a value indicating the output format of the level. - - - - - - - - - - - - - - - A string literal. - - - This is used to escape '${' sequence - as ;${literal:text=${}' - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The literal text value. - This is used by the layout compiler. - - - - Gets or sets the literal text. - - - - - - Renders the specified string literal and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The IP address from the network interface card (NIC) on the local machine - - - Skips loopback-adapters and tunnel-interfaces. Skips devices without any MAC-address - - - - - Get or set whether to prioritize IPv6 or IPv4 (default) - - - - - - - - - - - - - - - XML event description compatible with log4j, Chainsaw and NLogViewer. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Initializes the layout renderer. - - - - - Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema. - - - - - - Gets or sets a value indicating whether the XML should use spaces for indentation. - - - - - - Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain. - - - - - - Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network. - - - - - - Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets the NDLC item separator. - - - - - - Gets or sets the option to include all properties from the log events - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets the NDC item separator. - - - - - - Gets or sets the log4j:event logger-xml-attribute (Default ${logger}) - - - - - - Gets the level of stack trace information required by the implementing class. - - - - - Renders the XML logging event and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The logger name. - - - - - Gets or sets a value indicating whether to render short logger name (the part after the trailing dot character). - - - - - - - - - - - - The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.ffff. - - - - - Gets or sets a value indicating whether to output UTC time instead of local time. - - - - - - Renders the date in the long format (yyyy-MM-dd HH:mm:ss.ffff) and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The machine name that the process is running on. - - - - - - - - - - - Render a Mapped Diagnostic Context item, See - - - - - Gets or sets the name of the item. - - - - - - Format string for conversion from object to string. - - - - - - - - - - - - Render a Mapped Diagnostic Logical Context item (based on CallContext). - See - - - - - Gets or sets the name of the item. - - - - - - Format string for conversion from object to string. - - - - - - - - - - - - The formatted log message. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether to log exception along with message. - - - - - - Gets or sets the string that separates message from the exception. - - - - - - Gets or sets whether it should render the raw message without formatting parameters - - - - - - - - - - - - Render a Nested Diagnostic Context item. - See - - - - - Initializes a new instance of the class. - - - - - Gets or sets the number of top stack frames to be rendered. - - - - - - Gets or sets the number of bottom stack frames to be rendered. - - - - - - Gets or sets the separator to be used for concatenating nested diagnostics context output. - - - - - - Renders the specified Nested Diagnostics Context item and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Render a Nested Diagnostic Logical Context item (Async scope) - See - - - - - Initializes a new instance of the class. - - - - - Gets or sets the number of top stack frames to be rendered. - - - - - - Gets or sets the number of bottom stack frames to be rendered. - - - - - - Gets or sets the separator to be used for concatenating nested logical context output. - - - - - - Renders the specified Nested Logical Context item and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Timing Renderer (Async scope) - - - - - Gets or sets whether to only include the duration of the last scope created - - - - - - Gets or sets whether to just display the scope creation time, and not the duration - - - - - - Gets or sets the TimeSpan format. Can be any argument accepted by TimeSpan.ToString(format). - - - - - - Renders the timing details of the Nested Logical Context item and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Retrieve network interfaces - - - - - Retrieve network interfaces - - - - - A newline literal. - - - - - Renders the specified string literal and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The directory where NLog.dll is located. - - - - - Initializes static members of the NLogDirLayoutRenderer class. - - - - - Gets or sets the name of the file to be Path.Combine()'d with the directory name. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with the directory name. - - - - - - Initializes the layout renderer. - - - - - Closes the layout renderer. - - - - - Renders the directory where NLog is located and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The performance counter. - - - - - Gets or sets the name of the counter category. - - - - - - Gets or sets the name of the performance counter. - - - - - - Gets or sets the name of the performance counter instance (e.g. this.Global_). - - - - - - Gets or sets the name of the machine to read the performance counter from. - - - - - - Format string for conversion from float to string. - - - - - - Gets or sets the culture used for rendering. - - - - - - - - - - - - - - - If having multiple instances with the same process-name, then they will get different instance names - - - - - The executable directory from the FileName, - using the current process - - - - - Gets or sets the name of the file to be Path.Combine()'d with with the process directory. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with with the process directory. - - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - - - - The identifier of the current process. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - - - - - - - The information about the running process. - - - - - Gets or sets the property to retrieve. - - - - - - Gets or sets the format-string to use if the property supports it (Ex. DateTime / TimeSpan / Enum) - - - - - - - - - - - - - - - Property of System.Diagnostics.Process to retrieve. - - - - - Base Priority. - - - - - Exit Code. - - - - - Exit Time. - - - - - Process Handle. - - - - - Handle Count. - - - - - Whether process has exited. - - - - - Process ID. - - - - - Machine name. - - - - - Handle of the main window. - - - - - Title of the main window. - - - - - Maximum Working Set. - - - - - Minimum Working Set. - - - - - Non-paged System Memory Size. - - - - - Non-paged System Memory Size (64-bit). - - - - - Paged Memory Size. - - - - - Paged Memory Size (64-bit).. - - - - - Paged System Memory Size. - - - - - Paged System Memory Size (64-bit). - - - - - Peak Paged Memory Size. - - - - - Peak Paged Memory Size (64-bit). - - - - - Peak Virtual Memory Size. - - - - - Peak Virtual Memory Size (64-bit).. - - - - - Peak Working Set Size. - - - - - Peak Working Set Size (64-bit). - - - - - Whether priority boost is enabled. - - - - - Priority Class. - - - - - Private Memory Size. - - - - - Private Memory Size (64-bit). - - - - - Privileged Processor Time. - - - - - Process Name. - - - - - Whether process is responding. - - - - - Session ID. - - - - - Process Start Time. - - - - - Total Processor Time. - - - - - User Processor Time. - - - - - Virtual Memory Size. - - - - - Virtual Memory Size (64-bit). - - - - - Working Set Size. - - - - - Working Set Size (64-bit). - - - - - The name of the current process. - - - - - Gets or sets a value indicating whether to write the full path to the process executable. - - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Renders the current process name (optionally with a full path). - - The to append the rendered data to. - Logging event. - - - - The process time in format HH:mm:ss.mmm. - - - - - Gets or sets a value indicating whether to output in culture invariant format - - - - - - - - - - - - Write timestamp to builder with format hh:mm:ss:fff - - - - - High precision timer, based on the value returned from QueryPerformanceCounter() optionally converted to seconds. - - - - - Gets or sets a value indicating whether to normalize the result by subtracting - it from the result of the first call (so that it's effectively zero-based). - - - - - - Gets or sets a value indicating whether to output the difference between the result - of QueryPerformanceCounter and the previous one. - - - - - - Gets or sets a value indicating whether to convert the result to seconds by dividing - by the result of QueryPerformanceFrequency(). - - - - - - Gets or sets the number of decimal digits to be included in output. - - - - - - Gets or sets a value indicating whether to align decimal point (emit non-significant zeros). - - - - - - - - - - - - A value from the Registry. - - - - - Create new renderer - - - - - Gets or sets the registry value name. - - - - - - Gets or sets the value to be output when the specified registry key or value is not found. - - - - - - Require escaping backward slashes in . Need to be backwards-compatible. - - When true: - - `\` in value should be configured as `\\` - `\\` in value should be configured as `\\\\`. - - Default value wasn't a Layout before and needed an escape of the slash - - - - - Gets or sets the registry view (see: https://msdn.microsoft.com/de-de/library/microsoft.win32.registryview.aspx). - Allowed values: Registry32, Registry64, Default - - - - - - Gets or sets the registry key. - - - HKCU\Software\NLogTest - - - Possible keys: -
    -
  • HKEY_LOCAL_MACHINE
  • -
  • HKLM
  • -
  • HKEY_CURRENT_USER
  • -
  • HKCU
  • -
  • HKEY_CLASSES_ROOT
  • -
  • HKEY_USERS
  • -
  • HKEY_CURRENT_CONFIG
  • -
  • HKEY_DYN_DATA
  • -
  • HKEY_PERFORMANCE_DATA
  • -
-
- -
- - - Reads the specified registry key and value and appends it to - the passed . - - The to append the rendered data to. - Logging event. Ignored. - - - - Has ? - - - - - Parse key to and subkey. - - full registry key name - Result of parsing, never null. - - - - Aliases for the hives. See https://msdn.microsoft.com/en-us/library/ctb3kd86(v=vs.110).aspx - - - - - The sequence ID - - - - - - - - - - - The short date in a sortable format yyyy-MM-dd. - - - - - Gets or sets a value indicating whether to output UTC time instead of local time. - - - - - - Renders the current short date string (yyyy-MM-dd) and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - System special folder path (includes My Documents, My Music, Program Files, Desktop, and more). - - - - - Gets or sets the system special folder to use. - - - Full list of options is available at MSDN. - The most common ones are: -
    -
  • ApplicationData - roaming application data for current user.
  • -
  • CommonApplicationData - application data for all users.
  • -
  • MyDocuments - My Documents
  • -
  • DesktopDirectory - Desktop directory
  • -
  • LocalApplicationData - non roaming application data
  • -
  • Personal - user profile directory
  • -
  • System - System directory
  • -
-
- -
- - - Gets or sets the name of the file to be Path.Combine()'d with the directory name. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with the directory name. - - - - - - Renders the directory where NLog is located and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Format of the ${stacktrace} layout renderer output. - - - - - Raw format (multiline - as returned by StackFrame.ToString() method). - - - - - Flat format (class and method names displayed in a single line). - - - - - Detailed flat format (method signatures displayed in a single line). - - - - - Stack trace renderer. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the output format of the stack trace. - - - - - - Gets or sets the number of top stack frames to be rendered. - - - - - - Gets or sets the number of frames to skip. - - - - - - Gets or sets the stack frame separator string. - - - - - - Logger should capture StackTrace, if it was not provided manually - - - - - Gets the level of stack trace information required by the implementing class. - - - - - - Renders the call site and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - A temporary directory. - - - - - Gets or sets the name of the file to be Path.Combine()'d with the directory name. - - - - - - Gets or sets the name of the directory to be Path.Combine()'d with the directory name. - - - - - - - - - Renders the directory where NLog is located and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - The identifier of the current thread. - - - - - - - - The name of the current thread. - - - - - - - - The Ticks value of current date and time. - - - - - - - - - - - The time in a 24-hour, sortable format HH:mm:ss.mmmm. - - - - - Gets or sets a value indicating whether to output UTC time instead of local time. - - - - - - Gets or sets a value indicating whether to output in culture invariant format - - - - - - - - - - - - A renderer that puts into log a System.Diagnostics trace correlation id. - - - - - - - - - - - Render a NLog variable (xml or config) - - - - - Gets or sets the name of the NLog variable. - - - - - - Gets or sets the default value to be used when the variable is not set. - - Not used if Name is null - - - - - Initializes the layout renderer. - - - - - Try get the - - - - - - - Renders the specified variable and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Thread Windows identity information (username). - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether domain name should be included. - - - - - - Gets or sets a value indicating whether username should be included. - - - - - - Renders the current thread windows identity information and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Applies caching to another layout output. - - - The value of the inner layout will be rendered only once and reused subsequently. - - - - - A value indicating when the cache is cleared. - - - - Never clear the cache. - - - Clear the cache whenever the is initialized. - - - Clear the cache whenever the is closed. - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether this is enabled. - - - - - - Gets or sets a value indicating when the cache is cleared. - - - - - - Cachekey. If the cachekey changes, resets the value. For example, the cachekey would be the current day.s - - - - - - Gets or sets a value indicating how many seconds the value should stay cached until it expires - - - - - - Initializes the layout renderer. - - - - - Closes the layout renderer. - - - - - Transforms the output of another layout. - - Output to be transform. - Transformed text. - - - - Renders the inner layout contents. - - The log event. - Contents of inner layout. - - - - - - - Filters characters not allowed in the file names by replacing them with safe character. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether to modify the output of this renderer so it can be used as a part of file path - (illegal characters are replaced with '_'). - - - - - - - - - - - - Escapes output of another layout using JSON rules. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether to apply JSON encoding. - - - - - - Gets or sets a value indicating whether to escape non-ascii characters - - - - - - Should forward slashes be escaped? If true, / will be converted to \/ - - - If not set explicitly then the value of the parent will be used as default. - - - - - - - - - - - - Left part of a text - - - - - Gets or sets the length in characters. - - - - - - Same as -property, so it can be used as ambient property. - - - ${message:truncate=80} - - - - - - - - - - - - Converts the result of another layout output to lower case. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether lower case conversion should be applied. - - A value of true if lower case conversion should be applied; otherwise, false. - - - - - Gets or sets the culture used for rendering. - - - - - - - - - - - - Render the non-raw value of an object. - - For performance and/or full (formatted) control of the output. - - - - Gets or sets a value indicating whether to disable the IRawValue-interface - - A value of true if IRawValue-interface should be ignored; otherwise, false. - - - - - - - - - - - Render a single property of a object - - - - - Gets or sets the object-property-navigation-path for lookup of nested property - - Shortcut for - - - - - - Gets or sets the object-property-navigation-path for lookup of nested property - - - - - - Format string for conversion from object to string. - - - - - - Gets or sets the culture used for rendering. - - - - - - - - - - - - - - - Only outputs the inner layout when exception has been defined for log message. - - - - - - - - Transforms the output of another layout. - - Output to be transform. - Transformed text. - - - - Outputs alternative layout when the inner layout produces empty result. - - - ${onhasproperties:, Properties\: ${all-event-properties}} - - - - - - - - - - - Horizontal alignment for padding layout renderers. - - - - - When layout text is too long, align it to the left - (remove characters from the right). - - - - - When layout text is too long, align it to the right - (remove characters from the left). - - - - - Applies padding to another layout output. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the number of characters to pad the output to. - - - Positive padding values cause left padding, negative values - cause right padding to the desired width. - - - - - - Gets or sets the padding character. - - - - - - Gets or sets a value indicating whether to trim the - rendered text to the absolute value of the padding length. - - - - - - Gets or sets a value indicating whether a value that has - been truncated (when is true) - will be left-aligned (characters removed from the right) - or right-aligned (characters removed from the left). The - default is left alignment. - - RegistryLayoutRenderer - - - - Transforms the output of another layout. - - Output to be transform. - Transformed text. - - - - Replaces a string in the output of another layout with another string. - - - ${replace:searchFor=\\n+:replaceWith=-:regex=true:inner=${message}} - - - - - Gets or sets the text to search for. - - The text search for. - - - - - Gets or sets a value indicating whether regular expressions should be used. - - A value of true if regular expressions should be used otherwise, false. - - - - - Gets or sets the replacement string. - - The replacement string. - - - - - Gets or sets the group name to replace when using regular expressions. - Leave null or empty to replace without using group name. - - The group name. - - - - - Gets or sets a value indicating whether to ignore case. - - A value of true if case should be ignored when searching; otherwise, false. - - - - - Gets or sets a value indicating whether to search for whole words. - - A value of true if whole words should be searched for; otherwise, false. - - - - - Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. - - - - - - Initializes the layout renderer. - - - - - Post-processes the rendered message. - - The text to be post-processed. - Post-processed text. - - - - This class was created instead of simply using a lambda expression so that the "ThreadAgnosticAttributeTest" will pass - - - - - A match evaluator for Regular Expression based replacing - - Input string. - Group name in the regex. - Replace value. - Match from regex. - Groups replaced with . - - - - Replaces newline characters from the result of another layout renderer with spaces. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating the string that should be used for separating lines. - - - - - - - - - - - - Right part of a text - - - - - Gets or sets the length in characters. - - - - - - - - - - - - Decodes text "encrypted" with ROT-13. - - - See https://en.wikipedia.org/wiki/ROT13. - - - - - Gets or sets the layout to be wrapped. - - The layout to be wrapped. - This variable is for backwards compatibility - - - - - Encodes/Decodes ROT-13-encoded string. - - The string to be encoded/decoded. - Encoded/Decoded text. - - - - - - - - - - Encodes/Decodes ROT-13-encoded string. - - - - - Substring the result - - - ${substring:${level}:start=2:length=2} - ${substring:${level}:start=-2:length=2} - ${substring:Inner=${level}:start=2:length=2} - - - - - Initializes a new instance of the class. - - - - - Gets or sets the start index. - - Index - - - - - Gets or sets the length in characters. If null, then the whole string - - Index - - - - - - - - - - - Calculate start position - - 0 or positive number - - - - Calculate needed length - - 0 or positive number - - - - Trims the whitespace from the result of another layout renderer. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether lower case conversion should be applied. - - A value of true if lower case conversion should be applied; otherwise, false. - - - - - - - - - - - Converts the result of another layout output to upper case. - - - ${uppercase:${level}} //[DefaultParameter] - ${uppercase:Inner=${level}} - ${level:uppercase} // [AmbientProperty] - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether upper case conversion should be applied. - - A value of true if upper case conversion should be applied otherwise, false. - - - - - Gets or sets the culture used for rendering. - - - - - - - - - - - - Encodes the result of another layout output for use with URLs. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether spaces should be translated to '+' or '%20'. - - A value of true if space should be translated to '+'; otherwise, false. - - - - - Gets or sets a value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs) - - A value of true if Rfc3986; otherwise, false for legacy Rfc2396. - - - - - Gets or sets a value whether escaping be done according to the old NLog style (Very non-standard) - - A value of true if legacy encoding; otherwise, false for standard UTF8 encoding. - - - - - Transforms the output of another layout. - - Output to be transform. - Transformed text. - - - - Outputs alternative layout when the inner layout produces empty result. - - - - - Gets or sets the layout to be rendered when original layout produced empty result. - - - - - - - - - - - - - - - Only outputs the inner layout when the specified condition has been met. - - - - - Gets or sets the condition that must be met for the layout to be printed. - - - - - - If is not met, print this layout. - - - - - - - - - - - - - - - Replaces newline characters from the result of another layout renderer with spaces. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the line length for wrapping. - - - Only positive values are allowed - - - - - - Post-processes the rendered message. - - The text to be post-processed. - Post-processed text. - - - - Base class for s which wrapping other s. - - This has the property (which is default) and can be used to wrap. - - - ${uppercase:${level}} //[DefaultParameter] - ${uppercase:Inner=${level}} - - - - - Gets or sets the wrapped layout. - - [DefaultParameter] so Inner: is not required if it's the first - - - - - - - - - Renders the inner message, processes it and appends it to the specified . - - The to append the rendered data to. - Logging event. - - - - Appends the rendered output from -layout and transforms the added output (when necessary) - - Logging event. - The to append the rendered data to. - Start position for any necessary transformation of . - - - - Transforms the output of another layout. - - Logging event. - Output to be transform. - Transformed text. - - - - Transforms the output of another layout. - - Output to be transform. - Transformed text. - - - - Renders the inner layout contents. - - The log event. - Contents of inner layout. - - - - Base class for s which wrapping other s. - - This expects the transformation to work on a - - - - - - - - Transforms the output of another layout. - - - Output to be transform. - - - - Transforms the output of another layout. - - Output to be transform. - - - - Renders the inner layout contents. - - - for the result - - - - - - - - - - - - - - - - - - Converts the result of another layout output to be XML-compliant. - - - - - Initializes a new instance of the class. - - - - - Gets or sets a value indicating whether to apply XML encoding. - - Ensures always valid XML, but gives a performance hit - - - - - Gets or sets a value indicating whether to transform newlines (\r\n) into ( ) - - - - - - - - - - - - A layout containing one or more nested layouts. - - - - - Initializes a new instance of the class. - - - - - Gets the inner layouts. - - - - - - Initializes the layout. - - - - - Formats the log event relying on inner layouts. - - The log event to be formatted. - A string representation of the log event. - - - - Formats the log event relying on inner layouts. - - The logging event. - for the result - - - - Closes the layout. - - - - - Generate description of Compound Layout - - Compound Layout String Description - - - - A column in the CSV. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name of the column. - The layout of the column. - - - - Gets or sets the name of the column. - - - - - - Gets or sets the layout of the column. - - - - - - Gets or sets the override of Quoting mode - - - and are faster than the default - - - - - - Specifies allowed column delimiters. - - - - - Automatically detect from regional settings. - - - - - Comma (ASCII 44). - - - - - Semicolon (ASCII 59). - - - - - Tab character (ASCII 9). - - - - - Pipe character (ASCII 124). - - - - - Space character (ASCII 32). - - - - - Custom string, specified by the CustomDelimiter. - - - - - A specialized layout that renders CSV-formatted events. - - If is set, then the header generation with column names will be disabled. - - - - Initializes a new instance of the class. - - - - - Gets the array of parameters to be passed. - - - - - - Gets or sets a value indicating whether CVS should include header. - - A value of true if CVS should include header; otherwise, false. - - - - - Gets or sets the column delimiter. - - - - - - Gets or sets the quoting mode. - - - - - - Gets or sets the quote Character. - - - - - - Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom'). - - - - - - Initializes the layout. - - - - - Formats the log event for write. - - The log event to be formatted. - A string representation of the log event. - - - - Formats the log event for write. - - The logging event. - for the result - - - - Get the headers with the column names. - - - - - - Header with column names for CSV layout. - - - - - Initializes a new instance of the class. - - The parent. - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - The rendered layout. - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - for the result - - - - Generate description of CSV Layout - - CSV Layout String Description - - - - Specifies CSV quoting modes. - - - - - Quote all column (Fast) - - - - - Quote nothing (Very fast) - - - - - Quote only whose values contain the quote symbol or the separator (Slow) - - - - - JSON attribute. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name of the attribute. - The layout of the attribute's value. - - - - Initializes a new instance of the class. - - The name of the attribute. - The layout of the attribute's value. - Encode value with json-encode - - - - Gets or sets the name of the attribute. - - - - - - Gets or sets the layout that will be rendered as the attribute's value. - - - - - - Determines whether or not this attribute will be Json encoded. - - - - - - Gets or sets a value indicating whether to escape non-ascii characters - - - - - - Should forward slashes be escaped? If true, / will be converted to \/ - - - If not set explicitly then the value of the parent will be used as default. - - - - - - Gets or sets whether an attribute with empty value should be included in the output - - - - - - A specialized layout that renders JSON-formatted events. - - - - - Initializes a new instance of the class. - - - - - Gets the array of attributes' configurations. - - - - - - Gets or sets the option to suppress the extra spaces in the output json - - - - - - Gets or sets the option to render the empty object value {} - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets the option to include all properties from the log event (as JSON) - - - - - - Gets or sets the option to exclude null/empty properties from the log event (as JSON) - - - - - - List of property names to exclude when is true - - - - - - How far should the JSON serializer follow object references before backing off - - - - - - Should forward slashes be escaped? If true, / will be converted to \/ - - - If not set explicitly then the value of the parent will be used as default. - - - - - - Initializes the layout. - - - - - Closes the layout. - - - - - Formats the log event as a JSON document for writing. - - The logging event. - for the result - - - - Formats the log event as a JSON document for writing. - - The log event to be formatted. - A JSON string representation of the log event. - - - - Generate description of JSON Layout - - JSON Layout String Description - - - - Abstract interface that layouts must implement. - - - - - Is this layout initialized? See - - - - - Gets a value indicating whether this layout is thread-agnostic (can be rendered on any thread). - - - Layout is thread-agnostic if it has been marked with [ThreadAgnostic] attribute and all its children are - like that as well. - - Thread-agnostic layouts only use contents of for its output. - - - - - Gets the level of stack trace information required for rendering. - - - - - Gets the logging configuration this target is part of. - - - - - Converts a given text to a . - - Text to be converted. - object represented by the text. - - - - Implicitly converts the specified string to a . - - The layout string. - Instance of .' - - - - Implicitly converts the specified string to a . - - The layout string. - The NLog factories to use when resolving layout renderers. - Instance of . - - - - Implicitly converts the specified string to a . - - The layout string. - Whether should be thrown on parse errors (false = replace unrecognized tokens with a space). - Instance of . - - - - Create a from a lambda method. - - Method that renders the layout. - Tell if method is safe for concurrent threading. - Instance of . - - - - Precalculates the layout for the specified log event and stores the result - in per-log event cache. - - Only if the layout doesn't have [ThreadAgnostic] and doesn't contain layouts with [ThreadAgnostic]. - - The log event. - - Calling this method enables you to store the log event in a buffer - and/or potentially evaluate it in another thread even though the - layout may contain thread-dependent renderer. - - - - - Renders the event info in layout. - - The event info. - String representing log event. - - - - Optimized version of for internal Layouts. Works best - when override of is available. - - The event info. - Appends the string representing log event to target - Should rendering result be cached on LogEventInfo - - - - Valid default implementation of , when having implemented the optimized - - The logging event. - StringBuilder to help minimize allocations [optional]. - The rendered layout. - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - for the result - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Initializes the layout. - - - - - Closes the layout. - - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - The rendered layout. - - - - Register a custom Layout. - - Short-cut for registering to default - Type of the Layout. - Name of the Layout. - - - - Register a custom Layout. - - Short-cut for registering to default - Type of the Layout. - Name of the Layout. - - - - Optimized version of for internal Layouts, when - override of is available. - - - - - Try get value - - - rawValue if return result is true - false if we could not determine the rawValue - - - - Marks class as a layout renderer and assigns a format string to it. - - - - - Initializes a new instance of the class. - - Layout name. - - - - Parses layout strings. - - - - - Add to - - - - - - - Options available for - - - - - Default options - - - - - Layout renderer method can handle concurrent threads - - - - - Layout renderer method is agnostic to current thread context. This means it will render the same result indepdent of thread-context. - - - - - A specialized layout that supports header and footer. - - - - - Gets or sets the body layout (can be repeated multiple times). - - - - - - Gets or sets the header layout. - - - - - - Gets or sets the footer layout. - - - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - The rendered layout. - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - for the result. - - - - A specialized layout that renders Log4j-compatible XML events. - - - This layout is not meant to be used explicitly. Instead you can use ${log4jxmlevent} layout renderer. - - - - - Initializes a new instance of the class. - - - - - Gets the instance that renders log events. - - - - - Gets the collection of parameters. Each parameter contains a mapping - between NLog layout and a named parameter. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets the option to include all properties from the log events - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network. - - - - - - Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network. - - - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - The rendered layout. - - - - Renders the layout for the specified logging event by invoking layout renderers. - - The logging event. - for the result - - - - Represents a string with embedded placeholders that can render contextual information. - - - This layout is not meant to be used explicitly. Instead you can just use a string containing layout - renderers everywhere the layout is required. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The layout string to parse. - - - - Initializes a new instance of the class. - - The layout string to parse. - The NLog factories to use when creating references to layout renderers. - - - - Initializes a new instance of the class. - - The layout string to parse. - The NLog factories to use when creating references to layout renderers. - Whether should be thrown on parse errors. - - - - Original text before compile to Layout renderes - - - - - Gets or sets the layout text. - - - - - - Is the message fixed? (no Layout renderers used) - - - - - Get the fixed text. Only set when is true - - - - - Is the message a simple formatted string? (Can skip StringBuilder) - - - - - Gets a collection of objects that make up this layout. - - - - - Gets the level of stack trace information required for rendering. - - - - - Converts a text to a simple layout. - - Text to be converted. - A object. - - - - Escapes the passed text so that it can - be used literally in all places where - layout is normally expected without being - treated as layout. - - The text to be escaped. - The escaped text. - - Escaping is done by replacing all occurrences of - '${' with '${literal:text=${}' - - - - - Evaluates the specified text by expanding all layout renderers. - - The text to be evaluated. - Log event to be used for evaluation. - The input text with all occurrences of ${} replaced with - values provided by the appropriate layout renderers. - - - - Evaluates the specified text by expanding all layout renderers - in new context. - - The text to be evaluated. - The input text with all occurrences of ${} replaced with - values provided by the appropriate layout renderers. - - - - Returns a that represents the current object. - - - A that represents the current object. - - - - - - - - - - - - - - - - - - - - XML attribute. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name of the attribute. - The layout of the attribute's value. - - - - Initializes a new instance of the class. - - The name of the attribute. - The layout of the attribute's value. - Encode value with xml-encode - - - - Gets or sets the name of the attribute. - - - - - - Gets or sets the layout that will be rendered as the attribute's value. - - - - - - Determines whether or not this attribute will be Xml encoded. - - - - - - Gets or sets whether an attribute with empty value should be included in the output - - - - - - A XML Element - - - - - - - - - - - Name of the element - - - - - - Value inside the element - - - - - - Determines whether or not this attribute will be Xml encoded. - - - - - - A specialized layout that renders XML-formatted events. - - - - - Initializes a new instance of the class. - - The name of the top XML node - The value of the top XML node - - - - Name of the XML element - - Upgrade to private protected when using C# 7.2 - - - - - Value inside the XML element - - Upgrade to private protected when using C# 7.2 - - - - - Auto indent and create new lines - - - - - - Gets the array of xml 'elements' configurations. - - - - - - Gets the array of 'attributes' configurations for the element - - - - - - Gets or sets whether a ElementValue with empty value should be included in the output - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets a value indicating whether to include contents of the dictionary. - - - - - - Gets or sets the option to include all properties from the log event (as XML) - - - - - - List of property names to exclude when is true - - - - - - XML element name to use when rendering properties - - - Support string-format where {0} means property-key-name - - Skips closing element tag when having configured - - - - - - XML attribute name to use when rendering property-key - - When null (or empty) then key-attribute is not included - - - Will replace newlines in attribute-value with - - - - - - XML attribute name to use when rendering property-value - - When null (or empty) then value-attribute is not included and - value is formatted as XML-element-value - - - Skips closing element tag when using attribute for value - - Will replace newlines in attribute-value with - - - - - - XML element name to use for rendering IList-collections items - - - - - - How far should the XML serializer follow object references before backing off - - - - - - Initializes the layout. - - - - - Formats the log event as a XML document for writing. - - The logging event. - for the result - - - - Formats the log event as a XML document for writing. - - The log event to be formatted. - A XML string representation of the log event. - - - - write attribute, only if is not empty - - - - - rendered - - - - Generate description of XML Layout - - XML Layout String Description - - - - A specialized layout that renders XML-formatted events. - - - - - Initializes a new instance of the class. - - - - - - - - Name of the root XML element - - - - - - Value inside the root XML element - - - - - - Determines whether or not this attribute will be Xml encoded. - - - - - - Represents the logging event. - - - - - Gets the date of the first log event created. - - - - - The formatted log message. - - - - - The log message including any parameter placeholders - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Log level. - Logger name. - Log message including parameter placeholders. - - - - Initializes a new instance of the class. - - Log level. - Logger name. - Log message including parameter placeholders. - Log message including parameter placeholders. - - - - Initializes a new instance of the class. - - Log level. - Logger name. - An IFormatProvider that supplies culture-specific formatting information. - Log message including parameter placeholders. - Parameter array. - - - - Initializes a new instance of the class. - - Log level. - Logger name. - An IFormatProvider that supplies culture-specific formatting information. - Log message including parameter placeholders. - Parameter array. - Exception information. - - - - Gets the unique identifier of log event which is automatically generated - and monotonously increasing. - - - - - Gets or sets the timestamp of the logging event. - - - - - Gets or sets the level of the logging event. - - - - - Gets a value indicating whether stack trace has been set for this event. - - - - - Gets the stack frame of the method that did the logging. - - - - - Gets the number index of the stack frame that represents the user - code (not the NLog code). - - - - - Gets the entire stack trace. - - - - - Gets the callsite class name - - - - - Gets the callsite member function name - - - - - Gets the callsite source file path - - - - - Gets the callsite source file line number - - - - - Gets or sets the exception information. - - - - - Gets or sets the logger name. - - - - - Gets the logger short name. - - This property was marked as obsolete on NLog 2.0 and it may be removed in a future release. - - - - Gets or sets the log message including any parameter placeholders. - - - - - Gets or sets the parameter values or null if no parameters have been specified. - - - - - Gets or sets the format provider that was provided while logging or - when no formatProvider was specified. - - - - - Gets or sets the message formatter for generating - Uses string.Format(...) when nothing else has been configured. - - - - - Gets the formatted message. - - - - - Checks if any per-event properties (Without allocation) - - - - - Gets the dictionary of per-event context properties. - - - - - Gets the dictionary of per-event context properties. - Internal helper for the PropertiesDictionary type. - - Create the event-properties dictionary, even if no initial template parameters - Provided when having parsed the message template and capture template parameters (else null) - - - - - Gets the named parameters extracted from parsing as MessageTemplate - - - - - Gets the dictionary of per-event context properties. - - This property was marked as obsolete on NLog 2.0 and it may be removed in a future release. - - - - Creates the null event. - - Null log event. - - - - Creates the log event. - - The log level. - Name of the logger. - The message. - Instance of . - - - - Creates the log event. - - The log level. - Name of the logger. - The format provider. - The message. - The parameters. - Instance of . - - - - Creates the log event. - - The log level. - Name of the logger. - The format provider. - The message. - Instance of . - - - - Creates the log event. - - The log level. - Name of the logger. - The message. - The exception. - Instance of . - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Creates the log event. - - The log level. - Name of the logger. - The exception. - The format provider. - The message. - Instance of . - - - - Creates the log event. - - The log level. - Name of the logger. - The exception. - The format provider. - The message. - The parameters. - Instance of . - - - - Creates from this by attaching the specified asynchronous continuation. - - The asynchronous continuation. - Instance of with attached continuation. - - - - Returns a string representation of this log event. - - String representation of the log event. - - - - Sets the stack trace for the event info. - - The stack trace. - Index of the first user stack frame within the stack trace (Negative means NLog should skip stackframes from System-assemblies). - - - - Sets the details retrieved from the Caller Information Attributes - - - - - - - - - Set the - - true = Always, false = Never, null = Auto Detect - - - - Specialized LogFactory that can return instances of custom logger types. - - Use this only when a custom Logger type is defined. - The type of the logger to be returned. Must inherit from . - - - - Gets the logger with type . - - The logger name. - An instance of . - - - - Gets a custom logger with the full name of the current class (so namespace and class name) and type . - - An instance of . - This is a slow-running method. - Make sure you're not doing this in a loop. - - - - Creates and manages instances of objects. - - - - - Internal for unit tests - - - - - Overwrite possible file paths (including filename) for possible NLog config files. - When this property is null, the default file paths ( are used. - - - - - Occurs when logging changes. - - - - - Occurs when logging gets reloaded. - - - - - Initializes static members of the LogManager class. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The config. - - - - Initializes a new instance of the class. - - The config loader - The custom AppEnvironmnet override - - - - Gets the current . - - - - - Gets or sets a value indicating whether exceptions should be thrown. See also . - - A value of true if exception should be thrown; otherwise, false. - By default exceptions are not thrown under any circumstances. - - - - Gets or sets a value indicating whether should be thrown. - - If null then is used. - - A value of true if exception should be thrown; otherwise, false. - - This option is for backwards-compatibility. - By default exceptions are not thrown under any circumstances. - - - - - Gets or sets a value indicating whether Variables should be kept on configuration reload. - Default value - false. - - - - - Gets or sets a value indicating whether to automatically call - on AppDomain.Unload or AppDomain.ProcessExit - - - - - Gets or sets the current logging configuration. After setting this property all - existing loggers will be re-configured, so there is no need to call - manually. - - - - - Gets or sets the global log level threshold. Log events below this threshold are not logged. - - - - - Gets the default culture info to use as . - - - Specific culture info or null to use - - - - - Performs application-defined tasks associated with freeing, releasing, or resetting - unmanaged resources. - - - - - Begins configuration of the LogFactory options using fluent interface - - - - - Begins configuration of the LogFactory options using fluent interface - - - - - Creates a logger that discards all log messages. - - Null logger instance. - - - - Gets the logger with the full name of the current class, so namespace and class name. - - The logger. - This is a slow-running method. - Make sure you're not doing this in a loop. - - - - Gets the logger with the full name of the current class, so namespace and class name. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the type parameter. - - The logger with type . - Type of the logger - This is a slow-running method. - Make sure you're not doing this in a loop. - - - - Gets a custom logger with the full name of the current class, so namespace and class name. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the loggerType. - - The type of the logger to create. The type must inherit from - The logger of type . - This is a slow-running method. Make sure you are not calling this method in a - loop. - - - - Gets the specified named logger. - - Name of the logger. - The logger reference. Multiple calls to GetLogger with the same argument - are not guaranteed to return the same logger reference. - - - - Gets the specified named logger. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the type parameter. - - Name of the logger. - Type of the logger - The logger reference with type . Multiple calls to GetLogger with the same argument - are not guaranteed to return the same logger reference. - - - - Gets the specified named logger. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the loggerType. - - Name of the logger. - The type of the logger to create. The type must inherit from . - The logger of type . Multiple calls to GetLogger with the - same argument aren't guaranteed to return the same logger reference. - - - - Loops through all loggers previously returned by GetLogger and recalculates their - target and filter list. Useful after modifying the configuration programmatically - to ensure that all loggers have been properly configured. - - - - - Flush any pending log messages (in case of asynchronous targets) with the default timeout of 15 seconds. - - - - - Flush any pending log messages (in case of asynchronous targets). - - Maximum time to allow for the flush. Any messages after that time - will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - Maximum time to allow for the flush. Any messages - after that time will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - Maximum time to allow for the flush. Any messages - after that time will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - Maximum time to allow for the flush. Any messages after that time will be discarded. - - - - Flushes any pending log messages on all appenders. - - Config containing Targets to Flush - Flush completed notification (success / timeout) - Optional timeout that guarantees that completed notication is called. - - - - - Decreases the log enable counter and if it reaches -1 the logs are disabled. - - - Logging is enabled if the number of calls is greater than - or equal to calls. - - This method was marked as obsolete on NLog 4.0 and it may be removed in a future release. - - An object that implements IDisposable whose Dispose() method re-enables logging. - To be used with C# using () statement. - - - - Increases the log enable counter and if it reaches 0 the logs are disabled. - - - Logging is enabled if the number of calls is greater than - or equal to calls. - - This method was marked as obsolete on NLog 4.0 and it may be removed in a future release. - - - - - Decreases the log enable counter and if it reaches -1 the logs are disabled. - - - Logging is enabled if the number of calls is greater than - or equal to calls. - - An object that implements IDisposable whose Dispose() method re-enables logging. - To be used with C# using () statement. - - - - Increases the log enable counter and if it reaches 0 the logs are disabled. - - Logging is enabled if the number of calls is greater - than or equal to calls. - - - - Returns if logging is currently enabled. - - A value of if logging is currently enabled, - otherwise. - Logging is enabled if the number of calls is greater - than or equal to calls. - - - - Raises the event when the configuration is reloaded. - - Event arguments. - - - - Raises the event when the configuration is reloaded. - - Event arguments - - - - Currently this is disposing? - - - - - Releases unmanaged and - optionally - managed resources. - - True to release both managed and unmanaged resources; - false to release only unmanaged resources. - - - - Dispose all targets, and shutdown logging. - - - - - Get file paths (including filename) for the possible NLog config files. - - The file paths to the possible config file - - - - Get file paths (including filename) for the possible NLog config files. - - The file paths to the possible config file - - - - Overwrite the paths (including filename) for the possible NLog config files. - - The file paths to the possible config file - - - - Clear the candidate file paths and return to the defaults. - - - - - Loads logging configuration from file (Currently only XML configuration files supported) - - Configuration file to be read - LogFactory instance for fluent interface - - - - Logger cache key. - - - - - Serves as a hash function for a particular type. - - - A hash code for the current . - - - - - Determines if two objects are equal in value. - - Other object to compare to. - True if objects are equal, false otherwise. - - - - Determines if two objects of the same type are equal in value. - - Other object to compare to. - True if objects are equal, false otherwise. - - - - Logger cache. - - - - - Inserts or updates. - - - - - - - Internal for unit tests - - - - - Enables logging in implementation. - - - - - Initializes a new instance of the class. - - The factory. - - - - Enables logging. - - - - - Logging methods which only are executed when the DEBUG conditional compilation symbol is set. - - Remarks: - The DEBUG conditional compilation symbol is default enabled (only) in a debug build. - - If the DEBUG conditional compilation symbol isn't set in the calling library, the compiler will remove all the invocations to these methods. - This could lead to better performance. - - See: https://msdn.microsoft.com/en-us/library/4xssyw96%28v=vs.90%29.aspx - - - Provides logging interface and utility functions. - - - Auto-generated Logger members for binary compatibility with NLog 1.0. - - - Provides logging interface and utility functions. - - - - - Writes the diagnostic message at the Debug level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - Log message. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameter. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - A to be written. - - - - Writes the diagnostic message at the Debug level. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - Log message. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameter. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - A to be written. - - - - Writes the diagnostic message at the Trace level. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - Only executed when the DEBUG conditional compilation symbol is set. - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - Only executed when the DEBUG conditional compilation symbol is set. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - Only executed when the DEBUG conditional compilation symbol is set. - A containing one format item. - The argument to format. - - - - Gets a value indicating whether logging is enabled for the Trace level. - - A value of if logging is enabled for the Trace level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Debug level. - - A value of if logging is enabled for the Debug level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Info level. - - A value of if logging is enabled for the Info level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Warn level. - - A value of if logging is enabled for the Warn level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Error level. - - A value of if logging is enabled for the Error level, otherwise it returns . - - - - Gets a value indicating whether logging is enabled for the Fatal level. - - A value of if logging is enabled for the Fatal level, otherwise it returns . - - - - Writes the diagnostic message at the Trace level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Trace level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Trace level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Trace level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Trace level. - - Log message. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Trace level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Trace level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Trace level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Debug level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Debug level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Debug level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Debug level. - - Log message. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Debug level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Debug level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Debug level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Info level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Info level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Info level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Info level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Info level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Info level. - - Log message. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Info level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Info level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Info level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Info level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Warn level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Warn level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Warn level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Warn level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Warn level. - - Log message. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Warn level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Warn level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Warn level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Error level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Error level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Error level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Error level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Error level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Error level. - - Log message. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Error level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Error level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Error level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Error level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified format provider and format parameters. - - - Writes the diagnostic message at the Fatal level. - - Type of the value. - The value to be written. - - - - Writes the diagnostic message at the Fatal level. - - Type of the value. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the Fatal level. - - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the Fatal level. - - Log message. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - - - - Writes the diagnostic message and exception at the Fatal level. - - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message and exception at the Fatal level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - An exception to be logged. - Arguments to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameter. - - The type of the argument. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - The type of the first argument. - The type of the second argument. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the specified level. - - The log level. - A to be written. - - - - Writes the diagnostic message at the specified level. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter and formatting it with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified value as a parameter. - - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level. - - A to be written. - - - - Writes the diagnostic message at the Trace level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Trace level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Trace level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level. - - A to be written. - - - - Writes the diagnostic message at the Debug level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Debug level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Debug level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level. - - A to be written. - - - - Writes the diagnostic message at the Info level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Info level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Info level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level. - - A to be written. - - - - Writes the diagnostic message at the Warn level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Warn level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Warn level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level. - - A to be written. - - - - Writes the diagnostic message at the Error level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Error level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Error level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level. - - A to be written. - - - - Writes the diagnostic message at the Fatal level. - - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified parameters. - - A containing format items. - First argument to format. - Second argument to format. - Third argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter and formatting it with the supplied format provider. - - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the Fatal level using the specified value as a parameter. - - A containing one format item. - The argument to format. - - - - Initializes a new instance of the class. - - - - - Occurs when logger configuration changes. - - - - - Gets the name of the logger. - - - - - Gets the factory that created this logger. - - - - - Collection of context properties for the Logger. The logger will append it for all log events - - - It is recommended to use for modifying context properties - when same named logger is used at multiple locations or shared by different thread contexts. - - - - - Gets a value indicating whether logging is enabled for the specified level. - - Log level to be checked. - A value of if logging is enabled for the specified level, otherwise it returns . - - - - Creates new logger that automatically appends the specified property to all log events (without changing current logger) - - Property Name - Property Value - New Logger object that automatically appends specified property - - - - Updates the specified context property for the current logger. The logger will append it for all log events. - - It could be rendered with ${event-properties:YOURNAME} - - With property, all properties could be changed. - - - Will affect all locations/contexts that makes use of the same named logger object. - - Property Name - Property Value - - It is recommended to use for modifying context properties - when same named logger is used at multiple locations or shared by different thread contexts. - - - - - Writes the specified diagnostic message. - - Log event. - - - - Writes the specified diagnostic message. - - The name of the type that wraps Logger. - Log event. - - - - Writes the diagnostic message at the specified level using the specified format provider and format parameters. - - - Writes the diagnostic message at the specified level. - - Type of the value. - The log level. - The value to be written. - - - - Writes the diagnostic message at the specified level. - - Type of the value. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - The value to be written. - - - - Writes the diagnostic message at the specified level. - - The log level. - A function returning message to be written. Function is not evaluated if logging is not enabled. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message at the specified level using the specified parameters and formatting them with the supplied format provider. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message at the specified level. - - The log level. - Log message. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The log level. - A containing format items. - Arguments to format. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - An exception to be logged. - This method was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - A to be written. - Arguments to format. - An exception to be logged. - - - - Writes the diagnostic message and exception at the specified level. - - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A to be written. - Arguments to format. - An exception to be logged. - - - - Writes the diagnostic message at the specified level using the specified parameter and formatting it with the supplied format provider. - - The type of the argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameter. - - The type of the argument. - The log level. - A containing one format item. - The argument to format. - - - - Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The log level. - A containing one format item. - The first argument to format. - The second argument to format. - - - - Writes the diagnostic message at the specified level using the specified arguments formatting it with the supplied format provider. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - The log level. - An IFormatProvider that supplies culture-specific formatting information. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Writes the diagnostic message at the specified level using the specified parameters. - - The type of the first argument. - The type of the second argument. - The type of the third argument. - The log level. - A containing one format item. - The first argument to format. - The second argument to format. - The third argument to format. - - - - Runs the provided action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method. - - Action to execute. - - - - Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level. - The exception is not propagated outside of this method; a default value is returned instead. - - Return type of the provided function. - Function to run. - Result returned by the provided function or the default value of type in case of exception. - - - - Runs the provided function and returns its result. If an exception is thrown, it is logged at Error level. - The exception is not propagated outside of this method; a fallback value is returned instead. - - Return type of the provided function. - Function to run. - Fallback value to return in case of exception. - Result returned by the provided function or fallback value in case of exception. - - - - Logs an exception is logged at Error level if the provided task does not run to completion. - - The task for which to log an error if it does not run to completion. - This method is useful in fire-and-forget situations, where application logic does not depend on completion of task. This method is avoids C# warning CS4014 in such situations. - - - - Returns a task that completes when a specified task to completes. If the task does not run to completion, an exception is logged at Error level. The returned task always runs to completion. - - The task for which to log an error if it does not run to completion. - A task that completes in the state when completes. - - - - Runs async action. If the action throws, the exception is logged at Error level. The exception is not propagated outside of this method. - - Async action to execute. - - - - Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level. - The exception is not propagated outside of this method; a default value is returned instead. - - Return type of the provided function. - Async function to run. - A task that represents the completion of the supplied task. If the supplied task ends in the state, the result of the new task will be the result of the supplied task; otherwise, the result of the new task will be the default value of type . - - - - Runs the provided async function and returns its result. If the task does not run to completion, an exception is logged at Error level. - The exception is not propagated outside of this method; a fallback value is returned instead. - - Return type of the provided function. - Async function to run. - Fallback value to return if the task does not end in the state. - A task that represents the completion of the supplied task. If the supplied task ends in the state, the result of the new task will be the result of the supplied task; otherwise, the result of the new task will be the fallback value. - - - - Raises the event when the logger is reconfigured. - - Event arguments - - - - Implementation of logging engine. - - - - - Gets the filter result. - - The filter chain. - The log event. - default result if there are no filters, or none of the filters decides. - The result of the filter. - - - - Defines available log levels. - - - - - Trace log level. - - - - - Debug log level. - - - - - Info log level. - - - - - Warn log level. - - - - - Error log level. - - - - - Fatal log level. - - - - - Off log level. - - - - - Gets all the available log levels (Trace, Debug, Info, Warn, Error, Fatal, Off). - - - - - Gets all the log levels that can be used to log events (Trace, Debug, Info, Warn, Error, Fatal) - i.e LogLevel.Off is excluded. - - - - - Initializes a new instance of . - - The log level name. - The log level ordinal number. - - - - Gets the name of the log level. - - - - - Gets the ordinal of the log level. - - - - - Compares two objects - and returns a value indicating whether - the first one is equal to the second one. - - The first level. - The second level. - The value of level1.Ordinal == level2.Ordinal. - - - - Compares two objects - and returns a value indicating whether - the first one is not equal to the second one. - - The first level. - The second level. - The value of level1.Ordinal != level2.Ordinal. - - - - Compares two objects - and returns a value indicating whether - the first one is greater than the second one. - - The first level. - The second level. - The value of level1.Ordinal > level2.Ordinal. - - - - Compares two objects - and returns a value indicating whether - the first one is greater than or equal to the second one. - - The first level. - The second level. - The value of level1.Ordinal >= level2.Ordinal. - - - - Compares two objects - and returns a value indicating whether - the first one is less than the second one. - - The first level. - The second level. - The value of level1.Ordinal < level2.Ordinal. - - - - Compares two objects - and returns a value indicating whether - the first one is less than or equal to the second one. - - The first level. - The second level. - The value of level1.Ordinal <= level2.Ordinal. - - - - Gets the that corresponds to the specified ordinal. - - The ordinal. - The instance. For 0 it returns , 1 gives and so on. - - - - Returns the that corresponds to the supplied . - - The textual representation of the log level. - The enumeration value. - - - - Returns a string representation of the log level. - - Log level name. - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. - - - - - Determines whether the specified is equal to this instance. - - The to compare with this instance. - Value of true if the specified is equal to - this instance; otherwise, false. - - - - Determines whether the specified instance is equal to this instance. - - The to compare with this instance. - Value of true if the specified is equal to - this instance; otherwise, false. - - - - Compares the level to the other object. - - - The object object. - - - A value less than zero when this logger's is - less than the other logger's ordinal, 0 when they are equal and - greater than zero when this ordinal is greater than the - other ordinal. - - - - - Creates and manages instances of objects. - - - - - Internal for unit tests - - - - - Delegate used to set/get the culture in use. - - This delegate marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Gets the instance used in the . - - Could be used to pass the to other methods - - - - Occurs when logging changes. - - - - - Occurs when logging gets reloaded. - - - - - Gets or sets a value indicating whether NLog should throw exceptions. - By default exceptions are not thrown under any circumstances. - - - - - Gets or sets a value indicating whether should be thrown. - - A value of true if exception should be thrown; otherwise, false. - - This option is for backwards-compatibility. - By default exceptions are not thrown under any circumstances. - - - - - - Gets or sets a value indicating whether Variables should be kept on configuration reload. - Default value - false. - - - - - Gets or sets a value indicating whether to automatically call - on AppDomain.Unload or AppDomain.ProcessExit - - - - - Gets or sets the current logging configuration. - - - - - - Begins configuration of the LogFactory options using fluent interface - - - - - Begins configuration of the LogFactory options using fluent interface - - - - - Loads logging configuration from file (Currently only XML configuration files supported) - - Configuration file to be read - LogFactory instance for fluent interface - - - - Gets or sets the global log threshold. Log events below this threshold are not logged. - - - - - Gets or sets the default culture to use. - - This property was marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Gets the logger with the full name of the current class, so namespace and class name. - - The logger. - This is a slow-running method. - Make sure you're not doing this in a loop. - - - - Adds the given assembly which will be skipped - when NLog is trying to find the calling method on stack trace. - - The assembly to skip. - - - - Gets a custom logger with the full name of the current class, so namespace and class name. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the loggerType. - - The logger class. This class must inherit from . - The logger of type . - This is a slow-running method. - Make sure you're not doing this in a loop. - - - - Creates a logger that discards all log messages. - - Null logger which discards all log messages. - - - - Gets the specified named logger. - - Name of the logger. - The logger reference. Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference. - - - - Gets the specified named custom logger. - Use to create instance of a custom . - If you haven't defined your own class, then use the overload without the loggerType. - - Name of the logger. - The logger class. This class must inherit from . - The logger of type . Multiple calls to GetLogger with the same argument aren't guaranteed to return the same logger reference. - The generic way for this method is - - - - Loops through all loggers previously returned by GetLogger. - and recalculates their target and filter list. Useful after modifying the configuration programmatically - to ensure that all loggers have been properly configured. - - - - - Flush any pending log messages (in case of asynchronous targets) with the default timeout of 15 seconds. - - - - - Flush any pending log messages (in case of asynchronous targets). - - Maximum time to allow for the flush. Any messages after that time will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - Maximum time to allow for the flush. Any messages after that time will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - Maximum time to allow for the flush. Any messages after that time will be discarded. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - Maximum time to allow for the flush. Any messages after that time will be discarded. - - - - Decreases the log enable counter and if it reaches -1 the logs are disabled. - - Logging is enabled if the number of calls is greater - than or equal to calls. - An object that implements IDisposable whose Dispose() method re-enables logging. - To be used with C# using () statement. - - - - Increases the log enable counter and if it reaches 0 the logs are disabled. - - Logging is enabled if the number of calls is greater - than or equal to calls. - - - - Checks if logging is currently enabled. - - if logging is currently enabled, - otherwise. - Logging is enabled if the number of calls is greater - than or equal to calls. - - - - Dispose all targets, and shutdown logging. - - - - - Generates a formatted message from the log event - - Log event. - Formatted message - - - - Returns a log message. Used to defer calculation of - the log message until it's actually needed. - - Log message. - - - - Base implementation of a log receiver server which forwards received logs through or a given . - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The log factory. - - - - Processes the log messages. - - The events to process. - - - - Processes the log messages. - - The log events. - - - - Service contract for Log Receiver client. - - This class marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Begins processing of log messages. - - The events. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Service contract for Log Receiver client. - - - - - Begins processing of log messages. - - The events. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Service contract for Log Receiver server. - - - - - Processes the log messages. - - The events. - - - - Service contract for Log Receiver server. - - - - - Processes the log messages. - - The events. - - - - Service contract for Log Receiver client. - - - - - Begins processing of log messages. - - The events. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Client of - - - - - Occurs when the log message processing has completed. - - - - - Occurs when Open operation has completed. - - - - - Occurs when Close operation has completed. - - - - - Enables the user to configure client and service credentials as well as service credential authentication settings for use on the client side of communication. - - - - - Gets the underlying implementation. - - - - - Gets the target endpoint for the service to which the WCF client can connect. - - - - - Opens the client asynchronously. - - - - - Opens the client asynchronously. - - User-specific state. - - - - Closes the client asynchronously. - - - - - Closes the client asynchronously. - - User-specific state. - - - - Processes the log messages asynchronously. - - The events to send. - - - - Processes the log messages asynchronously. - - The events to send. - User-specific state. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. - - - - - Gets or sets the cookie container. - - The cookie container. - - - - Implementation of which forwards received logs through or a given . - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The log factory. - - - - Implementation of which forwards received logs through or a given . - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The log factory. - - - - Internal configuration of Log Receiver Service contracts. - - - - - Wire format for NLog Event. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the client-generated identifier of the event. - - - - - Gets or sets the ordinal of the log level. - - - - - Gets or sets the logger ordinal (index into . - - The logger ordinal. - - - - Gets or sets the time delta (in ticks) between the time of the event and base time. - - - - - Gets or sets the message string index. - - - - - Gets or sets the collection of layout values. - - - - - Gets the collection of indexes into array for each layout value. - - - - - Converts the to . - - The object this is part of.. - The logger name prefix to prepend in front of the logger name. - Converted . - - - - Wire format for NLog event package. - - - - - Gets or sets the name of the client. - - The name of the client. - - - - Gets or sets the base time (UTC ticks) for all events in the package. - - The base time UTC. - - - - Gets or sets the collection of layout names which are shared among all events. - - The layout names. - - - - Gets or sets the collection of logger names. - - The logger names. - - - - Gets or sets the list of events. - - The events. - - - - Converts the events to sequence of objects suitable for routing through NLog. - - The logger name prefix to prepend in front of each logger name. - - Sequence of objects. - - - - - Converts the events to sequence of objects suitable for routing through NLog. - - - Sequence of objects. - - - - - List of strings annotated for more terse serialization. - - - - - Initializes a new instance of the class. - - - - - Log Receiver Client using WCF. - - - This class marked as obsolete before NLog 4.3.11 and it will be removed in a future release. - - It provides an implementation of the legacy interface and it will be completely obsolete when the - ILogReceiverClient is removed. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - The binding. - The remote address. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Log Receiver Client facade. It allows the use either of the one way or two way - service contract using WCF through its unified interface. - - - Delegating methods are generated with Resharper. - 1. change ProxiedClient to private field (instead of public property) - 2. delegate members - 3. change ProxiedClient back to public property. - - - - - - The client getting proxied - - - - - Do we use one-way or two-way messaging? - - - - - Initializes a new instance of the class. - - Whether to use the one way or two way WCF client. - - - - Initializes a new instance of the class. - - Whether to use the one way or two way WCF client. - Name of the endpoint configuration. - - - - Initializes a new instance of the class. - - Whether to use the one way or two way WCF client. - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Whether to use the one way or two way WCF client. - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Whether to use the one way or two way WCF client. - The binding. - The remote address. - - - - Causes a communication object to transition immediately from its current state into the closed state. - - - - - Begins an asynchronous operation to close a communication object. - - - The that references the asynchronous close operation. - - The delegate that receives notification of the completion of the asynchronous close operation.An object, specified by the application, that contains state information associated with the asynchronous close operation. was called on an object in the state.The default timeout elapsed before the was able to close gracefully. - - - - Begins an asynchronous operation to close a communication object with a specified timeout. - - - The that references the asynchronous close operation. - - The that specifies how long the send operation has to complete before timing out.The delegate that receives notification of the completion of the asynchronous close operation.An object, specified by the application, that contains state information associated with the asynchronous close operation. was called on an object in the state.The specified timeout elapsed before the was able to close gracefully. - - - - Begins an asynchronous operation to open a communication object. - - - The that references the asynchronous open operation. - - The delegate that receives notification of the completion of the asynchronous open operation.An object, specified by the application, that contains state information associated with the asynchronous open operation.The was unable to be opened and has entered the state.The default open timeout elapsed before the was able to enter the state and has entered the state. - - - - Begins an asynchronous operation to open a communication object within a specified interval of time. - - - The that references the asynchronous open operation. - - The that specifies how long the send operation has to complete before timing out.The delegate that receives notification of the completion of the asynchronous open operation.An object, specified by the application, that contains state information associated with the asynchronous open operation.The was unable to be opened and has entered the state.The specified timeout elapsed before the was able to enter the state and has entered the state. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Enables the user to configure client and service credentials as well as service credential authentication settings for use on the client side of communication. - - - - - Causes a communication object to transition from its current state into the closed state. - - The that specifies how long the send operation has to complete before timing out. was called on an object in the state.The timeout elapsed before the was able to close gracefully. - - - - Causes a communication object to transition from its current state into the closed state. - - was called on an object in the state.The default close timeout elapsed before the was able to close gracefully. - - - - Closes the client asynchronously. - - User-specific state. - - - - Closes the client asynchronously. - - - - - Occurs when Close operation has completed. - - - - - Occurs when the communication object completes its transition from the closing state into the closed state. - - - - - Occurs when the communication object first enters the closing state. - - - - - Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. - - - - - Gets or sets the cookie container. - - The cookie container. - - - - Completes an asynchronous operation to close a communication object. - - The that is returned by a call to the method. was called on an object in the state.The timeout elapsed before the was able to close gracefully. - - - - Completes an asynchronous operation to open a communication object. - - The that is returned by a call to the method.The was unable to be opened and has entered the state.The timeout elapsed before the was able to enter the state and has entered the state. - - - - Gets the target endpoint for the service to which the WCF client can connect. - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Occurs when the communication object first enters the faulted state. - - - - - Gets the underlying implementation. - - - - - Causes a communication object to transition from the created state into the opened state. - - The was unable to be opened and has entered the state.The default open timeout elapsed before the was able to enter the state and has entered the state. - - - - Causes a communication object to transition from the created state into the opened state within a specified interval of time. - - The that specifies how long the send operation has to complete before timing out.The was unable to be opened and has entered the state.The specified timeout elapsed before the was able to enter the state and has entered the state. - - - - Opens the client asynchronously. - - - - - Opens the client asynchronously. - - User-specific state. - - - - Occurs when Open operation has completed. - - - - - Occurs when the communication object completes its transition from the opening state into the opened state. - - - - - Occurs when the communication object first enters the opening state. - - - - - Processes the log messages asynchronously. - - The events to send. - - - - Processes the log messages asynchronously. - - The events to send. - User-specific state. - - - - Occurs when the log message processing has completed. - - - - - Gets the current state of the communication-oriented object. - - - The value of the of the object. - - - - - Causes a communication object to transition from its current state into the closed state. - - - - - Abstract base class for the WcfLogReceiverXXXWay classes. It can only be - used internally (see internal constructor). It passes off any Channel usage - to the inheriting class. - - Type of the WCF service. - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - The binding. - The remote address. - - - - Occurs when the log message processing has completed. - - - - - Occurs when Open operation has completed. - - - - - Occurs when Close operation has completed. - - - - - Gets or sets the cookie container. - - The cookie container. - - - - Opens the client asynchronously. - - - - - Opens the client asynchronously. - - User-specific state. - - - - Closes the client asynchronously. - - - - - Closes the client asynchronously. - - User-specific state. - - - - Processes the log messages asynchronously. - - The events to send. - - - - Processes the log messages asynchronously. - - The events to send. - User-specific state. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Log Receiver Client using WCF. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - The binding. - The remote address. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Log Receiver Client using WCF. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - Name of the endpoint configuration. - The remote address. - - - - Initializes a new instance of the class. - - The binding. - The remote address. - - - - Begins processing of log messages. - - The events to send. - The callback. - Asynchronous state. - - IAsyncResult value which can be passed to . - - - - - Ends asynchronous processing of log messages. - - The result. - - - - Mapped Diagnostics Context - a thread-local structure that keeps a dictionary - of strings and provides methods to output them in layouts. - - - - - Gets the thread-local dictionary - - Must be true for any subsequent dictionary modification operation - - - - - Sets the current thread MDC item to the specified value. - - Item name. - Item value. - An that can be used to remove the item from the current thread MDC. - - - - Sets the current thread MDC item to the specified value. - - Item name. - Item value. - >An that can be used to remove the item from the current thread MDC. - - - - Sets the current thread MDC item to the specified value. - - Item name. - Item value. - - - - Sets the current thread MDC item to the specified value. - - Item name. - Item value. - - - - Gets the current thread MDC named item, as . - - Item name. - The value of , if defined; otherwise . - If the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the current thread MDC named item, as . - - Item name. - The to use when converting a value to a . - The value of , if defined; otherwise . - If is null and the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the current thread MDC named item, as . - - Item name. - The value of , if defined; otherwise null. - - - - Returns all item names - - A set of the names of all items in current thread-MDC. - - - - Checks whether the specified item exists in current thread MDC. - - Item name. - A boolean indicating whether the specified exists in current thread MDC. - - - - Removes the specified from current thread MDC. - - Item name. - - - - Clears the content of current thread MDC. - - - - - Async version of Mapped Diagnostics Context - a logical context structure that keeps a dictionary - of strings and provides methods to output them in layouts. Allows for maintaining state across - asynchronous tasks and call contexts. - - - Ideally, these changes should be incorporated as a new version of the MappedDiagnosticsContext class in the original - NLog library so that state can be maintained for multiple threads in asynchronous situations. - - - - - Simulate ImmutableDictionary behavior (which is not yet part of all .NET frameworks). - In future the real ImmutableDictionary could be used here to minimize memory usage and copying time. - - Must be true for any subsequent dictionary modification operation - Prepare dictionary for additional inserts - - - - - Gets the current logical context named item, as . - - Item name. - The value of , if defined; otherwise . - If the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the current logical context named item, as . - - Item name. - The to use when converting a value to a string. - The value of , if defined; otherwise . - If is null and the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the current logical context named item, as . - - Item name. - The value of , if defined; otherwise null. - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - >An that can be used to remove the item from the current logical context. - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - >An that can be used to remove the item from the current logical context. - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - >An that can be used to remove the item from the current logical context. - - - - Updates the current logical context with multiple items in single operation - - . - >An that can be used to remove the item from the current logical context (null if no items). - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - - - - Sets the current logical context item to the specified value. - - Item name. - Item value. - - - - Returns all item names - - A collection of the names of all items in current logical context. - - - - Checks whether the specified exists in current logical context. - - Item name. - A boolean indicating whether the specified exists in current logical context. - - - - Removes the specified from current logical context. - - Item name. - - - - Clears the content of current logical context. - - - - - Clears the content of current logical context. - - Free the full slot. - - - - Mapped Diagnostics Context - - This class marked as obsolete before NLog 2.0 and it may be removed in a future release. - - - - Sets the current thread MDC item to the specified value. - - Item name. - Item value. - - - - Gets the current thread MDC named item. - - Item name. - The value of , if defined; otherwise . - If the value isn't a already, this call locks the for reading the needed for converting to . - - - - Gets the current thread MDC named item. - - Item name. - The value of , if defined; otherwise null. - - - - Checks whether the specified item exists in current thread MDC. - - Item name. - A boolean indicating whether the specified item exists in current thread MDC. - - - - Removes the specified item from current thread MDC. - - Item name. - - - - Clears the content of current thread MDC. - - - - - Mark a parameter of a method for message templating - - - - - Specifies which parameter of an annotated method should be treated as message-template-string - - - - - The name of the parameter that should be as treated as message-template-string - - - - - The type of the captured hole - - - - - Not decided - - - - - normal {x} - - - - - Serialize operator {@x} (aka destructure) - - - - - stringification operator {$x} - - - - - A hole that will be replaced with a value - - - - - Constructor - - - - Parameter name sent to structured loggers. - This is everything between "{" and the first of ",:}". - Including surrounding spaces and names that are numbers. - - - Format to render the parameter. - This is everything between ":" and the first unescaped "}" - - - - Type - - - - When the template is positional, this is the parsed name of this parameter. - For named templates, the value of Index is undefined. - - - Alignment to render the parameter, by default 0. - This is the parsed value between "," and the first of ":}" - - - - A fixed value - - - - Number of characters from the original template to copy at the current position. - This can be 0 when the template starts with a hole or when there are multiple consecutive holes. - - - Number of characters to skip in the original template at the current position. - 0 is a special value that mean: 1 escaped char, no hole. It can also happen last when the template ends with a literal. - - - - Combines Literal and Hole - - - - Literal - - - Hole - Uninitialized when = 0. - - - - Description of a single parameter extracted from a MessageTemplate - - - - - Parameter Name extracted from - This is everything between "{" and the first of ",:}". - - - - - Parameter Value extracted from the -array - - - - - Format to render the parameter. - This is everything between ":" and the first unescaped "}" - - - - - Parameter method that should be used to render the parameter - See also - - - - - Returns index for , when - - - - - Constructs a single message template parameter - - Parameter Name - Parameter Value - Parameter Format - - - - Constructs a single message template parameter - - Parameter Name - Parameter Value - Parameter Format - Parameter CaptureType - - - - Parameters extracted from parsing as MessageTemplate - - - - - - - - - - - Gets the parameters at the given index - - - - - Number of parameters - - - - Indicates whether the template should be interpreted as positional - (all holes are numbers) or named. - - - - Indicates whether the template was parsed successful, and there are no unmatched parameters - - - - - Constructor for parsing the message template with parameters - - including any parameter placeholders - All - - - - Constructor for named parameters that already has been parsed - - - - - Create MessageTemplateParameter from - - - - - A message template - - - - The original template string. - This is the key passed to structured targets. - - - The list of literal parts, useful for string rendering. - It indicates the number of characters from the original string to print, - then there's a hole with how many chars to skip. - - "Hello {firstName} {lastName}!" - ------------------------------------- - ║P |S ║P|S ║P|S║ - ║6 |11 ║1|10 ║1|0║ - ║Hello |{firstName}║ |{lastName}║!║ - - "{x} * 2 = {2x}" - -------------------- - ║P|S ║P |S ║ - ║0|3 ║7 |4 ║ - ║{x}║ * 2 = |{2x}║ - - The tricky part is escaped braces. They are represented by a skip = 0, - which is interpreted as "move one char forward, no hole". - - "Escaped }} is fun." - ---------------------- - ║P |S║P |S║ - ║9 |0║8 |0║ - ║Escaped }|}║ is fun.|║ - - - - This list of holes. It's used both to fill the string rendering - and to send values along the template to structured targets. - - - Indicates whether the template should be interpreted as positional - (all holes are numbers) or named. - - - - Create a template, which is already parsed - - - - - - - - - Create a template, which is already parsed - - - - - - - - This is for testing only: recreates from the parsed data. - - - - This is for testing only: rebuilds the hole - - Add to this string builder - ref for performance - - - - Parse templates. - - - - - Parse a template. - - Template to be parsed. - When is null. - Template, never null - - - - Gets the current literal/hole in the template - - - - - Clears the enumerator - - - - - Restarts the enumerator of the template - - - - - Moves to the next literal/hole in the template - - Found new element [true/false] - - - - Parse format after hole name/index. Handle the escaped { and } in the format. Don't read the last } - - - - - - Parse templates. - - - - - Parse a template. - - Template to be parsed. - When is null. - Template, never null - - - - Error when parsing a template. - - - - - Current index when the error occurred. - - - - - The template we were parsing - - - - - New exception - - The message to be shown. - Current index when the error occurred. - - - - - Render templates - - - - - Render a template to a string. - - The template. - Culture. - Parameters for the holes. - Do not fallback to StringBuilder.Format for positional templates. - The String Builder destination. - Parameters for the holes. - - - - Render a template to a string. - - The template. - The String Builder destination. - Culture. - Parameters for the holes. - Rendered template, never null. - - - - Convert Render or serialize a value, with optionally backwards-compatible with - - - - Singleton - - - - Serialization of an object, e.g. JSON and append to - - The object to serialize to string. - Parameter Format - Parameter CaptureType - An object that supplies culture-specific formatting information. - Output destination. - Serialize succeeded (true/false) - - - - Format an object to a readable string, or if it's an object, serialize - - The value to convert - - - - - - - - Try serializing a scalar (string, int, NULL) or simple type (IFormattable) - - - - - Serialize Dictionary as JSON like structure, without { and } - - - "FirstOrder"=true, "Previous login"=20-12-2017 14:55:32, "number of tries"=1 - - - formatstring of an item - - - - - - - - - Convert a value to a string with format and append to . - - The value to convert. - Format sting for the value. - Format provider for the value. - Append to this - - - - Nested Diagnostics Context - - This class marked as obsolete on NLog 2.0 and it may be removed in a future release. - - - - Gets the top NDC message but doesn't remove it. - - The top message. . - - - - Gets the top NDC object but doesn't remove it. - - The object from the top of the NDC stack, if defined; otherwise null. - - - - Pushes the specified text on current thread NDC. - - The text to be pushed. - An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement. - - - - Pops the top message off the NDC stack. - - The top message which is no longer on the stack. - - - - Pops the top object off the NDC stack. The object is removed from the stack. - - The top object from the NDC stack, if defined; otherwise null. - - - - Clears current thread NDC stack. - - - - - Gets all messages on the stack. - - Array of strings on the stack. - - - - Gets all objects on the NDC stack. The objects are not removed from the stack. - - Array of objects on the stack. - - - - Nested Diagnostics Context - a thread-local structure that keeps a stack - of strings and provides methods to output them in layouts - - - - - Gets the top NDC message but doesn't remove it. - - The top message. . - - - - Gets the top NDC object but doesn't remove it. - - The object at the top of the NDC stack if defined; otherwise null. - - - - Pushes the specified text on current thread NDC. - - The text to be pushed. - An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement. - - - - Pushes the specified object on current thread NDC. - - The object to be pushed. - An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement. - - - - Pops the top message off the NDC stack. - - The top message which is no longer on the stack. - - - - Pops the top message from the NDC stack. - - The to use when converting the value to a string. - The top message, which is removed from the stack, as a string value. - - - - Pops the top object off the NDC stack. - - The object from the top of the NDC stack, if defined; otherwise null. - - - - Peeks the first object on the NDC stack - - The object from the top of the NDC stack, if defined; otherwise null. - - - - Clears current thread NDC stack. - - - - - Gets all messages on the stack. - - Array of strings on the stack. - - - - Gets all messages from the stack, without removing them. - - The to use when converting a value to a string. - Array of strings. - - - - Gets all objects on the stack. - - Array of objects on the stack. - - - - Resets the stack to the original count during . - - - - - Initializes a new instance of the class. - - The stack. - The previous count. - - - - Reverts the stack to original item count. - - - - - Async version of - a logical context structure that keeps a stack - Allows for maintaining scope across asynchronous tasks and call contexts. - - - - - Pushes the specified value on current stack - - The value to be pushed. - An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement. - - - - Pushes the specified value on current stack - - The value to be pushed. - An instance of the object that implements IDisposable that returns the stack to the previous level when IDisposable.Dispose() is called. To be used with C# using() statement. - - - - Pops the top message off the NDLC stack. - - The top message which is no longer on the stack. - this methods returns a object instead of string, this because of backwards-compatibility - - - - Pops the top message from the NDLC stack. - - The to use when converting the value to a string. - The top message, which is removed from the stack, as a string value. - - - - Pops the top message off the current NDLC stack - - The object from the top of the NDLC stack, if defined; otherwise null. - - - - Peeks the top object on the current NDLC stack - - The object from the top of the NDLC stack, if defined; otherwise null. - - - - Peeks the current scope, and returns its start time - - Scope Creation Time - - - - Peeks the first scope, and returns its start time - - Scope Creation Time - - - - Clears current stack. - - - - - Gets all messages on the stack. - - Array of strings on the stack. - - - - Gets all messages from the stack, without removing them. - - The to use when converting a value to a string. - Array of strings. - - - - Gets all objects on the stack. The objects are not removed from the stack. - - Array of objects on the stack. - - - - Exception thrown during NLog configuration. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - Parameters for the message - - - - Initializes a new instance of the class. - - The inner exception. - The message. - Parameters for the message - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - Exception thrown during log event processing. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The message. - - - - Initializes a new instance of the class. - - The message. - Parameters for the message - - - - Initializes a new instance of the class. - - The message. - The inner exception. - - - - Initializes a new instance of the class. - - The that holds the serialized object data about the exception being thrown. - The that contains contextual information about the source or destination. - - The parameter is null. - - - The class name is null or is zero (0). - - - - - TraceListener which routes all messages through NLog. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the log factory to use when outputting messages (null - use LogManager). - - - - - Gets or sets the default log level. - - - - - Gets or sets the log which should be always used regardless of source level. - - - - - Gets or sets a value indicating whether flush calls from trace sources should be ignored. - - - - - Gets a value indicating whether the trace listener is thread safe. - - - true if the trace listener is thread safe; otherwise, false. The default is false. - - - - Gets or sets a value indicating whether to use auto logger name detected from the stack trace. - - - - - When overridden in a derived class, writes the specified message to the listener you create in the derived class. - - A message to write. - - - - When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator. - - A message to write. - - - - When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output. - - - - - Emits an error message. - - A message to emit. - - - - Emits an error message and a detailed error message. - - A message to emit. - A detailed message to emit. - - - - Flushes the output (if is not true) buffer with the default timeout of 15 seconds. - - - - - Writes trace information, a data object and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - One of the values specifying the type of event that has caused the trace. - A numeric identifier for the event. - The trace data to emit. - - - - Writes trace information, an array of data objects and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - One of the values specifying the type of event that has caused the trace. - A numeric identifier for the event. - An array of objects to emit as data. - - - - Writes trace and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - One of the values specifying the type of event that has caused the trace. - A numeric identifier for the event. - - - - Writes trace information, a formatted array of objects and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - One of the values specifying the type of event that has caused the trace. - A numeric identifier for the event. - A format string that contains zero or more format items, which correspond to objects in the array. - An object array containing zero or more objects to format. - - - - Writes trace information, a message, and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - One of the values specifying the type of event that has caused the trace. - A numeric identifier for the event. - A message to write. - - - - Writes trace information, a message, a related activity identity and event information to the listener specific output. - - A object that contains the current process ID, thread ID, and stack trace information. - A name used to identify the output, typically the name of the application that generated the trace event. - A numeric identifier for the event. - A message to write. - A object identifying a related activity. - - - - Gets the custom attributes supported by the trace listener. - - - A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes. - - - - - Translates the event type to level from . - - Type of the event. - Translated log level. - - - - Process the log event - The log level. - The name of the logger. - The log message. - The log parameters. - The event id. - The event type. - The related activity id. - - - - - It works as a normal but it discards all messages which an application requests - to be logged. - - It effectively implements the "Null Object" pattern for objects. - - - - - Initializes a new instance of . - - The factory class to be used for the creation of this logger. - - - - Extension methods to setup LogFactory options - - - - - Gets the logger with the full name of the current class, so namespace and class name. - - - - - Gets the specified named logger. - - - - - Configures loading of NLog extensions for Targets and LayoutRenderers - - - - - Configures the output of NLog for diagnostics / troubleshooting - - - - - Configures serialization and transformation of LogEvents - - - - - Loads NLog config created by the method - - - - - Loads NLog config provided in - - - - - Loads NLog config from filename if provided, else fallback to scanning for NLog.config - - - - - Loads NLog config from XML in - - - - - Extension methods to setup NLog extensions, so they are known when loading NLog LoggingConfiguration - - - - - Enable/disables autoloading of NLog extensions by scanning and loading available assemblies - - - Enabled by default, and gives a huge performance hit during startup. Recommended to disable this when running in the cloud. - - - - - Registers NLog extensions from the assembly. - - - - - Registers NLog extensions from the assembly type name - - - - - Register a custom Target. - - Fluent interface parameter. - Type of the Target. - Name of the Target. - - - - Register a custom Target. - - Fluent interface parameter. - Type of the Target. - Name of the Target. - - - - Register a custom layout renderer. - - Fluent interface parameter. - Type of the layout renderer. - Name of the layout renderer - without ${}. - - - - Register a custom layout renderer. - - Fluent interface parameter. - Type of the layout renderer. - Name of the layout renderer - without ${}. - - - - Register a custom layout renderer with a callback function . The callback receives the logEvent. - - Fluent interface parameter. - Name of the layout renderer - without ${}. - Callback that returns the value for the layout renderer. - - - - Register a custom layout renderer with a callback function . The callback receives the logEvent and the current configuration. - - Fluent interface parameter. - Name of the layout renderer - without ${}. - Callback that returns the value for the layout renderer. - - - - Register a custom condition method, that can use in condition filters - - Fluent interface parameter. - Name of the condition filter method - MethodInfo extracted by reflection - typeof(MyClass).GetMethod("MyFunc", BindingFlags.Static). - - - - Register a custom condition method, that can use in condition filters - - Fluent interface parameter. - Name of the condition filter method - Lambda method. - - - - Register a custom condition method, that can use in condition filters - - Fluent interface parameter. - Name of the condition filter method - Lambda method. - - - - Extension methods to setup NLog options - - - - - Configures - - - - - Configures - - - - - Configures - - - - - Configures - - - - - Configures - - - - - Configures - - - - - Configures - - - - - Extension methods to setup NLog extensions, so they are known when loading NLog LoggingConfiguration - - - - - Overrides the active with a new custom implementation - - - - - Overrides the active with a new custom implementation - - - - - Registers object Type transformation from dangerous (massive) object to safe (reduced) object - - - - - Registers object Type transformation from dangerous (massive) object to safe (reduced) object - - - - - Specifies the way archive numbering is performed. - - - - - Sequence style numbering. The most recent archive has the highest number. - - - - - Rolling style numbering (the most recent is always #0 then #1, ..., #N. - - - - - Date style numbering. Archives will be stamped with the prior period - (Year, Month, Day, Hour, Minute) datetime. - - - - - Date and sequence style numbering. - Archives will be stamped with the prior period (Year, Month, Day) datetime. - The most recent archive has the highest number (in combination with the date). - - - - - Abstract Target with async Task support - - - - - How many milliseconds to delay the actual write operation to optimize for batching - - - - - How many seconds a Task is allowed to run before it is cancelled. - - - - - How many attempts to retry the same Task, before it is aborted - - - - - How many milliseconds to wait before next retry (will double with each retry) - - - - - Gets or sets whether to use the locking queue, instead of a lock-free concurrent queue - The locking queue is less concurrent when many logger threads, but reduces memory allocation - - - - - Gets or sets the action to be taken when the lazy writer thread request queue count - exceeds the set limit. - - - - - - Gets or sets the limit on the number of requests in the lazy writer thread request queue. - - - - - - Gets or sets the number of log events that should be processed in a batch - by the lazy writer thread. - - - - - - Task Scheduler used for processing async Tasks - - - - - Constructor - - - - - Initializes the internal queue for pending logevents - - - - - Override this to create the actual logging task - - Example of how to override this method, and call custom async method - - protected override Task WriteAsyncTask(LogEventInfo logEvent, CancellationToken token) - { - return CustomWriteAsync(logEvent, token); - } - - private async Task CustomWriteAsync(LogEventInfo logEvent, CancellationToken token) - { - await MyLogMethodAsync(logEvent, token).ConfigureAwait(false); - } - - - The log event. - The cancellation token - - - - - Override this to create the actual logging task for handling batch of logevents - - A batch of logevents. - The cancellation token - - - - - Handle cleanup after failed write operation - - Exception from previous failed Task - The cancellation token - Number of retries remaining - Time to sleep before retrying - Should attempt retry - - - - Schedules the LogEventInfo for async writing - - The log event. - - - - Write to queue without locking - - - - - - Schedules notification of when all messages has been written - - - - - - Closes Target by updating CancellationToken - - - - - Releases any managed resources - - - - - - Checks the internal queue for the next to create a new task for - - Used for race-condition validation between task-completion and timeout - Signals whether previousTask completed an almost full BatchSize - - - - Generates recursive task-chain to perform retry of writing logevents with increasing retry-delay - - - - - Creates new task to handle the writing of the input - - LogEvents to write - New Task created [true / false] - - - - Handles that scheduled task has completed (successfully or failed), and starts the next pending task - - Task just completed - AsyncContinuation to notify of success or failure - - - - Timer method, that is fired when pending task fails to complete within timeout - - - - - - Sends log messages to the remote instance of Chainsaw application from log4j. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -

- NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol - or you'll get TCP timeouts and your application will crawl. - Either switch to UDP transport or use AsyncWrapper target - so that your application threads will not be blocked by the timing-out connection attempts. -

-
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class with a name. - - Name of the target. - - - - Color formatting for using ANSI Color Codes - - - - - Not using bold to get light colors, as it has to be cleared - - - - - Not using bold to get light colors, as it has to be cleared (And because it only works for text, and not background) - - - - - Resets both foreground and background color. - - - - - ANSI have 8 color-codes (30-37) by default. The "bright" (or "intense") color-codes (90-97) are extended values not supported by all terminals - - - - - Color formatting for using - and - - - - - Writes log messages to the console with customizable coloring. - - Documentation on NLog Wiki - - - - Should logging being paused/stopped because of the race condition bug in Console.Writeline? - - - Console.Out.Writeline / Console.Error.Writeline could throw 'IndexOutOfRangeException', which is a bug. - See https://stackoverflow.com/questions/33915790/console-out-and-console-error-race-condition-error-in-a-windows-service-written - and https://connect.microsoft.com/VisualStudio/feedback/details/2057284/console-out-probable-i-o-race-condition-issue-in-multi-threaded-windows-service - - Full error: - Error during session close: System.IndexOutOfRangeException: Probable I/ O race condition detected while copying memory. - The I/ O package is not thread safe by default.In multithreaded applications, - a stream must be accessed in a thread-safe way, such as a thread - safe wrapper returned by TextReader's or - TextWriter's Synchronized methods.This also applies to classes like StreamWriter and StreamReader. - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets or sets a value indicating whether the error stream (stderr) should be used instead of the output stream (stdout). - - - - - - Gets or sets a value indicating whether to use default row highlighting rules. - - - The default rules are: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ConditionForeground ColorBackground Color
level == LogLevel.FatalRedNoChange
level == LogLevel.ErrorYellowNoChange
level == LogLevel.WarnMagentaNoChange
level == LogLevel.InfoWhiteNoChange
level == LogLevel.DebugGrayNoChange
level == LogLevel.TraceDarkGrayNoChange
-
- -
- - - The encoding for writing messages to the . - - Has side effect - - - - - Gets or sets a value indicating whether to auto-check if the console is available. - - Disables console writing if Environment.UserInteractive = False (Windows Service) - - Disables console writing if Console Standard Input is not available (Non-Console-App) - - - - - - Gets or sets a value indicating whether to auto-check if the console has been redirected to file - - Disables coloring logic when System.Console.IsOutputRedirected = true - - - - - - Gets or sets a value indicating whether to auto-flush after - - - Normally not required as standard Console.Out will have = true, but not when pipe to file - - - - - - Enables output using ANSI Color Codes - - - - - - Gets the row highlighting rules. - - - - - - Gets the word highlighting rules. - - - - - - Initializes the target. - - - - - Closes the target and releases any unmanaged resources. - - - - - - - - Writes the specified log event to the console highlighting entries - and words based on a set of defined rules. - - Log event. - - - - Colored console output color. - - - Note that this enumeration is defined to be binary compatible with - .NET 2.0 System.ConsoleColor + some additions - - - - - Black Color (#000000). - - - - - Dark blue Color (#000080). - - - - - Dark green Color (#008000). - - - - - Dark Cyan Color (#008080). - - - - - Dark Red Color (#800000). - - - - - Dark Magenta Color (#800080). - - - - - Dark Yellow Color (#808000). - - - - - Gray Color (#C0C0C0). - - - - - Dark Gray Color (#808080). - - - - - Blue Color (#0000FF). - - - - - Green Color (#00FF00). - - - - - Cyan Color (#00FFFF). - - - - - Red Color (#FF0000). - - - - - Magenta Color (#FF00FF). - - - - - Yellow Color (#FFFF00). - - - - - White Color (#FFFFFF). - - - - - Don't change the color. - - - - - The row-highlighting condition. - - - - - Initializes static members of the ConsoleRowHighlightingRule class. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The condition. - Color of the foreground. - Color of the background. - - - - Gets the default highlighting rule. Doesn't change the color. - - - - - Gets or sets the condition that must be met in order to set the specified foreground and background color. - - - - - - Gets or sets the foreground color. - - - - - - Gets or sets the background color. - - - - - - Checks whether the specified log event matches the condition (if any). - - - Log event. - - - A value of if the condition is not defined or - if it matches, otherwise. - - - - - Writes log messages to the console. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Should logging being paused/stopped because of the race condition bug in Console.Writeline? - - - Console.Out.Writeline / Console.Error.Writeline could throw 'IndexOutOfRangeException', which is a bug. - See https://stackoverflow.com/questions/33915790/console-out-and-console-error-race-condition-error-in-a-windows-service-written - and https://connect.microsoft.com/VisualStudio/feedback/details/2057284/console-out-probable-i-o-race-condition-issue-in-multi-threaded-windows-service - - Full error: - Error during session close: System.IndexOutOfRangeException: Probable I/ O race condition detected while copying memory. - The I/ O package is not thread safe by default. In multi threaded applications, - a stream must be accessed in a thread-safe way, such as a thread - safe wrapper returned by TextReader's or - TextWriter's Synchronized methods.This also applies to classes like StreamWriter and StreamReader. - - - - - - Gets or sets a value indicating whether to send the log messages to the standard error instead of the standard output. - - - - - - The encoding for writing messages to the . - - Has side effect - - - - - Gets or sets a value indicating whether to auto-check if the console is available - - Disables console writing if Environment.UserInteractive = False (Windows Service) - - Disables console writing if Console Standard Input is not available (Non-Console-App) - - - - - - Gets or sets a value indicating whether to auto-flush after - - - Normally not required as standard Console.Out will have = true, but not when pipe to file - - - - - - Gets or sets whether to enable batch writing using char[]-buffers, instead of using - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Initializes the target. - - - - - Closes the target and releases any unmanaged resources. - - - - - - - - Writes the specified logging event to the Console.Out or - Console.Error depending on the value of the Error flag. - - The logging event. - - Note that the Error option is not supported on .NET Compact Framework. - - - - - - - - Write to output - - - - - Highlighting rule for Win32 colorful console. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The text to be matched.. - Color of the foreground. - Color of the background. - - - - Gets or sets the regular expression to be matched. You must specify either text or regex. - - - - - - Gets or sets the condition that must be met before scanning the row for highlight of words - - - - - - Compile the ? This can improve the performance, but at the costs of more memory usage. If false, the Regex Cache is used. - - - - - - Gets or sets the text to be matched. You must specify either text or regex. - - - - - - Gets or sets a value indicating whether to match whole words only. - - - - - - Gets or sets a value indicating whether to ignore case when comparing texts. - - - - - - Gets or sets the foreground color. - - - - - - Gets or sets the background color. - - - - - - Gets the compiled regular expression that matches either Text or Regex property. Only used when is true. - - - - - Information about database command + parameters. - - - - - Initializes a new instance of the class. - - - - - Gets or sets the type of the command. - - The type of the command. - - - - - Gets or sets the connection string to run the command against. If not provided, connection string from the target is used. - - - - - - Gets or sets the command text. - - - - - - Gets or sets a value indicating whether to ignore failures. - - - - - - Gets the collection of parameters. Each parameter contains a mapping - between NLog layout and a database named or positional parameter. - - - - - - Information about object-property for the database-connection-object - - - - - Initializes a new instance of the class. - - - - - Gets or sets the name for the object-property - - - - - - Gets or sets the value to assign on the object-property - - - - - - Gets or sets the type of the object-property - - - - - - Gets or sets convert format of the property value - - - - - - Gets or sets the culture used for parsing property string-value for type-conversion - - - - - - Represents a parameter to a Database target. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the parameter. - The parameter layout. - - - - Gets or sets the database parameter name. - - - - - - Gets or sets the layout that should be use to calculate the value for the parameter. - - - - - - Gets or sets the database parameter DbType. - - - - - - Gets or sets the database parameter size. - - - - - - Gets or sets the database parameter precision. - - - - - - Gets or sets the database parameter scale. - - - - - - Gets or sets the type of the parameter. - - - - - - Gets or sets convert format of the database parameter value. - - - - - - Gets or sets the culture used for parsing parameter string-value for type-conversion - - - - - - Gets or sets whether empty value should translate into DbNull. Requires database column to allow NULL values. - - - - - - Writes log messages to the database using an ADO.NET provider. - - - - NETSTANDARD cannot load connectionstrings from .config - - Documentation on NLog Wiki - - - The configuration is dependent on the database type, because - there are different methods of specifying connection string, SQL - command and command parameters. - - MS SQL Server using System.Data.SqlClient: - - Oracle using System.Data.OracleClient: - - Oracle using System.Data.OleDBClient: - - To set up the log target programmatically use code like this (an equivalent of MSSQL configuration): - - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - - - - Gets or sets the name of the database provider. - - - - The parameter name should be a provider invariant name as registered in machine.config or app.config. Common values are: - -
    -
  • System.Data.SqlClient - SQL Sever Client
  • -
  • System.Data.SqlServerCe.3.5 - SQL Sever Compact 3.5
  • -
  • System.Data.OracleClient - Oracle Client from Microsoft (deprecated in .NET Framework 4)
  • -
  • Oracle.DataAccess.Client - ODP.NET provider from Oracle
  • -
  • System.Data.SQLite - System.Data.SQLite driver for SQLite
  • -
  • Npgsql - Npgsql driver for PostgreSQL
  • -
  • MySql.Data.MySqlClient - MySQL Connector/Net
  • -
- (Note that provider invariant names are not supported on .NET Compact Framework). - - Alternatively the parameter value can be be a fully qualified name of the provider - connection type (class implementing ) or one of the following tokens: - -
    -
  • sqlserver, mssql, microsoft or msde - SQL Server Data Provider
  • -
  • oledb - OLEDB Data Provider
  • -
  • odbc - ODBC Data Provider
  • -
-
- -
- - - Gets or sets the name of the connection string (as specified in <connectionStrings> configuration section. - - - - - - Gets or sets the connection string. When provided, it overrides the values - specified in DBHost, DBUserName, DBPassword, DBDatabase. - - - - - - Gets or sets the connection string using for installation and uninstallation. If not provided, regular ConnectionString is being used. - - - - - - Gets the installation DDL commands. - - - - - - Gets the uninstallation DDL commands. - - - - - - Gets or sets a value indicating whether to keep the - database connection open between the log events. - - - - - - Obsolete - value will be ignored! The logging code always runs outside of transaction. - - Gets or sets a value indicating whether to use database transactions. - Some data providers require this. - - - - This option was removed in NLog 4.0 because the logging code always runs outside of transaction. - This ensures that the log gets written to the database if you rollback the main transaction because of an error and want to log the error. - - - - - Gets or sets the database host name. If the ConnectionString is not provided - this value will be used to construct the "Server=" part of the - connection string. - - - - - - Gets or sets the database user name. If the ConnectionString is not provided - this value will be used to construct the "User ID=" part of the - connection string. - - - - - - Gets or sets the database password. If the ConnectionString is not provided - this value will be used to construct the "Password=" part of the - connection string. - - - - - - Gets or sets the database name. If the ConnectionString is not provided - this value will be used to construct the "Database=" part of the - connection string. - - - - - - Gets or sets the text of the SQL command to be run on each log level. - - - Typically this is a SQL INSERT statement or a stored procedure call. - It should use the database-specific parameters (marked as @parameter - for SQL server or :parameter for Oracle, other data providers - have their own notation) and not the layout renderers, - because the latter is prone to SQL injection attacks. - The layout renderers should be specified as <parameter /> elements instead. - - - - - - Gets or sets the type of the SQL command to be run on each log level. - - - This specifies how the command text is interpreted, as "Text" (default) or as "StoredProcedure". - When using the value StoredProcedure, the commandText-property would - normally be the name of the stored procedure. TableDirect method is not supported in this context. - - - - - - Gets the collection of parameters. Each item contains a mapping - between NLog layout and a database named or positional parameter. - - - - - - Gets the collection of properties. Each item contains a mapping - between NLog layout and a property on the DbConnection instance - - - - - - Gets the collection of properties. Each item contains a mapping - between NLog layout and a property on the DbCommand instance - - - - - - Configures isolated transaction batch writing. If supported by the database, then it will improve insert performance. - - - - - - Performs installation which requires administrative permissions. - - The installation context. - - - - Performs uninstallation which requires administrative permissions. - - The installation context. - - - - Determines whether the item is installed. - - The installation context. - - Value indicating whether the item is installed or null if it is not possible to determine. - - - - - Initializes the target. Can be used by inheriting classes - to initialize logging. - - - - - Set the to use it for opening connections to the database. - - - - - Closes the target and releases any unmanaged resources. - - - - - Writes the specified logging event to the database. It creates - a new database command, prepares parameters for it by calculating - layouts and executes the command. - - The logging event. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Write logEvent to database - - - - - Build the connectionstring from the properties. - - - Using at first, and falls back to the properties , - , and - - Event to render the layout inside the properties. - - - - - Escape quotes and semicolons. - See https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms722656(v=vs.85)#setting-values-that-use-reserved-characters - - - - - Create database parameter - - Current command. - Parameter configuration info. - - - - Extract parameter value from the logevent - - Current logevent. - Parameter configuration info. - - - - Create Default Value of Type - - - - - A descriptor for an archive created with the DateAndSequence numbering mode. - - - - - The full name of the archive file. - - - - - The parsed date contained in the file name. - - - - - The parsed sequence number contained in the file name. - - - - - Determines whether produces the same string as the current instance's date once formatted with the current instance's date format. - - The date to compare the current object's date to. - True if the formatted dates are equal, otherwise False. - - - - Initializes a new instance of the class. - - - - - Writes log messages to the attached managed debugger. - - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Initializes the target. - - - - - Closes the target and releases any unmanaged resources. - - - - - Writes the specified logging event to the attached debugger. - - The logging event. - - - - Mock target - useful for testing. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets the number of times this target has been called. - - - - - - Gets the last message rendered by this target. - - - - - - Increases the number of messages. - - The logging event. - - - - Default class for serialization of values to JSON format. - - - - - Singleton instance of the serializer. - - - - - Private. Use - - - - - Returns a serialization of an object into JSON format. - - The object to serialize to JSON. - Serialized value. - - - - Returns a serialization of an object into JSON format. - - The object to serialize to JSON. - serialisation options - Serialized value. - - - - Serialization of the object in JSON format to the destination StringBuilder - - The object to serialize to JSON. - Write the resulting JSON to this destination. - Object serialized successfully (true/false). - - - - Serialization of the object in JSON format to the destination StringBuilder - - The object to serialize to JSON. - Write the resulting JSON to this destination. - serialisation options - Object serialized successfully (true/false). - - - - Serialization of the object in JSON format to the destination StringBuilder - - The object to serialize to JSON. - Write the resulting JSON to this destination. - serialisation options - The objects in path (Avoid cyclic reference loop). - The current depth (level) of recursion. - Object serialized successfully (true/false). - - - - No quotes needed for this type? - - - - - Checks the object if it is numeric - - TypeCode for the object - Accept fractional types as numeric type. - - - - - Checks input string if it needs JSON escaping, and makes necessary conversion - - Destination Builder - Input string - all options - JSON escaped string - - - - Checks input string if it needs JSON escaping, and makes necessary conversion - - Destination Builder - Input string - Should non-ascii characters be encoded - - JSON escaped string - - - - Writes log message to the Event Log. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Max size in characters (limitation of the EventLog API). - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - - - - Initializes a new instance of the class. - - . to be used as Source. - - - - Initializes a new instance of the class. - - - - - Gets or sets the name of the machine on which Event Log service is running. - - - - - - Gets or sets the layout that renders event ID. - - - - - - Gets or sets the layout that renders event Category. - - - - - - Optional entry type. When not set, or when not convertible to then determined by - - - - - - Gets or sets the value to be used as the event Source. - - - By default this is the friendly name of the current AppDomain. - - - - - - Gets or sets the name of the Event Log to write to. This can be System, Application or any user-defined name. - - - - - - Gets or sets the message length limit to write to the Event Log. - - MaxMessageLength cannot be zero or negative - - - - - Gets or sets the maximum Event log size in kilobytes. - - - MaxKilobytes cannot be less than 64 or greater than 4194240 or not a multiple of 64. - If null, the value will not be specified while creating the Event log. - - - - - - Gets or sets the action to take if the message is larger than the option. - - - - - - Performs installation which requires administrative permissions. - - The installation context. - - - - Performs uninstallation which requires administrative permissions. - - The installation context. - - - - Determines whether the item is installed. - - The installation context. - - Value indicating whether the item is installed or null if it is not possible to determine. - - - - - Initializes the target. - - - - - Writes the specified logging event to the event log. - - The logging event. - - - - Get the entry type for logging the message. - - The logging event - for rendering the - - - - Get the source, if and only if the source is fixed. - - null when not - Internal for unit tests - - - - (re-)create an event source, if it isn't there. Works only with fixed source names. - - The source name. If source is not fixed (see , then pass null or . - always throw an Exception when there is an error - - - - A wrapper for Windows event log. - - - - - A wrapper for the property . - - - - - A wrapper for the property . - - - - - A wrapper for the property . - - - - - A wrapper for the property . - - - - - Indicates whether an event log instance is associated. - - - - - A wrapper for the method . - - - - - Creates a new association with an instance of the event log. - - - - - A wrapper for the static method . - - - - - A wrapper for the static method . - - - - - A wrapper for the static method . - - - - - A wrapper for the static method . - - - - - The implementation of , that uses Windows . - - - - - - - - - - - - - - - - - - - - - - - - Creates a new association with an instance of Windows . - - - - - - - - - - - - - - - - - Action that should be taken if the message is greater than - the max message size allowed by the Event Log. - - - - - Truncate the message before writing to the Event Log. - - - - - Split the message and write multiple entries to the Event Log. - - - - - Discard of the message. It will not be written to the Event Log. - - - - - Check if cleanup should be performed on initialize new file - - Skip cleanup when initializing new file, just after having performed archive operation - - Base archive file pattern - Maximum number of archive files that should be kept - Maximum days of archive files that should be kept - True, when archive cleanup is needed - - - - Characters determining the start of the . - - - - - Characters determining the end of the . - - - - - File name which is used as template for matching and replacements. - It is expected to contain a pattern to match. - - - - - The begging position of the - within the . -1 is returned - when no pattern can be found. - - - - - The ending position of the - within the . -1 is returned - when no pattern can be found. - - - - - Replace the pattern with the specified String. - - - - - - - Archives the log-files using a date style numbering. Archives will be stamped with the - prior period (Year, Month, Day, Hour, Minute) datetime. - - When the number of archive files exceed the obsolete archives are deleted. - When the age of archive files exceed the obsolete archives are deleted. - - - - - Archives the log-files using a date and sequence style numbering. Archives will be stamped - with the prior period (Year, Month, Day) datetime. The most recent archive has the highest number (in - combination with the date). - - When the number of archive files exceed the obsolete archives are deleted. - When the age of archive files exceed the obsolete archives are deleted. - - - - - Parse filename with date and sequence pattern - - - dateformat for archive - - the found pattern. When failed, then default - the found pattern. When failed, then default - - - - - Archives the log-files using the provided base-archive-filename. If the base-archive-filename causes - duplicate archive filenames, then sequence-style is automatically enforced. - - Example: - Base Filename trace.log - Next Filename trace.0.log - - The most recent archive has the highest number. - - When the number of archive files exceed the obsolete archives are deleted. - When the age of archive files exceed the obsolete archives are deleted. - - - - - Dynamically converts a non-template archiveFilePath into a correct archiveFilePattern. - Before called the original IFileArchiveMode, that has been wrapped by this - - - - - Determines if the file name as contains a numeric pattern i.e. {#} in it. - - Example: - trace{#}.log Contains the numeric pattern. - trace{###}.log Contains the numeric pattern. - trace{#X#}.log Contains the numeric pattern (See remarks). - trace.log Does not contain the pattern. - - Occasionally, this method can identify the existence of the {#} pattern incorrectly. - File name to be checked. - when the pattern is found; otherwise. - - - - Archives the log-files using a rolling style numbering (the most recent is always #0 then - #1, ..., #N. - - When the number of archive files exceed the obsolete archives - are deleted. - - - - - Replaces the numeric pattern i.e. {#} in a file name with the parameter value. - - File name which contains the numeric pattern. - Value which will replace the numeric pattern. - File name with the value of in the position of the numeric pattern. - - - - Archives the log-files using a sequence style numbering. The most recent archive has the highest number. - - When the number of archive files exceed the obsolete archives are deleted. - When the age of archive files exceed the obsolete archives are deleted. - - - - - Modes of archiving files based on time. - - - - - Don't archive based on time. - - - - - AddToArchive every year. - - - - - AddToArchive every month. - - - - - AddToArchive daily. - - - - - AddToArchive every hour. - - - - - AddToArchive every minute. - - - - - AddToArchive every Sunday. - - - - - AddToArchive every Monday. - - - - - AddToArchive every Tuesday. - - - - - AddToArchive every Wednesday. - - - - - AddToArchive every Thursday. - - - - - AddToArchive every Friday. - - - - - AddToArchive every Saturday. - - - - - Type of filepath - - - - - Detect of relative or absolute - - - - - Relative path - - - - - Absolute path - - Best for performance - - - - Writes log messages to one or more files. - - Documentation on NLog Wiki - - - - Default clean up period of the initialized files. When a file exceeds the clean up period is removed from the list. - - Clean up period is defined in days. - - - - The maximum number of initialized files before clean up procedures are initiated, - to keep the number of initialized files to a minimum. Chose 25 to cater for monthly rolling of log-files. - - - - - This value disables file archiving based on the size. - - - - - Holds the initialized files each given time by the instance. Against each file, the last write time is stored. - - Last write time is store in local time (no UTC). - - - - List of the associated file appenders with the instance. - - - - - The number of initialized files at any one time. - - - - - The maximum number of archive files that should be kept. - - - - - The maximum days of archive files that should be kept. - - - - - The filename as target - - - - - The archive file name as target - - - - - The date of the previous log event. - - - - - The file name of the previous log event. - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets or sets the name of the file to write to. - - - This FileName string is a layout which may include instances of layout renderers. - This lets you use a single target to write to multiple files. - - - The following value makes NLog write logging events to files based on the log level in the directory where - the application runs. - ${basedir}/${level}.log - All Debug messages will go to Debug.log, all Info messages will go to Info.log and so on. - You can combine as many of the layout renderers as you want to produce an arbitrary log file name. - - - - - - Cleanup invalid values in a filename, e.g. slashes in a filename. If set to true, this can impact the performance of massive writes. - If set to false, nothing gets written when the filename is wrong. - - - - - - Is the an absolute or relative path? - - - - - - Gets or sets a value indicating whether to create directories if they do not exist. - - - Setting this to false may improve performance a bit, but you'll receive an error - when attempting to write to a directory that's not present. - - - - - - Gets or sets a value indicating whether to delete old log file on startup. - - - This option works only when the "FileName" parameter denotes a single file. - - - - - - Gets or sets a value indicating whether to replace file contents on each write instead of appending log message at the end. - - - - - - Gets or sets a value indicating whether to keep log file open instead of opening and closing it on each logging event. - - - Setting this property to True helps improve performance. - - - - - - Gets or sets the maximum number of log file names that should be stored as existing. - - - The bigger this number is the longer it will take to write each log record. The smaller the number is - the higher the chance that the clean function will be run when no new files have been opened. - - - - - Gets or sets a value indicating whether to enable log file(s) to be deleted. - - - - - - Gets or sets the file attributes (Windows only). - - - - - - Gets or sets the line ending mode. - - - - - - Gets or sets a value indicating whether to automatically flush the file buffers after each log message. - - - - - - Gets or sets the number of files to be kept open. Setting this to a higher value may improve performance - in a situation where a single File target is writing to many files - (such as splitting by level or by logger). - - - The files are managed on a LRU (least recently used) basis, which flushes - the files that have not been used for the longest period of time should the - cache become full. As a rule of thumb, you shouldn't set this parameter to - a very high value. A number like 10-15 shouldn't be exceeded, because you'd - be keeping a large number of files open which consumes system resources. - - - - - - Gets or sets the maximum number of seconds that files are kept open. If this number is negative the files are - not automatically closed after a period of inactivity. - - - - - - Gets or sets the maximum number of seconds before open files are flushed. If this number is negative or zero - the files are not flushed by timer. - - - - - - Gets or sets the log file buffer size in bytes. - - - - - - Gets or sets the file encoding. - - - - - - Gets or sets whether or not this target should just discard all data that its asked to write. - Mostly used for when testing NLog Stack except final write - - - - - - Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on the same host. - - - This makes multi-process logging possible. NLog uses a special technique - that lets it keep the files open for writing. - - - - - - Gets or sets a value indicating whether concurrent writes to the log file by multiple processes on different network hosts. - - - This effectively prevents files from being kept open. - - - - - - Gets or sets a value indicating whether to write BOM (byte order mark) in created files - - - - - - Gets or sets the number of times the write is appended on the file before NLog - discards the log message. - - - - - - Gets or sets the delay in milliseconds to wait before attempting to write to the file again. - - - The actual delay is a random value between 0 and the value specified - in this parameter. On each failed attempt the delay base is doubled - up to times. - - - Assuming that ConcurrentWriteAttemptDelay is 10 the time to wait will be:

- a random value between 0 and 10 milliseconds - 1st attempt
- a random value between 0 and 20 milliseconds - 2nd attempt
- a random value between 0 and 40 milliseconds - 3rd attempt
- a random value between 0 and 80 milliseconds - 4th attempt
- ...

- and so on. - - - - -

- Gets or sets a value indicating whether to archive old log file on startup. - - - This option works only when the "FileName" parameter denotes a single file. - After archiving the old file, the current log file will be empty. - - -
- - - Gets or sets a value of the file size threshold to archive old log file on startup. - - - This option won't work if is set to false - Default value is 0 which means that the file is archived as soon as archival on - startup is enabled. - - - - - - Gets or sets a value specifying the date format to use when archiving files. - - - This option works only when the "ArchiveNumbering" parameter is set either to Date or DateAndSequence. - - - - - - Gets or sets the size in bytes above which log files will be automatically archived. - - Warning: combining this with isn't supported. We cannot create multiple archive files, if they should have the same name. - Choose: - - - Caution: Enabling this option can considerably slow down your file - logging in multi-process scenarios. If only one process is going to - be writing to the file, consider setting ConcurrentWrites - to false for maximum performance. - - - - - - Gets or sets a value indicating whether to automatically archive log files every time the specified time passes. - - - Files are moved to the archive as part of the write operation if the current period of time changes. For example - if the current hour changes from 10 to 11, the first write that will occur - on or after 11:00 will trigger the archiving. -

- Caution: Enabling this option can considerably slow down your file - logging in multi-process scenarios. If only one process is going to - be writing to the file, consider setting ConcurrentWrites - to false for maximum performance. -

-
- -
- - - Is the an absolute or relative path? - - - - - - Gets or sets the name of the file to be used for an archive. - - - It may contain a special placeholder {#####} - that will be replaced with a sequence of numbers depending on - the archiving strategy. The number of hash characters used determines - the number of numerical digits to be used for numbering files. - - - - - - Gets or sets the maximum number of archive files that should be kept. - - - - - - Gets or sets the maximum days of archive files that should be kept. - - - - - - Gets or sets the way file archives are numbered. - - - - - - Used to compress log files during archiving. - This may be used to provide your own implementation of a zip file compressor, - on platforms other than .Net4.5. - Defaults to ZipArchiveFileCompressor on .Net4.5 and to null otherwise. - - - - - - Gets or sets a value indicating whether to compress archive files into the zip archive format. - - - - - - Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation. - - - - - - Gets or sets a value indicating whether file creation calls should be synchronized by a system global mutex. - - - - - - Gets or sets a value indicating whether the footer should be written only when the file is archived. - - - - - - Gets the characters that are appended after each line. - - - - - Refresh the ArchiveFilePatternToWatch option of the . - The log file must be watched for archiving when multiple processes are writing to the same - open file. - - - - - Removes records of initialized files that have not been - accessed in the last two days. - - - Files are marked 'initialized' for the purpose of writing footers when the logging finishes. - - - - - Removes records of initialized files that have not been - accessed after the specified date. - - The cleanup threshold. - - Files are marked 'initialized' for the purpose of writing footers when the logging finishes. - - - - - Flushes all pending file operations. - - The asynchronous continuation. - - The timeout parameter is ignored, because file APIs don't provide - the needed functionality. - - - - - Returns the suitable appender factory ( ) to be used to generate the file - appenders associated with the instance. - - The type of the file appender factory returned depends on the values of various properties. - - suitable for this instance. - - - - Initializes file logging by creating data structures that - enable efficient multi-file logging. - - - - - Closes the file(s) opened for writing. - - - - - Can be used if has been enabled. - - - - - Can be used if has been enabled. - - - - - Can be used if has been enabled. - - - - - Writes the specified logging event to a file specified in the FileName - parameter. - - The logging event. - - - - Get full filename (=absolute) and cleaned if needed. - - - - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes the specified array of logging events to a file specified in the FileName - parameter. - - An array of objects. - - This function makes use of the fact that the events are batched by sorting - the requests by filename. This optimizes the number of open/close calls - and can help improve performance. - - - - - Returns estimated size for memory stream, based on events count and first event size in bytes. - - Count of events - Bytes count of first event - - - - Formats the log event for write. - - The log event to be formatted. - A string representation of the log event. - - - - Gets the bytes to be written to the file. - - Log event. - Array of bytes that are ready to be written. - - - - Modifies the specified byte array before it gets sent to a file. - - The byte array. - The modified byte array. The function can do the modification in-place. - - - - Gets the bytes to be written to the file. - - The log event to be formatted. - to help format log event. - Optional temporary char-array to help format log event. - Destination for the encoded result. - - - - Formats the log event for write. - - The log event to be formatted. - for the result. - - - - Modifies the specified byte array before it gets sent to a file. - - The LogEvent being written - The byte array. - - - - Archives fileName to archiveFileName. - - File name to be archived. - Name of the archive file. - - - - Gets the correct formatting to be used based on the value of for converting values which will be inserting into file - names during archiving. - - This value will be computed only when a empty value or is passed into - - Date format to used irrespectively of value. - Formatting for dates. - - - - Calculate the DateTime of the requested day of the week. - - The DateTime of the previous log event. - The next occuring day of the week to return a DateTime for. - The DateTime of the next occuring dayOfWeek. - For example: if previousLogEventTimestamp is Thursday 2017-03-02 and dayOfWeek is Sunday, this will return - Sunday 2017-03-05. If dayOfWeek is Thursday, this will return *next* Thursday 2017-03-09. - - - - Invokes the archiving process after determining when and which type of archiving is required. - - File name to be checked and archived. - Log event that the instance is currently processing. - The DateTime of the previous log event for this file. - File has just been opened. - - - - Gets the pattern that archive files will match - - Filename of the log file - Log event that the instance is currently processing. - A string with a pattern that will match the archive file names - - - - Archives the file if it should be archived. - - The file name to check for. - Log event that the instance is currently processing. - The size in bytes of the next chunk of data to be written in the file. - The DateTime of the previous log event for this file. - File has just been opened. - True when archive operation of the file was completed (by this target or a concurrent target) - - - - Closes any active file-appenders that matches the input filenames. - File-appender is requested to invalidate/close its filehandle, but keeping its archive-mutex alive - - - - - Indicates if the automatic archiving process should be executed. - - File name to be written. - Log event that the instance is currently processing. - The size in bytes of the next chunk of data to be written in the file. - The DateTime of the previous log event for this file. - File has just been opened. - Filename to archive. If null, then nothing to archive. - - - - Returns the correct filename to archive - - - - - Gets the file name for archiving, or null if archiving should not occur based on file size. - - File name to be written. - The size in bytes of the next chunk of data to be written in the file. - File has just been opened. - Filename to archive. If null, then nothing to archive. - - - - Check if archive operation should check previous filename, because FileAppenderCache tells us current filename no longer exists - - - - - Returns the file name for archiving, or null if archiving should not occur based on date/time. - - File name to be written. - Log event that the instance is currently processing. - The DateTime of the previous log event for this file. - File has just been opened. - Filename to archive. If null, then nothing to archive. - - - - Truncates the input-time, so comparison of low resolution times (like dates) are not affected by ticks - - High resolution Time - Time Resolution Level - Truncated Low Resolution Time - - - - Evaluates which parts of a file should be written (header, content, footer) based on various properties of - instance and writes them. - - File name to be written. - Raw sequence of to be written into the content part of the file. - File has just been opened. - - - - Initialise a file to be used by the instance. Based on the number of initialized - files and the values of various instance properties clean up and/or archiving processes can be invoked. - - File name to be written. - Log event that the instance is currently processing. - The DateTime of the previous log event for this file (DateTime.MinValue if just initialized). - - - - Writes the file footer and finalizes the file in instance internal structures. - - File name to close. - Indicates if the file is being finalized for archiving. - - - - Writes the footer information to a file. - - The file path to write to. - - - - Decision logic whether to archive logfile on startup. - and properties. - - File name to be written. - Decision whether to archive or not. - - - - Invokes the archiving and clean up of older archive file based on the values of - and - properties respectively. - - File name to be written. - Log event that the instance is currently processing. - - - - Creates the file specified in and writes the file content in each entirety i.e. - Header, Content and Footer. - - The name of the file to be written. - Sequence of to be written in the content section of the file. - First attempt to write? - This method is used when the content of the log file is re-written on every write. - - - - Writes the header information and byte order mark to a file. - - File appender associated with the file. - - - - The sequence of to be written in a file after applying any formatting and any - transformations required from the . - - The layout used to render output message. - Sequence of to be written. - Usually it is used to render the header and hooter of the files. - - - - Controls the text and color formatting for - - - - - Creates a TextWriter for the console to start building a colored text message - - Active console stream - Optional StringBuilder to optimize performance - TextWriter for the console - - - - Releases the TextWriter for the console after having built a colored text message (Restores console colors) - - Colored TextWriter - Active console stream - Original foreground color for console (If changed) - Original background color for console (If changed) - Flush TextWriter - - - - Changes foreground color for the Colored TextWriter - - Colored TextWriter - New foreground color for the console - Old previous backgroundColor color for the console - Old foreground color for the console - - - - Changes backgroundColor color for the Colored TextWriter - - Colored TextWriter - New backgroundColor color for the console - Old previous backgroundColor color for the console - Old backgroundColor color for the console - - - - Restores console colors back to their original state - - Colored TextWriter - Original foregroundColor color for the console - Original backgroundColor color for the console - - - - Writes multiple characters to console in one operation (faster) - - Colored TextWriter - Output Text - Start Index - End Index - - - - Writes single character to console - - Colored TextWriter - Output Text - - - - Writes whole string and completes with newline - - Colored TextWriter - Output Text - - - - Default row highlight rules for the console printer - - - - - Check if cleanup should be performed on initialize new file - - Base archive file pattern - Maximum number of archive files that should be kept - Maximum days of archive files that should be kept - True, when archive cleanup is needed - - - - Create a wildcard file-mask that allows one to find all files belonging to the same archive. - - Base archive file pattern - Wildcard file-mask - - - - Search directory for all existing files that are part of the same archive. - - Base archive file pattern - - - - - Generate the next archive filename for the archive. - - Base archive file pattern - File date of archive - Existing files in the same archive - - - - - Return all files that should be removed from the provided archive. - - Base archive file pattern - Existing files in the same archive - Maximum number of archive files that should be kept - Maximum days of archive files that should be kept - - - - may be configured to compress archived files in a custom way - by setting before logging your first event. - - - - - Create archiveFileName by compressing fileName. - - Absolute path to the log file to compress. - Absolute path to the compressed archive file to create. - - - - Interface for serialization of values, maybe even objects to JSON format. - Useful for wrappers for existing serializers. - - - - - Returns a serialization of an object - into JSON format. - - The object to serialize to JSON. - Serialized value (null = Serialize failed). - - - - Options for JSON serialisation - - - - - Add quotes around object keys? - - - - - Format provider for value - - - - - Format string for value - - - - - Should non-ascii characters be encoded - - - - - Should forward slashes be escaped? If true, / will be converted to \/ - - - - - Serialize enum as string value - - - - - Should dictionary keys be sanitized. All characters must either be letters, numbers or underscore character (_). - - Any other characters will be converted to underscore character (_) - - - - - How far down the rabbit hole should the Json Serializer go with object-reflection before stopping - - - - Initializes a new instance of the class. - - - - Line ending mode. - - - - - Insert platform-dependent end-of-line sequence after each line. - - - - - Insert CR LF sequence (ASCII 13, ASCII 10) after each line. - - - - - Insert CR character (ASCII 13) after each line. - - - - - Insert LF character (ASCII 10) after each line. - - - - - Insert null terminator (ASCII 0) after each line. - - - - - Do not insert any line ending. - - - - - Gets the name of the LineEndingMode instance. - - - - - Gets the new line characters (value) of the LineEndingMode instance. - - - - - Initializes a new instance of . - - The mode name. - The new line characters to be used. - - - - Returns the that corresponds to the supplied . - - - The textual representation of the line ending mode, such as CRLF, LF, Default etc. - Name is not case sensitive. - - The value, that corresponds to the . - There is no line ending mode with the specified name. - - - - Compares two objects and returns a - value indicating whether the first one is equal to the second one. - - The first level. - The second level. - The value of mode1.NewLineCharacters == mode2.NewLineCharacters. - - - - Compares two objects and returns a - value indicating whether the first one is not equal to the second one. - - The first mode - The second mode - The value of mode1.NewLineCharacters != mode2.NewLineCharacters. - - - - Returns a string representation of the log level. - - Log level name. - - - - Returns a hash code for this instance. - - - A hash code for this instance, suitable for use in hashing algorithms - and data structures like a hash table. - - - - - Determines whether the specified is - equal to this instance. - - The to compare with - this instance. - - Value of true if the specified - is equal to this instance; otherwise, false. - - - The parameter is null. - - - - Indicates whether the current object is equal to another object of the same type. - true if the current object is equal to the parameter; otherwise, false. - An object to compare with this object. - - - - Provides a type converter to convert objects to and from other representations. - - - - - Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context. - - - true if this converter can perform the conversion; otherwise, false. - - An that provides a format context. A that represents the type you want to convert from. - - - - Converts the given object to the type of this converter, using the specified context and culture information. - - - An that represents the converted value. - - An that provides a format context. The to use as the current culture. The to convert. The conversion cannot be performed. - - - - Sends log messages to a NLog Receiver Service (using WCF or Web Services). - - Documentation on NLog Wiki - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - - - - Gets or sets the endpoint address. - - The endpoint address. - - - - - Gets or sets the name of the endpoint configuration in WCF configuration file. - - The name of the endpoint configuration. - - - - - Gets or sets a value indicating whether to use binary message encoding. - - - - - - Gets or sets a value indicating whether to use a WCF service contract that is one way (fire and forget) or two way (request-reply) - - - - - - Gets or sets the client ID. - - The client ID. - - - - - Gets the list of parameters. - - The parameters. - - - - - Gets or sets a value indicating whether to include per-event properties in the payload sent to the server. - - - - - - Called when log events are being sent (test hook). - - The events. - The async continuations. - True if events should be sent, false to stop processing them. - - - - Writes logging event to the log target. Must be overridden in inheriting - classes. - - Logging event to be written out. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Append" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Flush any pending log messages asynchronously (in case of asynchronous targets). - - The asynchronous continuation. - - - - Add value to the , returns ordinal in - - - lookup so only unique items will be added to - value to add - - - - - Creating a new instance of WcfLogReceiverClient - - Inheritors can override this method and provide their own - service configuration - binding and endpoint address - - This method marked as obsolete before NLog 4.3.11 and it may be removed in a future release. - - - - Creating a new instance of IWcfLogReceiverClient - - Inheritors can override this method and provide their own - service configuration - binding and endpoint address - - - virtual is used by end users - - - - Sends log messages by email using SMTP protocol. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -

- Mail target works best when used with BufferingWrapper target - which lets you send multiple log messages in single mail -

-

- To set up the buffered mail target in the configuration file, - use the following syntax: -

- -

- To set up the buffered mail target programmatically use code like this: -

- -
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Gets the mailSettings/smtp configuration from app.config in cases when we need those configuration. - E.g when UseSystemNetMailSettings is enabled and we need to read the From attribute from system.net/mailSettings/smtp - - Internal for mocking - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets or sets sender's email address (e.g. joe@domain.com). - - - - - - Gets or sets recipients' email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - - - - - - Gets or sets CC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - - - - - - Gets or sets BCC email addresses separated by semicolons (e.g. john@domain.com;jane@domain.com). - - - - - - Gets or sets a value indicating whether to add new lines between log entries. - - A value of true if new lines should be added; otherwise, false. - - - - - Gets or sets the mail subject. - - - - - - Gets or sets mail message body (repeated for each log message send in one mail). - - Alias for the Layout property. - - - - - Gets or sets encoding to be used for sending e-mail. - - - - - - Gets or sets a value indicating whether to send message as HTML instead of plain text. - - - - - - Gets or sets SMTP Server to be used for sending. - - - - - - Gets or sets SMTP Authentication mode. - - - - - - Gets or sets the username used to connect to SMTP server (used when SmtpAuthentication is set to "basic"). - - - - - - Gets or sets the password used to authenticate against SMTP server (used when SmtpAuthentication is set to "basic"). - - - - - - Gets or sets a value indicating whether SSL (secure sockets layer) should be used when communicating with SMTP server. - - . - - - - Gets or sets the port number that SMTP Server is listening on. - - - - - - Gets or sets a value indicating whether the default Settings from System.Net.MailSettings should be used. - - - - - - Specifies how outgoing email messages will be handled. - - - - - - Gets or sets the folder where applications save mail messages to be processed by the local SMTP server. - - - - - - Gets or sets the priority used for sending mails. - - - - - - Gets or sets a value indicating whether NewLine characters in the body should be replaced with
tags. -
- Only happens when is set to true. - -
- - - Gets or sets a value indicating the SMTP client timeout. - - Warning: zero is not infinite waiting - - - - - Writes async log event to the mail target. - - The logging event. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes log events to the mail target. - - Array of logging events. - - - - Initializes the target. Can be used by inheriting classes - to initialize logging. - - - - - Create mail and send with SMTP - - event printed in the body of the event - - - - Create buffer for body - - all events - first event for header - last event for footer - - - - - Set properties of - - last event for username/password - client to set properties on - Configure not at , as the properties could have layout renderers. - - - - Handle if it is a virtual directory. - - - - - - - Create key for grouping. Needed for multiple events in one mail message - - event for rendering layouts - string to group on - - - - Append rendered to - - append to this - event for rendering - append if not null - - - - Create the mail message with the addresses, properties and body. - - - - - Render and add the addresses to - - Addresses appended to this list - layout with addresses, ; separated - event for rendering the - added a address? - - - - Writes log messages to in memory for programmatic retrieval. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets the list of logs gathered in the . - - - - - Gets or sets the max number of items to have in memory - - - - - - Renders the logging event message and adds to - - The logging event. - - - - A parameter to MethodCall. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The layout to use for parameter value. - - - - Initializes a new instance of the class. - - Name of the parameter. - The layout. - - - - Initializes a new instance of the class. - - The name of the parameter. - The layout. - The type of the parameter. - - - - Gets or sets the name of the parameter. - - - - - - Gets or sets the type of the parameter. Obsolete alias for - - - - - - Gets or sets the type of the parameter. - - - - - - Gets or sets the layout that should be use to calculate the value for the parameter. - - - - - - Calls the specified static method on each log message and passes contextual parameters to it. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Gets or sets the class name. - - - - - - Gets or sets the method name. The method must be public and static. - - Use the AssemblyQualifiedName , https://msdn.microsoft.com/en-us/library/system.type.assemblyqualifiedname(v=vs.110).aspx - e.g. - - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - - - - Initializes a new instance of the class. - - Name of the target. - Method to call on logevent. - - - - Initializes the target. - - - - - Calls the specified Method. - - Method parameters. - The logging event. - - - - Calls the specified Method. - - Method parameters. - - - - The base class for all targets which call methods (local or remote). - Manages parameters and type coercion. - - - - - Initializes a new instance of the class. - - - - - Gets the array of parameters to be passed. - - - - - - - - - Prepares an array of parameters to be passed based on the logging event and calls DoInvoke(). - - The logging event. - - - - Calls the target DoInvoke method, and handles AsyncContinuation callback - - Method call parameters. - The logging event. - - - - Calls the target DoInvoke method, and handles AsyncContinuation callback - - Method call parameters. - The continuation. - - - - Calls the target method. Must be implemented in concrete classes. - - Method call parameters. - - - - Sends log messages over the network. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -

- To print the results, use any application that's able to receive messages over - TCP or UDP. NetCat is - a simple but very powerful command-line tool that can be used for that. This image - demonstrates the NetCat tool receiving log messages from Network target. -

- -

- NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol - or you'll get TCP timeouts and your application will be very slow. - Either switch to UDP transport or use AsyncWrapper target - so that your application threads will not be blocked by the timing-out connection attempts. -

-

- There are two specialized versions of the Network target: Chainsaw - and NLogViewer which write to instances of Chainsaw log4j viewer - or NLogViewer application respectively. -

-
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets or sets the network address. - - - The network address can be: -
    -
  • tcp://host:port - TCP (auto select IPv4/IPv6) (not supported on Windows Phone 7.0)
  • -
  • tcp4://host:port - force TCP/IPv4 (not supported on Windows Phone 7.0)
  • -
  • tcp6://host:port - force TCP/IPv6 (not supported on Windows Phone 7.0)
  • -
  • udp://host:port - UDP (auto select IPv4/IPv6, not supported on Silverlight and on Windows Phone 7.0)
  • -
  • udp4://host:port - force UDP/IPv4 (not supported on Silverlight and on Windows Phone 7.0)
  • -
  • udp6://host:port - force UDP/IPv6 (not supported on Silverlight and on Windows Phone 7.0)
  • -
  • http://host:port/pageName - HTTP using POST verb
  • -
  • https://host:port/pageName - HTTPS using POST verb
  • -
- For SOAP-based webservice support over HTTP use WebService target. -
- -
- - - Gets or sets a value indicating whether to keep connection open whenever possible. - - - - - - Gets or sets a value indicating whether to append newline at the end of log message. - - - - - - Gets or sets the end of line value if a newline is appended at the end of log message . - - - - - - Gets or sets the maximum message size in bytes. - - - - - - Gets or sets the size of the connection cache (number of connections which are kept alive). - - - - - - Gets or sets the maximum current connections. 0 = no maximum. - - - - - - Gets or sets the action that should be taken if the will be more connections than . - - - - - - Gets or sets the maximum queue size. - - - - - - Gets or sets the action that should be taken if the message is larger than - maxMessageSize. - - - - - - Gets or sets the encoding to be used. - - - - - - Get or set the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP. - - - - - - The number of seconds a connection will remain idle before the first keep-alive probe is sent - - - - - - Flush any pending log messages asynchronously (in case of asynchronous targets). - - The asynchronous continuation. - - - - Closes the target. - - - - - Sends the - rendered logging event over the network optionally concatenating it with a newline character. - - The logging event. - - - - Try to remove. - - - - - removed something? - - - - Gets the bytes to be written. - - Log event. - Byte array. - - - - The action to be taken when there are more connections then the max. - - - - - Just allow it. - - - - - Discard the connection item. - - - - - Block until there's more room in the queue. - - - - - Action that should be taken if the message overflows. - - - - - Report an error. - - - - - Split the message into smaller pieces. - - - - - Discard the entire message. - - - - - Represents a parameter to a NLogViewer target. - - - - - Initializes a new instance of the class. - - - - - Gets or sets viewer parameter name. - - - - - - Gets or sets the layout that should be use to calculate the value for the parameter. - - - - - - Gets or sets whether an attribute with empty value should be included in the output - - - - - - Sends log messages to the remote instance of NLog Viewer. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -

- NOTE: If your receiver application is ever likely to be off-line, don't use TCP protocol - or you'll get TCP timeouts and your application will crawl. - Either switch to UDP transport or use AsyncWrapper target - so that your application threads will not be blocked by the timing-out connection attempts. -

-
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema. - - - - - - Gets or sets the AppInfo field. By default it's the friendly name of the current AppDomain. - - - - - - Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network. - - - - - - Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network. - - - - - - Gets or sets a value indicating whether to include dictionary contents. - - - - - - Gets or sets a value indicating whether to include stack contents. - - - - - - Gets or sets a value indicating whether to include dictionary contents. - - - - - - Gets or sets a value indicating whether to include contents of the stack. - - - - - - Gets or sets the NDLC item separator. - - - - - - Gets or sets the option to include all properties from the log events - - - - - - Gets or sets the NDC item separator. - - - - - - Gets or sets the renderer for log4j:event logger-xml-attribute (Default ${logger}) - - - - - - Gets the collection of parameters. Each parameter contains a mapping - between NLog layout and a named parameter. - - - - - - Gets the layout renderer which produces Log4j-compatible XML events. - - - - - Gets or sets the instance of that is used to format log messages. - - - - - - Discards log messages. Used mainly for debugging and benchmarking. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Gets or sets a value indicating whether to perform layout calculation. - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - - Does nothing. Optionally it calculates the layout text but - discards the results. - - The logging event. - - - - Outputs log messages through the OutputDebugString() Win32 API. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Outputs the rendered logging event through the OutputDebugString() Win32 API. - - The logging event. - - - - Increments specified performance counter on each write. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
- - TODO: - 1. Unable to create a category allowing multiple counter instances (.Net 2.0 API only, probably) - 2. Is there any way of adding new counters without deleting the whole category? - 3. There should be some mechanism of resetting the counter (e.g every day starts from 0), or auto-switching to - another counter instance (with dynamic creation of new instance). This could be done with layouts. - -
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - - - - Gets or sets a value indicating whether performance counter should be automatically created. - - - - - - Gets or sets the name of the performance counter category. - - - - - - Gets or sets the name of the performance counter. - - - - - - Gets or sets the performance counter instance name. - - - - - - Gets or sets the counter help text. - - - - - - Gets or sets the performance counter type. - - - - - - The value by which to increment the counter. - - - - - - Performs installation which requires administrative permissions. - - The installation context. - - - - Performs uninstallation which requires administrative permissions. - - The installation context. - - - - Determines whether the item is installed. - - The installation context. - - Value indicating whether the item is installed or null if it is not possible to determine. - - - - - Increments the configured performance counter. - - Log event. - - - - Closes the target and releases any unmanaged resources. - - - - - Ensures that the performance counter has been initialized. - - True if the performance counter is operational, false otherwise. - - - - SMTP authentication modes. - - - - - No authentication. - - - - - Basic - username and password. - - - - - NTLM Authentication. - - - - - Represents logging target. - - - - Are all layouts in this target thread-agnostic, if so we don't precalculate the layouts - - - - The Max StackTraceUsage of all the in this Target - - - - - Gets or sets the name of the target. - - - - - - Target supports reuse of internal buffers, and doesn't have to constantly allocate new buffers - Required for legacy NLog-targets, that expects buffers to remain stable after Write-method exit - - - - - - Gets the object which can be used to synchronize asynchronous operations that must rely on the . - - - - - Gets the logging configuration this target is part of. - - - - - Gets a value indicating whether the target has been initialized. - - - - - Can be used if has been enabled. - - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Closes the target. - - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - - - - Calls the on each volatile layout - used by this target. - This method won't prerender if all layouts in this target are thread-agnostic. - - - The log event. - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Writes the log to the target. - - Log event to write. - - - - Writes the array of log events. - - The log events. - - - - Writes the array of log events. - - The log events. - - - - Initializes this instance. - - The configuration. - - - - Closes this instance. - - - - - Releases unmanaged and - optionally - managed resources. - - True to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Initializes the target. Can be used by inheriting classes - to initialize logging. - - - - - Closes the target and releases any unmanaged resources. - - - - - Flush any pending log messages asynchronously (in case of asynchronous targets). - - The asynchronous continuation. - - - - Writes logging event to the log target. Must be overridden in inheriting - classes. - - Logging event to be written out. - - - - Writes async log event to the log target. - - Async Log event to be written out. - - - - Writes a log event to the log target, in a thread safe manner. - Any override of this method has to provide their own synchronization mechanism. - - !WARNING! Custom targets should only override this method if able to provide their - own synchronization mechanism. -objects are not guaranteed to be - thread-safe, so using them without a SyncRoot-object can be dangerous. - - Log event to be written out. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - NOTE! Obsolete, instead override WriteAsyncThreadSafe(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target, in a thread safe manner. - - !WARNING! Custom targets should only override this method if able to provide their - own synchronization mechanism. -objects are not guaranteed to be - thread-safe, so using them without a SyncRoot-object can be dangerous. - - Logging events to be written out. - - - - Writes an array of logging events to the log target, in a thread safe manner. - Any override of this method has to provide their own synchronization mechanism. - - !WARNING! Custom targets should only override this method if able to provide their - own synchronization mechanism. -objects are not guaranteed to be - thread-safe, so using them without a SyncRoot-object can be dangerous. - - Logging events to be written out. - - - - Merges (copies) the event context properties from any event info object stored in - parameters of the given event info object. - - The event info object to perform the merge to. - - - - Renders the event info in layout. - - The layout. - The event info. - String representing log event. - - - - Register a custom Target. - - Short-cut for registering to default - Type of the Target. - Name of the Target. - - - - Register a custom Target. - - Short-cut for registering to default - Type of the Target. - Name of the Target. - - - - Should the exception be rethrown? - - - Upgrade to private protected when using C# 7.2 - - - - Marks class as a logging target and assigns a name to it. - - This attribute is not required when registering the target in the API. - - - - Initializes a new instance of the class. - - Name of the target. - - - - Gets or sets a value indicating whether to the target is a wrapper target (used to generate the target summary documentation page). - - - - - Gets or sets a value indicating whether to the target is a compound target (used to generate the target summary documentation page). - - - - - Attribute details for - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name of the attribute. - The layout of the attribute's value. - - - - Gets or sets the name of the attribute. - - - - - - Gets or sets the layout that will be rendered as the attribute's value. - - - - - - Gets or sets when an empty value should cause the property to be included - - - - - Gets or sets the type of the property. - - - - - Represents target that supports context capture using MDLC, MDC, NDLC and NDC - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gets or sets a value indicating whether to include contents of the dictionary - - - - - - Gets or sets a value indicating whether to include call site (class and method name) in the - - - - - - Gets or sets a value indicating whether to include source info (file name and line number) in the - - - - - - Gets the array of custom attributes to be passed into the logevent context - - - - - - Constructor - - - - - - - - Check if logevent has properties (or context properties) - - - True if properties should be included - - - - Checks if any context properties, and if any returns them as a single dictionary - - - Dictionary with any context properties for the logEvent (Null if none found) - - - - Checks if any context properties, and if any returns them as a single dictionary - - - Optional prefilled dictionary - Dictionary with any context properties for the logEvent (Null if none found) - - - - Creates combined dictionary of all configured properties for logEvent - - - Dictionary with all collected properties for logEvent - - - - Creates combined dictionary of all configured properties for logEvent - - - Optional prefilled dictionary - Dictionary with all collected properties for logEvent - - - - Generates a new unique name, when duplicate names are detected - - LogEvent that triggered the duplicate name - Duplicate item name - Item Value - Dictionary of context values - New (unique) value (or null to skip value). If the same value is used then the item will be overwritten - - - - Returns the captured snapshot of for the - - - Dictionary with MDC context if any, else null - - - - Returns the captured snapshot of for the - - - Dictionary with MDLC context if any, else null - - - - Returns the captured snapshot of for the - - - Dictionary with NDC context if any, else null - - - - Returns the captured snapshot of for the - - - Dictionary with NDLC context if any, else null - - - - Takes snapshot of for the - - - Optional pre-allocated dictionary for the snapshot - Dictionary with GDC context if any, else null - - - - Takes snapshot of for the - - - Optional pre-allocated dictionary for the snapshot - Dictionary with MDC context if any, else null - - - - Take snapshot of a single object value from - - Log event - MDC key - MDC value - Snapshot of MDC value - Include object value in snapshot - - - - Takes snapshot of for the - - - Optional pre-allocated dictionary for the snapshot - Dictionary with MDLC context if any, else null - - - - Take snapshot of a single object value from - - Log event - MDLC key - MDLC value - Snapshot of MDLC value - Include object value in snapshot - - - - Takes snapshot of for the - - - Dictionary with NDC context if any, else null - - - - Take snapshot of a single object value from - - Log event - NDC value - Snapshot of NDC value - Include object value in snapshot - - - - Takes snapshot of for the - - - Dictionary with NDLC context if any, else null - - - - Take snapshot of a single object value from - - Log event - NDLC value - Snapshot of NDLC value - Include object value in snapshot - - - - Take snapshot of a single object value - - Log event - Key Name (null when NDC / NDLC) - Object Value - Snapshot of value - Include object value in snapshot - - - Internal Layout that allows capture of MDC context - - - Internal Layout that allows capture of NDC context - - - Internal Layout that allows capture of MDLC context - - - Internal Layout that allows capture of NDLC context - - - - Represents target that supports string formatting using layouts. - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Gets or sets the layout used to format log messages. - - - - - - Represents target that supports string formatting using layouts. - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Gets or sets the text to be rendered. - - - - - - Gets or sets the footer. - - - - - - Gets or sets the header. - - - - - - Gets or sets the layout with header and footer. - - The layout with header and footer. - - - - Sends log messages through System.Diagnostics.Trace. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -
-
- - - Always use independent of - - - - - - Forward to (Instead of ) - - - Trace.Fail can have special side-effects, and give fatal exceptions, message dialogs or Environment.FailFast - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - Name of the target. - - - - Writes the specified logging event to the facility. - - Redirects the log message depending on and . - When is false: - - writes to - - writes to - - writes to - - writes to - - writes to - - writes to - - The logging event. - - - - Web service protocol. - - - - - Use SOAP 1.1 Protocol. - - - - - Use SOAP 1.2 Protocol. - - - - - Use HTTP POST Protocol. - - - - - Use HTTP GET Protocol. - - - - - Do an HTTP POST of a JSON document. - - - - - Do an HTTP POST of an XML document. - - - - - Web Service Proxy Configuration Type - - - - - Default proxy configuration from app.config (System.Net.WebRequest.DefaultWebProxy) - - - Example of how to configure default proxy using app.config - - <system.net> - <defaultProxy enabled = "true" useDefaultCredentials = "true" > - <proxy usesystemdefault = "True" /> - </defaultProxy> - </system.net> - - - - - - Automatic use of proxy with authentication (cached) - - - - - Disables use of proxy (fast) - - - - - Custom proxy address (cached) - - - - - Calls the specified web service on each log message. - - Documentation on NLog Wiki - - The web service must implement a method that accepts a number of string parameters. - - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- This assumes just one target and a single rule. More configuration - options are described here. -

-

- To set up the log target programmatically use code like this: -

- -

The example web service that works with this example is shown below

- -
-
- - - dictionary that maps a concrete implementation - to a specific -value. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target - - - - Gets or sets the web service URL. - - - - - - Gets or sets the Web service method name. Only used with Soap. - - - - - - Gets or sets the Web service namespace. Only used with Soap. - - - - - - Gets or sets the protocol to be used when calling web service. - - - - - - Gets or sets the proxy configuration when calling web service - - - - - - Gets or sets the custom proxy address, include port separated by a colon - - - - - - Should we include the BOM (Byte-order-mark) for UTF? Influences the property. - - This will only work for UTF-8. - - - - - - Gets or sets the encoding. - - - - - - Gets or sets a value whether escaping be done according to Rfc3986 (Supports Internationalized Resource Identifiers - IRIs) - - A value of true if Rfc3986; otherwise, false for legacy Rfc2396. - - - - - Gets or sets a value whether escaping be done according to the old NLog style (Very non-standard) - - A value of true if legacy encoding; otherwise, false for standard UTF8 encoding. - - - - - Gets or sets the name of the root XML element, - if POST of XML document chosen. - If so, this property must not be null. - (see and ). - - - - - - Gets or sets the (optional) root namespace of the XML document, - if POST of XML document chosen. - (see and ). - - - - - - Gets the array of parameters to be passed. - - - - - - Indicates whether to pre-authenticate the HttpWebRequest (Requires 'Authorization' in parameters) - - - - - - Calls the target method. Must be implemented in concrete classes. - - Method call parameters. - - - - Calls the target DoInvoke method, and handles AsyncContinuation callback - - Method call parameters. - The continuation. - - - - Invokes the web service method. - - Parameters to be passed. - The logging event. - - - - Flush any pending log messages asynchronously (in case of asynchronous targets). - - The asynchronous continuation. - - - - Closes the target. - - - - - Builds the URL to use when calling the web service for a message, depending on the WebServiceProtocol. - - - - - - - Write from input to output. Fix the UTF-8 bom - - - - - - - - - base class for POST formatters, that - implement former PrepareRequest() method, - that creates the content for - the requested kind of HTTP request - - - - - Win32 file attributes. - - - For more information see https://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp. - - - - - Read-only file. - - - - - Hidden file. - - - - - System file. - - - - - File should be archived. - - - - - Device file. - - - - - Normal file. - - - - - File is temporary (should be kept in cache and not - written to disk if possible). - - - - - Sparse file. - - - - - Reparse point. - - - - - Compress file contents. - - - - - File should not be indexed by the content indexing service. - - - - - Encrypted file. - - - - - The system writes through any intermediate cache and goes directly to disk. - - - - - The system opens a file with no system caching. - - - - - Delete file after it is closed. - - - - - A file is accessed according to POSIX rules. - - - - - Asynchronous request queue. - - - - - Initializes a new instance of the AsyncRequestQueue class. - - Request limit. - The overflow action. - - - - Gets the number of requests currently in the queue. - - - - - Enqueues another item. If the queue is overflown the appropriate - action is taken as specified by . - - The log event info. - Queue was empty before enqueue - - - - Dequeues a maximum of count items from the queue - and adds returns the list containing them. - - Maximum number of items to be dequeued (-1 means everything). - The array of log events. - - - - Dequeues into a preallocated array, instead of allocating a new one - - Maximum number of items to be dequeued - Preallocated list - - - - Clears the queue. - - - - - Gets or sets the request limit. - - - - - Gets or sets the action to be taken when there's no more room in - the queue and another request is enqueued. - - - - - Notifies about log event that was dropped when set to - - - - - Notifies when queue size is growing over - - - - - Raise event when queued element was dropped because of queue overflow - - Dropped queue item - - - - Raise event when RequestCount overflow - - current requests count - - - - Provides asynchronous, buffered execution of target writes. - - Documentation on NLog Wiki - -

- Asynchronous target wrapper allows the logger code to execute more quickly, by queueing - messages and processing them in a separate thread. You should wrap targets - that spend a non-trivial amount of time in their Write() method with asynchronous - target to speed up logging. -

-

- Because asynchronous logging is quite a common scenario, NLog supports a - shorthand notation for wrapping all targets with AsyncWrapper. Just add async="true" to - the <targets/> element in the configuration file. -

- - - ... your targets go here ... - - ]]> -
- -

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - Maximum number of requests in the queue. - The action to be taken when the queue overflows. - - - - Gets or sets the number of log events that should be processed in a batch - by the lazy writer thread. - - - - - - Gets or sets the time in milliseconds to sleep between batches. (1 or less means trigger on new activity) - - - - - - Raise event when Target cannot store LogEvent. - Event arg contains lost LogEvents - - - - - Raises when event queue grow. - Queue can grow when was set to - - - - - Gets or sets the action to be taken when the lazy writer thread request queue count - exceeds the set limit. - - - - - - Gets or sets the limit on the number of requests in the lazy writer thread request queue. - - - - - - Gets or sets the limit of full s to write before yielding into - Performance is better when writing many small batches, than writing a single large batch - - - - - - Gets or sets whether to use the locking queue, instead of a lock-free concurrent queue - The locking queue is less concurrent when many logger threads, but reduces memory allocation - - - - - - Gets the queue of lazy writer thread requests. - - - - - Schedules a flush of pending events in the queue (if any), followed by flushing the WrappedTarget. - - The asynchronous continuation. - - - - Initializes the target by starting the lazy writer timer. - - - - - Shuts down the lazy writer timer. - - - - - Starts the lazy writer thread which periodically writes - queued log messages. - - - - - Attempts to start an instant timer-worker-thread which can write - queued log messages. - - Returns true when scheduled a timer-worker-thread - - - - Stops the lazy writer thread. - - - - - Adds the log event to asynchronous queue to be processed by - the lazy writer thread. - - The log event. - - The is called - to ensure that the log event can be processed in another thread. - - - - - Write to queue without locking - - - - - - The action to be taken when the queue overflows. - - - - - Grow the queue. - - - - - Discard the overflowing item. - - - - - Block until there's more room in the queue. - - - - - Causes a flush on a wrapped target if LogEvent satisfies the . - If condition isn't set, flushes on each write. - - Documentation on NLog Wiki - -

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Gets or sets the condition expression. Log events who meet this condition will cause - a flush on the wrapped target. - - - - - - Delay the flush until the LogEvent has been confirmed as written - - If not explicitly set, then disabled by default for and AsyncTaskTarget - - - - - - Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush - - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - - - - Initializes a new instance of the class. - - - The default value of the layout is: ${longdate}|${level:uppercase=true}|${logger}|${message} - - The wrapped target. - Name of the target - - - - Initializes a new instance of the class. - - The wrapped target. - - - - Initializes the target. - - - - - Forwards the call to the .Write() - and calls on it if LogEvent satisfies - the flush condition or condition is null. - - Logging event to be written out. - - - - Schedules a flush operation, that triggers when all pending flush operations are completed (in case of asynchronous targets). - - The asynchronous continuation. - - - - Closes the target. - - - - - A target that buffers log events and sends them in batches to the wrapped target. - - Documentation on NLog Wiki - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - Size of the buffer. - - - - Initializes a new instance of the class. - - The wrapped target. - Size of the buffer. - The flush timeout. - - - - Initializes a new instance of the class. - - The wrapped target. - Size of the buffer. - The flush timeout. - The action to take when the buffer overflows. - - - - Gets or sets the number of log events to be buffered. - - - - - - Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed - if there's no write in the specified period of time. Use -1 to disable timed flushes. - - - - - - Gets or sets a value indicating whether to use sliding timeout. - - - This value determines how the inactivity period is determined. If sliding timeout is enabled, - the inactivity timer is reset after each write, if it is disabled - inactivity timer will - count from the first event written to the buffer. - - - - - - Gets or sets the action to take if the buffer overflows. - - - Setting to will replace the - oldest event with new events without sending events down to the wrapped target, and - setting to will flush the - entire buffer to the wrapped target. - - - - - - Flushes pending events in the buffer (if any), followed by flushing the WrappedTarget. - - The asynchronous continuation. - - - - Initializes the target. - - - - - Closes the target by flushing pending events in the buffer (if any). - - - - - Adds the specified log event to the buffer and flushes - the buffer in case the buffer gets full. - - The log event. - - - - The action to be taken when the buffer overflows. - - - - - Flush the content of the buffer. - - - - - Discard the oldest item. - - - - - A base class for targets which wrap other (multiple) targets - and provide various forms of target routing. - - - - - Initializes a new instance of the class. - - The targets. - - - - Gets the collection of targets managed by this compound target. - - - - - Returns the text representation of the object. Used for diagnostics. - - A string that describes the target. - - - - Writes logging event to the log target. - - Logging event to be written out. - - - - Flush any pending log messages for all wrapped targets. - - The asynchronous continuation. - - - - Concurrent Asynchronous request queue based on - - - - - Initializes a new instance of the AsyncRequestQueue class. - - Request limit. - The overflow action. - - - - Gets the number of requests currently in the queue. - - - Only for debugging purposes - - - - - Enqueues another item. If the queue is overflown the appropriate - action is taken as specified by . - - The log event info. - Queue was empty before enqueue - - - - Dequeues a maximum of count items from the queue - and adds returns the list containing them. - - Maximum number of items to be dequeued (-1 means everything). - The array of log events. - - - - Dequeues into a preallocated array, instead of allocating a new one - - Maximum number of items to be dequeued - Preallocated list - - - - Clears the queue. - - - - - Provides fallback-on-error. - - Documentation on NLog Wiki - -

This example causes the messages to be written to server1, - and if it fails, messages go to server2.

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The targets. - - - - Initializes a new instance of the class. - - The targets. - - - - Gets or sets a value indicating whether to return to the first target after any successful write. - - - - - - - - - - - - Forwards the log event to the sub-targets until one of them succeeds. - - The log event. - - The method remembers the last-known-successful target - and starts the iteration from it. - If is set, the method - resets the target to the first target - stored in . - - - - - Filtering rule for . - - - - - Initializes a new instance of the FilteringRule class. - - - - - Initializes a new instance of the FilteringRule class. - - Condition to be tested against all events. - Filter to apply to all log events when the first condition matches any of them. - - - - Gets or sets the condition to be tested. - - - - - - Gets or sets the resulting filter to be applied when the condition matches. - - - - - - Filters log entries based on a condition. - - Documentation on NLog Wiki - -

This example causes the messages not contains the string '1' to be ignored.

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - The condition. - - - - Initializes a new instance of the class. - - The wrapped target. - The condition. - - - - Gets or sets the condition expression. Log events who meet this condition will be forwarded - to the wrapped target. - - - - - - Gets or sets the filter. Log events who evaluates to will be discarded - - - - - - - - - Checks the condition against the passed log event. - If the condition is met, the log event is forwarded to - the wrapped target. - - Log event. - - - - - - - Impersonates another user for the duration of the write. - - Documentation on NLog Wiki - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - - - - Gets or sets username to change context to. - - - - - - Gets or sets the user account password. - - - - - - Gets or sets Windows domain name to change context to. - - - - - - Gets or sets the Logon Type. - - - - - - Gets or sets the type of the logon provider. - - - - - - Gets or sets the required impersonation level. - - - - - - Gets or sets a value indicating whether to revert to the credentials of the process instead of impersonating another user. - - - - - - Initializes the impersonation context. - - - - - Closes the impersonation context. - - - - - Changes the security context, forwards the call to the .Write() - and switches the context back to original. - - The log event. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Changes the security context, forwards the call to the .Write() - and switches the context back to original. - - Log events. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - - - - Helper class which reverts the given - to its original value as part of . - - - - - Initializes a new instance of the class. - - The windows impersonation context. - - - - Reverts the impersonation context. - - - - - Limits the number of messages written per timespan to the wrapped target. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name of the target. - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - - - - Initializes a new instance of the class. - - The wrapped target. - Maximum number of messages written per interval. - Interval in which the maximum number of messages can be written. - - - - Gets or sets the maximum allowed number of messages written per . - - - Messages received after has been reached in the current will be discarded. - - - - - - Gets or sets the interval in which messages will be written up to the number of messages. - - - Messages received after has been reached in the current will be discarded. - - - - - - Gets the DateTime when the current will be reset. - - - - - - Gets the number of written in the current . - - - - - - Initializes the target and resets the current Interval and . - - - - - Writes log event to the wrapped target if the current is lower than . - If the is already reached, no log event will be written to the wrapped target. - resets when the current is expired. - - Log event to be written out. - - - - Arguments for events. - - - - - - - - Instance of that was dropped by - - - - - Raises by when - queue is full - and set to - By default queue doubles it size. - - - - - Contains items count and new queue size. - - Required queue size - Current queue size - - - - New queue size - - - - - Current requests count - - - - - Logon provider. - - - - - Use the standard logon provider for the system. - - - The default security provider is negotiate, unless you pass NULL for the domain name and the user name - is not in UPN format. In this case, the default provider is NTLM. - NOTE: Windows 2000/NT: The default security provider is NTLM. - - - - - Filters buffered log entries based on a set of conditions that are evaluated on a group of events. - - Documentation on NLog Wiki - - PostFilteringWrapper must be used with some type of buffering target or wrapper, such as - AsyncTargetWrapper, BufferingWrapper or ASPNetBufferingWrapper. - - -

- This example works like this. If there are no Warn,Error or Fatal messages in the buffer - only Info messages are written to the file, but if there are any warnings or errors, - the output includes detailed trace (levels >= Debug). You can plug in a different type - of buffering wrapper (such as ASPNetBufferingWrapper) to achieve different - functionality. -

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - - - - Gets or sets the default filter to be applied when no specific rule matches. - - - - - - Gets the collection of filtering rules. The rules are processed top-down - and the first rule that matches determines the filtering condition to - be applied to log events. - - - - - - - - - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Evaluates all filtering rules to find the first one that matches. - The matching rule determines the filtering condition to be applied - to all items in a buffer. If no condition matches, default filter - is applied to the array of log events. - - Array of log events to be post-filtered. - - - - Evaluate all the rules to get the filtering condition - - - - - - - Sends log messages to a randomly selected target. - - Documentation on NLog Wiki - -

This example causes the messages to be written to either file1.txt or file2.txt - chosen randomly on a per-message basis. -

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The targets. - - - - Initializes a new instance of the class. - - The targets. - - - - Forwards the log event to one of the sub-targets. - The sub-target is randomly chosen. - - The log event. - - - - Repeats each log event the specified number of times. - - Documentation on NLog Wiki - -

This example causes each log message to be repeated 3 times.

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - The repeat count. - - - - Initializes a new instance of the class. - - The wrapped target. - The repeat count. - - - - Gets or sets the number of times to repeat each log message. - - - - - - Forwards the log message to the by calling the method times. - - The log event. - - - - Retries in case of write error. - - Documentation on NLog Wiki - -

This example causes each write attempt to be repeated 3 times, - sleeping 1 second between attempts if first one fails.

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The wrapped target. - The retry count. - The retry delay milliseconds. - - - - Initializes a new instance of the class. - - The wrapped target. - The retry count. - The retry delay milliseconds. - - - - Gets or sets the number of retries that should be attempted on the wrapped target in case of a failure. - - - - - - Gets or sets the time to wait between retries in milliseconds. - - - - - - Special SyncObject to allow closing down Target while busy retrying - - - - - Writes the specified log event to the wrapped target, retrying and pausing in case of an error. - - The log event. - - - - Writes the specified log event to the wrapped target in a thread-safe manner. - - The log event. - - - - Writes the specified log event to the wrapped target, retrying and pausing in case of an error. - - The log event. - - - - Distributes log events to targets in a round-robin fashion. - - Documentation on NLog Wiki - -

This example causes the messages to be written to either file1.txt or file2.txt. - Each odd message is written to file2.txt, each even message goes to file1.txt. -

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The targets. - - - - Initializes a new instance of the class. - - The targets. - - - - Ensures forwarding happens without holding lock - - - - - - Forwards the write to one of the targets from - the collection. - - The log event. - - The writes are routed in a round-robin fashion. - The first log event goes to the first target, the second - one goes to the second target and so on looping to the - first target when there are no more targets available. - In general request N goes to Targets[N % Targets.Count]. - - - - - Impersonation level. - - - - - Anonymous Level. - - - - - Identification Level. - - - - - Impersonation Level. - - - - - Delegation Level. - - - - - Logon type. - - - - - Interactive Logon. - - - This logon type is intended for users who will be interactively using the computer, such as a user being logged on - by a terminal server, remote shell, or similar process. - This logon type has the additional expense of caching logon information for disconnected operations; - therefore, it is inappropriate for some client/server applications, - such as a mail server. - - - - - Network Logon. - - - This logon type is intended for high performance servers to authenticate plaintext passwords. - The LogonUser function does not cache credentials for this logon type. - - - - - Batch Logon. - - - This logon type is intended for batch servers, where processes may be executing on behalf of a user without - their direct intervention. This type is also for higher performance servers that process many plaintext - authentication attempts at a time, such as mail or Web servers. - The LogonUser function does not cache credentials for this logon type. - - - - - Logon as a Service. - - - Indicates a service-type logon. The account provided must have the service privilege enabled. - - - - - Network Clear Text Logon. - - - This logon type preserves the name and password in the authentication package, which allows the server to make - connections to other network servers while impersonating the client. A server can accept plaintext credentials - from a client, call LogonUser, verify that the user can access the system across the network, and still - communicate with other servers. - NOTE: Windows NT: This value is not supported. - - - - - New Network Credentials. - - - This logon type allows the caller to clone its current token and specify new credentials for outbound connections. - The new logon session has the same local identifier but uses different credentials for other network connections. - NOTE: This logon type is supported only by the LOGON32_PROVIDER_WINNT50 logon provider. - NOTE: Windows NT: This value is not supported. - - - - - Writes log events to all targets. - - Documentation on NLog Wiki - -

This example causes the messages to be written to both file1.txt or file2.txt -

-

- To set up the target in the configuration file, - use the following syntax: -

- -

- The above examples assume just one target and a single rule. See below for - a programmatic configuration that's equivalent to the above config file: -

- -
-
- - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - Name of the target. - The targets. - - - - Initializes a new instance of the class. - - The targets. - - - - Forwards the specified log event to all sub-targets. - - The log event. - - - - NOTE! Obsolete, instead override Write(IList{AsyncLogEventInfo} logEvents) - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Writes an array of logging events to the log target. By default it iterates on all - events and passes them to "Write" method. Inheriting classes can use this method to - optimize batch writes. - - Logging events to be written out. - - - - Base class for targets wrap other (single) targets. - - - - - Gets or sets the target that is wrapped by this target. - - - - - - Returns the text representation of the object. Used for diagnostics. - - A string that describes the target. - - - - Flush any pending log messages (in case of asynchronous targets). - - The asynchronous continuation. - - - - Writes logging event to the log target. Must be overridden in inheriting - classes. - - Logging event to be written out. - - - - Builtin IFileCompressor implementation utilizing the .Net4.5 specific - and is used as the default value for on .Net4.5. - So log files created via can be zipped when archived - w/o 3rd party zip library when run on .Net4.5 or higher. - - - - - Implements using the .Net4.5 specific - - - - - Current local time retrieved directly from DateTime.Now. - - - - - Gets current local time directly from DateTime.Now. - - - - - Converts the specified system time to the same form as the time value originated from this time source. - - The system originated time value to convert. - - The value of converted to local time. - - - - - Current UTC time retrieved directly from DateTime.UtcNow. - - - - - Gets current UTC time directly from DateTime.UtcNow. - - - - - Converts the specified system time to the same form as the time value originated from this time source. - - The system originated time value to convert. - - The value of converted to UTC time. - - - - - Fast time source that updates current time only once per tick (15.6 milliseconds). - - - - - Gets raw uncached time from derived time source. - - - - - Gets current time cached for one system tick (15.6 milliseconds). - - - - - Fast local time source that is updated once per tick (15.6 milliseconds). - - - - - Gets uncached local time directly from DateTime.Now. - - - - - Converts the specified system time to the same form as the time value originated from this time source. - - The system originated time value to convert. - - The value of converted to local time. - - - - - Fast UTC time source that is updated once per tick (15.6 milliseconds). - - - - - Gets uncached UTC time directly from DateTime.UtcNow. - - - - - Converts the specified system time to the same form as the time value originated from this time source. - - The system originated time value to convert. - - The value of converted to UTC time. - - - - - Defines source of current time. - - - - - Gets current time. - - - - - Gets or sets current global time source used in all log events. - - - Default time source is . - - - - - Returns a that represents this instance. - - - A that represents this instance. - - - - - Converts the specified system time to the same form as the time value originated from this time source. - - The system originated time value to convert. - - The value of converted to the same form - as time values originated from this source. - - - - There are situations when NLog have to compare the time originated from TimeSource - to the time originated externally in the system. - To be able to provide meaningful result of such comparisons the system time must be expressed in - the same form as TimeSource time. - - - Examples: - - If the TimeSource provides time values of local time, it should also convert the provided - to the local time. - - If the TimeSource shifts or skews its time values, it should also apply - the same transform to the given . - - - - - - Marks class as a time source and assigns a name to it. - - - - - Initializes a new instance of the class. - - Name of the time source. - -
-
diff --git a/App/CONFIG_APP/bin/Debug/Oracle.ManagedDataAccess.dll b/App/CONFIG_APP/bin/Debug/Oracle.ManagedDataAccess.dll deleted file mode 100644 index 473ca83..0000000 Binary files a/App/CONFIG_APP/bin/Debug/Oracle.ManagedDataAccess.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/S22.Imap.dll b/App/CONFIG_APP/bin/Debug/S22.Imap.dll deleted file mode 100644 index 2786078..0000000 Binary files a/App/CONFIG_APP/bin/Debug/S22.Imap.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/S22.Imap.xml b/App/CONFIG_APP/bin/Debug/S22.Imap.xml deleted file mode 100644 index 9995b3c..0000000 --- a/App/CONFIG_APP/bin/Debug/S22.Imap.xml +++ /dev/null @@ -1,7178 +0,0 @@ - - - - S22.Imap - - - - - Defines supported means of authenticating with an IMAP server. - - - - - Automatically selects the most-secure authentication mechanism supported by the server. - - - - - Login using plaintext password authentication; This is supported by most servers. - - - - - Login using the SASL PLAIN authentication mechanism. - - - - - Login using the CRAM-MD5 authentication mechanism. - - - - - Login using the DIGEST-MD5 authentication mechanism. - - - - - Login using OAuth via the SASL XOAuth mechanism. - - - - - Login using OAuth 2.0 via the SASL XOAUTH2 mechanism. - - - - - Login using the NTLM authentication mechanism. - - - - - Login using the NTLMv2 authentication mechanism. - - - - - Login using the NTLM/NTLMv2 authentication mechanism via Microsoft's Security Support - Provider Interface (SSPI). - - - - - Login using Kerberos authentication via the SASL GSSAPI mechanism. - - - - - Login using the SCRAM-SHA-1 authentication mechanism. - - - - - Login using the Secure Remote Password (SRP) authentication mechanism. - - The SRP mechanism is only available when targeting .NET 4.0 or newer. - - - - A utility class modeled after the BCL StringBuilder to simplify - building binary-data messages. - - - - - The actual byte buffer. - - - - - The current position in the buffer. - - - - - Resizes the internal byte buffer. - - Amount in bytes by which to increase the - size of the buffer. - - - - Appends one or several byte values to this instance. - - Byte values to append. - A reference to the calling instance. - - - - Appends the specified number of bytes from the specified buffer - starting at the specified offset to this instance. - - The buffer to append bytes from. - The offset into the buffert at which to start - reading bytes from. - The number of bytes to read from the buffer. - A reference to the calling instance. - - - - Appends the specified 32-bit integer value to this instance. - - A 32-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit short value to this instance. - - A 16-bit short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit unsigend short value to this instance. - - A 16-bit unsigend short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 32-bit unsigned integer value to this instance. - - A 32-bit unsigned integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 64-bit integer value to this instance. - - A 64-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified string using the specified encoding to this - instance. - - The string vale to append. - The encoding to use for decoding the string value - into a sequence of bytes. If this is null, ASCII encoding is used as a - default. - A reference to the calling instance. - - - - Returns the ByteBuilder's content as an array of bytes. - - An array of bytes. - - - - Removes all bytes from the current ByteBuilder instance. - - - - - The length of the underlying data buffer. - - - - - A filter stream sitting between Negotiate- and NetworkStream to - enable managed NTLM/GSSAPI authentication. - - - We use a filter for hooking into the NegotiateStream protocol rather - than p/invoking SSPI directly as that would require unmanaged - code privileges (internally NegotiateStream uses an SSPI wrapper). - - NegotiateStream - FilterStream - NetworkStream. - - - - - A buffer for accumulating handshake data until an entire handshake - has been read. - - - - - A buffer for accumulating the payload data following the handshake - data. - - - - - The latest handshake header sent by the client. - - - - - The buffer from which client reads will be satisfied. - - - - - The number of bytes the client has already consumed/read - from the receivedData buffer. - - - - - The current state of the filter stream. - - - - - Determines whether this instance should close the inner stream - when disposed. - - - - - An error code as specified by the NegotiateStream protocol which is - handed to the NegotiateStream instance in case authentication - unexpectedly fails. - - - - - Gets the stream used by this FilterStream for sending and - receiving data. - - - - - Initializes a new instance of the FilterStream class using the - specified Stream. - - A Stream object used by the FilterStream for sending - and receiving data. - Set to true to indicate that closing this - FilterStream has no effect on innerstream, or set to false to - indicate that closing this FilterStream also closes innerStream. - - - - Reads data from this stream and stores it in the specified array. - - A byte array that receives the bytes read from - the stream. - The zero-based index into the buffer at which to - begin storing the data read from this stream. - The the maximum number of bytes to read from the - stream. - The the number of bytes read from the underlying stream. When - there is no more data to be read, returns 0. - The read operation failed. - - - - Reads the server response from the underlying inner stream. - - - - - Write the specified number of bytes to the underlying stream using the - specified buffer and offset. - - A byte array that supplies the bytes written to - the stream. - The zero-based index in the buffer at which to - begin reading bytes to be written to the stream. - The number of bytes to read from buffer. - The write operation failed. - - - - Reads the client's handshake from the specified buffer. - - A byte array from which the handshake data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if the handshake has been read completely, otherwise - false. - - - - Reads the payload from the specified buffer. - - A byte array from which the payload data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if all of the payload data has been read, otherwise - false. - - - - Sends the accumulated payload data to the server. - - true if the client is done sending data, otherwise - false. - - - - Reads a line of ASCII-encoded text terminated by a CRLF from the - specified stream. - - The stream to read the line of text from. - Set this to true, to resolve automatically - resolve possible literals. - A line of ASII-encoded text read from the specified - stream. - "Literals" are a special feature of IMAP, employed by some - server implementations. Please refer to RFC 3501 Section 4.3 for - details. - - - - Reads the specified number of bytes from the specified stream and - returns them as an ASCII-encoded string. - - The stream to read from. - The number of bytes to read. - The read bytes encoded as an ASCII string. - - - - Causes any buffered data to be written to the underlying device. - - - - - Throws NotSupportedException. - - This value is ignored. - This value is ignored. - Always throws a NotSupportedException. - - - - Sets the length of the underlying stream. - - A value that specifies the length of the - stream. - - - - Releases all resources used by the stream. - - True to release both managed and unmanaged - resources, false to release only unmanaged resources. - - - - Gets a boolean value that indicates whether the underlying stream is - readable. - - - - - Gets a boolean value that indicates whether the underlying stream is - seekable. - - - - - Gets a boolean value that indicates whether the underlying stream - supports time-outs. - - - - - Gets a boolean value that indicates whether the underlying stream is - writable. - - - - - Gets the length of the underlying stream. - - - - - Gets or sets the current position in the underlying stream. - - Setting this property - is not supported. - - - - The different states the FilterStream can be in. - - - - - The stream is reading the client's handshake message. - - - - - The stream is reading the client's payload data. - - - - - The stream is waiting for the server's response. - - - - - The stream has buffered the server's response and is satisfying - client reads from its buffer. - - - - - Represents a NegotiateStream handshake message. - - - - - This is the only permissible value according to specification. - - - - - This is the only permissible value according to specification. - - - - - Creates a new instance of the Handshake class using the specified type - and payload size. - - The type of handshake. - The size, in bytes, of the payload following - the handshake header. - - - - Private default constructor for deserializing. - - - - - Deserializes a handshake instance from the specified byte array. - - An array of bytes containing handshake data. - An initialized instance of the Handshake class deserialized - from the specified byte array. - Thrown if the specified byte - array does not contain valid handshake data. - - - - Serializes an instance of the Handshake class to a sequence of bytes. - - A sequence of bytes representing this Handshake instance. - - - - The type of the handshake message. - - - - - Specifies the major version of the NegotiateStream protocol - being used. - - - - - Specifies the minor version of the NegotiateStream protocol - being used. - - - - - Defines the size, in bytes, of the AuthPayload field, which immediately - follows the handshake. - - - - - Describes the different types of handshake messages. - - - - - The handshake has completed successfully. - - - - - An error occurred during the handshake. The AuthPayload field contains - an HRESULT. - - - - - The message is part of the handshake phase and is not the final message - from the host. The final Handshake message from a host is always - transferred in a HandshakeDone message. - - - - - Implements the Sasl SCRAM-SHA-1 authentication method as described in - RFC 5802. - - - - - The abstract base class from which all classes implementing a Sasl - authentication mechanism must derive. - - - - - Computes the client response to a challenge sent by the server. - - - The client response to the specified challenge. - - - - - - - - Retrieves the base64-encoded client response for the specified - base64-encoded challenge sent by the server. - - A base64-encoded string representing a challenge - sent by the server. - A base64-encoded string representing the client response to the - server challenge. - The IMAP, POP3 and SMTP authentication commands expect challenges - and responses to be base64-encoded. This method automatically decodes the - server challenge before passing it to the Sasl implementation and - encodes the client response to a base64-string before returning it to the - caller. - Thrown if the client response could - not be retrieved. Refer to the inner exception for error details. - - - - Retrieves the client response for the specified server challenge. - - A byte array containing the challenge sent by - the server. - An array of bytes representing the client response to the - server challenge. - - - - IANA name of the authentication mechanism. - - - - - True if the authentication exchange between client and server - has been completed. - - - - - A map of mechanism-specific properties which are needed by the - authentication mechanism to compute it's challenge-responses. - - - - - The client nonce value used during authentication. - - - - - Scram-Sha-1 involves several steps. - - - - - The salted password. This is needed for client authentication and later - on again for verifying the server signature. - - - - - The auth message is part of the authentication exchange and is needed for - authentication as well as for verifying the server signature. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslScramSha1 - class using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SCRAM-SHA-1 challenge. - - The challenge sent by the server - The response to the SCRAM-SHA-1 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the "client-final-message" which completes the authentication - process. - - The "server-first-message" challenge received - from the server in response to the initial client response. - An array of bytes containing the client's challenge - response. - - - - Verifies the nonce value sent by the server. - - The nonce value sent by the server as part of the - server-first-message. - True if the nonce value is valid, otherwise false. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Parses the "server-first-message" received from the server. - - The challenge received from the server. - A collection of key/value pairs contained extracted from - the server message. - Thrown if the message parameter - is null. - - - - Computes the "Hi()"-formula which is part of the client's response - to the server challenge. - - The supplied password to use. - The salt received from the server. - The iteration count. - An array of bytes containing the result of the computation of the - "Hi()"-formula. - - Hi is, essentially, PBKDF2 with HMAC as the pseudorandom function (PRF) and with - dkLen == output length of HMAC() == output length of H(). (Refer to RFC 5802, p.6) - - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input data. - - The key to use for initializing the HMAC - provider. - The input to compute the hashcode for. - The hashcode of the specified data input. - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input string. - - The key to use for initializing the HMAC - provider. - The input string to compute the hashcode for. - The hashcode of the specified string. - - - - Applies the cryptographic hash function SHA-1 to the specified data - array. - - The data array to apply the hash function to. - The hash value for the specified byte array. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - Prepares the specified string as is described in RFC 5802. - - A string value. - A "Saslprepped" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Scram-Sha-1 authentication mechanism as described - in RFC 5802. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Secure Remote Password (SRP) authentication - mechanism as is described in the IETF SRP 08 draft. - - - This requires .NET Framework 4 because it makes use of the System.Numeric namespace - which has only been part of .NET since version 4. - - Some notes: - - Don't bother with the example given in the IETF 08 draft - document (7.5 Example); It is broken. - - Integrity and confidentiality protection is not implemented. - In fact, the "mandatory"-option is not supported at all. - - - - - SRP involves several steps. - - - - - The negotiated hash algorithm which will be used to perform any - message digest calculations. - - - - - The public key computed as part of the authentication exchange. - - - - - The client's private key used for calculating the client evidence. - - - - - The secret key shared between client and server. - - - - - The client evidence calculated as part of the authentication exchange. - - - - - The options chosen by the client, picked from the list of options - advertised by the server. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client private key to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslSrp class using - the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SRP challenge. - - The challenge sent by the server - The response to the SRP challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the client response containing the client's public key and - evidence. - - The challenge containing the protocol elements - received from the server in response to the initial client - response. - An array of bytes containing the client's challenge - response. - Thrown if the server specified any - mandatory options which are not supported. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Selects a message digest algorithm from the specified list of - supported algorithms. - - A tuple containing the name of the selected message digest - algorithm as well as the type. - Thrown if none of the algorithms - specified in the list parameter is supported. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the SRP authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - The authorization id (userid in draft jargon). - - - - - Represents the initial client-response sent to the server to initiate - the authentication exchange. - - - - - Creates a new instance of the ClientMessage1 class using the specified - username. - - The username to authenticate with. - The authorization id to authenticate with. - Thrown if the username parameter - is null. - - - - Serializes this instance of the ClientMessage1 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage1 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - The username to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The authorization identity to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The session identifier of a previous session whose parameters the - client wishes to re-use. - - SRP specification imposes a limit of 65535 bytes - on this field. If the client wishes to initialize a new session, - this parameter must be set to the empty string. - - - - The client's nonce used in deriving a new shared context key from - the shared context key of the previous session. - - SRP specification imposes a limit of 255 bytes on this - field. If not needed, it must be set to an empty byte array. - - - - Represents the second client-response sent to the server as part of - the SRP authentication exchange. - - - - - Creates and initializes a new instance of the ClientMessage2 class. - - - - - Creates and initializes a new instance of the ClientMessage2 class using - the specified public key and client proof. - - The client's public key. - The calculated client proof. - Thrown if either the public key - or the proof parameter is null. - - - - Serializes this instance of the ClientMessage2 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage2 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - Serializes the client's options collection into a comma-seperated - options string. - - A comma-seperated string containing the client's chosen - options. - - - - The client's ephemeral public key. - - - - - The evidence which proves to the server client-knowledge of the shared - context key. - - - - - The options list indicating the security services chosen by the client. - - - - - The initial vector the server will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of SRP messages. - - - - - Reads an unsigned integer value from the underlying stream, - optionally using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the integer value - as big endian value. - The 32-byte unsigned integer value read from the underlying - stream. - - - - Reads an unsigned short value from the underlying stream, optionally - using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value - as big endian value. - The 16-byte unsigned short value read from the underlying - stream. - - - - Reads a "multi-precision integer" from this instance. - - Extension method for the BinaryReader class. - An instance of the Mpi class decoded from the bytes read - from the underlying stream. - - - - Reads an "octet-sequence" from this instance. - - Extension method for the BinaryReader class. - An instance of the OctetSequence class decoded from the bytes - read from the underlying stream. - - - - Reads an UTF-8 string from this instance. - - Extension method for the BinaryReader class. - An instance of the Utf8String class decoded from the bytes - read from the underlying stream. - - - - Contains helper methods for calculating the various components of the - SRP authentication exchange. - - - - - The trace source used for informational and debug messages. - - - - - Determines whether the specified modulus is valid. - - The modulus to validate. - True if the specified modulus is valid, otherwise - false. - - - - Determines whether the specified generator is valid. - - The generator to validate. - True if the specified generator is valid, otherwise - false. - - - - Generates a random "multi-precision integer" which will act as the - client's private key. - - The client's ephemeral private key as a "multi-precision - integer". - - - - Calculates the client's ephemeral public key. - - The generator sent by the server. - The safe prime modulus sent by - the server. - The client's private key. - The client's ephemeral public key as a - "multi-precision integer". - - A = Client Public Key - g = Generator - a = Client Private Key - N = Safe Prime Modulus - - - - - Calculates the shared context key K from the given parameters. - - The user's password salt. - The username to authenticate with. - The password to authenticate with. - The client's ephemeral public key. - The server's ephemeral public key. - The client's private key. - The generator sent by the server. - The safe prime modulus sent by the - server. - The negotiated hash algorithm to use - for the calculations. - The shared context key K as a "multi-precision - integer". - - A = Client Public Key - B = Server Public Key - N = Safe Prime Modulus - U = Username - p = Password - s = User's Password Salt - a = Client Private Key - g = Generator - K = Shared Public Key - - - - - Computes the client evidence from the given parameters. - - The safe prime modulus sent by the - server. - The generator sent by the server. - The username to authenticate with. - The client's password salt. - The client's ephemeral public key. - The server's ephemeral public key. - The shared context key. - The authorization identity. - The raw options string as received from the - server. - The message digest algorithm to use for - calculating the client proof. - The client proof as an array of bytes. - - - - Computes the server evidence from the given parameters. - - The client's ephemeral public key. - - The shared context key. - The authorization identity. - The raw options string as sent by the - client. - The session id sent by the server. - The time-to-live value for the session id sent - by the server. - The message digest algorithm to use for - calculating the server proof. - The server proof as an array of bytes. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Recommended values for the safe prime modulus (Refer to Appendix A. - "Modulus and Generator Values" of the IETF SRP draft). - - - - - Represents a "multi-precision integer" (MPI) as is described in the - SRP specification (3.2 Multi-Precision Integers, p.5). - - Multi-Precision Integers, or MPIs, are positive integers used - to hold large integers used in cryptographic computations. - - - - Creates a new "multi-precision integer" from the specified array - of bytes. - - A big-endian sequence of bytes forming the - integer value of the multi-precision integer. - - - - Creates a new "multi-precision integer" from the specified BigInteger - instance. - - The BigInteger instance to initialize the MPI - with. - - - - Returns a sequence of bytes in big-endian order forming the integer - value of this "multi-precision integer" instance. - - Returns a sequence of bytes in big-endian order representing - this "multi-precision integer" instance. - - - - Serializes the "multi-precision integer" into a sequence of bytes - according to the requirements of the SRP specification. - - A big-endian sequence of bytes representing the integer - value of the MPI. - - - - The underlying BigInteger instance used to represent this - "multi-precision integer". - - - - - Represents an "octet-sequence" as is described in the SRP specification - (3.3 Octet sequences, p.6). - - - - - Creates a new instance of the OctetSequence class using the specified - byte array. - - The sequence of bytes to initialize this instance - of the OctetSequence class with. - - - - Serializes this instance of the OctetSequence class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - OctetSequence class. - Thrown if the length of the byte - sequence exceeds the maximum number of bytes allowed as per SRP - specification. - SRP specification imposes a limit of 255 bytes on the - length of the underlying byte array. - - - - The underlying byte array forming this instance of the OctetSequence - class. - - - - - Represents the first message sent by the server in response to an - initial client-response. - - - - - Deserializes a new instance of the ServerMessage1 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage1 - instance from. - An instance of the ServerMessage1 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - Parses the options string sent by the server. - - A comma-delimited options string. - An initialized instance of the NameValueCollection class - containing the parsed server options. - - - - The safe prime modulus sent by the server. - - - - - The generator sent by the server. - - - - - The user's password salt. - - - - - The server's ephemeral public key. - - - - - The options list indicating available security services. - - - - - The raw options as received from the server. - - - - - Represents the second message sent by the server as part of the SRP - authentication exchange. - - - - - Deserializes a new instance of the ServerMessage2 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage2 - instance from. - An instance of the ServerMessage2 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - The evidence which proves to the client server-knowledge of the shared - context key. - - - - - The initial vector the client will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - The session identifier the server has given to this session. - - - - - The time period for which this session's parameters may be re-usable. - - - - - Represents an UTF-8 string as is described in the SRP specification - (3.5 Text, p.6). - - - - - The value of the UTF-8 string. - - - - - Creates a new instance of the Utf8String class using the specified - string value. - - The string to initialize the Utf8String instance - with. - - - - Serializes this instance of the Utf8String class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - Utf8String class. - Thrown if the string value exceeds - the maximum number of bytes allowed as per SRP specification. - SRP specification imposes a limit of 65535 bytes on the - string data after it has been encoded into a sequence of bytes - using an encoding of UTF-8. - - - - Represents a MIME body part of a mail message that has multiple - parts. - - - - - Initializes a new instance of the Bodypart class with default - values. - - The part number as is expected by the - IMAP FETCH command. - - - - Returns a detailed description listing all properties of this - Bodypart instance. - - A string describing this instance of the Bodypart class - - - - The body part number which acts as part specifier for - the FETCH BODY command. - - - - - The MIME content-type of this body part. The content-type is - used to declare the general type of data. - - - - - The MIME content-subtype of this body part. The subtype - specifies a specific format for the type of data. - - - - - Parameter values present in the MIME content-type header - of this body part (for instance, 'charset'). - - - - - The MIME content-id of this body part, if any. This value - may be used for uniquely identifying MIME entities in - several contexts. - - - - - The MIME content-description of this body part. This value - may contain some descriptive information on the body part. - - - - - The MIME content-transfer-encoding mechanism used for - encoding this body part's data. - - - - - The size of this body part in bytes. Note that this size - is the size in its transfer encoding and not the resulting - size after any decoding. - - - - - The size of the body in text lines. This field is only - present in body parts with a content-type of text. - - - - - The computed MD5-Hash of the body part. This field is not - mandatory and may be empty. - - - - - The MIME content-disposition for this body part. This field - is not mandatory and may be empty. - - - - - A string giving the body language. This field is not mandatory - and may be empty. - - - - - A string list giving the body content URI. This field is not - mandatory and may be empty. - - - - - Provides a means for parsing the textual description of the body structure of a mail - message as is returned by an IMAP server for a "FETCH BODYSTRUCTURE" command. - - - They couldn't have made the BODYSTRUCTURE any more complicated and unnecessarily - hard to parse. I wonder what they were thinking when they came up with this. - - - - - Parses the body structure of a mail message as is returned by the IMAP server - in response to a FETCH BODYSTRUCTURE command. - - The body structure server response - An array of initialized Bodypart objects representing the body - structure of the mail message - Thrown if the passed string does not - contain a valid body structure and parsing failed. - - - - A Reader object initialized with the string containing the bodystructure - response. - - - - - Initializes a new instance of the Bodystructure class. - - - - - - Parses a bodypart entry from the body structure and advances the - read pointer. - - The designated part specifier by which the body - part is refered to by the server. - Set to true if the bodypart is enclosed - in parenthesis. - - - - - Parses the mandatory extra fields that are present if the bodypart is - of type message/rfc822 (see RFC 3501, p. 75). - - The bodypart instance the parsed fields will be - added to. - - - - Parses the optional fields of a bodypart entry from the body structure - and advances the read pointer. - - The bodypart instance the parsed fields will be - added to. - Set to true if the bodypart entry is enclosed - in parenthesis. - - - - Parses a list of bodypart entries as is outlined in the description of the - BODYPART response in RFC 3501. - - The nesting prefix that will be prefixed to the - bodyparts partNumber. - An array of initialized Bodypart objects parsed from the - list. - - - - Advances the read pointer to skip over a multipart entry. - - - - - Advances the read pointer to skip over an arbitrary - expression enclosed in parentheses. - - - - - Represents the content disposition as is presented in the BODYSTRUCTURE - response by the IMAP server. - - - - - Initializes a new instance of the ContentDisposition class with - default values. - - - - - Maps MIME content disposition string values to their corresponding - counter-parts of the ContentDispositionType enumeration. - - - - - The content disposition specifies the presentation style. - - - - - Additional attribute fields for specifying the name of a file, the creation - date and modification date, which can be used by the reader's mail user agent - to store the attachment. - - - - - Contains the name of the transmitted file if the content-disposition is of type - "Attachment" and if the name value was provided as part of the header information. - This field may be empty. - - - - - Possible values for the content disposition type which determines the presentation - style - - - - - The content disposition could not be determined. - - - - - An inline content disposition means that the content should be automatically - displayed when the message is displayed. - - - - - An attachment content disposition means that the content should not be displayed - automatically and requires some form of action from the user to open it. - - - - - Possible values for the "Encoding" property of the Bodypart class. The content - transfer encoding indicates whether or not a binary-to-text encoding - scheme has been used on top of the original encoding as specified within the - Content-Type header. - - - - - The content tranfer encoding could not be determined or is unknown. - - - - - Up to 998 bytes per line of the code range 1 - 127 with CR and LF only - allowed to appear as part of a CRLF line ending. - - - - - Up to 998 bytes per line with CR and LF only allowed to appear as part - of a CRLF line ending. - - - - - Any sequence of bytes. - - - - - Byte sequence is encoded using the quoted-printable encoding. - - - - - Byte sequence is encoded using Base64 encoding. - - - - - Possible values for the "Type" property of the Bodypart class. - For a detailed description of MIME Media Types refer to - RFC 2046. - - - - - The "text" media type is intended for sending material which - is principally textual in form. - - - - - A media type of "image" indicates that the body contains an image. - The subtype names the specific image format. - - - - - A media type of "audio" indicates that the body contains audio - data. - - - - - A media type of "video" indicates that the body contains a - time-varying-picture image, possibly with color and coordinated sound. - - - - - The "application" media type is to be used for discrete data which do - not fit in any of the other categories, and particularly for data to - be processed by some type of application program. - - - - - The "message" content type allows messages to contain other messages - or pointers to other messages. - - - - - The media type value is unknown or could not be determined. - - - - - A helper class for parsing the BODYSTRUCTURE response of an - IMAP FETCH command more conveniently. - - - - - Initializes a new instance of the Reader class that reads from the - specified string. - - The string to which the Reader instance should be - initialized. - - - - Reads the next character from the input string and advances the - character position by one character. - - The next character from the underlying string. - Thrown when reading is - attempted past the end of the underlying string. - - - - Returns the next available character but does not consume it. - - Set to true to skip any preceding - whitespace characters. - An integer representing the next character to be read, - or -1 if no more characters are available. - - - - Advances the character position until the specified character - is encountered. - - The character to skip to. - Thrown when reading is - attempted past the end of the underlying string. - - - - Advances the character position over any whitespace characters - and subsequently ensures the next read will not return a - whitespace character. - - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads characters until the specified character is encountered. - - The character to read up to. - The read characters as a string value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a word from the underlying string. A word in this context - is a literal enclosed in double-quotes. - - The read word. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads an integer from the underlying string. - - The read integer value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a list from the underlying string. A list in this context - is a list of attribute/value literals (enclosed in double-quotes) - enclosed in parenthesis. - - The read list as a dictionary with the attribute names - as keys and attribute values as values. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a disposition from the underlying string. A disposition in - this context is a list of attribute/value literals (enclosed in - double-quotes) preceded by a word enclosed in parenthesis. - - An initialized ContentDisposition instance representing - the parsed disposition. - Thrown when reading is - attempted past the end of the underlying string. - - - - The exception that is thrown when reading is attempted past the end - of a string. - - - - - Initializes a new instance of the EndOfStringException class - - - - - Initializes a new instance of the EndOfStringException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the EndOfStringException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the EndOfStringException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Defines the different means by which mail messages may be fetched from the server. - - - - - Fetches the entire mail message with all of its content. - - - - - Only the mail message headers will be retrieved, while the actual content will not be - downloaded. If this option is specified, only the header fields of the returned MailMessage - object will be initialized. - - - - - Retrieves the mail message, but will only download content that has a content-type of text. - This will retrieve text as well as HTML representation, while skipping inline content and - attachments. - - - - - Retrieves the mail message, but skips any content that is an attachment. - - - - - Provides data for IMAP idle error events. - - - - - Initializes a new instance of the IdleErrorEventArgs class. - - The exception that causes the event. - The instance of the ImapClient class that raised the event. - The exception parameter or the client parameter - is null. - - - - The exception that caused the error event. - - - - - The instance of the ImapClient class that raised the event. - - - - - Provides data for IMAP idle notification events. - - - - - Initializes a new instance of the IdleMessageEventArgs class and sets the - MessageCount attribute to the value of the - parameter. - - The number of messages in the selected mailbox. - The unique identifier (UID) of the newest message in the - mailbox. - The instance of the ImapClient class that raised the event. - - - - The total number of messages in the selected mailbox. - - - - - The unique identifier (UID) of the newest message in the mailbox. - - The UID can be passed to the GetMessage method in order to retrieve the mail - message from the server. - - - - The instance of the ImapClient class that raised the event. - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - This constructor is solely used for unit testing. - - A stream to initialize the ImapClient instance with. - - - - Initializes a new instance of the ImapClient class and connects to the specified port - on the specified host, optionally using the Secure Socket Layer (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets - Layer (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example shows how to establish a connection with an IMAP server - and print out the IMAP options, which the server supports. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - // Print out the server's capabilities. - foreach(string s in Client.Capabilities()) - Console.WriteLine(s); - - Client.Dispose(); - - - - - - Initializes a new instance of the ImapClient class and connects to the specified port on - the specified host, optionally using the Secure Socket Layer (SSL) security protocol and - attempts to authenticate with the server using the specified authentication method and - credentials. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer - (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - The provided credentials were rejected by the - server. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Connects to the specified port on the specified host, optionally using the Secure Socket Layer - (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer (SSL) - certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received - from the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - - - Determines whether the specified response is a valid IMAP OK response. - - A response string received from the server. - A tag if the response is associated with a command. - true if the response is a valid IMAP OK response; Otherwise false. - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Performs authentication using the most secure authentication mechanism supported by the - server. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - The order of preference of authentication types employed by this method is - Ntlm, Scram-Sha-1, Digest-Md5, followed by Cram-Md5 and finally plaintext Login as - a last resort. - - - - Performs an actual IMAP "LOGIN" command using the specified username and plain-text - password. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - - - - Performs NTLM and Kerberos authentication via the Security Support Provider Interface (SSPI). - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - True to authenticate using NTLM, otherwise GSSAPI (Kerberos) is - used. - The response sent by the server. - The specified authentication method is not - supported by the server. - - - - Performs authentication using a SASL authentication mechanism via IMAP's authenticate - command. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The name of the SASL authentication mechanism to use. - The response sent by the server. - The authentication mechanism with the specified name could - not be found. - The specified authentication mechanism is not - supported by the server. - An unexpected response has been received from - the server. - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Generates a unique identifier to prefix a command with, as is required by the IMAP protocol. - - A unique identifier string. - - - - Sends a command string to the server. This method blocks until the command has been - transmitted. - - The command to send to the server. The string is suffixed by CRLF - prior to sending. - - - - Sends a command string to the server and subsequently waits for a response, which is then - returned to the caller. This method blocks until the server response has been received. - - The command to send to the server. This is suffixed by CRLF prior - to sending. - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - The response received by the server. - - - - Waits for a response from the server. This method blocks until a response has been received. - - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - A response string from the server - The underlying socket is closed or there was a failure - reading from the network. - - - - Reads the specified amount of bytes from the server. This method blocks until the specified - amount of bytes has been read from the network stream. - - The number of bytes to read. - The read bytes as an ASCII-encoded string. - The underlying socket is closed or there was a failure - reading from the network. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Selects the specified mailbox so that the messages of the mailbox can be accessed. - - The mailbox to select. If this parameter is null, the - default mailbox is selected. - The specified mailbox could not be selected. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - IMAP Idle must be paused or stopped before calling this method. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Retrieves the set of special-use flags associated with the specified mailbox. - - The mailbox to receive the special-use flags for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - An enumerable collection of special-use flags set on the specified - mailbox. - This feature is an optional extension to the IMAP protocol and as such some servers - may not report any flags at all. - - - - Retrieves status information (total number of messages, number of unread messages, etc.) for - the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxStatus object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the mail header for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the mail header for. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw mail header of the mail message with the specified - UID. - The mail header could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the body structure for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the body structure for. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw body structure of the mail message with the specified - UID. - The body structure could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A body structure is a textual description of the layout of a mail message. It is - described in some detail in RFC 3501 under 7.4.2 FETCH response. - - - - Retrieves the MIME body-part with the specified part number of the multipart message with - the specified unique identifier (UID). - - The UID of the mail message to retrieve a MIME body part for. - The part number of the body part to fetch. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the specified body part of the mail message with the specified - UID. - The body part could not be fetched. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the raw MIME/RFC822 mail message data for the mail message with the specified UID. - - The UID of the mail message to retrieve as a MIME/RFC822 string. - Set this to true to set the \Seen flag for the fetched message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw MIME/RFC822 data of the mail message with the - specified UID. - The mail message data could not be fetched. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the highest UID in the specified mailbox. - - The mailbox to find the highest UID for. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - The highest unique identifier value (UID) in the mailbox. - The UID could not be determined. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The highest UID usually corresponds to the newest message in a mailbox. - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Starts receiving of IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when already receiving idle notifications has no - effect. - - - - - - - Stops receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when not receiving idle notifications has no effect. - - - - - - Temporarily pauses receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - To resume receiving IDLE notifications ResumeIdling must be called. - - - - - - - Resumes receiving IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - The main idle loop. Waits for incoming IMAP IDLE notifications and dispatches - them as events. This runs in its own thread whenever IMAP IDLE - notifications are being received. - - - - - Blocks on a queue and wakes up whenever a new notification is put into the queue. The - notification is then examined and dispatched as an event. - - - - - Issues a NOOP command to the IMAP server. Called in the context of a System.Timer event - when IDLE notifications are being received. - - This is needed by the IMAP IDLE mechanism to give the server an indication that the - connection is still active. - - - - - Retrieves IMAP QUOTA information for the specified mailbox. - - The mailbox to retrieve QUOTA information for. If this parameter is - null, the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - An enumerable collection of MailboxQuota objects describing usage and limits of the - quota roots for the mailbox. - The quota operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The IMAP4 QUOTA extension is not supported by - the server. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Releases all resources used by the current instance of the ImapClient class. - - - - - Releases all resources used by the current instance of the ImapClient class, optionally - disposing of managed resource. - - true to dispose of managed resources, otherwise false. - - - - Asserts the instance has not been disposed of and is in a valid state. - - The ImapClient object has been - disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when an I/O exception occurs in the idle-thread. - - - An I/O exception can occur if the underlying network connection has been reset or the - server unexpectedly closed the connection. - - - - - A delegate which is invoked during a call to GetMessage or GetMessages for every MIME part in - a multipart mail message. The delegate can examine the MIME body part and decide to either - include it in the returned mail message or dismiss it. - - A MIME body part of a mail message which consists of multiple parts. - true to include the body part in the returned MailMessage object, or false to skip - it. - - - - The exception that is thrown when an unexpected response is received from the server. - - - - - Initializes a new instance of the BadServerResponseException class - - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the BadServerResponseException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when the supplied credentials were rejected by the server. - - - - - Initializes a new instance of the InvalidCredentialsException class - - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the InvalidCredentialsException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when a client has not authenticated with the server and - attempts to call a method which can only be called when authenticated. - - - - - Initializes a new instance of the NotAuthenticatedException class - - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the NotAuthenticatedException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Provides access to status information such as the total number of messages and quota - information for a mailbox. - - - The terms "mailbox" and "folder" can be used interchangeably and refer to the IMAP concept of - multiple server-side directories into which messages can be stored (such as "Inbox", - "Sent Items", "Trash", etc.). - - - - - Initializes a new instance of the MailboxInfo class with the specified values. - - The IMAP name of the mailbox. - The IMAP flags set on this mailbox. - The number of messages in the mailbox. - The number of unread messages in the mailbox. - The next unique identifier (UID) of the mailbox. - The amount of used storage of the mailbox, in bytes. - The amount of free storage of the mailbox, in bytes. - - - - Returns the name of the mailbox. - - The name of the mailbox - - - - The name of the mailbox. - - - - - An enumerable collection of flags set on the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - The next unique identifier value of the mailbox. - - - - - The amount of used storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of used storage, this property will be 0. - - - - - The amount of free storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of free storage, this property will be 0. - - - - - Defines possible attributes for mailboxes. - - - - An IMAP mailbox can have a number of flags (read: attributes) set on it, indicating its - designated purpose (such as "Spam" or "Drafts"). - - - This is especially convenient when dealing with international mailbox names, because, by - examining the associated flags, the mailbox purpose can be determined, even if the mailbox - name provides no useful indication. - - - Unfortunately, as with many things IMAP, reporting the flags described here is an optional - extension (XLIST) to the IMAP protocol and as such may or may not be supported by an IMAP - server. - - - - - - The mailbox presents a view on all messages in the user's message store. - - - - - The mailbox is used to archive messages. The meaning of an "archival" mailbox is server - dependent. - - - - - The mailbox is used to hold draft messages, typically these are messages that are being - composed but have not yet been sent. - - - - - The mailbox is used to hold copies of messages that have been sent. - - - - - The mailbox is where messages deemed to be junk mail (spam) are held. - - - - - The mailbox is used to hold messages that have been deleted or marked for deletion. - - - - - Represents an IMAP QUOTA entry for a resource which typically consists of a resource name, - the current usage of the resource, and the resource limit. - - - - - Initializes a new instance of the MailboxQuota class with the specified values. - - The name of the resource this MailboxQuota instance describes. - The current usage of the resource in units of 1024 bytes. - The limit of the resource in units of 1024 bytes. - - - - The name of the resource this MailboxQuota instance describes. - - - - - The current usage of the resource this MailboxQuota instance describes, in bytes. - - - - - The limit of the resource this MailboxQuota instance describes, in bytes. - - - - - Represents the status information of a mailbox which can be constructed from the server - response to a STATUS command. - - - - - Initializes a new MailboxStatus instance with the specified number of total and unread - messages. - - The total number of messages in the mailbox. - The number of unread (unseen) messages in the mailbox. - The next unique identifier value of the mailbox - - - - The next unique identifier value of the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - Adds extension methods to the MailMessage class of the .NET Framework. - - - Most of the methods are only used internally and are not visible outside of the - S22.Imap assembly. - - - - - Returns the date and time the mail message was composed. - - The MailMessage instance to return the date and time for. - The date and time the mail message was composed, or null if the mail message - does not contain any date information. - - - - Constructs a textual representation of a mail message from the specified MailMessage - instance compliant with the RFC822 and MIME standards. - - The MailMessage instance to construct the textual representation - from. - An RFC822/MIME-compliant string representing the specified mail message. - The From property is null or has not been - properly initialized. - - - - Builds a RFC822/MIME-compliant mail header from the specified MailMessage instance and - returns it as a NameValueCollection. - - The MailMessage instance to build the header from. - A NameValueCollection representing the RFC822/MIME mail header fields. - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - priority values as defined in RFC2156. - - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - importance values as defined in RFC2156. - - - - - Takes a unicode string and encodes it using Q-encoding. - - The string to encode. - The input string encoded as Q-encoded string containing only ASCII - characters. - - - - Takes a unicode string and encodes it using Base64-encoding. - - The string to encode. - The input string encoded as Base64-encoded string containing only ASCII - characters. - - - - Creates an address string from the specified MailAddress instance in compliance with the - address specification as outlined in RFC2822 under section 3.4 - - The MailAddress instance to create the address string from. - An address string as is used in RFC822 mail headers. - - - - Generates a unique sequence of characters for indicating a boundary between parts in a - multipart message. - - A unique content boundary string. - - - - Builds an RFC822/MIME-compliant mail body from the specified MailMessage instance and - returns it as a formatted string. - - The MailMessage instance to build the mail body from. - The RFC822/MIME mail header to use for constructing the mail - body. - An RFC822/MIME-compliant mail body as a string. - According to RFC2822 each line of a mail message should at max be 78 characters in - length excluding carriage return and newline characters. This method accounts for that and - ensures line breaks are inserted to meet this requirement. - - - - Adds a body part to the specified Stringbuilder object composed from the Body and - BodyEncoding properties of the MailMessage class. - - The Stringbuilder to append the body part to. - The MailMessage instance to build the body part from. - The RFC822/MIME mail header to use for constructing the mail body. - Set to true to append body headers before adding the actual body - part content. - - - - Creates a MIME body part from an entry of the AlternateView or Attachments collection of a - MailMessage instance and appends it to the specified Stringbuilder instance. - - The Stringbuilder instance to append the body part to. - An entry from either the AlternateView or the Attachments collection of - a MailMessage instance. - - - - Creates a nested multipart/alternative part which contains all entries from the - AlternateViews collection of the specified MailMessage instance as well as the body part - for the Body and BodyEncoding properties of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose AlternateView collection will be added to the - nested multipart/alternative part. - The RFC822/MIME mail header to use for constructing the mail body. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - Creates a nested multipart/mixed part which contains all entries from the Attachments - collection of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose Attachments collection will be added to the - nested multipart/mixed part. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - A helper class for reading mail message data and building a MailMessage instance out of it. - - - - - Creates a new empty instance of the MailMessage class from a string containing a raw mail - message header. - - The mail header to create the MailMessage instance from. - A MailMessage instance with initialized Header fields but without any - content. - - - - Creates a new instance of the MailMessage class from a string containing raw RFC822/MIME - mail message data. - - The mail message data to create the MailMessage instance from. - An initialized instance of the MailMessage class. - This is used when fetching entire messages instead of the partial-fetch mechanism - because it saves redundant round-trips to the server. - - - - Parses the mail header of a mail message and returns it as a NameValueCollection. - - The mail header to parse. - A NameValueCollection containing the header fields as keys with their respective - values as values. - - - - Strips RFC822/MIME comments from the specified string. - - The string to strip comments from. - A new string stripped of any comments. - - - - Parses a MIME header field which can contain multiple 'parameter = value' - pairs (such as Content-Type: text/html; charset=iso-8859-1). - - The header field to parse. - A NameValueCollection containing the parameter names as keys with the respective - parameter values as values. - The value of the actual field disregarding the 'parameter = value' pairs is stored - in the collection under the key "value" (in the above example of Content-Type, this would - be "text/html"). - - - - Parses a mail header address-list field such as To, Cc and Bcc which can contain multiple - email addresses. - - The address-list field to parse - An array of MailAddress objects representing the parsed mail addresses. - - - - Splits the specified address-list into individual parts consisting of a mail address and - optionally a display-name. - - The address-list to split into parts. - An enumerable collection of parts. - - - - Parses a mail message identifier from a string. - - The field to parse the message id from - The field argument does not contain a valid message - identifier. - The parsed message id. - A message identifier (msg-id) is a globally unique identifier for a - message. - - - - Parses the priority of a mail message which can be specified as part of the header - information. - - The mail header priority value. The value can be null in which case - a "normal priority" is returned. - A value from the MailPriority enumeration corresponding to the specified mail - priority. If the passed priority value is null or invalid, a normal priority is assumed and - MailPriority.Normal is returned. - - - - Sets the address fields (From, To, CC, etc.) of a MailMessage object using the specified - mail message header information. - - The MailMessage instance to operate on. - A collection of mail and MIME headers. - - - - Adds a body part to an existing MailMessage instance. - - Extension method for the MailMessage class. - The body part to add to the MailMessage instance. - The content of the body part. - - - - Creates an instance of the Attachment class used by the MailMessage class to store mail - message attachments. - - The MIME body part to create the attachment from. - An array of bytes composing the content of the attachment. - An initialized instance of the Attachment class. - - - - Creates an instance of the AlternateView class used by the MailMessage class to store - alternate views of the mail message's content. - - The MIME body part to create the alternate view from. - An array of bytes composing the content of the alternate view. - An initialized instance of the AlternateView class. - - - - Parses the body part of a MIME/RFC822 mail message. - - The body of the mail message. - The header of the mail message whose body will be parsed. - An array of initialized MIMEPart instances representing the body parts of the mail - message. - - - - Parses the body of a multipart MIME mail message. - - An instance of the StringReader class initialized with a string - containing the body of the mail message. - The boundary value as is present as part of the Content-Type header - field in multipart mail messages. - An array of initialized MIMEPart instances representing the various parts of the - MIME mail message. - - - - Glue method to create a bodypart from a MIMEPart instance. - - The MIMEPart instance to create the bodypart instance from. - An initialized instance of the Bodypart class. - - - - Defines possible attributes for mail messages on an IMAP server. - - - - - Indicates that the message has been read. - - - - - Indicates that the message has been answered. - - - - - Indicates that the message is "flagged" for urgent/special attention. - - - - - Indicates that the message has been marked as "deleted" and will be removed upon the next - call to the Expunge method. - - - - - Indicates that the message has not completed composition and is marked as a draft. - - - - - Indicates that the message has recently arrived in the mailbox. - - - - - Represents a part of a MIME multi-part message. Each part consists of its own content header - and a content body. - - - - - A collection containing the content header information as key-value pairs. - - - - - A string containing the content body of the part. - - - - - A thread-safe Queue. - - - - - Adds an object to the end of the queue. - - The object to add to the queue. - - - - Removes and returns the object at the beginning of the queue. If the queue is empty, the - method blocks the calling thread until an object is put into the queue by another thread. - - The object that was removed from the beginning of the queue. - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of NTLM messages. - - - - - Reads an ASCII-string of the specified length from this instance. - - Extension method for the BinaryReader class. - The number of bytes to read from the underlying - stream. - A string decoded from the bytes read from the underlying - stream using the ASCII character set. - - - - The NTLM flags which are contained in a bitfield within the header of - an NTLM message. - - - - - Indicates that Unicode strings are supported for use in security - buffer data. - - - - - Indicates that OEM strings are supported for use in security - buffer data. - - - - - Requests that the server's authentication realm be included in - the Type 2 message. - - - - - Specifies that authenticated communication between the client and - server should carry a digital signature (message integrity). - - - - - Specifies that authenticated communication between the client and - server should be encrypted (message confidentiality). - - - - - Indicates that datagram authentication is being used. - - - - - Indicates that the Lan Manager Session Key should be used for signing - and sealing authenticated communications. - - - - - This flag's usage has not been identified. - - - - - Indicates that NTLM authentication is being used. - - - - - Sent by the client in the Type 3 message to indicate that an anonymous - context has been established. This also affects the response fields. - - - - - Sent by the client in the Type 1 message to indicate that the name of - the domain in which the client workstation has membership is included - in the message. This is used by the server to determine whether the - client is eligible for local authentication. - - - - - Sent by the client in the Type 1 message to indicate that the client - workstation's name is included in the message. This is used by the - server to determine whether the client is eligible for local - authentication. - - - - - Sent by the server to indicate that the server and client are on the - same machine. Implies that the client may use the established local - credentials for authentication instead of calculating a response to - the challenge. - - - - - Indicates that authenticated communication between the client and - server should be signed with a "dummy" signature. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a domain. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a server. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a share. Presumably, this is for share-level - authentication. Usage is unclear. - - - - - Indicates that the NTLM2 signing and sealing scheme should be used for - protecting authenticated communications. Note that this refers to a - particular session security scheme, and is not related to the use of - NTLMv2 authentication. This flag can, however, have an effect on the - response calculations. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - Sent by the server in the Type 2 message to indicate that it is including - a Target Information block in the message. The Target Information block - is used in the calculation of the NTLMv2 response. - - - - - Indicates that 128-bit encryption is supported. - - - - - Indicates that the client will provide an encrypted master key in the - "Session Key" field of the Type 3 message. - - - - - Indicates that 56-bit encryption is supported. - - - - - Represents the data contained in the target information block of an - NTLM type 2 message. - - - - - The server name. - - - - - The domain name. - - - - - The fully-qualified DNS host name. - - - - - The fully-qualified DNS domain name. - - - - - Describes the different versions of the Type 2 message that have - been observed. - - - - - The version is unknown. - - - - - This form is seen in older Win9x-based systems. - - - - - This form is seen in most out-of-box shipping versions of Windows. - - - - - This form was introduced in a relatively recent Service Pack, and - is seen on currently-patched versions of Windows 2000, Windows XP, - and Windows 2003. - - - - - Indicates the type of data in Type 2 target information blocks. - - - - - Signals the end of the target information block. - - - - - The data in the information block contains the server name. - - - - - The data in the information block contains the domain name. - - - - - The data in the information block contains the DNS hostname. - - - - - The data in the information block contans the DNS domain name. - - - - - Computes the MD4 hash value for the input data. - Courtesy of Keith Wood. - - - - - Describes the different types of NTLM messages. - - - - - An NTLM type 1 message is the initial client response to the - server. - - - - - An NTLM type 2 message is the challenge sent by the server in - response to an NTLM type 1 message. - - - - - An NTLM type 3 message is the challenge response sent by the client - in response to an NTLM type 2 message. - - - - - Indicates the version and build number of the operating system. - - - - - Default constructor. - - - - - Creates a new instance of the OSVersion class using the specified - values. - - The major version of the operating - system. - The minor version of the operating - system. - The build number of the operating systen. - - - - Serializes this instance of the OSVersion class to an array of - bytes. - - An array of bytes representing this instance of the OSVersion - class. - - - - The major version number of the operating system. - - - - - The minor version number of the operating system. - - - - - The build number of the operating system. - - - - - Contains methods for calculating the various Type 3 challenge - responses. - - - - - Computes the LM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account name to authenticate with. - The user account password. - The target information block from - the NTLM type 2 message. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Computes the LMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account to authenticate with. - The user account password. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Creates the LM Hash of the specified password. - - The password to create the LM Hash of. - The LM Hash of the given password, used in the calculation - of the LM Response. - Thrown if the password argument - is null. - - - - Creates a DES encryption key from the specified key material. - - The key material to create the DES encryption - key from. - An offset into the byte array at which to - extract the key material from. - A 56-bit DES encryption key as an array of bytes. - - - - Applies odd parity to the specified byte array. - - The byte array to apply odd parity to. - A reference to the byte array. - - - - Creates the LM Response from the specified hash and Type 2 challenge. - - An LM or NTLM hash. - The server challenge from the Type 2 - message. - The challenge response as an array of bytes. - Thrown if the hash or the - challenge parameter is null. - - - - Creates the NTLM Hash of the specified password. - - The password to create the NTLM hash of. - The NTLM hash for the specified password. - Thrown if the password - parameter is null. - - - - Creates the NTLMv2 Hash of the specified target, username - and password values. - - The name of the authentication target as is - specified in the target name field of the NTLM type 3 message. - The user account name. - The password for the user account. - The NTLMv2 hash for the specified input values. - Thrown if the username or - the password parameter is null. - - - - Returns the current time as the number of tenths of a microsecond - since January 1, 1601. - - The current time as the number of tenths of a microsecond - since January 1, 1601. - - - - Creates the "blob" data block which is part of the NTLMv2 challenge - response. - - The target information block from - the NTLM type 2 message. - A random 8-byte client nonce. - The blob, used in the calculation of the NTLMv2 Response. - - - - Creates the LMv2 Response from the given NTLMv2 hash, client data, and - Type 2 challenge. - - The NTLMv2 Hash. - The client data (blob or client nonce). - The server challenge from the Type 2 message. - The response which is either for NTLMv2 or LMv2, depending - on the client data. - - - - Represents an NTLM security buffer, which is a structure used to point - to a buffer of binary data within an NTLM message. - - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The length of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length value exceeds - the maximum value allowed. The security buffer structure stores the - length value as a 2-byte short value. - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The data of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length of the data - buffer exceeds the maximum value allowed. The security buffer structure - stores the buffer length value as a 2-byte short value. - - - - Serializes this instance of the SecurityBuffer into an array of bytes. - - A byte array representing this instance of the SecurityBuffer - class. - - - - The length of the buffer content in bytes (may be zero). - - - - - The allocated space for the buffer in bytes (typically the same as - the length). - - - - - The offset from the beginning of the NTLM message to the start of - the buffer, in bytes. - - - - - Represents an NTLM Type 1 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 1 for an NTLM Type 1 message. - - - - - Creates a new instance of the Type1Message class using the specified - domain and workstation names. - - The domain in which the client's workstation has - membership. - The client's workstation name. - Thrown if the domain or the - workstation parameter is null. - Thrown if the domain - or the workstation name exceeds the maximum allowed string - length. - The domain as well as the workstation name is restricted - to ASCII characters and must not be longer than 65536 characters. - - - - - Serializes this instance of the Type1 class to an array of bytes. - - An array of bytes representing this instance of the Type1 - class. - - - - The NTLM flags set on this instance. - - - - - The supplied domain name as an array of bytes in the ASCII - range. - - - - - The offset within the message where the domain name data starts. - - - - - The supplied workstation name as an array of bytes in the - ASCII range. - - - - - The offset within the message where the workstation name data starts. - - - - - The length of the supplied workstation name as a 16-bit short value. - - - - - Contains information about the client's OS version. - - - - - Represents an NTLM Type 2 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 2 for an NTLM Type 2 message. - - - - - Private constructor. - - - - - Deserializes a Type 2 message instance from the specified buffer - of bytes. - - The buffer containing a sequence of bytes - representing an NTLM Type 2 message. - An initialized instance of the Type2 class. - Thrown if an error occurs - during deserialization of the Type 2 message. - - - - Determines the version of an NTLM type 2 message. - - The target offset field of the NTLM - type 2 message. - A value from the Type2Version enumeration. - - - - Reads the OS information data present in version 3 of an NTLM - type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the OSVersion class. - - - - Reads the target information data present in version 2 and 3 of - an NTLM type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the Type2TargetInformation - class. - - - - Retrieves the target name from the specified byte array. - - A byte array containing the target name. - If true the target name will be decoded - using UTF-16 unicode encoding. - - - - - The challenge is an 8-byte block of random data. - - - - - The target name of the authentication target. - - - - - The NTLM flags set on this message. - - - - - The SSPI context handle when a local call is being made, - otherwise null. - - - - - Contains the data present in the OS version structure. - - - - - The version of this Type 2 message instance. - - - - - Contains the data present in the target information block. - - - - - Contains the raw data present in the target information block. - - - - - Represents an NTLM Type 3 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 3 for an NTLM Type 3 message. - - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. All security buffers will - be encoded as Unicode. - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - Set this to true, if Unicode encoding has been - negotiated between client and server. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. - Thrown if the username, password - or challenge parameters are null. - - - - Serializes this instance of the Type3 class to an array of bytes. - - An array of bytes representing this instance of the Type3 - class. - - - - Returns a random 8-byte cnonce value. - - A random 8-byte cnonce value. - - - - The NTLM flags set on this instance. - - - - - The "Lan Manager" challenge response. - - - - - The offset at which the LM challenge response data starts. - - - - - The NTLM challenge response. - - - - - The offset at which the NTLM challenge response data starts. - - - - - The authentication realm in which the authenticating account - has membership. - - - - - The offset at which the target name data starts. - - - - - The authenticating account name. - - - - - The offset at which the username data starts. - - - - - The client workstation's name. - - - - - The offset at which the client workstation's name data starts. - - - - - The session key value which is used by the session security mechanism - during key exchange. - - - - - The offset at which the session key data starts. - - - - - Contains the data present in the OS version structure. - - - - - The encoding used for transmitting the contents of the various - security buffers. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2195. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslCramMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Cram-Md5 challenge. - - The challenge sent by the server - The response to the Cram-Md5 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Cram-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2831. - - - - - The client nonce value used during authentication. - - - - - Cram-Md5 involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslDigestMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Digest-Md5 challenge. - - The challenge sent by the server - The response to the Digest-Md5 challenge. - Thrown if the response could not - be computed. - - - - Parses the challenge string sent by the server in response to a Digest-Md5 - authentication request. - - The challenge sent by the server as part of - "Step One" of the Digest-Md5 authentication mechanism. - An initialized NameValueCollection instance made up of the - attribute/value pairs contained in the challenge. - Thrown if the challenge parameter - is null. - Refer to RFC 2831 section 2.1.1 for a detailed description of the - format of the challenge sent by the server. - - - - Computes the "response-value" hex-string which is part of the - Digest-MD5 challenge-response. - - A collection containing the attributes - and values of the challenge sent by the server. - The cnonce value to use for computing - the response-value. - The "digest-uri" string to use for - computing the response-value. - The username to use for computing the - response-value. - The password to use for computing the - response-value. - A string containing a hash-value which is part of the - response sent by the client. - Refer to RFC 2831, section 2.1.2.1 for a detailed - description of the computation of the response-value. - - - - Calculates the MD5 hash value for the specified string. - - The string to calculate the MD5 hash value for. - The encoding to employ for encoding the - characters in the specified string into a sequence of bytes for - which the MD5 hash will be calculated. - An MD5 hash as a 32-character hex-string. - Thrown if the input string - is null. - - - - Encloses the specified string in double-quotes. - - The string to enclose in double-quote characters. - The enclosed string. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Digest-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLM authentication method which is used in various - Microsoft network protocol implementations. - - Implemented with the help of the excellent documentation on - NTLM composed by Eric Glass. - - - - NTLM involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlm class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an NTLM challenge. - - The challenge sent by the server. Since - NTLM expects an initial client response, this will usually be - empty. - The initial response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the NTLM authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLMv2 authentication method which addresses - some of the security issues present in NTLM version 1. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlmv2 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - Implements the Sasl OAuth authentication method. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - Thrown if the accessToken - parameter is null. - Thrown if the accessToken - parameter is empty. - - - - Computes the client response for a OAuth challenge. - - The challenge sent by the server. - The response to the OAuth challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth authentication mechanism. - - - - - The access token to authenticate with. - - - - - Implements the Sasl OAuth 2.0 authentication method. - - - - - The server sends an error response in case authentication fails - which must be acknowledged. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - The username to authenticate with. - Thrown if the username - or the accessToken parameter is null. - Thrown if the username or - the accessToken parameter is empty. - - - - Computes the client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth 2.0 authentication mechanism. - - - - - The username to authenticate with. - - - - - The access token to authenticate with. - - - - - Implements the Sasl Plain authentication method as described in - RFC 4616. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslPlain class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response for a plain-challenge. - - The challenge sent by the server. For the - "plain" mechanism this will usually be empty. - The response for the "plain"-challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Plain authentication mechanism as described - in RFC 4616. - - - - - The username to authenticate with. - - - - - The plain-text password to authenticate with. - - - - - The exception is thrown when a Sasl-related error or unexpected condition occurs. - - - - - Initializes a new instance of the SaslException class - - - - - Initializes a new instance of the SaslException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the SaslException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the SaslException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - A factory class for producing instances of Sasl mechanisms. - - - - - Creates an instance of the Sasl mechanism with the specified - name. - - The name of the Sasl mechanism of which an - instance will be created. - An instance of the Sasl mechanism with the specified name. - Thrown if the name parameter - is null. - Thrown if the Sasl mechanism with the - specified name is not registered with Sasl.SaslFactory. - - - - Registers a Sasl mechanism with the factory using the specified name. - - The name with which to register the Sasl mechanism - with the factory class. - The type of the class implementing the Sasl mechanism. - The implementing class must be a subclass of Sasl.SaslMechanism. - Thrown if the name or the t - parameter is null. - Thrown if the class represented - by the specified type does not derive from Sasl.SaslMechanism. - Thrown if the Sasl mechanism could not - be registered with the factory. Refer to the inner exception for error - details. - - - - Static class constructor. Initializes static properties. - - - - - A dictionary of Sasl mechanisms registered with the factory class. - - - - - Represents chainable search conditions that can be used with the Search method. - - - - - Finds all messages in the mailbox. - - A SearchCondition object representing the "all" search criterion. - - - - Finds messages that contain the specified string in the header or body of the message. - - String to search messages for. - A SearchCondition object representing the "text" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's BCC field. - - String to search the envelope structure's BCC field for. - A SearchCondition object representing the "BCC" search criterion. - The text parameter is null. - - - - Finds messages whose internal date (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the message's internal date with. - A SearchCondition object representing the "Before" search criterion. - - - - Finds messages that contain the specified string in the body of the message. - - String to search the message body for. - A SearchCondition object representing the "Body" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's CC field. - - String to search the envelope structure's CC field for. - A SearchCondition object representing the "CC" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's FROM field. - - String to search the envelope structure's FROM field for. - A SearchCondition object representing the "FROM" search criterion. - The text parameter is null. - - - - Finds messages that have a header with the specified field-name and that contains the - specified string in the text of the header. - - field-name of the header to search for. - String to search for in the text of the header. - A SearchCondition object representing the "HEADER" search criterion. - - If the string to search is zero-length, this matches all messages that have a header line - with the specified field-name regardless of the contents. - - The name parameter or the text parameter is - null. - - - - Finds messages with the specified keyword flag set. - - The keyword flag to search for. - A SearchCondition object representing the "KEYWORD" search criterion. - The text parameter is null. - - - - Finds messages with a size larger than the specified number of bytes. - - Minimum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "LARGER" search criterion. - - - - Finds messages with a size smaller than the specified number of bytes. - - Maximum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "SMALLER" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTBEFORE" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within the specified - date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTON" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within or later than - the specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTSINCE" search criterion. - - - - Finds messages that contain the specified string in the envelope structure's SUBJECT field. - - String to search the envelope structure's SUBJECT field for. - A SearchCondition object representing the "SUBJECT" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's TO field. - - String to search the envelope structure's TO field for. - A SearchCondition object representing the "TO" search criterion. - The text parameter is null. - - - - Finds messages with unique identifiers corresponding to the specified unique identifier set. - - One or several unique identifiers (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages with a unique identifier greater than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - Because of the nature of the IMAP search mechanism, the result set will always contain the - UID of the last message in the mailbox, even if said UID is smaller than the UID specified. - - - - - Finds messages with a unique identifier less than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages that do not have the specified keyword flag set. - - The IMAP keyword flag to search for. - A SearchCondition object representing the "UNKEYWORD" search criterion. - The text parameter is null. - - - - Finds messages that have the \Answered flag set. - - A SearchCondition object representing the "ANSWERED" search criterion. - - - - Finds messages that have the \Deleted flag set. - - A SearchCondition object representing the "DELETED" search criterion. - - - - Finds messages that have the \Draft flag set. - - A SearchCondition object representing the "DRAFT" search criterion. - - - - Finds messages that have the \Flagged flag set. - - A SearchCondition object representing the "FLAGGED" search criterion. - - - - Finds messages that have the \Recent flag set but not the \Seen flag. - - A SearchCondition object representing the "NEW" search criterion. - - - - Finds messages that do not have the \Recent flag set. - - A SearchCondition object representing the "OLD" search criterion. - - - - Finds messages that have the \Recent flag set. - - A SearchCondition object representing the "RECENT" search criterion. - - - - Finds messages that have the \Seen flag set. - - A SearchCondition object representing the "SEEN" search criterion. - - - - Finds messages that do not have the \Answered flag set. - - A SearchCondition object representing the "UNANSWERED" search criterion. - - - - Finds messages that do not have the \Deleted flag set. - - A SearchCondition object representing the "UNDELETED" search criterion. - - - - Finds messages that do not have the \Draft flag set. - - A SearchCondition object representing the "UNDRAFT" search criterion. - - - - Finds messages that do not have the \Flagged flag set. - - A SearchCondition object representing the "UNFLAGGED" search criterion. - - - - Finds messages that do not have the \Seen flag set. - - A SearchCondition object representing the "UNSEEN" search criterion. - - - - Logically ANDs multiple search conditions, meaning a message will only be included in the - search result if both of the ANDed conditions are met. - - A search condition to logically AND this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically negates search conditions, meaning a message will only be included in the search - result if the specified conditions are not met. - - A search condition that must not be met by a message for it to be - included in the search result set. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically ORs multiple search conditions, meaning a message will be included in the search - result if it meets at least either of the conditions. - - A search condition to logically OR this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Joins two SearchCondition objects into a new one using the specified logical operator. - - The logical operator to use for joining the search conditions. - Possible values are "OR", "NOT" and the empty string "" which denotes a logical AND. - The first SearchCondition object - The second SearchCondition object - A new SearchCondition object representing the two search conditions joined by the - specified logical operator. - - - - Concatenates the members of a collection, using the specified separator between each - member. - - The type of the members of values. - The string to use as a separator. - A collection that contains the objects to concatenate. - A string that consists of the members of values delimited by the separator - string. If values has no members, the method returns System.String.Empty. - The values parameter is null. - This is already part of the String class in .NET 4.0 and newer but is needed - for backwards compatibility with .NET 3.5. - - - - Constructs a string from the SearchCondition object using the proper syntax as is required - for the IMAP SEARCH command. - - A string representing this SearchCondition instance that can be used with the IMAP - SEARCH command. - - - - The search keys which can be used with the IMAP SEARCH command, as are defined in section - 6.4.4 of RFC 3501. - - - - - A static utility class containing methods for decoding encoded non-ASCII data as well as - extension methods for some classes of the base class library. - - - - - Returns a copy of the string enclosed in double-quotes and with escaped CRLF, back-slash - and double-quote characters (as is expected by some commands of the IMAP protocol). - - Extends the System.String class - A copy of the string enclosed in double-quotes and properly escaped as is required - by the IMAP protocol. - - - - Returns true if the string contains only ASCII characters. - - Extension method for the String class. - true if the string contains only ASCII characters; Otherwise false. - - - - Splits a string into chunks of the specified number of characters. - - Extension method for the String class. - The length of a chunk, measured in characters. - An array of string chunks. - - - - Determines whether the specified string occurs within this string. - - Extension method for the String class. - The string to seek. - One of the enumeration values that specifies the rules for the - search. - true if the value parameter occurs within this string, or if value is the empty - string (""); otherwise, false. - The value parameter is null. - - - - Raises the event. Ensures the event is only raised, if it is not null. - - Extends System.EventHandler class. - Extends System.EventHandler class. - The sender of the event. - The event arguments associated with this event. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - The name to use when throwing an exception, if necessary. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - The name to use when throwing an exception, if necessary. - - - - Reads an unsigned short value from the underlying stream, optionally using big-endian byte - ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value as big endian value. - The 16-byte unsigned short value read from the underlying stream. - - - - Decodes a string composed of one or several MIME 'encoded-words'. - - A string to composed of one or several MIME 'encoded-words'. - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A concatenation of all enconded-words in the passed string - - - - Internal function reuse to add separation between multiple 'encoded-word's correctly. - - - - - The regular expression for matching encoded-words. This also accounts for the extension for - including language information (as defined in RFC2231). - - - - - Decodes a MIME 'encoded-word' string. - - The encoded word to decode - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A decoded string - MIME encoded-word syntax is a way to encode strings that contain non-ASCII data. - Commonly used encodings for the encoded-word sytax are Q-Encoding and Base64. For an - in-depth description, refer to RFC 2047. - - - - Takes a Q-encoded string and decodes it using the specified encoding. - - The Q-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid Q-encoded string. - The Q-decoded string. - - - - Takes a quoted-printable encoded string and decodes it using the specified encoding. - - The quoted-printable-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid quoted-printable encoded - string. - A quoted-printable decoded string. - - - - Decodes the specified MIME parameter value. - - The MIME parameter value to decode. - The decoded MIME parameter value. - The specified value is not a valid Rfc2231-encoded - string. - Refer to RFC2231 for the details of the encoding mechanism. - - - - Takes a Base64-encoded string and decodes it. - - The Base64-encoded string to decode. - A byte array containing the Base64-decoded bytes of the input string. - The value parameter is null. - The length of value, ignoring white-space - characters, is not zero or a multiple of 4, or the format of value is invalid, or the value - contains a non-base-64 character, more than two padding characters, or a non-white - space-character among the padding characters. - - - - Takes a UTF-16 encoded string and encodes it as modified UTF-7. - - The string to encode. - A UTF-7 encoded string - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - Takes a modified UTF-7 encoded string and decodes it. - - The UTF-7 encoded string to decode. - A UTF-16 encoded "standard" C# string - The input string is not a properly UTF-7 encoded - string. - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - This just wraps Encoding.GetEncoding in a try-catch block to ensure it never fails. If the - encoding can not be determined ASCII is returned as a default. - - The code page name of the preferred encoding. Any value returned by - System.Text.Encoding.WebName is a valid input. - The System.Text.Encoding associated with the specified code page or Encoding.ASCII - if the specified code page could not be resolved. - - - - Converts the specified enumerable collection of UIDs into an IMAP sequence-set. - - An enumerable collection of UIDs. - An IMAP sequence-set suitable for use with IMAP commands. - The uids parameter is null. - The specified collection of UIDs is empty. - Refer to RFC3501, 9.Formal Syntax "sequence-set" for a description of IMAP - sequence-sets. - - - diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Data.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Data.v18.1.resources.dll deleted file mode 100644 index 2ce7505..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Data.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Office.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Office.v18.1.Core.resources.dll deleted file mode 100644 index c02c5ba..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Office.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Pdf.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Pdf.v18.1.Core.resources.dll deleted file mode 100644 index 7ef9e21..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Pdf.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Printing.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Printing.v18.1.Core.resources.dll deleted file mode 100644 index ab42bc3..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Printing.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.RichEdit.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.RichEdit.v18.1.Core.resources.dll deleted file mode 100644 index 28b9c0e..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.RichEdit.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Sparkline.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Sparkline.v18.1.Core.resources.dll deleted file mode 100644 index c223457..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Sparkline.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.Utils.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.Utils.v18.1.resources.dll deleted file mode 100644 index 3bde67d..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.Utils.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraBars.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraBars.v18.1.resources.dll deleted file mode 100644 index 205aedf..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraBars.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraEditors.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraEditors.v18.1.resources.dll deleted file mode 100644 index 65a9dd1..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraEditors.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraGrid.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraGrid.v18.1.resources.dll deleted file mode 100644 index 2a300b3..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraGrid.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraLayout.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraLayout.v18.1.resources.dll deleted file mode 100644 index b493033..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraLayout.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraPrinting.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraPrinting.v18.1.resources.dll deleted file mode 100644 index 0f6ea6c..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraPrinting.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraTreeList.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraTreeList.v18.1.resources.dll deleted file mode 100644 index b6a2229..0000000 Binary files a/App/CONFIG_APP/bin/Debug/de/DevExpress.XtraTreeList.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Data.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Data.v18.1.resources.dll deleted file mode 100644 index 763c168..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Data.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Office.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Office.v18.1.Core.resources.dll deleted file mode 100644 index df87271..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Office.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Pdf.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Pdf.v18.1.Core.resources.dll deleted file mode 100644 index 8b49c9e..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Pdf.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Printing.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Printing.v18.1.Core.resources.dll deleted file mode 100644 index 4dab263..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Printing.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.RichEdit.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.RichEdit.v18.1.Core.resources.dll deleted file mode 100644 index 9b45d93..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.RichEdit.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Sparkline.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Sparkline.v18.1.Core.resources.dll deleted file mode 100644 index 821fe2e..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Sparkline.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.Utils.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.Utils.v18.1.resources.dll deleted file mode 100644 index 8582b75..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.Utils.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraBars.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraBars.v18.1.resources.dll deleted file mode 100644 index d73345a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraBars.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraEditors.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraEditors.v18.1.resources.dll deleted file mode 100644 index e08cbb5..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraEditors.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraGrid.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraGrid.v18.1.resources.dll deleted file mode 100644 index 453b668..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraGrid.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraLayout.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraLayout.v18.1.resources.dll deleted file mode 100644 index f2cb857..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraLayout.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraPrinting.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraPrinting.v18.1.resources.dll deleted file mode 100644 index 350733a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraPrinting.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraTreeList.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraTreeList.v18.1.resources.dll deleted file mode 100644 index 1b3bbc8..0000000 Binary files a/App/CONFIG_APP/bin/Debug/es/DevExpress.XtraTreeList.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Data.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Data.v18.1.resources.dll deleted file mode 100644 index 368da4b..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Data.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Office.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Office.v18.1.Core.resources.dll deleted file mode 100644 index e92fe02..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Office.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Pdf.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Pdf.v18.1.Core.resources.dll deleted file mode 100644 index 70c05ad..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Pdf.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Printing.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Printing.v18.1.Core.resources.dll deleted file mode 100644 index 8ca013b..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Printing.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.RichEdit.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.RichEdit.v18.1.Core.resources.dll deleted file mode 100644 index 5b0872a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.RichEdit.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Sparkline.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Sparkline.v18.1.Core.resources.dll deleted file mode 100644 index b640a97..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Sparkline.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Utils.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.Utils.v18.1.resources.dll deleted file mode 100644 index f795e29..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.Utils.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraBars.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraBars.v18.1.resources.dll deleted file mode 100644 index 66e93ce..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraBars.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraEditors.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraEditors.v18.1.resources.dll deleted file mode 100644 index 85e65bb..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraEditors.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraGrid.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraGrid.v18.1.resources.dll deleted file mode 100644 index 8992eb6..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraGrid.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraLayout.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraLayout.v18.1.resources.dll deleted file mode 100644 index cec40f7..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraLayout.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraPrinting.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraPrinting.v18.1.resources.dll deleted file mode 100644 index 8ff412d..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraPrinting.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraTreeList.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraTreeList.v18.1.resources.dll deleted file mode 100644 index c9bb445..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ja/DevExpress.XtraTreeList.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Data.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Data.v18.1.resources.dll deleted file mode 100644 index 4592b19..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Data.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Office.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Office.v18.1.Core.resources.dll deleted file mode 100644 index eaa60da..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Office.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Pdf.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Pdf.v18.1.Core.resources.dll deleted file mode 100644 index 1bbd352..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Pdf.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Printing.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Printing.v18.1.Core.resources.dll deleted file mode 100644 index 960db03..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Printing.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.RichEdit.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.RichEdit.v18.1.Core.resources.dll deleted file mode 100644 index a4f0512..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.RichEdit.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Sparkline.v18.1.Core.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Sparkline.v18.1.Core.resources.dll deleted file mode 100644 index 6e85395..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Sparkline.v18.1.Core.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Utils.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.Utils.v18.1.resources.dll deleted file mode 100644 index 1056798..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.Utils.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraBars.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraBars.v18.1.resources.dll deleted file mode 100644 index c2a246b..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraBars.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraEditors.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraEditors.v18.1.resources.dll deleted file mode 100644 index da6b27c..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraEditors.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraGrid.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraGrid.v18.1.resources.dll deleted file mode 100644 index 163c01a..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraGrid.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraLayout.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraLayout.v18.1.resources.dll deleted file mode 100644 index 9058129..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraLayout.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraPrinting.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraPrinting.v18.1.resources.dll deleted file mode 100644 index e5cdd79..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraPrinting.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraTreeList.v18.1.resources.dll b/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraTreeList.v18.1.resources.dll deleted file mode 100644 index 34cc824..0000000 Binary files a/App/CONFIG_APP/bin/Debug/ru/DevExpress.XtraTreeList.v18.1.resources.dll and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb b/App/CONFIG_APP/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb deleted file mode 100644 index 0e292ac..0000000 --- a/App/CONFIG_APP/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb +++ /dev/null @@ -1,7 +0,0 @@ -' - Option Strict Off - Option Explicit On - - Imports System - Imports System.Reflection - diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.Resources.resources b/App/CONFIG_APP/obj/Debug/CONFIG_APP.Resources.resources deleted file mode 100644 index 8bef591..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.Resources.resources and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe b/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe deleted file mode 100644 index 8eb0820..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.frmMain.resources b/App/CONFIG_APP/obj/Debug/CONFIG_APP.frmMain.resources deleted file mode 100644 index 802b638..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.frmMain.resources and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb b/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb deleted file mode 100644 index 817db1a..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.CopyComplete b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.CoreCompileInputs.cache b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.CoreCompileInputs.cache deleted file mode 100644 index dd52b8c..0000000 --- a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -90042ae9246d2563c05ade7e7cea9b19b2b01e33 diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt deleted file mode 100644 index 10e23f5..0000000 --- a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt +++ /dev/null @@ -1,119 +0,0 @@ -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Office.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Data.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Printing.v18.1.Core.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Utils.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraEditors.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Messaging.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\NLog.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\S22.Imap.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Interop.WINDREAMLib.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Pdf.v18.1.Core.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Sparkline.v18.1.Core.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraBars.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Oracle.ManagedDataAccess.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Encryption.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Images.v18.1.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Data.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Printing.v18.1.Core.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Utils.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraEditors.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Messaging.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Messaging.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\NLog.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\S22.Imap.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Pdf.v18.1.Core.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Sparkline.v18.1.Core.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraBars.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Encryption.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Encryption.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Data.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Data.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Data.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Data.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Printing.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Printing.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Printing.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Printing.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Utils.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Utils.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Utils.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Utils.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraEditors.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraEditors.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraEditors.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraEditors.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraGrid.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraGrid.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraGrid.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraGrid.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraLayout.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraLayout.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraLayout.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraLayout.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraPrinting.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraPrinting.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraPrinting.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraPrinting.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Pdf.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Pdf.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Pdf.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Pdf.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Sparkline.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Sparkline.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Sparkline.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Sparkline.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraBars.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraBars.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraBars.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraBars.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.RichEdit.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.RichEdit.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.RichEdit.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.RichEdit.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraTreeList.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraTreeList.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraTreeList.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraTreeList.v18.1.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Office.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Office.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Office.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.frmMain.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.Resources.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.GenerateResource.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.exe.licenses -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.CoreCompileInputs.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.CopyComplete -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.exe -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.xml diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.GenerateResource.cache b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.GenerateResource.cache deleted file mode 100644 index f84add0..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.GenerateResource.cache and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache deleted file mode 100644 index 985ca9c..0000000 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.xml b/App/CONFIG_APP/obj/Debug/CONFIG_APP.xml deleted file mode 100644 index 308547e..0000000 --- a/App/CONFIG_APP/obj/Debug/CONFIG_APP.xml +++ /dev/null @@ -1,256 +0,0 @@ - - - - -CONFIG_APP - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - - Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. - - - - -Represents a strongly typed in-memory cache of data. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents the strongly named DataTable class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Represents strongly named DataRow class. - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Row event argument class - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -Represents the connection and commands used to retrieve and save data. - - - - -TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios - - - - -Update rows in top-down order. - - - - -Insert rows in top-down order. - - - - -Delete rows in bottom-up order. - - - - -Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first - - - - -Update all changes to the dataset. - - - - -Update Order Option - - - - -Used to sort self-referenced table's rows - - - - diff --git a/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 94aa220..0000000 Binary files a/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 34a323c..0000000 Binary files a/App/CONFIG_APP/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll deleted file mode 100644 index 30567ea..0000000 Binary files a/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll b/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll deleted file mode 100644 index 89da8f8..0000000 Binary files a/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll and /dev/null differ diff --git a/App/CONFIG_APP/obj/Debug/config_app.exe.licenses b/App/CONFIG_APP/obj/Debug/config_app.exe.licenses deleted file mode 100644 index d42d247..0000000 Binary files a/App/CONFIG_APP/obj/Debug/config_app.exe.licenses and /dev/null differ diff --git a/App/CONFIG_APP/obj/Release/CONFIG_APP.vbproj.CoreCompileInputs.cache b/App/CONFIG_APP/obj/Release/CONFIG_APP.vbproj.CoreCompileInputs.cache deleted file mode 100644 index ae043de..0000000 --- a/App/CONFIG_APP/obj/Release/CONFIG_APP.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -01998781764edbd207242135529c70b492f88572 diff --git a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll deleted file mode 100644 index fc7157f..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb deleted file mode 100644 index 5ad716a..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll deleted file mode 100644 index c5245f8..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll.config b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll.config deleted file mode 100644 index 9ee3dcd..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb deleted file mode 100644 index f20f2a0..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.xml b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.xml deleted file mode 100644 index f42200e..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - -DigitalData.EMLProfiler - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Uses a private API from MailWriter to write a MailMessage to disk. - May break in future versions of .NET - - - - - Konstruktor für die windream-Klasse - - - - - - Initialisiert die statische Klasse (Login, Session starten, usw.) - - Liefert True wenn das Anmelden erfolgreich war, sonst False - - - - - Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. - - Alle Objekttypen als WMObjects-Objekt - - - - - Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. - - Array mit allen Objekttypen als Strings - - - - - Liefert alle Indexe eines Objekttypen. - - Name des Objekttyps - Array mit allen Objekttyp zugeordneten Indexen als String - - - - - Liefert einen Objekttyp als WMObject an Hand dessen Name. - - Name des Objekttyps - Objekttyp als WMObject - - - - - Überprüft ob der angegebene Index im Objekttyp existiert - - Name des zu durchsuchenden Objekttyps - Name des zu suchenden Indexes - Liefert True wenn der Index im Objekttyp existiert, sonst False - - - - - Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. - - Anmeldestatus als Boolean - - - - - Liefert den Servernamen an dem windream aktuell angemeldet ist. - - Servername als String - - - - - Liefert den Typen eines Indexes als Integer. - - Name des zu überprüfenden Indexfeldes - Liefert eine Zahl, die einen Typen beschreibt - - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.reloc b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.reloc deleted file mode 100644 index 4e0f957..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.reloc and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.rsrc/version.txt b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.rsrc/version.txt deleted file mode 100644 index eeeeca3..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.rsrc/version.txt and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.text b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.text deleted file mode 100644 index a3aa19e..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler/.text and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll deleted file mode 100644 index fc6513b..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll.config b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll.config deleted file mode 100644 index c64db47..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.dll.config +++ /dev/null @@ -1,23 +0,0 @@ - - - - -
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.pdb deleted file mode 100644 index b4b51a4..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.xml b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.xml deleted file mode 100644 index 774ccc4..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Database.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - -DigitalData.Modules.Database - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - 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.. - - - - - - - The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class - The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03 - The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB` - The user name to connect as - The user's password - - - - - Builds a connectionstring from the provided arguments. - - The database server where to connect to - The datasource, eg. the path of the FDB-file - The user used to connect to the database - The password of the connecting user - A connectionstring - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command inside the specified transaction. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement - - the sql statement - Returns true if properly executed, else false - - - - Executes the passed sql-statement as Scalar - - the sql statement - Returns the scalarvalue - - - - Encrypts a connection string password. - - A connection string with a plain-text password - The connection string with the password encrypted. - - - - Decrypts a connection string password. - - A connection string with a encrypted password - The connection string with the password decrypted. - - - - This Function intentionally has no try..catch block to have any errors caught outside - - - - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement in asyncmode - - the sql statement - Optional Timeout - - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.dll deleted file mode 100644 index ddb260e..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.pdb deleted file mode 100644 index cc7a1d4..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.xml b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.xml deleted file mode 100644 index 35ceb73..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Encryption.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - -DigitalData.Modules.Encryption - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp - - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.dll deleted file mode 100644 index c7b06de..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.pdb deleted file mode 100644 index 675d0cf..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.xml b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.xml deleted file mode 100644 index c02421a..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.Modules.Logging.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - -DigitalData.Modules.Logging - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - LogConfig - 0.0.1.0 - 02.10.2018 - - 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. - - - NLog, >= 4.5.8 - - - 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 - - - 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 - - - - - Returns the NLog.LogFactory object that is used to create Loggers - - LogFactory object - - - - Returns the path to the current default logfile - - Filepath to the logfile - - - - Returns the path to the current log directory - - Directory path to the log directory - - - - Determines if a debug log will be written - - True, if debug log will be written. False otherwise. - - - - Returns Logs in Memory as List(Of String) if Debug is enabled - Returns an empty list if debug is disabled - - A list of log messages - - - - Initializes a new LogConfig object with the options supplied as a LogOptions object - - - - - - Initializes a new LogConfig object with a logpath and optinally a filename-suffix. - - The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath. - If `logPath` is set to custom, this defines the custom logPath. - If set to anything other than Nothing, extends the logfile name with this suffix. - CompanyName is used to construct log-path in when LogPath is set to PathType:AppData - ProductName is used to construct log-path in when LogPath is set to PathType:AppData - Amount of days where files are kept and not deleted. - - - - Clears old LogFiles from the configured logpath for compliance with the GDPR - - Days in which logfiles should be kept. All files older than `Now - FileKeepInterval` will be deleted. - True, if files were deleted as expected or no files were deleted. Otherwise false. - - - - Returns the Logger for the calling class - - An object of Logging.Logger - - - - Returns the Logger for the specified classname - - An object of Logging.Logger - - - - Returns the Logger for the specified module using event-properties - - - 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 - - An object of Logging.Logger - - - - Returns the Logger for a class specified by `ClassName` - - The name of the class the logger belongs to - An object of Logging.Logger - - - - Clears the internal log - - - - - Gets the fully qualified name of the class invoking the calling method, - including the namespace but Not the assembly. - - The fully qualified class name - This method is very resource-intensive! - - - - Returns the initial log configuration - - The chosen productname - The chosen suffix - A NLog.LoggingConfiguration object - - - - Adds the default rules - - A NLog.LoggingConfiguration object - - - - Returns the full path of the current default log file. - - Full path of the current default log file - - - - Reconfigures and re-adds all loggers, optionally adding the debug rule. - - Adds the Debug rule if true. - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/FirebirdSql.Data.FirebirdClient.dll b/App/DigitalData.EMLProfiler/bin/Debug/FirebirdSql.Data.FirebirdClient.dll deleted file mode 100644 index 24b7905..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/FirebirdSql.Data.FirebirdClient.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.dll b/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.dll deleted file mode 100644 index b4f51cd..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.xml b/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.xml deleted file mode 100644 index fa27fab..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/Independentsoft.Email.xml +++ /dev/null @@ -1,2975 +0,0 @@ - - - - Email - - - - - Class Attachment. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The file path. - - - - Initializes a new instance of the class. - - The stream. - - - - Initializes a new instance of the class. - - The buffer. - - - - Initializes a new instance of the class. - - The stream. - The name. - - - - Initializes a new instance of the class. - - The buffer. - The name. - - - - Saves the specified stream. - - The stream. - stream - - - - Saves this message to the specified file. - - File path. - - - - Saves this message to the specified file. - - File path. - True to overwrite existing file, otherwise false. - - - - Gets the stream. - - Stream. - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the name of the file. - - System.String. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Class BodyPart. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The attachment. - - - - Saves the specified file path. - - The file path. - - - - Saves the specified file path. - - The file path. - if set to true [overwrite]. - - - - Saves the specified stream. - - The stream. - stream - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the stream. - - Stream. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets the headers. - - The headers. - - - - Gets the body parts. - - The body parts. - - - - Gets or sets the body. - - The body. - - - - Gets or sets the embedded message. - - The embedded message. - - - - Gets or sets the header encoding. - - The header encoding. - - - - Gets or sets the header character set. - - The header character set. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content transfer encoding. - - The content transfer encoding. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Class BodyPartList. - - - - - Adds the specified attachment. - - The attachment. - - - - Class ContentDisposition. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The type. - - - - Initializes a new instance of the class. - - The content disposition. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the type. - - The type. - - - - Gets the parameters. - - The parameters. - - - - Summary description for ContentDispositionType. - - - - - Specifies that the attachment is to be displayed as a file attached to the e-mail message. - - - - - The attachment is to be displayed as part of the e-mail message body. - - - - - Specifies the Content-Transfer-Encoding header information for an e-mail message attachment. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Class ContentType. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The type. - The subtype. - - - - Initializes a new instance of the class. - - The type. - The subtype. - The charset. - - - - Initializes a new instance of the class. - - Type of the content. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the type. - - The type. - - - - Gets or sets the type of the sub. - - The type of the sub. - - - - Gets or sets the character set. - - The character set. - - - - Gets the parameters. - - The parameters. - - - - Class Header. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the value. - - The value. - - - - Contains types of header encoding. - - - - - Quoted-Printable encoding. - - - - - Binary encoding. - - - - - Class HeaderList. - - - - - Removes the specified standard header. - - The standard header. - - - - Removes the specified name. - - The name. - - - - Gets the with the specified name. - - The name. - Header. - - - - Gets the with the specified name. - - The name. - Header. - - - - Represents a mailbox. - - - - - Initializes a new instance of the Mailbox. - - - - - Initializes a new instance of the Mailbox. - - Email address of mailbox owner. - Name of mailbox owner. - - - - Initializes a new instance of the Mailbox. - - Email address and name of mailbox owner. - - - - Returns a String that represents the current Mailbox. - - - - - - Gets or sets display name. - - - - - Gets or sets email address. - - - - - Class Message. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The file path. - - - - Initializes a new instance of the class. - - The stream. - - - - Initializes a new instance of the class. - - The buffer. - - - - Opens the specified file path. - - The file path. - - - - Opens the specified stream. - - The stream. - stream - - - - Opens the specified buffer. - - The buffer. - - - - Gets the attachments. - - Attachment[][]. - - - - Gets the attachments. - - if set to true [include embedded]. - Attachment[][]. - - - - Gets the name of the file. - - System.String. - - - - Saves the specified stream. - - The stream. - stream - - - - Saves this message to the specified file. - - File path. - - - - Saves this message to the specified file. - - File path. - True to overwrite existing file, otherwise false. - - - - Gets the bytes. - - System.Byte[][]. - - - - Gets the stream. - - Stream. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets the headers. - - The headers. - - - - Gets the body parts. - - The body parts. - - - - Gets or sets the body. - - The body. - - - - Gets or sets the embedded message. - - The embedded message. - - - - Gets or sets the header encoding. - - The header encoding. - - - - Gets or sets the header character set. - - The header character set. - - - - Gets or sets the type of the content. - - The type of the content. - - - - Gets or sets the content transfer encoding. - - The content transfer encoding. - - - - Gets or sets the content disposition. - - The content disposition. - - - - Gets or sets the content description. - - The content description. - - - - Gets or sets the content identifier. - - The content identifier. - - - - Gets or sets the content location. - - The content location. - - - - Gets or sets the subject. - - The subject. - - - - Gets or sets the MIME version. - - The MIME version. - - - - Gets or sets the comments. - - The comments. - - - - Gets or sets the keywords. - - The keywords. - - - - Gets or sets the message identifier. - - The message identifier. - - - - Gets or sets the resent message identifier. - - The resent message identifier. - - - - Gets or sets the date. - - The date. - - - - Gets or sets the resent date. - - The resent date. - - - - Gets or sets the references. - - The references. - - - - Gets to. - - To. - - - - Gets the cc. - - The cc. - - - - Gets the BCC. - - The BCC. - - - - Gets the reply to. - - The reply to. - - - - Gets or sets from. - - From. - - - - Gets or sets the sender. - - The sender. - - - - Gets or sets the resent from. - - The resent from. - - - - Gets or sets the resent sender. - - The resent sender. - - - - Gets or sets the in reply to. - - The in reply to. - - - - Gets or sets the return path. - - The return path. - - - - The exception that is thrown when load or parse message with wrong format. - - - - - Initializes a new instance of the MessageFormatException class. - - - - - Initializes a new instance of the MessageFormatException class with the specified error message. - - Error description. - - - - Initializes a new instance of the MessageFormatException class with the specified error message and inner exception. - - The message that describes the error - The exception that is the cause of the current exception. If the innerException parameter is not a null reference (Nothing in Visual Basic), the current exception is raised in a catch block that handles the inner exception. - - - - Class Parameter. - - - - - Initializes a new instance of the class. - - - - - Initializes a new instance of the class. - - The name. - - - - Initializes a new instance of the class. - - The name. - The value. - - - - Returns a that represents this instance. - - A that represents this instance. - - - - Gets or sets the name. - - The name. - - - - Gets or sets the value. - - The value. - - - - Class ParameterList. - - - - - Removes the specified name. - - The name. - - - - Gets the with the specified name. - - The name. - Parameter. - - - - Contains the standard message headers defined in RFC 2822. - - - - - Resent-Date header field. - - - - - Resent-From header field. - - - - - Resent-Sender header field. - - - - - Resent-To header field. - - - - - Resent-Cc header field. - - - - - Resent-Bcc header field. - - - - - Resent-Msg-ID header field. - - - - - From header field. - - - - - Sender header field. - - - - - Reply-To header field. - - - - - To header field. - - - - - Cc header field. - - - - - Bcc header field. - - - - - Message-ID header field. - - - - - In-Reply-To header field. - - - - - References header field. - - - - - Subject header field. - - - - - Comments header field. - - - - - Keywords header field. - - - - - Date header field. - - - - - Return-Path header field. - - - - - Received header field. - - - - - MIME-Version header field. - - - - - Content-Type header field. - - - - - Content-ID header field. - - - - - Content-Transfer-Encoding header field. - - - - - Content-Description header field. - - - - - Content-Disposition header field. - - - - - Content-Location header field. - - - - - Content-Length header field. - - - - - Summary description for Util. - - - - - Defines all available authentication types. - - - - - LOGIN authentication - - - - - CRAM-MD5 authentication - - - - - PLAIN authentication - - - - - NTLM authentication - - - - - ANONYMOUS authentication - - - - - None. - - - - - Summary description for AuthenticationUtil. - - - - - - - - - - - - - - - The Envelope class represents brief information about the message. - - - - - Initializes a new instance of the Envelope class. - - - - - Gets Date header value. - - - - - Gets Subject header value. - - - - - Gets From header value. - - - - - Gets Sender header value. - - - - - Gets Reply-To header value. - - - - - Gets To header value. - - - - - Gets Cc header value. - - - - - Gets Bcc header value. - - - - - Gets In-Reply-To header value. - - - - - Gets Message-ID header value. - - - - - Gets message unique id. - - - - - - - - - - - - - - - - - - - - - This class represents a IMAP folder. - - - - - Initializes a new instance of the Folder class. - - - - - Initializes a new instance of the Folder class with specified name. - - A string represents the folder name. - - - - Initializes a new instance of the Folder class with specified path and delimiter. - - Folder path. - A string represents folder path delimiter. - - - - Gets folder name. - - - - - Gets folder path. - - - - - Gets folder path delimiter. - - - - - Returns true if folder is marked. - - - - - Returns true if is possible to select folder. - - - - - Returns true if folder can contain other folders. - - - - - Returns an array of folders attributes. - - - - - Contains information about folder on IMAP server. - - - - - Initializes a new instance of a FolderInfo. - - - - - Gets number of messages. - - - - - Gets number of recent messages. - - - - - Gets folder flags. - - - - - Gets folder permanent flags. - - - - - Gets index of first unseen message in the folder. - - - - - Gets unique ID of next message. - - - - - Gets index of validity UID. - - - - - Returns true if folder is read-only. - - - - - This class represents status of a folder on IMAP server. - - - - - Contains information about folder on IMAP server. - - - - - Gets number of messages. - - - - - Gets number of recent messages. - - - - - Gets unique ID of next message. - - - - - Gets index of validity UID. - - - - - Gets number of unseen message. - - - - - Enum FolderStatusDataItem - - - - - The ImapClient class implements the client side of the IMAP Protocol. - All commands are supported, including the advanced authentication methods. - - - - - Initializes a new instance of the ImapClient class. - - - - - Initializes a new instance of the ImapClient class with the specified IMAP server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the ImapClient class with the specified IMAP server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to the IMAP server. - - A string represent server's welcome message. - - - - Logins to the IMAP server with the given authentication type, username and password. - - Username. - Password/ - - - - Logins to the IMAP server with the given authentication type, username and password. - - Username. - Password/ - Type of authentication. - - - - Checks the server's capabilities. - - The server's capabilities. - - - - Selects (opens) a specifed folder. - - A string represents folder name. - An instance of the FolderInfo. - - - - Selects (opens) a specifed folder as a read-only. - - A string represents folder name. - An instance of the FolderInfo. - - - - Creates new folder. - - A string represents folder name. - - - - Deletes specified folder. - - A string represents folder name. - - - - Moves an existing folder. - - Old folder name. - New folder name. - - - - Renames an existing folder. - - Old folder name. - New folder name. - - - - Subscribes to the specifed folder. - - A string represents folder name. - - - - Unsubscribes from the specifed folder. - - A string represents folder name. - True if the unsubscribe was successful. - - - - Gets folders of the selected folder. - - An array of folders. - - - - Gets folders of the selected folder. - - A string represents folder name. - An array of folders. - - - - Gets folders of the specified folder. - - A string represents path of parent folder. - A string represents folder name. - An array of folders. - - - - Retreives folders marked as subscribed. - - An array of folders. - - - - Retreives folders marked as subscribed. - - A string represents folder name. - An array of folders. - - - - Retreives folders marked as subscribed. - - Name of reference. - A string represents folder name. - An array of folders. - - - - Searches the mailbox for messages that match the given . - - A set of search keys. - An array of message indices. - - - - Searches the mailbox for messages that match the given . - - A set of search keys. - An array of message indices. - - - - Gets folder status. - - A string represents folder name. - - A - - - - Gets folder status. - - A string represents folder name. - - - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - A message date to be set. - - - - Adds message to specified folder. - - A string represents folder name. - A message to be added. - An array of message flags to be set. - A message date to be set. - - - - Retrieves message with specified message uniqueID. - - An Int32 represents message uniqueID. - A message object. - - - - Retrieves all messages from specified folder. - - A string represents folder name. - An array of messages. - - - - Retrieves all messages from selected folder. - - An array of messages. - - - - Retrieves all envelopes from specified folder. - - A string represents folder name. - An array of envelopes. - - - - Retrieves all envelopes from specified folder. - - A string represents folder name. - An array of envelopes. - - - - Retrieves all envelopes from selected folder. - - An array of envelopes. - - - - Retrieves all envelopes from selected folder. - - An array of envelopes. - - - - Retrieves messages specified with message uniqueID range. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of messages. - - - - Gets BodyStructure. - - An Int32 represents message uniqueID. - A BodyStructure object. - - - - Gets BodyStructure. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of BodyStructures. - - - - Gets unique identifier of specified message. - - An Int32 represents message index. - A message unique identifier. - - - - Gets unique identifier of specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array of message unique identifiers. - - - - Gets envelope of specified message. - - An Int32 represents message start uniqueID. - A message envelope. - - - - Gets envelopes for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - An array message envelopes. - - - - Gets message size. - - - - - - - Gets size of messages. - - - - - - - - Mark message for deletion. - Message will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message uniqueID. - - - - Mark message for deletion. - Message will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message uniqueID. - If true then delete message immediately. - - - - Mark all messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - - - - Mark all messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - If true then delete message immediately. - - - - Mark specified messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - - - - Mark specified messages for deletion. - Messages will be deleted when you disconnect (or logout) from server or execute method Expunge. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - True if the delete operation was successful, false if not. - - - - Sets message flag. - - An Int32 represents message uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Sets message flags for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Sets message flags for specified messages. - - An Int32 represents message start uniqueID. - An Int32 represents message end uniqueID. - A string represents flag command. - An array of message flags. - An arrays of message flags. - - - - Copies the specified message to the end of the specified destination folder. - - An Int32 represents message uniqueID. - A string represents folder name. - - - - Copies the specified messages to the end of the specified destination folder. - - An Int32 represents start message uniqueID. - An Int32 represents end message uniqueID. - A string represents folder name. - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Sends a NOOP command to the IMAP server to keep the connection alive. - - - - - Sends a IDLE command to the IMAP server. Not implemented. - - - - - Requests a checkpoint of the currently selected folder. - - - - - Permanently removes all messages that have market for deletion from the currently selected folder. - - - - - Purges any messages marked for deletion. - - An Array of indicies of deleted messages. - - - - Disconnects from the IMAP server. - - - - - Disconnects from the IMAP server. - - - - - Gets or sets the name or IP address of the POP3 host. - - - - - Gets or sets the port number of the IMAP host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This exception is thrown when the IMAP protocol error occurs. - - - - - Initializes a new instance of the ImapException class. - - Error description. - - - - Enumerates logical operators. - - - - - OR operator. - - - - - NOT operator. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Represents the method that will handle the WriteLog event. - - The source of the event. - A that contains the event data. - - - - Writes all log data to a stream or a file. - - - - - Initializes a new instance of the Logger class. - - - - - Initializes a new instance of the Logger class with the specified log file path. - - - - - - Initializes a new instance of the Logger with the specified log file path. - - - - - - - Initializes a new instance of the Logger class with the specified log file path. - - - - - - Writes log data to a log file or a stream. - - - - - - Writes single line to log file or stream. - - - - - - Opens log file or log stream. - - - - - Closes the log file. - - - - - Occurs to indicate the write to the log. - - - - - Gets or sets log stream. - - - - - Gets or sets log file path. - - - - - Gets or sets append - - - - - The size in bytes of the input block to the transformation algorithm - - - - - 4 32-bit words (interim result) - - - - - Number of bytes procesed so far mod. 2 power of 64. - - - - - 512-bit input buffer = 16 x 32-bit words holds until it reaches 512 bits - - - - - 512-bit work buffer = 16 x 32-bit words - - - - - This constructor is here to implement the clonability of this class - - - - - - Resets this object disregarding any temporary data present at the - time of the invocation of this call. - - - - - Continues an MD4 message digest using the input byte - - byte to input - - - - MD4 block update operation - - - Continues an MD4 message digest operation by filling the buffer, - transform(ing) data in 512-bit message block(s), updating the variables - context and count, and leaving (buffering) the remaining bytes in buffer - for the next update or finish. - - input block - start of meaningful bytes in input - count of bytes in input blcok to consider - - - - Completes the hash computation by performing final operations such - as padding. At the return of this engineDigest, the MD engine is - reset. - - the array of bytes for the resulting hash value. - - - - Returns a byte hash from a string - - string to hash - byte-array that contains the hash - - - - Returns a binary hash from an input byte array - - byte-array to hash - binary hash of input - - - - Returns a byte hash from the input byte - - byte to hash - binary hash of the input byte - - - - MD4 basic transformation - - - Transforms context based on 512 bits from input block starting - from the offset'th byte. - - input sub-array - starting position of sub-array - - - - Summary description for MD5. - - - - - rotates x left n bits. - - - - - - - FF, GG, HH, and II transformations - for rounds 1, 2, 3, and 4. - Rotation is separate from addition to prevent recomputation. - - - - state (ABCD) - - - - - number of bits, modulo 2^64 (lsb first) - - - - - input buffer - - - - - MD5 initialization. Begins an MD5 operation, writing a new context. - - - The RFC named it "MD5Init" - - - - - MD5 block update operation. Continues an MD5 message-digest - operation, processing another message block, and updating the - context. - - - - - The RFC Named it MD5Update - - - - MD5 finalization. Ends an MD5 message-digest operation, writing the - the message digest and zeroizing the context. - - message digest - The RFC named it MD5Final - - - - MD5 basic transformation. Transforms state based on 64 bytes block. - - - - - - - Encodes input (uint) into output (byte). Assumes len is - multiple of 4. - - - - - - - - - - Decodes input (byte) into output (uint). Assumes len is - a multiple of 4. - - - - - - - - - - Represents mailbox on a POP3 server. - - - - - Initializes a new instance of a MailboxInfo. - - - - - Initializes a new instance of a MailboxInfo. - - Number of messages. - Size of messages in bytes. - - - - Converts the value of this instance to its equivalent string. - - A string that contains number and size of messages inside this mailbox. - - - - Gets number of all messages inside a mailbox. - - - - - Gets size in bytes of all messages inside a mailbox. - - - - - Represents message inside mailbox on a POP3 server. - - - - - Initializes a new instance of a MessageInfo. - - - - - Initializes a new instance of a MessageInfo. - - Message index. - Message size in bytes. - - - - Converts the value of this instance to its equivalent string. - - A string that contains index, size and unique ID of this message. - - - - - - Message index. - Message unique ID. - - - - Gets message's index. - - - - - Gets message's size. - - - - - Gets message's unique ID. - - - - - The POP3Client class implements the client side of the Internet POP3 Protocol defined in RFC 1939. - All commands are supported, including the APOP command which requires MD5 encryption. - - - - - Initializes a new instance of a Pop3Client. - - - - - Initializes a new instance of the Pop3Client class with specified POP3 server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the Pop3Client class with specified POP3 server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to the POP3 server. - - A string represent server's welcome message. - - - - Disconnects from the POP3 server. - - - - - Logins to the POP3 server with the given username and password. - - Username. - Password/ - - - - Logins to the POP3 server with the given authentication type, username and password. - - Username. - Password/ - Type of authentication. - - - - Logins to the server using APOP command. - Use this method when connecting to a server requiring authentication using the APOP command. - - Username. - Password. - - - - Retrieves messages from the POP3 server. - - An array of messages. - - - - Retrieves single message as byte array. - - Message index. - Bytes array - - - - Retrieves single message from the POP3 server with given message index. - - Message index. - Message object. - - - - Sends a NOOP command to the POP3 server. - This is useful for keeping a connection alive since most POP3 servers will timeout after 10 minutes of inactivity. - - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Undo delete operation. All messages marked as deleted will be unmarked. - - - - - Resets the POP3 session. This is useful for undoing any message deletions that may have been performed. - - - - - Deletes all messages from a mailbox. The message is only marked for deletion by the server. If you decide to unmark the message, you must issuse a UndoDelete command. Messages marked for deletion are only deleted by the server on logout. - - - - - Deletes a single message from a mailbox. The message is only marked for deletion by the server. If you decide to unmark the message, you must issuse a UndoDelete command. Messages marked for deletion are only deleted by the server on logout. - - Message index. - - - - Retreives message header. - - Message index. - A header of the message. - - - - Retreives specified number of lines from a message header. - - Message index. - Number of lines to retrieve. - A string that contains specified number of lines from the message header. - - - - Gets number and size of all messages in a mailbox. - - Mailbox properties. - - - - Gets unique IDs of all messages from a mailbox. - - An array of message unique IDs. - - - - Gets unique ID of specified message. - - Message index. - A string represents unique ID. - - - - Retreives information for all messages in a mailbox. - - An array of MessageInfo. - - - - Gets message info for the specified message from a mailbox. - - Message index. - A message properties. - - - - Gets or sets the name or IP address of the POP3 host. - - - - - Gets or sets the port number of the POP3 host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This exception is thrown when the POP3 protocol error occurs. - - - - - Initializes a new instance of the Pop3Exception class. - - Error description. - - - - The SmtpClient class implements the client side of the Simple Mail Transfer Protocol (SMTP) Protocol. - - - - - Initializes a new instance of the SmtpClient. - - - - - Initializes a new instance of the SmtpClient class that sends e-mail by using the specified SMTP server. - - A String that contains the name or IP address of the host. - - - - Initializes a new instance of the SmtpClient class that sends e-mail by using the specified SMTP server and port number. - - A String that contains the name or IP address of the host. - An Int32 greater than zero that contains the port to be used on host. - - - - Connects to a SMTP server. - - A server's welcome message. - - - - Sends EHLO command to server. - - Server name. - Welcome string. - - - - Sends HELO command to server. - - Server name. - Welcome string. - - - - Sends a message to an SMTP server for delivery. - - A to send. - - - - The client will use the TLS operation to negotiate the use of TLS security on the connection. - - - - - Logins to the SMTP server with the given username and password. - - Username. - Password/ - - - - Logins to the SMTP server with the given username and password. - - Type of authentication. - Username. - Password/ - - - - Resets the SMTP session. - - - - - Checks for email address validity. - - Mailbox or user name. - - - - - - - - - - - - Sends the SMTP HELP command to the server. - - The reply string contains help description. - - - - Sends the SMTP HELP command for specified command to the server. - - SMTP command. - The reply string contains help description. - - - - Disconnects from the SMTP server. - - - - - Sends a NOOP command to the SMTP server. - This is useful for keeping a connection alive since most SMTP servers will timeout after 10 minutes of inactivity. - - - - - Gets or sets the name or IP address of the SMTP host. - - - - - Gets or sets the port number of the SMTP host. - - - - - Gets or sets logger. - - - - - Set to true in order to use SSL connection. - - - - - Set to false to skip validation of server's certificate. - - - - - Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. - - - - - This exception is thrown when the SMTP protocol error occurs. - - - - - Initializes a new instance of the SmtpException class. - - Error description. - - - - Provides data for the WriteLog event. - - - - - Initializes a new instance of the WriteLogEventArgs class. - - - - - Gets the current log data. - - - - diff --git a/App/DigitalData.EMLProfiler/bin/Debug/Interop.WINDREAMLib.dll b/App/DigitalData.EMLProfiler/bin/Debug/Interop.WINDREAMLib.dll deleted file mode 100644 index f4119cc..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/Interop.WINDREAMLib.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/NLog.dll b/App/DigitalData.EMLProfiler/bin/Debug/NLog.dll deleted file mode 100644 index 9d9d6da..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/NLog.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/Oracle.ManagedDataAccess.dll b/App/DigitalData.EMLProfiler/bin/Debug/Oracle.ManagedDataAccess.dll deleted file mode 100644 index 473ca83..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/Oracle.ManagedDataAccess.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.dll b/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.dll deleted file mode 100644 index 2786078..0000000 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.xml b/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.xml deleted file mode 100644 index 9995b3c..0000000 --- a/App/DigitalData.EMLProfiler/bin/Debug/S22.Imap.xml +++ /dev/null @@ -1,7178 +0,0 @@ - - - - S22.Imap - - - - - Defines supported means of authenticating with an IMAP server. - - - - - Automatically selects the most-secure authentication mechanism supported by the server. - - - - - Login using plaintext password authentication; This is supported by most servers. - - - - - Login using the SASL PLAIN authentication mechanism. - - - - - Login using the CRAM-MD5 authentication mechanism. - - - - - Login using the DIGEST-MD5 authentication mechanism. - - - - - Login using OAuth via the SASL XOAuth mechanism. - - - - - Login using OAuth 2.0 via the SASL XOAUTH2 mechanism. - - - - - Login using the NTLM authentication mechanism. - - - - - Login using the NTLMv2 authentication mechanism. - - - - - Login using the NTLM/NTLMv2 authentication mechanism via Microsoft's Security Support - Provider Interface (SSPI). - - - - - Login using Kerberos authentication via the SASL GSSAPI mechanism. - - - - - Login using the SCRAM-SHA-1 authentication mechanism. - - - - - Login using the Secure Remote Password (SRP) authentication mechanism. - - The SRP mechanism is only available when targeting .NET 4.0 or newer. - - - - A utility class modeled after the BCL StringBuilder to simplify - building binary-data messages. - - - - - The actual byte buffer. - - - - - The current position in the buffer. - - - - - Resizes the internal byte buffer. - - Amount in bytes by which to increase the - size of the buffer. - - - - Appends one or several byte values to this instance. - - Byte values to append. - A reference to the calling instance. - - - - Appends the specified number of bytes from the specified buffer - starting at the specified offset to this instance. - - The buffer to append bytes from. - The offset into the buffert at which to start - reading bytes from. - The number of bytes to read from the buffer. - A reference to the calling instance. - - - - Appends the specified 32-bit integer value to this instance. - - A 32-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit short value to this instance. - - A 16-bit short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit unsigend short value to this instance. - - A 16-bit unsigend short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 32-bit unsigned integer value to this instance. - - A 32-bit unsigned integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 64-bit integer value to this instance. - - A 64-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified string using the specified encoding to this - instance. - - The string vale to append. - The encoding to use for decoding the string value - into a sequence of bytes. If this is null, ASCII encoding is used as a - default. - A reference to the calling instance. - - - - Returns the ByteBuilder's content as an array of bytes. - - An array of bytes. - - - - Removes all bytes from the current ByteBuilder instance. - - - - - The length of the underlying data buffer. - - - - - A filter stream sitting between Negotiate- and NetworkStream to - enable managed NTLM/GSSAPI authentication. - - - We use a filter for hooking into the NegotiateStream protocol rather - than p/invoking SSPI directly as that would require unmanaged - code privileges (internally NegotiateStream uses an SSPI wrapper). - - NegotiateStream - FilterStream - NetworkStream. - - - - - A buffer for accumulating handshake data until an entire handshake - has been read. - - - - - A buffer for accumulating the payload data following the handshake - data. - - - - - The latest handshake header sent by the client. - - - - - The buffer from which client reads will be satisfied. - - - - - The number of bytes the client has already consumed/read - from the receivedData buffer. - - - - - The current state of the filter stream. - - - - - Determines whether this instance should close the inner stream - when disposed. - - - - - An error code as specified by the NegotiateStream protocol which is - handed to the NegotiateStream instance in case authentication - unexpectedly fails. - - - - - Gets the stream used by this FilterStream for sending and - receiving data. - - - - - Initializes a new instance of the FilterStream class using the - specified Stream. - - A Stream object used by the FilterStream for sending - and receiving data. - Set to true to indicate that closing this - FilterStream has no effect on innerstream, or set to false to - indicate that closing this FilterStream also closes innerStream. - - - - Reads data from this stream and stores it in the specified array. - - A byte array that receives the bytes read from - the stream. - The zero-based index into the buffer at which to - begin storing the data read from this stream. - The the maximum number of bytes to read from the - stream. - The the number of bytes read from the underlying stream. When - there is no more data to be read, returns 0. - The read operation failed. - - - - Reads the server response from the underlying inner stream. - - - - - Write the specified number of bytes to the underlying stream using the - specified buffer and offset. - - A byte array that supplies the bytes written to - the stream. - The zero-based index in the buffer at which to - begin reading bytes to be written to the stream. - The number of bytes to read from buffer. - The write operation failed. - - - - Reads the client's handshake from the specified buffer. - - A byte array from which the handshake data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if the handshake has been read completely, otherwise - false. - - - - Reads the payload from the specified buffer. - - A byte array from which the payload data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if all of the payload data has been read, otherwise - false. - - - - Sends the accumulated payload data to the server. - - true if the client is done sending data, otherwise - false. - - - - Reads a line of ASCII-encoded text terminated by a CRLF from the - specified stream. - - The stream to read the line of text from. - Set this to true, to resolve automatically - resolve possible literals. - A line of ASII-encoded text read from the specified - stream. - "Literals" are a special feature of IMAP, employed by some - server implementations. Please refer to RFC 3501 Section 4.3 for - details. - - - - Reads the specified number of bytes from the specified stream and - returns them as an ASCII-encoded string. - - The stream to read from. - The number of bytes to read. - The read bytes encoded as an ASCII string. - - - - Causes any buffered data to be written to the underlying device. - - - - - Throws NotSupportedException. - - This value is ignored. - This value is ignored. - Always throws a NotSupportedException. - - - - Sets the length of the underlying stream. - - A value that specifies the length of the - stream. - - - - Releases all resources used by the stream. - - True to release both managed and unmanaged - resources, false to release only unmanaged resources. - - - - Gets a boolean value that indicates whether the underlying stream is - readable. - - - - - Gets a boolean value that indicates whether the underlying stream is - seekable. - - - - - Gets a boolean value that indicates whether the underlying stream - supports time-outs. - - - - - Gets a boolean value that indicates whether the underlying stream is - writable. - - - - - Gets the length of the underlying stream. - - - - - Gets or sets the current position in the underlying stream. - - Setting this property - is not supported. - - - - The different states the FilterStream can be in. - - - - - The stream is reading the client's handshake message. - - - - - The stream is reading the client's payload data. - - - - - The stream is waiting for the server's response. - - - - - The stream has buffered the server's response and is satisfying - client reads from its buffer. - - - - - Represents a NegotiateStream handshake message. - - - - - This is the only permissible value according to specification. - - - - - This is the only permissible value according to specification. - - - - - Creates a new instance of the Handshake class using the specified type - and payload size. - - The type of handshake. - The size, in bytes, of the payload following - the handshake header. - - - - Private default constructor for deserializing. - - - - - Deserializes a handshake instance from the specified byte array. - - An array of bytes containing handshake data. - An initialized instance of the Handshake class deserialized - from the specified byte array. - Thrown if the specified byte - array does not contain valid handshake data. - - - - Serializes an instance of the Handshake class to a sequence of bytes. - - A sequence of bytes representing this Handshake instance. - - - - The type of the handshake message. - - - - - Specifies the major version of the NegotiateStream protocol - being used. - - - - - Specifies the minor version of the NegotiateStream protocol - being used. - - - - - Defines the size, in bytes, of the AuthPayload field, which immediately - follows the handshake. - - - - - Describes the different types of handshake messages. - - - - - The handshake has completed successfully. - - - - - An error occurred during the handshake. The AuthPayload field contains - an HRESULT. - - - - - The message is part of the handshake phase and is not the final message - from the host. The final Handshake message from a host is always - transferred in a HandshakeDone message. - - - - - Implements the Sasl SCRAM-SHA-1 authentication method as described in - RFC 5802. - - - - - The abstract base class from which all classes implementing a Sasl - authentication mechanism must derive. - - - - - Computes the client response to a challenge sent by the server. - - - The client response to the specified challenge. - - - - - - - - Retrieves the base64-encoded client response for the specified - base64-encoded challenge sent by the server. - - A base64-encoded string representing a challenge - sent by the server. - A base64-encoded string representing the client response to the - server challenge. - The IMAP, POP3 and SMTP authentication commands expect challenges - and responses to be base64-encoded. This method automatically decodes the - server challenge before passing it to the Sasl implementation and - encodes the client response to a base64-string before returning it to the - caller. - Thrown if the client response could - not be retrieved. Refer to the inner exception for error details. - - - - Retrieves the client response for the specified server challenge. - - A byte array containing the challenge sent by - the server. - An array of bytes representing the client response to the - server challenge. - - - - IANA name of the authentication mechanism. - - - - - True if the authentication exchange between client and server - has been completed. - - - - - A map of mechanism-specific properties which are needed by the - authentication mechanism to compute it's challenge-responses. - - - - - The client nonce value used during authentication. - - - - - Scram-Sha-1 involves several steps. - - - - - The salted password. This is needed for client authentication and later - on again for verifying the server signature. - - - - - The auth message is part of the authentication exchange and is needed for - authentication as well as for verifying the server signature. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslScramSha1 - class using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SCRAM-SHA-1 challenge. - - The challenge sent by the server - The response to the SCRAM-SHA-1 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the "client-final-message" which completes the authentication - process. - - The "server-first-message" challenge received - from the server in response to the initial client response. - An array of bytes containing the client's challenge - response. - - - - Verifies the nonce value sent by the server. - - The nonce value sent by the server as part of the - server-first-message. - True if the nonce value is valid, otherwise false. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Parses the "server-first-message" received from the server. - - The challenge received from the server. - A collection of key/value pairs contained extracted from - the server message. - Thrown if the message parameter - is null. - - - - Computes the "Hi()"-formula which is part of the client's response - to the server challenge. - - The supplied password to use. - The salt received from the server. - The iteration count. - An array of bytes containing the result of the computation of the - "Hi()"-formula. - - Hi is, essentially, PBKDF2 with HMAC as the pseudorandom function (PRF) and with - dkLen == output length of HMAC() == output length of H(). (Refer to RFC 5802, p.6) - - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input data. - - The key to use for initializing the HMAC - provider. - The input to compute the hashcode for. - The hashcode of the specified data input. - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input string. - - The key to use for initializing the HMAC - provider. - The input string to compute the hashcode for. - The hashcode of the specified string. - - - - Applies the cryptographic hash function SHA-1 to the specified data - array. - - The data array to apply the hash function to. - The hash value for the specified byte array. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - Prepares the specified string as is described in RFC 5802. - - A string value. - A "Saslprepped" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Scram-Sha-1 authentication mechanism as described - in RFC 5802. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Secure Remote Password (SRP) authentication - mechanism as is described in the IETF SRP 08 draft. - - - This requires .NET Framework 4 because it makes use of the System.Numeric namespace - which has only been part of .NET since version 4. - - Some notes: - - Don't bother with the example given in the IETF 08 draft - document (7.5 Example); It is broken. - - Integrity and confidentiality protection is not implemented. - In fact, the "mandatory"-option is not supported at all. - - - - - SRP involves several steps. - - - - - The negotiated hash algorithm which will be used to perform any - message digest calculations. - - - - - The public key computed as part of the authentication exchange. - - - - - The client's private key used for calculating the client evidence. - - - - - The secret key shared between client and server. - - - - - The client evidence calculated as part of the authentication exchange. - - - - - The options chosen by the client, picked from the list of options - advertised by the server. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client private key to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslSrp class using - the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SRP challenge. - - The challenge sent by the server - The response to the SRP challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the client response containing the client's public key and - evidence. - - The challenge containing the protocol elements - received from the server in response to the initial client - response. - An array of bytes containing the client's challenge - response. - Thrown if the server specified any - mandatory options which are not supported. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Selects a message digest algorithm from the specified list of - supported algorithms. - - A tuple containing the name of the selected message digest - algorithm as well as the type. - Thrown if none of the algorithms - specified in the list parameter is supported. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the SRP authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - The authorization id (userid in draft jargon). - - - - - Represents the initial client-response sent to the server to initiate - the authentication exchange. - - - - - Creates a new instance of the ClientMessage1 class using the specified - username. - - The username to authenticate with. - The authorization id to authenticate with. - Thrown if the username parameter - is null. - - - - Serializes this instance of the ClientMessage1 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage1 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - The username to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The authorization identity to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The session identifier of a previous session whose parameters the - client wishes to re-use. - - SRP specification imposes a limit of 65535 bytes - on this field. If the client wishes to initialize a new session, - this parameter must be set to the empty string. - - - - The client's nonce used in deriving a new shared context key from - the shared context key of the previous session. - - SRP specification imposes a limit of 255 bytes on this - field. If not needed, it must be set to an empty byte array. - - - - Represents the second client-response sent to the server as part of - the SRP authentication exchange. - - - - - Creates and initializes a new instance of the ClientMessage2 class. - - - - - Creates and initializes a new instance of the ClientMessage2 class using - the specified public key and client proof. - - The client's public key. - The calculated client proof. - Thrown if either the public key - or the proof parameter is null. - - - - Serializes this instance of the ClientMessage2 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage2 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - Serializes the client's options collection into a comma-seperated - options string. - - A comma-seperated string containing the client's chosen - options. - - - - The client's ephemeral public key. - - - - - The evidence which proves to the server client-knowledge of the shared - context key. - - - - - The options list indicating the security services chosen by the client. - - - - - The initial vector the server will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of SRP messages. - - - - - Reads an unsigned integer value from the underlying stream, - optionally using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the integer value - as big endian value. - The 32-byte unsigned integer value read from the underlying - stream. - - - - Reads an unsigned short value from the underlying stream, optionally - using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value - as big endian value. - The 16-byte unsigned short value read from the underlying - stream. - - - - Reads a "multi-precision integer" from this instance. - - Extension method for the BinaryReader class. - An instance of the Mpi class decoded from the bytes read - from the underlying stream. - - - - Reads an "octet-sequence" from this instance. - - Extension method for the BinaryReader class. - An instance of the OctetSequence class decoded from the bytes - read from the underlying stream. - - - - Reads an UTF-8 string from this instance. - - Extension method for the BinaryReader class. - An instance of the Utf8String class decoded from the bytes - read from the underlying stream. - - - - Contains helper methods for calculating the various components of the - SRP authentication exchange. - - - - - The trace source used for informational and debug messages. - - - - - Determines whether the specified modulus is valid. - - The modulus to validate. - True if the specified modulus is valid, otherwise - false. - - - - Determines whether the specified generator is valid. - - The generator to validate. - True if the specified generator is valid, otherwise - false. - - - - Generates a random "multi-precision integer" which will act as the - client's private key. - - The client's ephemeral private key as a "multi-precision - integer". - - - - Calculates the client's ephemeral public key. - - The generator sent by the server. - The safe prime modulus sent by - the server. - The client's private key. - The client's ephemeral public key as a - "multi-precision integer". - - A = Client Public Key - g = Generator - a = Client Private Key - N = Safe Prime Modulus - - - - - Calculates the shared context key K from the given parameters. - - The user's password salt. - The username to authenticate with. - The password to authenticate with. - The client's ephemeral public key. - The server's ephemeral public key. - The client's private key. - The generator sent by the server. - The safe prime modulus sent by the - server. - The negotiated hash algorithm to use - for the calculations. - The shared context key K as a "multi-precision - integer". - - A = Client Public Key - B = Server Public Key - N = Safe Prime Modulus - U = Username - p = Password - s = User's Password Salt - a = Client Private Key - g = Generator - K = Shared Public Key - - - - - Computes the client evidence from the given parameters. - - The safe prime modulus sent by the - server. - The generator sent by the server. - The username to authenticate with. - The client's password salt. - The client's ephemeral public key. - The server's ephemeral public key. - The shared context key. - The authorization identity. - The raw options string as received from the - server. - The message digest algorithm to use for - calculating the client proof. - The client proof as an array of bytes. - - - - Computes the server evidence from the given parameters. - - The client's ephemeral public key. - - The shared context key. - The authorization identity. - The raw options string as sent by the - client. - The session id sent by the server. - The time-to-live value for the session id sent - by the server. - The message digest algorithm to use for - calculating the server proof. - The server proof as an array of bytes. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Recommended values for the safe prime modulus (Refer to Appendix A. - "Modulus and Generator Values" of the IETF SRP draft). - - - - - Represents a "multi-precision integer" (MPI) as is described in the - SRP specification (3.2 Multi-Precision Integers, p.5). - - Multi-Precision Integers, or MPIs, are positive integers used - to hold large integers used in cryptographic computations. - - - - Creates a new "multi-precision integer" from the specified array - of bytes. - - A big-endian sequence of bytes forming the - integer value of the multi-precision integer. - - - - Creates a new "multi-precision integer" from the specified BigInteger - instance. - - The BigInteger instance to initialize the MPI - with. - - - - Returns a sequence of bytes in big-endian order forming the integer - value of this "multi-precision integer" instance. - - Returns a sequence of bytes in big-endian order representing - this "multi-precision integer" instance. - - - - Serializes the "multi-precision integer" into a sequence of bytes - according to the requirements of the SRP specification. - - A big-endian sequence of bytes representing the integer - value of the MPI. - - - - The underlying BigInteger instance used to represent this - "multi-precision integer". - - - - - Represents an "octet-sequence" as is described in the SRP specification - (3.3 Octet sequences, p.6). - - - - - Creates a new instance of the OctetSequence class using the specified - byte array. - - The sequence of bytes to initialize this instance - of the OctetSequence class with. - - - - Serializes this instance of the OctetSequence class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - OctetSequence class. - Thrown if the length of the byte - sequence exceeds the maximum number of bytes allowed as per SRP - specification. - SRP specification imposes a limit of 255 bytes on the - length of the underlying byte array. - - - - The underlying byte array forming this instance of the OctetSequence - class. - - - - - Represents the first message sent by the server in response to an - initial client-response. - - - - - Deserializes a new instance of the ServerMessage1 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage1 - instance from. - An instance of the ServerMessage1 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - Parses the options string sent by the server. - - A comma-delimited options string. - An initialized instance of the NameValueCollection class - containing the parsed server options. - - - - The safe prime modulus sent by the server. - - - - - The generator sent by the server. - - - - - The user's password salt. - - - - - The server's ephemeral public key. - - - - - The options list indicating available security services. - - - - - The raw options as received from the server. - - - - - Represents the second message sent by the server as part of the SRP - authentication exchange. - - - - - Deserializes a new instance of the ServerMessage2 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage2 - instance from. - An instance of the ServerMessage2 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - The evidence which proves to the client server-knowledge of the shared - context key. - - - - - The initial vector the client will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - The session identifier the server has given to this session. - - - - - The time period for which this session's parameters may be re-usable. - - - - - Represents an UTF-8 string as is described in the SRP specification - (3.5 Text, p.6). - - - - - The value of the UTF-8 string. - - - - - Creates a new instance of the Utf8String class using the specified - string value. - - The string to initialize the Utf8String instance - with. - - - - Serializes this instance of the Utf8String class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - Utf8String class. - Thrown if the string value exceeds - the maximum number of bytes allowed as per SRP specification. - SRP specification imposes a limit of 65535 bytes on the - string data after it has been encoded into a sequence of bytes - using an encoding of UTF-8. - - - - Represents a MIME body part of a mail message that has multiple - parts. - - - - - Initializes a new instance of the Bodypart class with default - values. - - The part number as is expected by the - IMAP FETCH command. - - - - Returns a detailed description listing all properties of this - Bodypart instance. - - A string describing this instance of the Bodypart class - - - - The body part number which acts as part specifier for - the FETCH BODY command. - - - - - The MIME content-type of this body part. The content-type is - used to declare the general type of data. - - - - - The MIME content-subtype of this body part. The subtype - specifies a specific format for the type of data. - - - - - Parameter values present in the MIME content-type header - of this body part (for instance, 'charset'). - - - - - The MIME content-id of this body part, if any. This value - may be used for uniquely identifying MIME entities in - several contexts. - - - - - The MIME content-description of this body part. This value - may contain some descriptive information on the body part. - - - - - The MIME content-transfer-encoding mechanism used for - encoding this body part's data. - - - - - The size of this body part in bytes. Note that this size - is the size in its transfer encoding and not the resulting - size after any decoding. - - - - - The size of the body in text lines. This field is only - present in body parts with a content-type of text. - - - - - The computed MD5-Hash of the body part. This field is not - mandatory and may be empty. - - - - - The MIME content-disposition for this body part. This field - is not mandatory and may be empty. - - - - - A string giving the body language. This field is not mandatory - and may be empty. - - - - - A string list giving the body content URI. This field is not - mandatory and may be empty. - - - - - Provides a means for parsing the textual description of the body structure of a mail - message as is returned by an IMAP server for a "FETCH BODYSTRUCTURE" command. - - - They couldn't have made the BODYSTRUCTURE any more complicated and unnecessarily - hard to parse. I wonder what they were thinking when they came up with this. - - - - - Parses the body structure of a mail message as is returned by the IMAP server - in response to a FETCH BODYSTRUCTURE command. - - The body structure server response - An array of initialized Bodypart objects representing the body - structure of the mail message - Thrown if the passed string does not - contain a valid body structure and parsing failed. - - - - A Reader object initialized with the string containing the bodystructure - response. - - - - - Initializes a new instance of the Bodystructure class. - - - - - - Parses a bodypart entry from the body structure and advances the - read pointer. - - The designated part specifier by which the body - part is refered to by the server. - Set to true if the bodypart is enclosed - in parenthesis. - - - - - Parses the mandatory extra fields that are present if the bodypart is - of type message/rfc822 (see RFC 3501, p. 75). - - The bodypart instance the parsed fields will be - added to. - - - - Parses the optional fields of a bodypart entry from the body structure - and advances the read pointer. - - The bodypart instance the parsed fields will be - added to. - Set to true if the bodypart entry is enclosed - in parenthesis. - - - - Parses a list of bodypart entries as is outlined in the description of the - BODYPART response in RFC 3501. - - The nesting prefix that will be prefixed to the - bodyparts partNumber. - An array of initialized Bodypart objects parsed from the - list. - - - - Advances the read pointer to skip over a multipart entry. - - - - - Advances the read pointer to skip over an arbitrary - expression enclosed in parentheses. - - - - - Represents the content disposition as is presented in the BODYSTRUCTURE - response by the IMAP server. - - - - - Initializes a new instance of the ContentDisposition class with - default values. - - - - - Maps MIME content disposition string values to their corresponding - counter-parts of the ContentDispositionType enumeration. - - - - - The content disposition specifies the presentation style. - - - - - Additional attribute fields for specifying the name of a file, the creation - date and modification date, which can be used by the reader's mail user agent - to store the attachment. - - - - - Contains the name of the transmitted file if the content-disposition is of type - "Attachment" and if the name value was provided as part of the header information. - This field may be empty. - - - - - Possible values for the content disposition type which determines the presentation - style - - - - - The content disposition could not be determined. - - - - - An inline content disposition means that the content should be automatically - displayed when the message is displayed. - - - - - An attachment content disposition means that the content should not be displayed - automatically and requires some form of action from the user to open it. - - - - - Possible values for the "Encoding" property of the Bodypart class. The content - transfer encoding indicates whether or not a binary-to-text encoding - scheme has been used on top of the original encoding as specified within the - Content-Type header. - - - - - The content tranfer encoding could not be determined or is unknown. - - - - - Up to 998 bytes per line of the code range 1 - 127 with CR and LF only - allowed to appear as part of a CRLF line ending. - - - - - Up to 998 bytes per line with CR and LF only allowed to appear as part - of a CRLF line ending. - - - - - Any sequence of bytes. - - - - - Byte sequence is encoded using the quoted-printable encoding. - - - - - Byte sequence is encoded using Base64 encoding. - - - - - Possible values for the "Type" property of the Bodypart class. - For a detailed description of MIME Media Types refer to - RFC 2046. - - - - - The "text" media type is intended for sending material which - is principally textual in form. - - - - - A media type of "image" indicates that the body contains an image. - The subtype names the specific image format. - - - - - A media type of "audio" indicates that the body contains audio - data. - - - - - A media type of "video" indicates that the body contains a - time-varying-picture image, possibly with color and coordinated sound. - - - - - The "application" media type is to be used for discrete data which do - not fit in any of the other categories, and particularly for data to - be processed by some type of application program. - - - - - The "message" content type allows messages to contain other messages - or pointers to other messages. - - - - - The media type value is unknown or could not be determined. - - - - - A helper class for parsing the BODYSTRUCTURE response of an - IMAP FETCH command more conveniently. - - - - - Initializes a new instance of the Reader class that reads from the - specified string. - - The string to which the Reader instance should be - initialized. - - - - Reads the next character from the input string and advances the - character position by one character. - - The next character from the underlying string. - Thrown when reading is - attempted past the end of the underlying string. - - - - Returns the next available character but does not consume it. - - Set to true to skip any preceding - whitespace characters. - An integer representing the next character to be read, - or -1 if no more characters are available. - - - - Advances the character position until the specified character - is encountered. - - The character to skip to. - Thrown when reading is - attempted past the end of the underlying string. - - - - Advances the character position over any whitespace characters - and subsequently ensures the next read will not return a - whitespace character. - - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads characters until the specified character is encountered. - - The character to read up to. - The read characters as a string value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a word from the underlying string. A word in this context - is a literal enclosed in double-quotes. - - The read word. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads an integer from the underlying string. - - The read integer value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a list from the underlying string. A list in this context - is a list of attribute/value literals (enclosed in double-quotes) - enclosed in parenthesis. - - The read list as a dictionary with the attribute names - as keys and attribute values as values. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a disposition from the underlying string. A disposition in - this context is a list of attribute/value literals (enclosed in - double-quotes) preceded by a word enclosed in parenthesis. - - An initialized ContentDisposition instance representing - the parsed disposition. - Thrown when reading is - attempted past the end of the underlying string. - - - - The exception that is thrown when reading is attempted past the end - of a string. - - - - - Initializes a new instance of the EndOfStringException class - - - - - Initializes a new instance of the EndOfStringException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the EndOfStringException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the EndOfStringException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Defines the different means by which mail messages may be fetched from the server. - - - - - Fetches the entire mail message with all of its content. - - - - - Only the mail message headers will be retrieved, while the actual content will not be - downloaded. If this option is specified, only the header fields of the returned MailMessage - object will be initialized. - - - - - Retrieves the mail message, but will only download content that has a content-type of text. - This will retrieve text as well as HTML representation, while skipping inline content and - attachments. - - - - - Retrieves the mail message, but skips any content that is an attachment. - - - - - Provides data for IMAP idle error events. - - - - - Initializes a new instance of the IdleErrorEventArgs class. - - The exception that causes the event. - The instance of the ImapClient class that raised the event. - The exception parameter or the client parameter - is null. - - - - The exception that caused the error event. - - - - - The instance of the ImapClient class that raised the event. - - - - - Provides data for IMAP idle notification events. - - - - - Initializes a new instance of the IdleMessageEventArgs class and sets the - MessageCount attribute to the value of the - parameter. - - The number of messages in the selected mailbox. - The unique identifier (UID) of the newest message in the - mailbox. - The instance of the ImapClient class that raised the event. - - - - The total number of messages in the selected mailbox. - - - - - The unique identifier (UID) of the newest message in the mailbox. - - The UID can be passed to the GetMessage method in order to retrieve the mail - message from the server. - - - - The instance of the ImapClient class that raised the event. - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - This constructor is solely used for unit testing. - - A stream to initialize the ImapClient instance with. - - - - Initializes a new instance of the ImapClient class and connects to the specified port - on the specified host, optionally using the Secure Socket Layer (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets - Layer (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example shows how to establish a connection with an IMAP server - and print out the IMAP options, which the server supports. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - // Print out the server's capabilities. - foreach(string s in Client.Capabilities()) - Console.WriteLine(s); - - Client.Dispose(); - - - - - - Initializes a new instance of the ImapClient class and connects to the specified port on - the specified host, optionally using the Secure Socket Layer (SSL) security protocol and - attempts to authenticate with the server using the specified authentication method and - credentials. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer - (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - The provided credentials were rejected by the - server. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Connects to the specified port on the specified host, optionally using the Secure Socket Layer - (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer (SSL) - certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received - from the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - - - Determines whether the specified response is a valid IMAP OK response. - - A response string received from the server. - A tag if the response is associated with a command. - true if the response is a valid IMAP OK response; Otherwise false. - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Performs authentication using the most secure authentication mechanism supported by the - server. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - The order of preference of authentication types employed by this method is - Ntlm, Scram-Sha-1, Digest-Md5, followed by Cram-Md5 and finally plaintext Login as - a last resort. - - - - Performs an actual IMAP "LOGIN" command using the specified username and plain-text - password. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - - - - Performs NTLM and Kerberos authentication via the Security Support Provider Interface (SSPI). - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - True to authenticate using NTLM, otherwise GSSAPI (Kerberos) is - used. - The response sent by the server. - The specified authentication method is not - supported by the server. - - - - Performs authentication using a SASL authentication mechanism via IMAP's authenticate - command. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The name of the SASL authentication mechanism to use. - The response sent by the server. - The authentication mechanism with the specified name could - not be found. - The specified authentication mechanism is not - supported by the server. - An unexpected response has been received from - the server. - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Generates a unique identifier to prefix a command with, as is required by the IMAP protocol. - - A unique identifier string. - - - - Sends a command string to the server. This method blocks until the command has been - transmitted. - - The command to send to the server. The string is suffixed by CRLF - prior to sending. - - - - Sends a command string to the server and subsequently waits for a response, which is then - returned to the caller. This method blocks until the server response has been received. - - The command to send to the server. This is suffixed by CRLF prior - to sending. - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - The response received by the server. - - - - Waits for a response from the server. This method blocks until a response has been received. - - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - A response string from the server - The underlying socket is closed or there was a failure - reading from the network. - - - - Reads the specified amount of bytes from the server. This method blocks until the specified - amount of bytes has been read from the network stream. - - The number of bytes to read. - The read bytes as an ASCII-encoded string. - The underlying socket is closed or there was a failure - reading from the network. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Selects the specified mailbox so that the messages of the mailbox can be accessed. - - The mailbox to select. If this parameter is null, the - default mailbox is selected. - The specified mailbox could not be selected. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - IMAP Idle must be paused or stopped before calling this method. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Retrieves the set of special-use flags associated with the specified mailbox. - - The mailbox to receive the special-use flags for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - An enumerable collection of special-use flags set on the specified - mailbox. - This feature is an optional extension to the IMAP protocol and as such some servers - may not report any flags at all. - - - - Retrieves status information (total number of messages, number of unread messages, etc.) for - the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxStatus object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the mail header for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the mail header for. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw mail header of the mail message with the specified - UID. - The mail header could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the body structure for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the body structure for. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw body structure of the mail message with the specified - UID. - The body structure could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A body structure is a textual description of the layout of a mail message. It is - described in some detail in RFC 3501 under 7.4.2 FETCH response. - - - - Retrieves the MIME body-part with the specified part number of the multipart message with - the specified unique identifier (UID). - - The UID of the mail message to retrieve a MIME body part for. - The part number of the body part to fetch. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the specified body part of the mail message with the specified - UID. - The body part could not be fetched. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the raw MIME/RFC822 mail message data for the mail message with the specified UID. - - The UID of the mail message to retrieve as a MIME/RFC822 string. - Set this to true to set the \Seen flag for the fetched message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw MIME/RFC822 data of the mail message with the - specified UID. - The mail message data could not be fetched. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the highest UID in the specified mailbox. - - The mailbox to find the highest UID for. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - The highest unique identifier value (UID) in the mailbox. - The UID could not be determined. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The highest UID usually corresponds to the newest message in a mailbox. - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Starts receiving of IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when already receiving idle notifications has no - effect. - - - - - - - Stops receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when not receiving idle notifications has no effect. - - - - - - Temporarily pauses receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - To resume receiving IDLE notifications ResumeIdling must be called. - - - - - - - Resumes receiving IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - The main idle loop. Waits for incoming IMAP IDLE notifications and dispatches - them as events. This runs in its own thread whenever IMAP IDLE - notifications are being received. - - - - - Blocks on a queue and wakes up whenever a new notification is put into the queue. The - notification is then examined and dispatched as an event. - - - - - Issues a NOOP command to the IMAP server. Called in the context of a System.Timer event - when IDLE notifications are being received. - - This is needed by the IMAP IDLE mechanism to give the server an indication that the - connection is still active. - - - - - Retrieves IMAP QUOTA information for the specified mailbox. - - The mailbox to retrieve QUOTA information for. If this parameter is - null, the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - An enumerable collection of MailboxQuota objects describing usage and limits of the - quota roots for the mailbox. - The quota operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The IMAP4 QUOTA extension is not supported by - the server. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Releases all resources used by the current instance of the ImapClient class. - - - - - Releases all resources used by the current instance of the ImapClient class, optionally - disposing of managed resource. - - true to dispose of managed resources, otherwise false. - - - - Asserts the instance has not been disposed of and is in a valid state. - - The ImapClient object has been - disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when an I/O exception occurs in the idle-thread. - - - An I/O exception can occur if the underlying network connection has been reset or the - server unexpectedly closed the connection. - - - - - A delegate which is invoked during a call to GetMessage or GetMessages for every MIME part in - a multipart mail message. The delegate can examine the MIME body part and decide to either - include it in the returned mail message or dismiss it. - - A MIME body part of a mail message which consists of multiple parts. - true to include the body part in the returned MailMessage object, or false to skip - it. - - - - The exception that is thrown when an unexpected response is received from the server. - - - - - Initializes a new instance of the BadServerResponseException class - - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the BadServerResponseException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when the supplied credentials were rejected by the server. - - - - - Initializes a new instance of the InvalidCredentialsException class - - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the InvalidCredentialsException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when a client has not authenticated with the server and - attempts to call a method which can only be called when authenticated. - - - - - Initializes a new instance of the NotAuthenticatedException class - - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the NotAuthenticatedException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Provides access to status information such as the total number of messages and quota - information for a mailbox. - - - The terms "mailbox" and "folder" can be used interchangeably and refer to the IMAP concept of - multiple server-side directories into which messages can be stored (such as "Inbox", - "Sent Items", "Trash", etc.). - - - - - Initializes a new instance of the MailboxInfo class with the specified values. - - The IMAP name of the mailbox. - The IMAP flags set on this mailbox. - The number of messages in the mailbox. - The number of unread messages in the mailbox. - The next unique identifier (UID) of the mailbox. - The amount of used storage of the mailbox, in bytes. - The amount of free storage of the mailbox, in bytes. - - - - Returns the name of the mailbox. - - The name of the mailbox - - - - The name of the mailbox. - - - - - An enumerable collection of flags set on the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - The next unique identifier value of the mailbox. - - - - - The amount of used storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of used storage, this property will be 0. - - - - - The amount of free storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of free storage, this property will be 0. - - - - - Defines possible attributes for mailboxes. - - - - An IMAP mailbox can have a number of flags (read: attributes) set on it, indicating its - designated purpose (such as "Spam" or "Drafts"). - - - This is especially convenient when dealing with international mailbox names, because, by - examining the associated flags, the mailbox purpose can be determined, even if the mailbox - name provides no useful indication. - - - Unfortunately, as with many things IMAP, reporting the flags described here is an optional - extension (XLIST) to the IMAP protocol and as such may or may not be supported by an IMAP - server. - - - - - - The mailbox presents a view on all messages in the user's message store. - - - - - The mailbox is used to archive messages. The meaning of an "archival" mailbox is server - dependent. - - - - - The mailbox is used to hold draft messages, typically these are messages that are being - composed but have not yet been sent. - - - - - The mailbox is used to hold copies of messages that have been sent. - - - - - The mailbox is where messages deemed to be junk mail (spam) are held. - - - - - The mailbox is used to hold messages that have been deleted or marked for deletion. - - - - - Represents an IMAP QUOTA entry for a resource which typically consists of a resource name, - the current usage of the resource, and the resource limit. - - - - - Initializes a new instance of the MailboxQuota class with the specified values. - - The name of the resource this MailboxQuota instance describes. - The current usage of the resource in units of 1024 bytes. - The limit of the resource in units of 1024 bytes. - - - - The name of the resource this MailboxQuota instance describes. - - - - - The current usage of the resource this MailboxQuota instance describes, in bytes. - - - - - The limit of the resource this MailboxQuota instance describes, in bytes. - - - - - Represents the status information of a mailbox which can be constructed from the server - response to a STATUS command. - - - - - Initializes a new MailboxStatus instance with the specified number of total and unread - messages. - - The total number of messages in the mailbox. - The number of unread (unseen) messages in the mailbox. - The next unique identifier value of the mailbox - - - - The next unique identifier value of the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - Adds extension methods to the MailMessage class of the .NET Framework. - - - Most of the methods are only used internally and are not visible outside of the - S22.Imap assembly. - - - - - Returns the date and time the mail message was composed. - - The MailMessage instance to return the date and time for. - The date and time the mail message was composed, or null if the mail message - does not contain any date information. - - - - Constructs a textual representation of a mail message from the specified MailMessage - instance compliant with the RFC822 and MIME standards. - - The MailMessage instance to construct the textual representation - from. - An RFC822/MIME-compliant string representing the specified mail message. - The From property is null or has not been - properly initialized. - - - - Builds a RFC822/MIME-compliant mail header from the specified MailMessage instance and - returns it as a NameValueCollection. - - The MailMessage instance to build the header from. - A NameValueCollection representing the RFC822/MIME mail header fields. - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - priority values as defined in RFC2156. - - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - importance values as defined in RFC2156. - - - - - Takes a unicode string and encodes it using Q-encoding. - - The string to encode. - The input string encoded as Q-encoded string containing only ASCII - characters. - - - - Takes a unicode string and encodes it using Base64-encoding. - - The string to encode. - The input string encoded as Base64-encoded string containing only ASCII - characters. - - - - Creates an address string from the specified MailAddress instance in compliance with the - address specification as outlined in RFC2822 under section 3.4 - - The MailAddress instance to create the address string from. - An address string as is used in RFC822 mail headers. - - - - Generates a unique sequence of characters for indicating a boundary between parts in a - multipart message. - - A unique content boundary string. - - - - Builds an RFC822/MIME-compliant mail body from the specified MailMessage instance and - returns it as a formatted string. - - The MailMessage instance to build the mail body from. - The RFC822/MIME mail header to use for constructing the mail - body. - An RFC822/MIME-compliant mail body as a string. - According to RFC2822 each line of a mail message should at max be 78 characters in - length excluding carriage return and newline characters. This method accounts for that and - ensures line breaks are inserted to meet this requirement. - - - - Adds a body part to the specified Stringbuilder object composed from the Body and - BodyEncoding properties of the MailMessage class. - - The Stringbuilder to append the body part to. - The MailMessage instance to build the body part from. - The RFC822/MIME mail header to use for constructing the mail body. - Set to true to append body headers before adding the actual body - part content. - - - - Creates a MIME body part from an entry of the AlternateView or Attachments collection of a - MailMessage instance and appends it to the specified Stringbuilder instance. - - The Stringbuilder instance to append the body part to. - An entry from either the AlternateView or the Attachments collection of - a MailMessage instance. - - - - Creates a nested multipart/alternative part which contains all entries from the - AlternateViews collection of the specified MailMessage instance as well as the body part - for the Body and BodyEncoding properties of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose AlternateView collection will be added to the - nested multipart/alternative part. - The RFC822/MIME mail header to use for constructing the mail body. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - Creates a nested multipart/mixed part which contains all entries from the Attachments - collection of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose Attachments collection will be added to the - nested multipart/mixed part. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - A helper class for reading mail message data and building a MailMessage instance out of it. - - - - - Creates a new empty instance of the MailMessage class from a string containing a raw mail - message header. - - The mail header to create the MailMessage instance from. - A MailMessage instance with initialized Header fields but without any - content. - - - - Creates a new instance of the MailMessage class from a string containing raw RFC822/MIME - mail message data. - - The mail message data to create the MailMessage instance from. - An initialized instance of the MailMessage class. - This is used when fetching entire messages instead of the partial-fetch mechanism - because it saves redundant round-trips to the server. - - - - Parses the mail header of a mail message and returns it as a NameValueCollection. - - The mail header to parse. - A NameValueCollection containing the header fields as keys with their respective - values as values. - - - - Strips RFC822/MIME comments from the specified string. - - The string to strip comments from. - A new string stripped of any comments. - - - - Parses a MIME header field which can contain multiple 'parameter = value' - pairs (such as Content-Type: text/html; charset=iso-8859-1). - - The header field to parse. - A NameValueCollection containing the parameter names as keys with the respective - parameter values as values. - The value of the actual field disregarding the 'parameter = value' pairs is stored - in the collection under the key "value" (in the above example of Content-Type, this would - be "text/html"). - - - - Parses a mail header address-list field such as To, Cc and Bcc which can contain multiple - email addresses. - - The address-list field to parse - An array of MailAddress objects representing the parsed mail addresses. - - - - Splits the specified address-list into individual parts consisting of a mail address and - optionally a display-name. - - The address-list to split into parts. - An enumerable collection of parts. - - - - Parses a mail message identifier from a string. - - The field to parse the message id from - The field argument does not contain a valid message - identifier. - The parsed message id. - A message identifier (msg-id) is a globally unique identifier for a - message. - - - - Parses the priority of a mail message which can be specified as part of the header - information. - - The mail header priority value. The value can be null in which case - a "normal priority" is returned. - A value from the MailPriority enumeration corresponding to the specified mail - priority. If the passed priority value is null or invalid, a normal priority is assumed and - MailPriority.Normal is returned. - - - - Sets the address fields (From, To, CC, etc.) of a MailMessage object using the specified - mail message header information. - - The MailMessage instance to operate on. - A collection of mail and MIME headers. - - - - Adds a body part to an existing MailMessage instance. - - Extension method for the MailMessage class. - The body part to add to the MailMessage instance. - The content of the body part. - - - - Creates an instance of the Attachment class used by the MailMessage class to store mail - message attachments. - - The MIME body part to create the attachment from. - An array of bytes composing the content of the attachment. - An initialized instance of the Attachment class. - - - - Creates an instance of the AlternateView class used by the MailMessage class to store - alternate views of the mail message's content. - - The MIME body part to create the alternate view from. - An array of bytes composing the content of the alternate view. - An initialized instance of the AlternateView class. - - - - Parses the body part of a MIME/RFC822 mail message. - - The body of the mail message. - The header of the mail message whose body will be parsed. - An array of initialized MIMEPart instances representing the body parts of the mail - message. - - - - Parses the body of a multipart MIME mail message. - - An instance of the StringReader class initialized with a string - containing the body of the mail message. - The boundary value as is present as part of the Content-Type header - field in multipart mail messages. - An array of initialized MIMEPart instances representing the various parts of the - MIME mail message. - - - - Glue method to create a bodypart from a MIMEPart instance. - - The MIMEPart instance to create the bodypart instance from. - An initialized instance of the Bodypart class. - - - - Defines possible attributes for mail messages on an IMAP server. - - - - - Indicates that the message has been read. - - - - - Indicates that the message has been answered. - - - - - Indicates that the message is "flagged" for urgent/special attention. - - - - - Indicates that the message has been marked as "deleted" and will be removed upon the next - call to the Expunge method. - - - - - Indicates that the message has not completed composition and is marked as a draft. - - - - - Indicates that the message has recently arrived in the mailbox. - - - - - Represents a part of a MIME multi-part message. Each part consists of its own content header - and a content body. - - - - - A collection containing the content header information as key-value pairs. - - - - - A string containing the content body of the part. - - - - - A thread-safe Queue. - - - - - Adds an object to the end of the queue. - - The object to add to the queue. - - - - Removes and returns the object at the beginning of the queue. If the queue is empty, the - method blocks the calling thread until an object is put into the queue by another thread. - - The object that was removed from the beginning of the queue. - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of NTLM messages. - - - - - Reads an ASCII-string of the specified length from this instance. - - Extension method for the BinaryReader class. - The number of bytes to read from the underlying - stream. - A string decoded from the bytes read from the underlying - stream using the ASCII character set. - - - - The NTLM flags which are contained in a bitfield within the header of - an NTLM message. - - - - - Indicates that Unicode strings are supported for use in security - buffer data. - - - - - Indicates that OEM strings are supported for use in security - buffer data. - - - - - Requests that the server's authentication realm be included in - the Type 2 message. - - - - - Specifies that authenticated communication between the client and - server should carry a digital signature (message integrity). - - - - - Specifies that authenticated communication between the client and - server should be encrypted (message confidentiality). - - - - - Indicates that datagram authentication is being used. - - - - - Indicates that the Lan Manager Session Key should be used for signing - and sealing authenticated communications. - - - - - This flag's usage has not been identified. - - - - - Indicates that NTLM authentication is being used. - - - - - Sent by the client in the Type 3 message to indicate that an anonymous - context has been established. This also affects the response fields. - - - - - Sent by the client in the Type 1 message to indicate that the name of - the domain in which the client workstation has membership is included - in the message. This is used by the server to determine whether the - client is eligible for local authentication. - - - - - Sent by the client in the Type 1 message to indicate that the client - workstation's name is included in the message. This is used by the - server to determine whether the client is eligible for local - authentication. - - - - - Sent by the server to indicate that the server and client are on the - same machine. Implies that the client may use the established local - credentials for authentication instead of calculating a response to - the challenge. - - - - - Indicates that authenticated communication between the client and - server should be signed with a "dummy" signature. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a domain. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a server. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a share. Presumably, this is for share-level - authentication. Usage is unclear. - - - - - Indicates that the NTLM2 signing and sealing scheme should be used for - protecting authenticated communications. Note that this refers to a - particular session security scheme, and is not related to the use of - NTLMv2 authentication. This flag can, however, have an effect on the - response calculations. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - Sent by the server in the Type 2 message to indicate that it is including - a Target Information block in the message. The Target Information block - is used in the calculation of the NTLMv2 response. - - - - - Indicates that 128-bit encryption is supported. - - - - - Indicates that the client will provide an encrypted master key in the - "Session Key" field of the Type 3 message. - - - - - Indicates that 56-bit encryption is supported. - - - - - Represents the data contained in the target information block of an - NTLM type 2 message. - - - - - The server name. - - - - - The domain name. - - - - - The fully-qualified DNS host name. - - - - - The fully-qualified DNS domain name. - - - - - Describes the different versions of the Type 2 message that have - been observed. - - - - - The version is unknown. - - - - - This form is seen in older Win9x-based systems. - - - - - This form is seen in most out-of-box shipping versions of Windows. - - - - - This form was introduced in a relatively recent Service Pack, and - is seen on currently-patched versions of Windows 2000, Windows XP, - and Windows 2003. - - - - - Indicates the type of data in Type 2 target information blocks. - - - - - Signals the end of the target information block. - - - - - The data in the information block contains the server name. - - - - - The data in the information block contains the domain name. - - - - - The data in the information block contains the DNS hostname. - - - - - The data in the information block contans the DNS domain name. - - - - - Computes the MD4 hash value for the input data. - Courtesy of Keith Wood. - - - - - Describes the different types of NTLM messages. - - - - - An NTLM type 1 message is the initial client response to the - server. - - - - - An NTLM type 2 message is the challenge sent by the server in - response to an NTLM type 1 message. - - - - - An NTLM type 3 message is the challenge response sent by the client - in response to an NTLM type 2 message. - - - - - Indicates the version and build number of the operating system. - - - - - Default constructor. - - - - - Creates a new instance of the OSVersion class using the specified - values. - - The major version of the operating - system. - The minor version of the operating - system. - The build number of the operating systen. - - - - Serializes this instance of the OSVersion class to an array of - bytes. - - An array of bytes representing this instance of the OSVersion - class. - - - - The major version number of the operating system. - - - - - The minor version number of the operating system. - - - - - The build number of the operating system. - - - - - Contains methods for calculating the various Type 3 challenge - responses. - - - - - Computes the LM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account name to authenticate with. - The user account password. - The target information block from - the NTLM type 2 message. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Computes the LMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account to authenticate with. - The user account password. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Creates the LM Hash of the specified password. - - The password to create the LM Hash of. - The LM Hash of the given password, used in the calculation - of the LM Response. - Thrown if the password argument - is null. - - - - Creates a DES encryption key from the specified key material. - - The key material to create the DES encryption - key from. - An offset into the byte array at which to - extract the key material from. - A 56-bit DES encryption key as an array of bytes. - - - - Applies odd parity to the specified byte array. - - The byte array to apply odd parity to. - A reference to the byte array. - - - - Creates the LM Response from the specified hash and Type 2 challenge. - - An LM or NTLM hash. - The server challenge from the Type 2 - message. - The challenge response as an array of bytes. - Thrown if the hash or the - challenge parameter is null. - - - - Creates the NTLM Hash of the specified password. - - The password to create the NTLM hash of. - The NTLM hash for the specified password. - Thrown if the password - parameter is null. - - - - Creates the NTLMv2 Hash of the specified target, username - and password values. - - The name of the authentication target as is - specified in the target name field of the NTLM type 3 message. - The user account name. - The password for the user account. - The NTLMv2 hash for the specified input values. - Thrown if the username or - the password parameter is null. - - - - Returns the current time as the number of tenths of a microsecond - since January 1, 1601. - - The current time as the number of tenths of a microsecond - since January 1, 1601. - - - - Creates the "blob" data block which is part of the NTLMv2 challenge - response. - - The target information block from - the NTLM type 2 message. - A random 8-byte client nonce. - The blob, used in the calculation of the NTLMv2 Response. - - - - Creates the LMv2 Response from the given NTLMv2 hash, client data, and - Type 2 challenge. - - The NTLMv2 Hash. - The client data (blob or client nonce). - The server challenge from the Type 2 message. - The response which is either for NTLMv2 or LMv2, depending - on the client data. - - - - Represents an NTLM security buffer, which is a structure used to point - to a buffer of binary data within an NTLM message. - - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The length of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length value exceeds - the maximum value allowed. The security buffer structure stores the - length value as a 2-byte short value. - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The data of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length of the data - buffer exceeds the maximum value allowed. The security buffer structure - stores the buffer length value as a 2-byte short value. - - - - Serializes this instance of the SecurityBuffer into an array of bytes. - - A byte array representing this instance of the SecurityBuffer - class. - - - - The length of the buffer content in bytes (may be zero). - - - - - The allocated space for the buffer in bytes (typically the same as - the length). - - - - - The offset from the beginning of the NTLM message to the start of - the buffer, in bytes. - - - - - Represents an NTLM Type 1 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 1 for an NTLM Type 1 message. - - - - - Creates a new instance of the Type1Message class using the specified - domain and workstation names. - - The domain in which the client's workstation has - membership. - The client's workstation name. - Thrown if the domain or the - workstation parameter is null. - Thrown if the domain - or the workstation name exceeds the maximum allowed string - length. - The domain as well as the workstation name is restricted - to ASCII characters and must not be longer than 65536 characters. - - - - - Serializes this instance of the Type1 class to an array of bytes. - - An array of bytes representing this instance of the Type1 - class. - - - - The NTLM flags set on this instance. - - - - - The supplied domain name as an array of bytes in the ASCII - range. - - - - - The offset within the message where the domain name data starts. - - - - - The supplied workstation name as an array of bytes in the - ASCII range. - - - - - The offset within the message where the workstation name data starts. - - - - - The length of the supplied workstation name as a 16-bit short value. - - - - - Contains information about the client's OS version. - - - - - Represents an NTLM Type 2 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 2 for an NTLM Type 2 message. - - - - - Private constructor. - - - - - Deserializes a Type 2 message instance from the specified buffer - of bytes. - - The buffer containing a sequence of bytes - representing an NTLM Type 2 message. - An initialized instance of the Type2 class. - Thrown if an error occurs - during deserialization of the Type 2 message. - - - - Determines the version of an NTLM type 2 message. - - The target offset field of the NTLM - type 2 message. - A value from the Type2Version enumeration. - - - - Reads the OS information data present in version 3 of an NTLM - type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the OSVersion class. - - - - Reads the target information data present in version 2 and 3 of - an NTLM type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the Type2TargetInformation - class. - - - - Retrieves the target name from the specified byte array. - - A byte array containing the target name. - If true the target name will be decoded - using UTF-16 unicode encoding. - - - - - The challenge is an 8-byte block of random data. - - - - - The target name of the authentication target. - - - - - The NTLM flags set on this message. - - - - - The SSPI context handle when a local call is being made, - otherwise null. - - - - - Contains the data present in the OS version structure. - - - - - The version of this Type 2 message instance. - - - - - Contains the data present in the target information block. - - - - - Contains the raw data present in the target information block. - - - - - Represents an NTLM Type 3 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 3 for an NTLM Type 3 message. - - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. All security buffers will - be encoded as Unicode. - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - Set this to true, if Unicode encoding has been - negotiated between client and server. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. - Thrown if the username, password - or challenge parameters are null. - - - - Serializes this instance of the Type3 class to an array of bytes. - - An array of bytes representing this instance of the Type3 - class. - - - - Returns a random 8-byte cnonce value. - - A random 8-byte cnonce value. - - - - The NTLM flags set on this instance. - - - - - The "Lan Manager" challenge response. - - - - - The offset at which the LM challenge response data starts. - - - - - The NTLM challenge response. - - - - - The offset at which the NTLM challenge response data starts. - - - - - The authentication realm in which the authenticating account - has membership. - - - - - The offset at which the target name data starts. - - - - - The authenticating account name. - - - - - The offset at which the username data starts. - - - - - The client workstation's name. - - - - - The offset at which the client workstation's name data starts. - - - - - The session key value which is used by the session security mechanism - during key exchange. - - - - - The offset at which the session key data starts. - - - - - Contains the data present in the OS version structure. - - - - - The encoding used for transmitting the contents of the various - security buffers. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2195. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslCramMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Cram-Md5 challenge. - - The challenge sent by the server - The response to the Cram-Md5 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Cram-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2831. - - - - - The client nonce value used during authentication. - - - - - Cram-Md5 involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslDigestMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Digest-Md5 challenge. - - The challenge sent by the server - The response to the Digest-Md5 challenge. - Thrown if the response could not - be computed. - - - - Parses the challenge string sent by the server in response to a Digest-Md5 - authentication request. - - The challenge sent by the server as part of - "Step One" of the Digest-Md5 authentication mechanism. - An initialized NameValueCollection instance made up of the - attribute/value pairs contained in the challenge. - Thrown if the challenge parameter - is null. - Refer to RFC 2831 section 2.1.1 for a detailed description of the - format of the challenge sent by the server. - - - - Computes the "response-value" hex-string which is part of the - Digest-MD5 challenge-response. - - A collection containing the attributes - and values of the challenge sent by the server. - The cnonce value to use for computing - the response-value. - The "digest-uri" string to use for - computing the response-value. - The username to use for computing the - response-value. - The password to use for computing the - response-value. - A string containing a hash-value which is part of the - response sent by the client. - Refer to RFC 2831, section 2.1.2.1 for a detailed - description of the computation of the response-value. - - - - Calculates the MD5 hash value for the specified string. - - The string to calculate the MD5 hash value for. - The encoding to employ for encoding the - characters in the specified string into a sequence of bytes for - which the MD5 hash will be calculated. - An MD5 hash as a 32-character hex-string. - Thrown if the input string - is null. - - - - Encloses the specified string in double-quotes. - - The string to enclose in double-quote characters. - The enclosed string. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Digest-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLM authentication method which is used in various - Microsoft network protocol implementations. - - Implemented with the help of the excellent documentation on - NTLM composed by Eric Glass. - - - - NTLM involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlm class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an NTLM challenge. - - The challenge sent by the server. Since - NTLM expects an initial client response, this will usually be - empty. - The initial response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the NTLM authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLMv2 authentication method which addresses - some of the security issues present in NTLM version 1. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlmv2 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - Implements the Sasl OAuth authentication method. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - Thrown if the accessToken - parameter is null. - Thrown if the accessToken - parameter is empty. - - - - Computes the client response for a OAuth challenge. - - The challenge sent by the server. - The response to the OAuth challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth authentication mechanism. - - - - - The access token to authenticate with. - - - - - Implements the Sasl OAuth 2.0 authentication method. - - - - - The server sends an error response in case authentication fails - which must be acknowledged. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - The username to authenticate with. - Thrown if the username - or the accessToken parameter is null. - Thrown if the username or - the accessToken parameter is empty. - - - - Computes the client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth 2.0 authentication mechanism. - - - - - The username to authenticate with. - - - - - The access token to authenticate with. - - - - - Implements the Sasl Plain authentication method as described in - RFC 4616. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslPlain class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response for a plain-challenge. - - The challenge sent by the server. For the - "plain" mechanism this will usually be empty. - The response for the "plain"-challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Plain authentication mechanism as described - in RFC 4616. - - - - - The username to authenticate with. - - - - - The plain-text password to authenticate with. - - - - - The exception is thrown when a Sasl-related error or unexpected condition occurs. - - - - - Initializes a new instance of the SaslException class - - - - - Initializes a new instance of the SaslException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the SaslException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the SaslException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - A factory class for producing instances of Sasl mechanisms. - - - - - Creates an instance of the Sasl mechanism with the specified - name. - - The name of the Sasl mechanism of which an - instance will be created. - An instance of the Sasl mechanism with the specified name. - Thrown if the name parameter - is null. - Thrown if the Sasl mechanism with the - specified name is not registered with Sasl.SaslFactory. - - - - Registers a Sasl mechanism with the factory using the specified name. - - The name with which to register the Sasl mechanism - with the factory class. - The type of the class implementing the Sasl mechanism. - The implementing class must be a subclass of Sasl.SaslMechanism. - Thrown if the name or the t - parameter is null. - Thrown if the class represented - by the specified type does not derive from Sasl.SaslMechanism. - Thrown if the Sasl mechanism could not - be registered with the factory. Refer to the inner exception for error - details. - - - - Static class constructor. Initializes static properties. - - - - - A dictionary of Sasl mechanisms registered with the factory class. - - - - - Represents chainable search conditions that can be used with the Search method. - - - - - Finds all messages in the mailbox. - - A SearchCondition object representing the "all" search criterion. - - - - Finds messages that contain the specified string in the header or body of the message. - - String to search messages for. - A SearchCondition object representing the "text" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's BCC field. - - String to search the envelope structure's BCC field for. - A SearchCondition object representing the "BCC" search criterion. - The text parameter is null. - - - - Finds messages whose internal date (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the message's internal date with. - A SearchCondition object representing the "Before" search criterion. - - - - Finds messages that contain the specified string in the body of the message. - - String to search the message body for. - A SearchCondition object representing the "Body" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's CC field. - - String to search the envelope structure's CC field for. - A SearchCondition object representing the "CC" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's FROM field. - - String to search the envelope structure's FROM field for. - A SearchCondition object representing the "FROM" search criterion. - The text parameter is null. - - - - Finds messages that have a header with the specified field-name and that contains the - specified string in the text of the header. - - field-name of the header to search for. - String to search for in the text of the header. - A SearchCondition object representing the "HEADER" search criterion. - - If the string to search is zero-length, this matches all messages that have a header line - with the specified field-name regardless of the contents. - - The name parameter or the text parameter is - null. - - - - Finds messages with the specified keyword flag set. - - The keyword flag to search for. - A SearchCondition object representing the "KEYWORD" search criterion. - The text parameter is null. - - - - Finds messages with a size larger than the specified number of bytes. - - Minimum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "LARGER" search criterion. - - - - Finds messages with a size smaller than the specified number of bytes. - - Maximum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "SMALLER" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTBEFORE" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within the specified - date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTON" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within or later than - the specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTSINCE" search criterion. - - - - Finds messages that contain the specified string in the envelope structure's SUBJECT field. - - String to search the envelope structure's SUBJECT field for. - A SearchCondition object representing the "SUBJECT" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's TO field. - - String to search the envelope structure's TO field for. - A SearchCondition object representing the "TO" search criterion. - The text parameter is null. - - - - Finds messages with unique identifiers corresponding to the specified unique identifier set. - - One or several unique identifiers (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages with a unique identifier greater than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - Because of the nature of the IMAP search mechanism, the result set will always contain the - UID of the last message in the mailbox, even if said UID is smaller than the UID specified. - - - - - Finds messages with a unique identifier less than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages that do not have the specified keyword flag set. - - The IMAP keyword flag to search for. - A SearchCondition object representing the "UNKEYWORD" search criterion. - The text parameter is null. - - - - Finds messages that have the \Answered flag set. - - A SearchCondition object representing the "ANSWERED" search criterion. - - - - Finds messages that have the \Deleted flag set. - - A SearchCondition object representing the "DELETED" search criterion. - - - - Finds messages that have the \Draft flag set. - - A SearchCondition object representing the "DRAFT" search criterion. - - - - Finds messages that have the \Flagged flag set. - - A SearchCondition object representing the "FLAGGED" search criterion. - - - - Finds messages that have the \Recent flag set but not the \Seen flag. - - A SearchCondition object representing the "NEW" search criterion. - - - - Finds messages that do not have the \Recent flag set. - - A SearchCondition object representing the "OLD" search criterion. - - - - Finds messages that have the \Recent flag set. - - A SearchCondition object representing the "RECENT" search criterion. - - - - Finds messages that have the \Seen flag set. - - A SearchCondition object representing the "SEEN" search criterion. - - - - Finds messages that do not have the \Answered flag set. - - A SearchCondition object representing the "UNANSWERED" search criterion. - - - - Finds messages that do not have the \Deleted flag set. - - A SearchCondition object representing the "UNDELETED" search criterion. - - - - Finds messages that do not have the \Draft flag set. - - A SearchCondition object representing the "UNDRAFT" search criterion. - - - - Finds messages that do not have the \Flagged flag set. - - A SearchCondition object representing the "UNFLAGGED" search criterion. - - - - Finds messages that do not have the \Seen flag set. - - A SearchCondition object representing the "UNSEEN" search criterion. - - - - Logically ANDs multiple search conditions, meaning a message will only be included in the - search result if both of the ANDed conditions are met. - - A search condition to logically AND this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically negates search conditions, meaning a message will only be included in the search - result if the specified conditions are not met. - - A search condition that must not be met by a message for it to be - included in the search result set. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically ORs multiple search conditions, meaning a message will be included in the search - result if it meets at least either of the conditions. - - A search condition to logically OR this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Joins two SearchCondition objects into a new one using the specified logical operator. - - The logical operator to use for joining the search conditions. - Possible values are "OR", "NOT" and the empty string "" which denotes a logical AND. - The first SearchCondition object - The second SearchCondition object - A new SearchCondition object representing the two search conditions joined by the - specified logical operator. - - - - Concatenates the members of a collection, using the specified separator between each - member. - - The type of the members of values. - The string to use as a separator. - A collection that contains the objects to concatenate. - A string that consists of the members of values delimited by the separator - string. If values has no members, the method returns System.String.Empty. - The values parameter is null. - This is already part of the String class in .NET 4.0 and newer but is needed - for backwards compatibility with .NET 3.5. - - - - Constructs a string from the SearchCondition object using the proper syntax as is required - for the IMAP SEARCH command. - - A string representing this SearchCondition instance that can be used with the IMAP - SEARCH command. - - - - The search keys which can be used with the IMAP SEARCH command, as are defined in section - 6.4.4 of RFC 3501. - - - - - A static utility class containing methods for decoding encoded non-ASCII data as well as - extension methods for some classes of the base class library. - - - - - Returns a copy of the string enclosed in double-quotes and with escaped CRLF, back-slash - and double-quote characters (as is expected by some commands of the IMAP protocol). - - Extends the System.String class - A copy of the string enclosed in double-quotes and properly escaped as is required - by the IMAP protocol. - - - - Returns true if the string contains only ASCII characters. - - Extension method for the String class. - true if the string contains only ASCII characters; Otherwise false. - - - - Splits a string into chunks of the specified number of characters. - - Extension method for the String class. - The length of a chunk, measured in characters. - An array of string chunks. - - - - Determines whether the specified string occurs within this string. - - Extension method for the String class. - The string to seek. - One of the enumeration values that specifies the rules for the - search. - true if the value parameter occurs within this string, or if value is the empty - string (""); otherwise, false. - The value parameter is null. - - - - Raises the event. Ensures the event is only raised, if it is not null. - - Extends System.EventHandler class. - Extends System.EventHandler class. - The sender of the event. - The event arguments associated with this event. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - The name to use when throwing an exception, if necessary. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - The name to use when throwing an exception, if necessary. - - - - Reads an unsigned short value from the underlying stream, optionally using big-endian byte - ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value as big endian value. - The 16-byte unsigned short value read from the underlying stream. - - - - Decodes a string composed of one or several MIME 'encoded-words'. - - A string to composed of one or several MIME 'encoded-words'. - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A concatenation of all enconded-words in the passed string - - - - Internal function reuse to add separation between multiple 'encoded-word's correctly. - - - - - The regular expression for matching encoded-words. This also accounts for the extension for - including language information (as defined in RFC2231). - - - - - Decodes a MIME 'encoded-word' string. - - The encoded word to decode - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A decoded string - MIME encoded-word syntax is a way to encode strings that contain non-ASCII data. - Commonly used encodings for the encoded-word sytax are Q-Encoding and Base64. For an - in-depth description, refer to RFC 2047. - - - - Takes a Q-encoded string and decodes it using the specified encoding. - - The Q-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid Q-encoded string. - The Q-decoded string. - - - - Takes a quoted-printable encoded string and decodes it using the specified encoding. - - The quoted-printable-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid quoted-printable encoded - string. - A quoted-printable decoded string. - - - - Decodes the specified MIME parameter value. - - The MIME parameter value to decode. - The decoded MIME parameter value. - The specified value is not a valid Rfc2231-encoded - string. - Refer to RFC2231 for the details of the encoding mechanism. - - - - Takes a Base64-encoded string and decodes it. - - The Base64-encoded string to decode. - A byte array containing the Base64-decoded bytes of the input string. - The value parameter is null. - The length of value, ignoring white-space - characters, is not zero or a multiple of 4, or the format of value is invalid, or the value - contains a non-base-64 character, more than two padding characters, or a non-white - space-character among the padding characters. - - - - Takes a UTF-16 encoded string and encodes it as modified UTF-7. - - The string to encode. - A UTF-7 encoded string - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - Takes a modified UTF-7 encoded string and decodes it. - - The UTF-7 encoded string to decode. - A UTF-16 encoded "standard" C# string - The input string is not a properly UTF-7 encoded - string. - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - This just wraps Encoding.GetEncoding in a try-catch block to ensure it never fails. If the - encoding can not be determined ASCII is returned as a default. - - The code page name of the preferred encoding. Any value returned by - System.Text.Encoding.WebName is a valid input. - The System.Text.Encoding associated with the specified code page or Encoding.ASCII - if the specified code page could not be resolved. - - - - Converts the specified enumerable collection of UIDs into an IMAP sequence-set. - - An enumerable collection of UIDs. - An IMAP sequence-set suitable for use with IMAP commands. - The uids parameter is null. - The specified collection of UIDs is empty. - Refer to RFC3501, 9.Formal Syntax "sequence-set" for a description of IMAP - sequence-sets. - - - diff --git a/App/DigitalData.EMLProfiler/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb b/App/DigitalData.EMLProfiler/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb deleted file mode 100644 index 0e292ac..0000000 --- a/App/DigitalData.EMLProfiler/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb +++ /dev/null @@ -1,7 +0,0 @@ -' - Option Strict Off - Option Explicit On - - Imports System - Imports System.Reflection - diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 46ecc31..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index d489b26..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.Resources.resources b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.Resources.resources and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll deleted file mode 100644 index c5245f8..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb deleted file mode 100644 index f20f2a0..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CopyComplete b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache deleted file mode 100644 index 7fc258b..0000000 --- a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -136cdd51591ed50b1b450959685bd8fafa36f167 diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt deleted file mode 100644 index c13d298..0000000 --- a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt +++ /dev/null @@ -1,31 +0,0 @@ -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Database.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Logging.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Interop.WINDREAMLib.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\S22.Imap.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Oracle.ManagedDataAccess.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Encryption.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Database.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Database.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Database.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Logging.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Logging.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\S22.Imap.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Encryption.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\DigitalData.Modules.Encryption.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CopyComplete -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.pdb diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.GenerateResource.cache b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.GenerateResource.cache deleted file mode 100644 index d3c9be0..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.GenerateResource.cache and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.xml b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.xml deleted file mode 100644 index f42200e..0000000 --- a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - -DigitalData.EMLProfiler - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Uses a private API from MailWriter to write a MailMessage to disk. - May break in future versions of .NET - - - - - Konstruktor für die windream-Klasse - - - - - - Initialisiert die statische Klasse (Login, Session starten, usw.) - - Liefert True wenn das Anmelden erfolgreich war, sonst False - - - - - Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. - - Alle Objekttypen als WMObjects-Objekt - - - - - Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. - - Array mit allen Objekttypen als Strings - - - - - Liefert alle Indexe eines Objekttypen. - - Name des Objekttyps - Array mit allen Objekttyp zugeordneten Indexen als String - - - - - Liefert einen Objekttyp als WMObject an Hand dessen Name. - - Name des Objekttyps - Objekttyp als WMObject - - - - - Überprüft ob der angegebene Index im Objekttyp existiert - - Name des zu durchsuchenden Objekttyps - Name des zu suchenden Indexes - Liefert True wenn der Index im Objekttyp existiert, sonst False - - - - - Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. - - Anmeldestatus als Boolean - - - - - Liefert den Servernamen an dem windream aktuell angemeldet ist. - - Servername als String - - - - - Liefert den Typen eines Indexes als Integer. - - Name des zu überprüfenden Indexfeldes - Liefert eine Zahl, die einen Typen beschreibt - - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - diff --git a/App/DigitalData.EMLProfiler/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/App/DigitalData.EMLProfiler/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll deleted file mode 100644 index b86beb7..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll b/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll deleted file mode 100644 index f5239fe..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll.config b/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll.config deleted file mode 100644 index 9ee3dcd..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.dll.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.pdb b/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.pdb deleted file mode 100644 index c198ed5..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.xml b/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.xml deleted file mode 100644 index f42200e..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.EMLProfiler.xml +++ /dev/null @@ -1,114 +0,0 @@ - - - - -DigitalData.EMLProfiler - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - - Uses a private API from MailWriter to write a MailMessage to disk. - May break in future versions of .NET - - - - - Konstruktor für die windream-Klasse - - - - - - Initialisiert die statische Klasse (Login, Session starten, usw.) - - Liefert True wenn das Anmelden erfolgreich war, sonst False - - - - - Liefert alle Objekttypen des aktuellen Servers als windream-Objekte. - - Alle Objekttypen als WMObjects-Objekt - - - - - Liefert alle Objekttypen des aktuellen Servers als Array aus Strings. - - Array mit allen Objekttypen als Strings - - - - - Liefert alle Indexe eines Objekttypen. - - Name des Objekttyps - Array mit allen Objekttyp zugeordneten Indexen als String - - - - - Liefert einen Objekttyp als WMObject an Hand dessen Name. - - Name des Objekttyps - Objekttyp als WMObject - - - - - Überprüft ob der angegebene Index im Objekttyp existiert - - Name des zu durchsuchenden Objekttyps - Name des zu suchenden Indexes - Liefert True wenn der Index im Objekttyp existiert, sonst False - - - - - Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist. - - Anmeldestatus als Boolean - - - - - Liefert den Servernamen an dem windream aktuell angemeldet ist. - - Servername als String - - - - - Liefert den Typen eines Indexes als Integer. - - Name des zu überprüfenden Indexfeldes - Liefert eine Zahl, die einen Typen beschreibt - - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - Liefert den Wert eines Indexes als String - _indexname = Name des zu überprüfenden Indexfeldes - - - diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll deleted file mode 100644 index fc6513b..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll.config b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll.config deleted file mode 100644 index c64db47..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.dll.config +++ /dev/null @@ -1,23 +0,0 @@ - - - - -
- - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.pdb b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.pdb deleted file mode 100644 index b4b51a4..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.xml b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.xml deleted file mode 100644 index 774ccc4..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Database.xml +++ /dev/null @@ -1,246 +0,0 @@ - - - - -DigitalData.Modules.Database - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - 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.. - - - - - - - The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class - The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03 - The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB` - The user name to connect as - The user's password - - - - - Builds a connectionstring from the provided arguments. - - The database server where to connect to - The datasource, eg. the path of the FDB-file - The user used to connect to the database - The password of the connecting user - A connectionstring - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command inside the specified transaction. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a non-query command. - - The command to execute - The Firebird connection to use - True, if command was executed sucessfully. Otherwise false. - - - - Executes a non-query command. - - The command to execute - True, if command was executed sucessfully. Otherwise false. - - - - Executes a sql query resulting in a scalar value. - - The query to execute - The Firebird connection to use - The scalar value if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - The Firebird connection to use - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Executes a sql query resulting in a table of values. - - The query to execute - A datatable containing the results if the command was executed successfully. Nothing otherwise. - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement - - the sql statement - Returns true if properly executed, else false - - - - Executes the passed sql-statement as Scalar - - the sql statement - Returns the scalarvalue - - - - Encrypts a connection string password. - - A connection string with a plain-text password - The connection string with the password encrypted. - - - - Decrypts a connection string password. - - A connection string with a encrypted password - The connection string with the password decrypted. - - - - This Function intentionally has no try..catch block to have any errors caught outside - - - - - - - Returns a datatable for a sql-statement - - sqlcommand for datatable (select XYZ from TableORView) - Returns a datatable - - - - Executes the passed sql-statement in asyncmode - - the sql statement - Optional Timeout - - - - diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.dll b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.dll deleted file mode 100644 index ddb260e..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.pdb b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.pdb deleted file mode 100644 index cc7a1d4..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.xml b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.xml deleted file mode 100644 index 35ceb73..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Encryption.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - -DigitalData.Modules.Encryption - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - - https://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp - - - - diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.dll b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.dll deleted file mode 100644 index c7b06de..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.pdb b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.pdb deleted file mode 100644 index 675d0cf..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.xml b/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.xml deleted file mode 100644 index c02421a..0000000 --- a/App/SERV_EMAIL/bin/Debug/DigitalData.Modules.Logging.xml +++ /dev/null @@ -1,201 +0,0 @@ - - - - -DigitalData.Modules.Logging - - - - - - Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. - - - - - Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. - - - - - Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. - - - - LogConfig - 0.0.1.0 - 02.10.2018 - - 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. - - - NLog, >= 4.5.8 - - - 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 - - - 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 - - - - - Returns the NLog.LogFactory object that is used to create Loggers - - LogFactory object - - - - Returns the path to the current default logfile - - Filepath to the logfile - - - - Returns the path to the current log directory - - Directory path to the log directory - - - - Determines if a debug log will be written - - True, if debug log will be written. False otherwise. - - - - Returns Logs in Memory as List(Of String) if Debug is enabled - Returns an empty list if debug is disabled - - A list of log messages - - - - Initializes a new LogConfig object with the options supplied as a LogOptions object - - - - - - Initializes a new LogConfig object with a logpath and optinally a filename-suffix. - - The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath. - If `logPath` is set to custom, this defines the custom logPath. - If set to anything other than Nothing, extends the logfile name with this suffix. - CompanyName is used to construct log-path in when LogPath is set to PathType:AppData - ProductName is used to construct log-path in when LogPath is set to PathType:AppData - Amount of days where files are kept and not deleted. - - - - Clears old LogFiles from the configured logpath for compliance with the GDPR - - Days in which logfiles should be kept. All files older than `Now - FileKeepInterval` will be deleted. - True, if files were deleted as expected or no files were deleted. Otherwise false. - - - - Returns the Logger for the calling class - - An object of Logging.Logger - - - - Returns the Logger for the specified classname - - An object of Logging.Logger - - - - Returns the Logger for the specified module using event-properties - - - 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 - - An object of Logging.Logger - - - - Returns the Logger for a class specified by `ClassName` - - The name of the class the logger belongs to - An object of Logging.Logger - - - - Clears the internal log - - - - - Gets the fully qualified name of the class invoking the calling method, - including the namespace but Not the assembly. - - The fully qualified class name - This method is very resource-intensive! - - - - Returns the initial log configuration - - The chosen productname - The chosen suffix - A NLog.LoggingConfiguration object - - - - Adds the default rules - - A NLog.LoggingConfiguration object - - - - Returns the full path of the current default log file. - - Full path of the current default log file - - - - Reconfigures and re-adds all loggers, optionally adding the debug rule. - - Adds the Debug rule if true. - - - diff --git a/App/SERV_EMAIL/bin/Debug/FirebirdSql.Data.FirebirdClient.dll b/App/SERV_EMAIL/bin/Debug/FirebirdSql.Data.FirebirdClient.dll deleted file mode 100644 index 24b7905..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/FirebirdSql.Data.FirebirdClient.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/Independentsoft.Email.dll b/App/SERV_EMAIL/bin/Debug/Independentsoft.Email.dll deleted file mode 100644 index b4f51cd..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/Independentsoft.Email.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/Interop.WINDREAMLib.dll b/App/SERV_EMAIL/bin/Debug/Interop.WINDREAMLib.dll deleted file mode 100644 index f4119cc..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/Interop.WINDREAMLib.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Debug.log b/App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Debug.log deleted file mode 100644 index f3c158c..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Debug.log +++ /dev/null @@ -1,28910 +0,0 @@ -2018-12-21 00:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:01:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:01:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:02:26|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:02:26|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:03:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:03:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:03:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:03:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:03:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:03:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:03:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:03:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:03:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:05:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:05:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:05:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:05:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:05:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:05:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:05:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:05:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:05:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:06:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:06:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:06:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:07:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:08:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:08:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:16|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:08:16|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:08:16|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:08:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:08:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:08:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:09:06|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:06|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:09:59|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:10:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:10:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:10:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:13:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:13:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:13:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:13:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:13:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:13:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:13:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:09|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:09|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:09|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:09|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:09|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:14:09|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:14:09|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:14:09|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:14:56|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:56|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:56|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:14:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:15:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:15:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:16:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:16:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:17:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:17:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:17:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:17:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:17:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:17:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:17:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:18:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:18:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:18:19|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:18:19|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:18:19|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:18:19|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:18:19|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:19:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:19:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:20:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:20:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:20:49|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:20:49|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:20:49|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:20:49|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:20:49|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:21:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:21:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:21:40|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:21:40|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:21:40|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:21:40|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:21:40|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:21:40|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:21:40|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:21:40|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:21:40|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:21:40|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:23:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:23:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:23:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:23:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:24:56|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:24:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:24:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:24:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:24:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:24:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:24:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:25:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:25:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:25:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:25:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:26:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:26:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:26:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:26:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:27:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:27:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:27:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:27:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:27:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:27:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:27:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:28:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:28:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:28:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:28:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:28:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:28:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:29:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:29:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:29:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:29:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:29:56|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:29:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:29:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:30:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:30:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:30:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:30:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:30:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:30:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:30:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:30:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:30:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:31:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:31:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:31:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:31:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:31:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:31:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:33:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:33:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:33:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:33:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:34:06|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:06|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:34:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:34:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:34:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:34:56|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:34:59|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:35:46|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:35:46|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:35:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:35:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:35:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:35:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:36:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:36:36|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:36:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:36:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:36:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:36:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:37:26|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:37:26|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:37:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:37:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:37:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:37:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:38:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:38:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:38:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:38:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:38:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:38:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:41:36|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:41:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:41:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:41:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:41:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:42:26|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:42:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:42:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:42:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:42:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:43:16|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:43:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:43:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:43:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:43:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:43:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:43:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:43:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:43:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:44:06|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:06|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:44:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:44:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:44:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:44:56|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:56|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:44:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:44:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:44:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:44:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:45:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:45:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:45:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:49:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:49:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:49:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:49:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:49:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:49:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:49:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:50:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:50:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:50:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:50:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:51:39|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:52:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:52:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:52:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:52:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:52:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:52:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:52:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:53:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:53:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:53:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:53:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:53:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:53:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:53:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:54:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:54:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:54:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:54:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:54:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:54:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:55:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:55:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:55:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:55:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:56:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:56:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:56:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:56:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:56:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:56:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:56:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:59:09|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:59:09|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:59:09|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 00:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 00:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 00:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 00:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 00:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 00:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 00:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 00:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 00:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:00:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:00:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:00:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:00:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:03:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:03:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:03:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:03:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:03:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:03:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:03:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:04:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:04:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:04:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:04:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:04:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:04:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:04:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:04:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:04:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:04:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:05:49|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:05:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:05:49|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:05:49|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:05:49|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:05:49|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:05:49|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:05:49|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:05:49|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:06:39|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:06:39|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:06:39|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:07:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:09:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:09:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:09:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:09:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:10:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:11:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:11:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:11:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:12:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:12:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:12:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:12:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:14:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:14:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:14:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:14:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:14:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:15:49|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:15:49|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:15:49|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:15:49|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:15:49|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:15:49|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:15:49|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:15:49|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:15:49|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:16:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:16:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:16:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:16:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:17:29|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:17:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:17:30|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:17:30|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:17:30|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:17:30|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:17:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:17:30|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:17:30|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:17:31|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:17:31|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:19:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:19:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:19:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:19:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:19:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:19:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:20:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:20:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:20:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:20:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:20:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:20:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:20:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:21:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:21:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:21:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:21:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:21:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:21:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:21:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:22:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:22:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:22:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:22:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:23:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:23:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:24:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:24:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:24:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:24:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:25:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:25:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:26:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:26:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:26:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:26:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:28:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:28:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:28:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:28:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:29:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:29:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:31:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:31:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:31:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:31:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:32:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:32:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:32:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:32:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:32:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:32:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:32:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:33:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:33:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:34:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:34:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:34:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:34:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:34:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:34:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:34:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:34:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:34:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:35:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:35:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:35:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:35:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:36:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:36:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:36:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:36:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:37:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:37:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:37:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:37:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:38:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:38:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:38:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:38:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:39:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:39:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:39:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:39:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:39:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:39:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:39:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:39:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:39:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:39:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:41:39|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:41:39|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:39|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:41:39|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:41:39|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:41:39|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:41:39|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:41:39|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:41:39|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:41:39|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:42:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:42:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:42:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:42:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:44:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:44:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:44:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:44:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:44:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:44:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:44:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:45:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:45:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:45:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:45:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:46:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:46:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:46:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:46:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:46:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:46:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:46:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:47:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:47:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:47:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:47:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:47:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:48:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:48:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:48:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:48:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:48:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:48:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:48:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:49:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:49:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:49:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:49:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:49:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:49:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:50:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:50:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:50:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:50:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:51:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:51:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:51:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:51:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:51:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:51:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:51:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:52:29|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:52:29|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:52:30|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:52:30|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:52:30|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:52:30|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:52:30|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:52:30|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:52:30|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:52:30|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:52:30|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:52:30|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:54:59|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:59|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:59|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:54:59|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:54:59|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:54:59|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:54:59|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:54:59|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:54:59|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:54:59|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:54:59|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:55:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:55:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:55:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:55:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:56:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:56:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:56:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:56:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:56:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:56:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:56:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:57:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:57:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:57:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:57:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:57:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:57:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:57:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:58:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:58:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:58:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:58:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:58:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:58:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:58:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:59:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:59:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:59:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:59:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 01:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 01:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 01:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 01:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 01:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 01:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 01:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 01:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 01:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:00:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:00:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:00:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:00:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:02:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:02:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:02:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:02:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:02:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:02:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:02:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:04:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:04:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:04:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:04:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:04:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:04:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:04:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:04:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:04:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:04:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:05:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:05:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:05:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:05:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:05:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:05:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:05:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:06:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:06:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:06:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:07:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:08:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:08:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:08:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:08:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:08:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:08:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:08:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:09:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:09:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:09:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:09:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:09:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:09:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:09:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:09:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:09:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:09:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:10:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:11:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:11:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:11:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:11:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:11:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:11:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:11:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:12:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:12:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:12:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:12:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:13:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:13:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:13:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:13:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:13:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:13:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:13:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:14:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:14:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:14:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:14:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:14:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:15:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:15:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:15:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:15:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:15:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:15:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:15:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:16:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:16:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:16:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:16:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:17:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:17:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:17:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:17:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:17:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:17:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:17:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:18:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:18:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:18:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:18:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:18:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:18:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:18:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:19:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:19:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:19:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:19:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:19:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:19:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:20:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:20:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:20:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:20:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:20:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:20:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:20:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:21:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:21:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:21:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:21:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:21:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:21:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:21:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:22:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:22:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:22:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:22:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:23:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:23:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:24:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:24:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:24:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:24:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:24:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:24:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:24:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:24:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:24:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:24:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:25:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:25:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:26:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:26:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:26:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:26:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:27:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:27:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:27:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:27:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:27:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:27:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:27:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:28:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:28:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:28:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:28:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:29:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:29:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:29:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:29:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:29:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:29:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:30:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:30:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:30:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:30:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:30:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:30:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:30:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:31:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:31:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:31:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:31:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:32:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:32:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:32:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:32:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:32:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:32:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:32:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:33:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:33:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:34:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:34:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:34:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:34:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:34:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:34:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:34:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:34:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:34:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:35:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:35:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:35:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:35:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:36:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:36:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:36:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:36:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:37:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:37:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:37:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:37:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:38:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:38:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:38:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:38:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:39:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:39:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:39:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:39:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:39:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:39:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:39:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:39:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:39:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:39:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:40:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:40:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:40:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:40:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:40:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:40:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:40:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:41:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:41:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:41:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:41:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:41:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:41:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:41:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:42:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:42:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:42:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:42:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:43:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:43:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:43:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:43:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:43:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:43:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:43:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:44:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:44:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:44:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:44:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:44:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:44:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:44:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:45:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:45:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:45:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:45:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:46:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:46:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:46:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:46:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:46:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:46:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:46:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:47:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:47:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:47:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:47:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:47:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:48:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:48:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:48:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:48:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:48:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:48:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:48:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:49:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:49:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:49:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:49:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:49:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:49:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:49:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:50:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:50:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:50:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:50:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:51:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:51:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:51:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:51:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:51:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:51:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:51:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:52:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:52:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:52:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:52:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:52:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:52:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:52:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:53:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:53:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:53:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:53:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:53:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:53:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:53:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:54:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:54:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:54:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:54:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:54:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:54:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:54:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:54:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:54:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:54:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:55:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:55:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:55:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:55:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:56:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:56:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:56:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:56:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:56:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:56:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:56:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:57:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:57:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:57:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:57:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:57:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:57:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:57:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:58:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:58:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:58:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:58:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:58:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:58:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:58:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:59:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:59:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:59:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:59:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 02:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 02:59:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 02:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 02:59:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 02:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 02:59:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 02:59:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 02:59:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 02:59:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:00:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:00:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:00:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:00:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:02:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:02:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:02:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:02:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:02:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:02:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:02:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:03:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:03:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:03:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:03:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:03:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:03:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:03:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:04:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:04:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:04:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:04:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:04:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:04:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:04:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:04:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:04:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:04:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:05:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:05:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:05:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:05:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:05:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:05:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:05:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:06:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:06:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:06:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:07:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:08:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:08:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:08:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:08:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:08:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:08:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:08:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:09:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:09:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:09:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:09:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:09:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:09:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:09:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:09:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:09:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:09:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:10:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:11:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:11:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:11:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:11:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:11:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:11:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:11:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:12:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:12:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:12:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:12:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:13:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:13:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:13:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:13:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:13:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:13:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:13:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:14:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:14:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:14:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:14:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:14:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:15:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:15:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:15:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:15:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:15:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:15:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:15:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:16:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:16:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:16:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:16:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:17:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:17:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:17:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:17:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:17:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:17:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:17:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:18:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:18:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:18:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:18:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:18:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:18:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:18:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:19:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:19:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:19:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:19:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:19:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:19:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:20:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:20:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:20:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:20:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:20:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:20:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:20:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:21:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:21:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:21:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:21:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:21:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:21:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:21:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:22:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:22:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:22:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:22:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:23:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:23:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:24:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:24:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:24:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:24:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:24:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:24:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:24:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:24:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:24:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:24:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:25:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:25:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:26:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:26:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:26:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:26:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:27:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:27:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:27:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:27:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:27:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:27:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:27:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:28:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:28:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:28:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:28:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:29:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:29:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:29:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:29:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:29:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:29:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:30:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:30:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:30:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:30:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:30:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:30:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:30:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:31:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:31:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:31:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:31:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:32:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:32:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:32:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:32:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:32:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:32:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:32:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:33:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:33:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:34:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:34:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:34:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:34:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:34:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:34:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:34:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:34:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:34:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:35:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:35:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:35:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:35:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:36:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:36:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:36:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:36:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:37:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:37:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:37:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:37:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:38:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:38:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:38:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:38:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:39:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:39:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:39:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:39:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:39:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:39:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:39:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:39:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:39:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:39:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:40:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:40:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:40:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:40:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:40:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:40:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:40:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:41:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:41:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:41:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:41:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:41:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:41:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:41:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:42:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:42:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:42:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:42:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:43:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:43:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:43:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:43:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:43:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:43:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:43:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:44:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:44:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:44:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:44:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:44:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:44:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:44:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:45:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:45:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:45:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:45:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:46:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:46:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:46:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:46:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:46:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:46:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:46:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:47:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:47:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:47:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:47:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:47:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:48:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:48:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:48:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:48:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:48:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:48:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:48:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:49:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:49:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:49:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:49:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:49:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:49:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:49:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:50:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:50:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:50:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:50:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:51:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:51:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:51:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:51:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:51:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:51:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:51:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:52:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:52:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:52:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:52:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:52:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:52:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:52:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:53:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:53:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:53:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:53:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:53:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:53:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:53:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:54:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:54:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:54:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:54:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:54:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:54:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:54:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:54:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:54:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:54:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:55:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:55:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:55:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:55:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:56:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:56:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:56:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:56:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:56:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:56:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:56:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:57:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:57:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:57:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:57:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:57:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:57:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:57:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:58:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:58:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:58:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:58:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:58:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:58:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:58:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:59:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:59:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:59:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:59:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 03:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 03:59:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 03:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 03:59:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 03:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 03:59:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 03:59:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 03:59:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 03:59:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:00:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:00:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:00:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:00:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:02:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:02:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:02:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:02:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:02:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:02:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:02:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:03:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:03:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:03:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:03:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:03:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:03:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:03:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:04:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:04:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:04:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:04:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:04:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:04:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:04:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:04:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:04:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:04:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:05:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:05:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:05:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:05:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:05:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:05:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:05:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:06:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:06:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:06:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:07:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:08:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:08:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:08:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:08:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:08:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:08:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:08:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:09:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:09:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:09:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:09:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:09:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:09:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:09:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:09:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:09:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:09:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:10:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:11:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:11:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:11:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:11:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:11:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:11:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:11:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:12:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:12:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:12:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:12:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:13:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:13:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:13:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:13:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:13:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:13:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:13:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:14:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:14:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:14:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:14:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:14:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:15:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:15:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:15:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:15:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:15:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:15:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:15:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:16:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:16:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:16:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:16:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:17:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:17:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:17:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:17:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:17:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:17:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:17:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:18:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:18:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:18:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:18:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:18:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:18:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:18:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:19:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:19:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:19:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:19:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:19:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:19:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:20:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:20:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:20:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:20:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:20:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:20:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:20:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:21:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:21:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:21:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:21:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:21:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:21:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:21:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:22:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:22:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:22:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:22:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:23:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:23:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:24:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:24:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:24:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:24:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:24:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:24:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:24:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:24:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:24:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:24:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:25:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:25:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:26:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:26:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:26:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:26:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:27:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:27:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:27:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:27:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:27:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:27:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:27:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:28:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:28:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:28:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:28:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:29:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:29:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:29:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:29:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:29:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:29:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:30:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:30:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:30:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:30:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:30:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:30:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:30:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:31:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:31:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:31:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:31:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:32:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:32:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:32:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:32:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:32:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:32:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:32:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:33:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:33:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:34:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:34:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:34:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:34:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:34:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:34:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:34:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:34:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:34:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:35:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:35:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:35:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:35:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:36:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:36:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:36:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:36:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:37:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:37:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:37:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:37:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:38:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:38:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:38:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:38:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:39:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:39:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:39:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:39:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:39:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:39:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:39:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:39:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:39:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:39:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:40:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:40:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:40:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:40:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:40:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:40:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:40:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:41:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:41:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:41:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:41:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:41:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:41:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:41:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:42:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:42:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:42:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:42:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:43:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:43:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:43:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:43:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:43:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:43:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:43:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:44:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:44:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:44:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:44:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:44:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:44:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:44:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:45:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:45:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:45:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:45:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:46:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:46:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:46:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:46:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:46:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:46:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:46:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:47:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:47:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:47:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:47:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:47:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:48:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:48:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:48:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:48:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:48:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:48:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:48:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:49:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:49:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:49:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:49:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:49:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:49:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:49:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:50:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:50:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:50:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:50:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:51:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:51:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:51:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:51:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:51:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:51:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:51:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:52:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:52:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:52:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:52:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:52:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:52:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:52:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:53:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:53:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:53:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:53:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:53:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:53:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:53:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:54:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:54:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:54:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:54:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:54:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:54:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:54:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:54:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:54:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:54:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:55:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:55:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:55:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:55:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:56:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:56:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:56:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:56:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:56:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:56:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:56:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:57:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:57:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:57:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:57:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:57:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:57:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:57:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:58:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:58:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:58:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:58:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:58:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:58:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:58:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:59:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:59:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:59:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:59:07|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 04:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 04:59:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 04:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 04:59:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 04:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 04:59:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 04:59:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 04:59:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 04:59:57|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:00:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:00:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:00:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:00:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:00:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:00:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:00:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:01:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:01:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:01:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:01:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:01:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:01:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:01:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:02:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:02:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:02:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:02:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:02:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:02:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:02:27|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:03:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:03:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:03:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:03:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:03:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:03:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:03:17|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:04:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:04:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:04:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:04:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:04:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:04:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:04:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:04:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:05:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:05:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:05:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:05:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:05:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:05:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:05:47|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:06:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:06:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:06:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:06:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:06:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:06:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:06:37|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:07:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:07:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:07:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:07:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:07:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:07:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:08:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:08:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:08:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:08:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:08:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:08:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:09:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:09:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:09:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:09:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:09:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:09:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:09:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:09:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:10:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:10:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:10:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:10:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:10:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:10:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:11:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:11:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:11:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:11:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:11:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:12:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:12:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:12:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:12:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:12:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:12:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:13:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:13:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:13:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:13:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:13:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:13:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:14:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:14:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:14:07|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:14:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:14:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:14:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:14:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:14:57|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:15:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:15:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:15:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:15:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:15:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:15:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:16:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:16:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:16:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:16:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:16:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:17:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:17:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:17:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:17:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:18:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:18:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:18:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:18:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:18:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:18:17|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:19:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:19:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:19:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:19:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:19:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:19:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:20:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:20:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:20:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:20:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:20:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:20:47|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:21:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:21:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:21:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:21:37|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:21:37|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:21:37|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:22:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:22:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:22:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:22:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:22:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:22:27|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:23:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:23:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:23:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:23:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:23:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:24:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:24:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:24:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:24:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:24:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:24:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:25:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:25:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:25:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:25:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:25:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:26:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:26:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:26:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:27:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:27:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:27:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:27:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:28:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:28:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:28:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:29:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:29:07|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:29:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:29:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:29:57|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:29:57|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:30:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:30:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:30:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:30:47|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:30:47|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:31:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:31:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:31:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:32:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:32:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:32:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:32:27|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:32:27|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:33:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:33:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:33:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:33:17|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:33:17|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:34:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:07|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:34:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:34:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:35:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:35:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:35:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:36:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:36:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:36:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:37:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:37:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:37:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:38:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:38:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:38:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:39:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:39:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:39:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:40:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:40:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:40:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:41:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:41:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:41:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:42:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:42:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:42:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:43:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:43:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:43:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:44:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:44:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:44:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:45:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:45:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:45:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:46:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:46:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:46:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:47:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:47:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:47:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:48:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:48:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:48:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:49:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:07|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:49:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:49:57|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:50:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:50:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:50:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:51:37|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:51:37|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:51:37|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:52:27|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:52:27|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:52:27|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:53:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:53:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:53:17|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:07|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:54:07|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:57|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:54:57|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:55:47|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:55:47|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:55:47|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:58:17|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:58:17|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 05:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 05:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 05:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 05:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 05:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 05:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 05:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 05:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 05:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:29:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:29:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:29:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:29:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:31:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:31:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:31:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:33:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:33:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:33:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:33:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:33:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:34:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:35:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:35:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:35:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:36:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:36:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:36:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:37:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:37:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:37:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:38:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:38:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:38:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:41:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:42:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:42:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:42:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:44:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:44:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:44:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:45:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:45:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:45:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:47:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:47:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:49:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:49:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:49:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:50:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:50:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:50:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:52:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:52:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:52:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:54:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:55:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:55:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:55:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 06:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 06:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 06:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 06:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 06:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 06:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 06:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 06:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 06:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:11:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:20:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:23:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:29:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:29:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:29:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:29:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:31:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:31:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:31:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:33:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:33:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:33:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:33:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:33:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:34:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:35:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:35:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:35:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:36:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:36:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:36:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:37:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:37:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:37:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:38:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:38:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:38:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:38:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:41:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:42:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:42:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:42:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:43:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:44:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:44:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:44:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:45:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:45:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:45:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:45:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:47:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:47:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:49:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:49:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:49:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:50:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:50:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:50:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:51:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:51:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:52:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:52:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:52:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:52:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:52:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:53:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:53:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:54:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:54:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:54:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:55:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:55:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:55:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:55:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:55:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:56:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:56:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:57:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:57:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:58:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:58:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:59:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 07:59:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 07:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 07:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 07:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 07:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 07:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 07:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 07:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 07:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:00:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:00:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:01:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:01:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:02:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:02:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:03:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:03:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:04:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:04:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:05:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:05:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:06:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:06:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:07:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:07:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:08:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:08:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:09:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:09:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:57|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:10:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:11:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:12:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:12:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:13:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:13:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:14:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:07|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:07|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:14:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:15:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:47|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:15:47|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:15:47|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:16:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:37|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:16:37|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:17:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:17:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:18:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:18:17|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:19:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:19:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:57|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:57|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:20:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:21:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:21:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:22:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:22:27|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:23:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:24:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:24:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:25:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:26:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:26:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:27:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:27:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:28:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:28:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:29:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:29:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:29:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:29:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:29:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:29:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:30:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:30:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:31:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:31:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:31:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:31:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:31:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:32:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:32:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:33:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:17|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:33:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:33:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:33:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:33:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:33:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:34:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:34:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:34:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:35:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:35:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:35:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:35:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:35:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:36:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:36:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:36:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:36:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:36:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:37:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:37:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:37:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:37:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:37:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:38:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:38:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:38:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:38:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:38:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:39:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:39:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:40:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:40:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:41:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:41:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:41:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:42:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:27|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:42:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:42:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:42:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:43:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:43:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:44:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:44:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:44:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:57|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:44:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:44:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:45:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:45:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:45:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:45:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:45:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:46:37|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:46:37|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:47:27|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:47:27|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:47:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:47:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:48:17|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:48:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:49:07|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:49:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:49:57|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:49:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:49:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:50:47|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:50:47|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:50:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:50:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:50:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:52:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:52:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:52:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:54:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:55:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:55:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:55:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 08:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 08:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 08:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 08:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 08:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 08:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 08:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 08:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 08:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:29:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:29:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:29:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:29:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:31:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:31:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:31:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:33:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:33:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:33:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:33:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:33:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:34:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:35:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:35:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:35:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:36:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:36:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:36:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:37:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:37:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:37:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:38:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:38:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:38:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:41:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:42:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:42:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:42:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:44:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:44:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:44:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:45:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:45:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:45:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:47:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:47:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:49:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:49:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:49:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:50:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:50:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:50:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:52:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:52:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:52:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:54:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:55:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:55:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:55:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 09:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 09:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 09:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 09:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 09:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 09:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 09:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 09:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 09:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:29:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:29:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:29:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:29:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:29:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:29:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:29:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:29:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:29:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:29:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:29:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:29:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:29:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:30:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:30:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:30:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:30:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:30:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:30:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:30:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:30:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:30:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:31:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:31:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:31:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:31:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:31:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:31:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:31:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:31:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:31:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:32:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:32:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:32:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:32:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:32:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:32:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:32:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:32:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:32:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:33:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:33:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:33:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:33:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:33:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:33:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:33:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:33:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:33:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:34:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:34:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:34:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:34:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:34:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:34:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:34:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:34:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:34:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:34:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:34:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:34:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:34:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:35:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:35:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:35:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:35:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:35:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:35:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:35:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:35:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:35:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:36:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:36:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:36:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:36:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:36:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:36:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:36:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:36:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:36:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:37:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:37:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:37:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:37:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:37:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:37:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:37:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:37:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:37:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:38:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:38:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:38:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:38:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:38:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:38:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:38:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:38:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:38:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:39:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:39:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:39:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:39:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:39:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:39:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:39:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:39:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:39:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:39:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:39:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:39:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:39:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:40:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:40:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:40:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:40:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:40:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:40:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:40:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:40:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:40:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:41:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:41:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:41:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:41:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:41:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:41:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:41:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:41:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:41:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:42:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:42:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:42:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:42:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:42:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:42:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:42:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:42:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:42:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:43:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:43:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:43:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:43:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:43:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:43:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:43:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:43:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:43:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:44:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:44:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:44:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:44:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:44:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:44:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:44:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:44:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:44:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:44:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:44:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:44:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:44:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:45:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:45:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:45:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:45:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:45:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:45:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:45:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:45:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:45:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:46:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:46:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:46:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:46:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:46:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:46:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:46:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:46:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:46:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:47:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:47:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:47:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:47:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:47:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:47:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:47:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:47:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:47:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:48:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:48:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:48:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:48:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:48:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:48:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:48:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:48:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:48:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:49:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:49:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:49:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:49:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:49:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:49:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:49:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:49:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:49:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:49:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:49:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:49:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:49:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:50:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:50:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:50:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:50:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:50:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:50:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:50:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:50:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:50:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:51:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:51:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:51:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:51:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:51:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:51:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:51:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:51:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:51:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:52:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:52:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:52:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:52:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:52:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:52:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:52:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:52:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:52:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:53:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:53:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:53:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:53:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:53:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:53:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:53:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:53:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:53:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:54:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:54:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:54:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:54:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:54:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:54:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:54:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:54:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:54:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:54:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:54:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:54:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:54:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:55:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:55:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:55:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:55:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:55:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:55:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:55:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:55:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:55:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:56:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:56:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:56:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:56:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:56:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:56:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:56:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:56:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:56:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:57:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:57:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:57:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:57:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:57:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:57:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:57:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:57:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:57:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:58:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:58:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:58:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:58:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:58:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:58:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:58:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:58:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:58:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:59:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:59:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:59:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:59:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:59:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 10:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 10:59:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 10:59:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 10:59:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 10:59:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 10:59:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 10:59:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 10:59:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 10:59:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:00:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:00:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:00:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:00:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:00:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:00:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:00:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:00:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:00:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:01:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:01:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:01:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:01:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:01:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:01:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:01:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:01:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:01:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:02:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:02:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:02:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:02:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:02:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:02:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:02:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:02:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:02:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:03:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:03:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:03:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:03:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:03:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:03:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:03:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:03:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:03:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:04:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:04:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:04:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:04:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:04:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:04:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:04:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:04:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:04:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:04:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:04:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:04:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:04:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:05:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:05:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:05:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:05:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:05:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:05:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:05:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:05:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:05:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:06:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:06:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:06:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:06:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:06:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:06:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:06:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:06:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:06:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:07:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:07:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:07:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:07:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:07:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:07:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:07:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:07:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:07:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:08:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:08:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:08:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:08:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:08:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:08:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:08:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:08:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:08:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:09:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:09:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:09:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:09:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:09:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:09:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:09:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:09:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:09:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:09:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:09:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:09:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:09:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:10:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:10:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:10:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:10:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:10:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:10:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:10:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:10:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:10:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:11:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:11:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:11:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:11:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:11:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:11:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:11:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:11:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:11:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:12:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:12:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:12:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:12:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:12:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:12:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:12:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:12:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:12:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:13:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:13:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:13:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:13:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:13:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:13:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:13:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:13:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:13:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:14:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:14:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:14:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:14:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:14:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:14:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:14:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:14:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:14:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:14:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:14:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:14:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:14:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:15:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:15:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:15:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:15:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:15:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:15:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:15:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:15:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:15:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:16:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:16:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:16:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:16:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:16:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:16:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:16:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:16:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:16:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:17:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:17:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:17:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:17:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:17:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:17:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:17:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:17:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:17:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:18:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:18:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:18:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:18:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:18:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:18:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:18:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:18:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:18:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:19:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:19:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:19:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:19:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:19:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:19:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:19:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:19:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:19:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:19:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:19:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:19:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:19:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:20:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:20:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:20:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:20:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:20:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:20:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:20:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:20:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:20:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:21:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:21:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:21:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:21:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:21:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:21:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:21:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:21:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:21:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:22:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:22:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:22:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:22:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:22:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:22:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:22:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:22:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:22:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:23:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:23:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:23:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:23:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:23:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:23:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:23:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:23:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:23:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:08|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:24:08|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:24:08|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:08|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:08|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:24:08|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:24:08|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:24:08|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:58|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:24:58|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:24:58|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:24:58|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:24:58|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:24:58|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:24:58|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:24:58|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:24:58|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:25:48|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:25:48|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:25:48|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:25:48|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:25:48|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:25:48|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:25:48|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:25:48|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:25:48|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:26:38|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:26:38|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:26:38|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:26:38|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:26:38|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:26:38|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:26:38|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:26:38|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:26:38|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:27:28|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:27:28|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:27:28|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:27:28|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:27:28|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:27:28|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:27:28|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:27:28|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:27:28|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... -2018-12-21 11:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:28:18|Firebird|DEBUG >> Connecting to database.. -2018-12-21 11:28:18|Firebird|DEBUG >> Connection sucessfully established! -2018-12-21 11:28:18|clsDatabase|DEBUG >> Database initialized -2018-12-21 11:28:18|clsWorker|DEBUG >> now windream_init...... -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01 -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM' -2018-12-21 11:28:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut -2018-12-21 11:28:18|clsWorker|DEBUG >> windream_initialized! -2018-12-21 11:28:18|clsWorker|DEBUG >> count of active profiles: 1 -2018-12-21 11:28:18|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com -2018-12-21 11:28:18|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT..... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log deleted file mode 100644 index 7b31f28..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log +++ /dev/null @@ -1,497 +0,0 @@ -2019-04-10 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:08:03|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:08:03|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:12:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:12:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:32:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:32:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:42:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:42:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:52:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:52:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:57:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 18:57:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:32:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:32:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:37:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:37:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:52:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:52:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 19:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:22:59|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:22:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 20:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:58:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 21:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 22:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-10 23:58:00|clsWorker|WARN >> Error while polling emails.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log deleted file mode 100644 index 3d43156..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log +++ /dev/null @@ -1,500 +0,0 @@ -2019-04-10 18:07:38|MyService|INFO >> ## Service started ## -2019-04-10 18:07:51|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:07:59|MyService|INFO >> ...Timer started. -2019-04-10 18:07:59|MyService|INFO >> ## running thread...... -2019-04-10 18:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:08:03|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:08:03|clsWorker|INFO >> No emails for profile! -2019-04-10 18:12:59|MyService|INFO >> ## running thread...... -2019-04-10 18:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:12:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:12:59|clsWorker|INFO >> No emails for profile! -2019-04-10 18:17:59|MyService|INFO >> ## running thread...... -2019-04-10 18:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 18:22:59|MyService|INFO >> ## running thread...... -2019-04-10 18:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:23:00|clsWorker|INFO >> No emails for profile! -2019-04-10 18:27:59|MyService|INFO >> ## running thread...... -2019-04-10 18:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 18:32:59|MyService|INFO >> ## running thread...... -2019-04-10 18:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:32:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:32:59|clsWorker|INFO >> No emails for profile! -2019-04-10 18:37:59|MyService|INFO >> ## running thread...... -2019-04-10 18:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:38:00|clsWorker|INFO >> No emails for profile! -2019-04-10 18:42:59|MyService|INFO >> ## running thread...... -2019-04-10 18:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:42:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:42:59|clsWorker|INFO >> No emails for profile! -2019-04-10 18:47:59|MyService|INFO >> ## running thread...... -2019-04-10 18:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 18:52:59|MyService|INFO >> ## running thread...... -2019-04-10 18:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:52:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:52:59|clsWorker|INFO >> No emails for profile! -2019-04-10 18:57:59|MyService|INFO >> ## running thread...... -2019-04-10 18:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 18:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 18:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 18:57:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 18:57:59|clsWorker|INFO >> No emails for profile! -2019-04-10 19:02:59|MyService|INFO >> ## running thread...... -2019-04-10 19:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:03:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:07:59|MyService|INFO >> ## running thread...... -2019-04-10 19:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:08:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:12:59|MyService|INFO >> ## running thread...... -2019-04-10 19:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:13:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:17:59|MyService|INFO >> ## running thread...... -2019-04-10 19:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:22:59|MyService|INFO >> ## running thread...... -2019-04-10 19:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:23:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:27:59|MyService|INFO >> ## running thread...... -2019-04-10 19:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:32:59|MyService|INFO >> ## running thread...... -2019-04-10 19:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:32:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:32:59|clsWorker|INFO >> No emails for profile! -2019-04-10 19:37:59|MyService|INFO >> ## running thread...... -2019-04-10 19:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:37:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:37:59|clsWorker|INFO >> No emails for profile! -2019-04-10 19:42:59|MyService|INFO >> ## running thread...... -2019-04-10 19:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:43:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:47:59|MyService|INFO >> ## running thread...... -2019-04-10 19:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 19:52:59|MyService|INFO >> ## running thread...... -2019-04-10 19:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:52:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:52:59|clsWorker|INFO >> No emails for profile! -2019-04-10 19:57:59|MyService|INFO >> ## running thread...... -2019-04-10 19:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 19:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 19:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 19:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 19:58:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:02:59|MyService|INFO >> ## running thread...... -2019-04-10 20:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:03:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:07:59|MyService|INFO >> ## running thread...... -2019-04-10 20:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:08:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:12:59|MyService|INFO >> ## running thread...... -2019-04-10 20:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:13:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:17:59|MyService|INFO >> ## running thread...... -2019-04-10 20:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:22:59|MyService|INFO >> ## running thread...... -2019-04-10 20:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:22:59|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:22:59|clsWorker|INFO >> No emails for profile! -2019-04-10 20:27:59|MyService|INFO >> ## running thread...... -2019-04-10 20:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:32:59|MyService|INFO >> ## running thread...... -2019-04-10 20:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:33:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:37:59|MyService|INFO >> ## running thread...... -2019-04-10 20:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:38:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:42:59|MyService|INFO >> ## running thread...... -2019-04-10 20:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:43:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:47:59|MyService|INFO >> ## running thread...... -2019-04-10 20:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:52:59|MyService|INFO >> ## running thread...... -2019-04-10 20:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:53:00|clsWorker|INFO >> No emails for profile! -2019-04-10 20:57:59|MyService|INFO >> ## running thread...... -2019-04-10 20:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 20:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 20:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 20:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 20:58:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:02:59|MyService|INFO >> ## running thread...... -2019-04-10 21:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:03:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:07:59|MyService|INFO >> ## running thread...... -2019-04-10 21:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:08:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:12:59|MyService|INFO >> ## running thread...... -2019-04-10 21:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:13:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:17:59|MyService|INFO >> ## running thread...... -2019-04-10 21:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:22:59|MyService|INFO >> ## running thread...... -2019-04-10 21:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:23:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:27:59|MyService|INFO >> ## running thread...... -2019-04-10 21:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:32:59|MyService|INFO >> ## running thread...... -2019-04-10 21:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:33:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:37:59|MyService|INFO >> ## running thread...... -2019-04-10 21:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:38:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:42:59|MyService|INFO >> ## running thread...... -2019-04-10 21:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:43:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:47:59|MyService|INFO >> ## running thread...... -2019-04-10 21:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:52:59|MyService|INFO >> ## running thread...... -2019-04-10 21:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:53:00|clsWorker|INFO >> No emails for profile! -2019-04-10 21:57:59|MyService|INFO >> ## running thread...... -2019-04-10 21:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 21:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 21:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 21:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-10 21:58:01|clsWorker|INFO >> No emails for profile! -2019-04-10 22:02:59|MyService|INFO >> ## running thread...... -2019-04-10 22:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:03:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:07:59|MyService|INFO >> ## running thread...... -2019-04-10 22:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:08:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:12:59|MyService|INFO >> ## running thread...... -2019-04-10 22:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:13:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:17:59|MyService|INFO >> ## running thread...... -2019-04-10 22:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:22:59|MyService|INFO >> ## running thread...... -2019-04-10 22:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:23:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:27:59|MyService|INFO >> ## running thread...... -2019-04-10 22:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:32:59|MyService|INFO >> ## running thread...... -2019-04-10 22:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:33:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:37:59|MyService|INFO >> ## running thread...... -2019-04-10 22:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:38:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:42:59|MyService|INFO >> ## running thread...... -2019-04-10 22:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:43:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:47:59|MyService|INFO >> ## running thread...... -2019-04-10 22:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:52:59|MyService|INFO >> ## running thread...... -2019-04-10 22:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:53:00|clsWorker|INFO >> No emails for profile! -2019-04-10 22:57:59|MyService|INFO >> ## running thread...... -2019-04-10 22:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 22:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 22:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 22:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 22:58:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:02:59|MyService|INFO >> ## running thread...... -2019-04-10 23:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:03:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:07:59|MyService|INFO >> ## running thread...... -2019-04-10 23:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:08:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:12:59|MyService|INFO >> ## running thread...... -2019-04-10 23:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:13:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:17:59|MyService|INFO >> ## running thread...... -2019-04-10 23:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:18:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:22:59|MyService|INFO >> ## running thread...... -2019-04-10 23:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:23:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:27:59|MyService|INFO >> ## running thread...... -2019-04-10 23:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:28:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:32:59|MyService|INFO >> ## running thread...... -2019-04-10 23:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:33:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:37:59|MyService|INFO >> ## running thread...... -2019-04-10 23:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:38:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:42:59|MyService|INFO >> ## running thread...... -2019-04-10 23:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:43:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:47:59|MyService|INFO >> ## running thread...... -2019-04-10 23:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:48:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:52:59|MyService|INFO >> ## running thread...... -2019-04-10 23:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:53:00|clsWorker|INFO >> No emails for profile! -2019-04-10 23:57:59|MyService|INFO >> ## running thread...... -2019-04-10 23:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-10 23:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-10 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-10 23:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-10 23:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-10 23:58:00|clsWorker|INFO >> No emails for profile! diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.0.log deleted file mode 100644 index 541fe5f..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.0.log +++ /dev/null @@ -1,2016 +0,0 @@ -2019-04-11 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 00:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 01:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 02:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 03:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 04:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 05:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 06:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:03:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:03:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 07:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 08:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:18:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:18:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:58:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 09:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 10:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:58:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 11:58:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 12:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 13:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 14:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 15:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 16:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 17:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 18:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 19:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 20:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 21:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 22:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:58:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-11 23:58:02|clsWorker|WARN >> Error while polling emails.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.0.log deleted file mode 100644 index d1cbe41..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.0.log +++ /dev/null @@ -1,2016 +0,0 @@ -2019-04-11 00:02:59|MyService|INFO >> ## running thread...... -2019-04-11 00:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:07:59|MyService|INFO >> ## running thread...... -2019-04-11 00:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:12:59|MyService|INFO >> ## running thread...... -2019-04-11 00:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:17:59|MyService|INFO >> ## running thread...... -2019-04-11 00:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:22:59|MyService|INFO >> ## running thread...... -2019-04-11 00:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:27:59|MyService|INFO >> ## running thread...... -2019-04-11 00:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:32:59|MyService|INFO >> ## running thread...... -2019-04-11 00:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:37:59|MyService|INFO >> ## running thread...... -2019-04-11 00:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:42:59|MyService|INFO >> ## running thread...... -2019-04-11 00:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:47:59|MyService|INFO >> ## running thread...... -2019-04-11 00:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:52:59|MyService|INFO >> ## running thread...... -2019-04-11 00:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 00:57:59|MyService|INFO >> ## running thread...... -2019-04-11 00:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 00:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 00:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 00:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 00:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 00:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:02:59|MyService|INFO >> ## running thread...... -2019-04-11 01:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:07:59|MyService|INFO >> ## running thread...... -2019-04-11 01:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:12:59|MyService|INFO >> ## running thread...... -2019-04-11 01:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:17:59|MyService|INFO >> ## running thread...... -2019-04-11 01:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:22:59|MyService|INFO >> ## running thread...... -2019-04-11 01:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:27:59|MyService|INFO >> ## running thread...... -2019-04-11 01:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:32:59|MyService|INFO >> ## running thread...... -2019-04-11 01:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:37:59|MyService|INFO >> ## running thread...... -2019-04-11 01:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:42:59|MyService|INFO >> ## running thread...... -2019-04-11 01:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:47:59|MyService|INFO >> ## running thread...... -2019-04-11 01:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:52:59|MyService|INFO >> ## running thread...... -2019-04-11 01:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 01:57:59|MyService|INFO >> ## running thread...... -2019-04-11 01:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 01:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 01:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 01:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 01:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:02:59|MyService|INFO >> ## running thread...... -2019-04-11 02:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:07:59|MyService|INFO >> ## running thread...... -2019-04-11 02:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:12:59|MyService|INFO >> ## running thread...... -2019-04-11 02:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:17:59|MyService|INFO >> ## running thread...... -2019-04-11 02:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:18:01|clsWorker|INFO >> No emails for profile! -2019-04-11 02:22:59|MyService|INFO >> ## running thread...... -2019-04-11 02:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:23:01|clsWorker|INFO >> No emails for profile! -2019-04-11 02:27:59|MyService|INFO >> ## running thread...... -2019-04-11 02:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:32:59|MyService|INFO >> ## running thread...... -2019-04-11 02:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:33:01|clsWorker|INFO >> No emails for profile! -2019-04-11 02:37:59|MyService|INFO >> ## running thread...... -2019-04-11 02:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:42:59|MyService|INFO >> ## running thread...... -2019-04-11 02:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 02:47:59|MyService|INFO >> ## running thread...... -2019-04-11 02:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 02:52:59|MyService|INFO >> ## running thread...... -2019-04-11 02:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 02:57:59|MyService|INFO >> ## running thread...... -2019-04-11 02:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 02:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 02:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 02:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 02:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 02:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:02:59|MyService|INFO >> ## running thread...... -2019-04-11 03:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:03:01|clsWorker|INFO >> No emails for profile! -2019-04-11 03:07:59|MyService|INFO >> ## running thread...... -2019-04-11 03:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:12:59|MyService|INFO >> ## running thread...... -2019-04-11 03:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:17:59|MyService|INFO >> ## running thread...... -2019-04-11 03:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:22:59|MyService|INFO >> ## running thread...... -2019-04-11 03:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:27:59|MyService|INFO >> ## running thread...... -2019-04-11 03:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:32:59|MyService|INFO >> ## running thread...... -2019-04-11 03:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:37:59|MyService|INFO >> ## running thread...... -2019-04-11 03:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:42:59|MyService|INFO >> ## running thread...... -2019-04-11 03:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 03:47:59|MyService|INFO >> ## running thread...... -2019-04-11 03:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 03:52:59|MyService|INFO >> ## running thread...... -2019-04-11 03:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:53:01|clsWorker|INFO >> No emails for profile! -2019-04-11 03:57:59|MyService|INFO >> ## running thread...... -2019-04-11 03:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 03:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 03:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 03:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 03:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 03:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:02:59|MyService|INFO >> ## running thread...... -2019-04-11 04:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:07:59|MyService|INFO >> ## running thread...... -2019-04-11 04:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:12:59|MyService|INFO >> ## running thread...... -2019-04-11 04:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:17:59|MyService|INFO >> ## running thread...... -2019-04-11 04:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:22:59|MyService|INFO >> ## running thread...... -2019-04-11 04:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:27:59|MyService|INFO >> ## running thread...... -2019-04-11 04:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:32:59|MyService|INFO >> ## running thread...... -2019-04-11 04:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:37:59|MyService|INFO >> ## running thread...... -2019-04-11 04:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:42:59|MyService|INFO >> ## running thread...... -2019-04-11 04:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:47:59|MyService|INFO >> ## running thread...... -2019-04-11 04:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:52:59|MyService|INFO >> ## running thread...... -2019-04-11 04:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 04:57:59|MyService|INFO >> ## running thread...... -2019-04-11 04:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 04:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 04:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 04:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 04:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 04:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:02:59|MyService|INFO >> ## running thread...... -2019-04-11 05:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:07:59|MyService|INFO >> ## running thread...... -2019-04-11 05:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:12:59|MyService|INFO >> ## running thread...... -2019-04-11 05:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:17:59|MyService|INFO >> ## running thread...... -2019-04-11 05:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:22:59|MyService|INFO >> ## running thread...... -2019-04-11 05:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:27:59|MyService|INFO >> ## running thread...... -2019-04-11 05:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:32:59|MyService|INFO >> ## running thread...... -2019-04-11 05:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:37:59|MyService|INFO >> ## running thread...... -2019-04-11 05:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:42:59|MyService|INFO >> ## running thread...... -2019-04-11 05:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:47:59|MyService|INFO >> ## running thread...... -2019-04-11 05:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:52:59|MyService|INFO >> ## running thread...... -2019-04-11 05:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 05:58:00|MyService|INFO >> ## running thread...... -2019-04-11 05:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 05:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 05:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 05:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 05:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:03:00|MyService|INFO >> ## running thread...... -2019-04-11 06:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:03:01|clsWorker|INFO >> No emails for profile! -2019-04-11 06:08:00|MyService|INFO >> ## running thread...... -2019-04-11 06:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:13:00|MyService|INFO >> ## running thread...... -2019-04-11 06:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:13:01|clsWorker|INFO >> No emails for profile! -2019-04-11 06:18:00|MyService|INFO >> ## running thread...... -2019-04-11 06:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:23:00|MyService|INFO >> ## running thread...... -2019-04-11 06:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:23:01|clsWorker|INFO >> No emails for profile! -2019-04-11 06:28:00|MyService|INFO >> ## running thread...... -2019-04-11 06:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:33:00|MyService|INFO >> ## running thread...... -2019-04-11 06:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:38:00|MyService|INFO >> ## running thread...... -2019-04-11 06:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:43:00|MyService|INFO >> ## running thread...... -2019-04-11 06:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 06:48:00|MyService|INFO >> ## running thread...... -2019-04-11 06:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:53:00|MyService|INFO >> ## running thread...... -2019-04-11 06:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 06:58:00|MyService|INFO >> ## running thread...... -2019-04-11 06:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 06:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 06:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 06:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 06:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:03:00|MyService|INFO >> ## running thread...... -2019-04-11 07:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:03:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:03:02|clsWorker|INFO >> No emails for profile! -2019-04-11 07:08:00|MyService|INFO >> ## running thread...... -2019-04-11 07:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:13:00|MyService|INFO >> ## running thread...... -2019-04-11 07:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:18:00|MyService|INFO >> ## running thread...... -2019-04-11 07:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:23:00|MyService|INFO >> ## running thread...... -2019-04-11 07:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:23:01|clsWorker|INFO >> No emails for profile! -2019-04-11 07:28:00|MyService|INFO >> ## running thread...... -2019-04-11 07:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:33:00|MyService|INFO >> ## running thread...... -2019-04-11 07:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:38:00|MyService|INFO >> ## running thread...... -2019-04-11 07:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:43:00|MyService|INFO >> ## running thread...... -2019-04-11 07:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 07:48:00|MyService|INFO >> ## running thread...... -2019-04-11 07:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:53:00|MyService|INFO >> ## running thread...... -2019-04-11 07:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 07:58:00|MyService|INFO >> ## running thread...... -2019-04-11 07:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 07:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 07:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 07:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 07:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:03:00|MyService|INFO >> ## running thread...... -2019-04-11 08:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:03:01|clsWorker|INFO >> No emails for profile! -2019-04-11 08:08:00|MyService|INFO >> ## running thread...... -2019-04-11 08:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:13:00|MyService|INFO >> ## running thread...... -2019-04-11 08:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:18:00|MyService|INFO >> ## running thread...... -2019-04-11 08:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:23:00|MyService|INFO >> ## running thread...... -2019-04-11 08:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:23:01|clsWorker|INFO >> No emails for profile! -2019-04-11 08:28:00|MyService|INFO >> ## running thread...... -2019-04-11 08:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:33:00|MyService|INFO >> ## running thread...... -2019-04-11 08:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:38:00|MyService|INFO >> ## running thread...... -2019-04-11 08:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:43:00|MyService|INFO >> ## running thread...... -2019-04-11 08:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 08:48:00|MyService|INFO >> ## running thread...... -2019-04-11 08:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:53:00|MyService|INFO >> ## running thread...... -2019-04-11 08:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 08:58:00|MyService|INFO >> ## running thread...... -2019-04-11 08:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 08:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 08:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 08:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 08:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 08:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:03:00|MyService|INFO >> ## running thread...... -2019-04-11 09:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:03:01|clsWorker|INFO >> No emails for profile! -2019-04-11 09:08:00|MyService|INFO >> ## running thread...... -2019-04-11 09:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:13:00|MyService|INFO >> ## running thread...... -2019-04-11 09:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:18:00|MyService|INFO >> ## running thread...... -2019-04-11 09:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:18:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:18:02|clsWorker|INFO >> No emails for profile! -2019-04-11 09:23:00|MyService|INFO >> ## running thread...... -2019-04-11 09:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:28:00|MyService|INFO >> ## running thread...... -2019-04-11 09:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:33:00|MyService|INFO >> ## running thread...... -2019-04-11 09:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:38:00|MyService|INFO >> ## running thread...... -2019-04-11 09:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:38:01|clsWorker|INFO >> No emails for profile! -2019-04-11 09:43:00|MyService|INFO >> ## running thread...... -2019-04-11 09:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:48:00|MyService|INFO >> ## running thread...... -2019-04-11 09:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 09:53:00|MyService|INFO >> ## running thread...... -2019-04-11 09:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:53:01|clsWorker|INFO >> No emails for profile! -2019-04-11 09:58:00|MyService|INFO >> ## running thread...... -2019-04-11 09:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 09:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 09:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 09:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 09:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 09:58:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:03:00|MyService|INFO >> ## running thread...... -2019-04-11 10:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 10:08:00|MyService|INFO >> ## running thread...... -2019-04-11 10:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:08:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:13:00|MyService|INFO >> ## running thread...... -2019-04-11 10:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:13:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:18:00|MyService|INFO >> ## running thread...... -2019-04-11 10:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:18:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:23:00|MyService|INFO >> ## running thread...... -2019-04-11 10:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 10:28:00|MyService|INFO >> ## running thread...... -2019-04-11 10:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 10:33:00|MyService|INFO >> ## running thread...... -2019-04-11 10:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 10:38:00|MyService|INFO >> ## running thread...... -2019-04-11 10:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:38:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:43:00|MyService|INFO >> ## running thread...... -2019-04-11 10:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:48:00|MyService|INFO >> ## running thread...... -2019-04-11 10:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:53:00|MyService|INFO >> ## running thread...... -2019-04-11 10:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:53:01|clsWorker|INFO >> No emails for profile! -2019-04-11 10:58:00|MyService|INFO >> ## running thread...... -2019-04-11 10:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 10:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 10:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 10:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 10:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 10:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:03:00|MyService|INFO >> ## running thread...... -2019-04-11 11:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:08:00|MyService|INFO >> ## running thread...... -2019-04-11 11:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:13:00|MyService|INFO >> ## running thread...... -2019-04-11 11:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:13:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:18:00|MyService|INFO >> ## running thread...... -2019-04-11 11:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:23:00|MyService|INFO >> ## running thread...... -2019-04-11 11:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:23:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:28:00|MyService|INFO >> ## running thread...... -2019-04-11 11:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:33:00|MyService|INFO >> ## running thread...... -2019-04-11 11:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:33:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:38:00|MyService|INFO >> ## running thread...... -2019-04-11 11:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:38:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:43:00|MyService|INFO >> ## running thread...... -2019-04-11 11:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:48:00|MyService|INFO >> ## running thread...... -2019-04-11 11:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 11:53:00|MyService|INFO >> ## running thread...... -2019-04-11 11:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:53:01|clsWorker|INFO >> No emails for profile! -2019-04-11 11:58:00|MyService|INFO >> ## running thread...... -2019-04-11 11:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 11:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 11:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 11:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 11:58:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 11:58:02|clsWorker|INFO >> No emails for profile! -2019-04-11 12:03:00|MyService|INFO >> ## running thread...... -2019-04-11 12:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:08:00|MyService|INFO >> ## running thread...... -2019-04-11 12:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:08:01|clsWorker|INFO >> No emails for profile! -2019-04-11 12:13:00|MyService|INFO >> ## running thread...... -2019-04-11 12:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:13:01|clsWorker|INFO >> No emails for profile! -2019-04-11 12:18:00|MyService|INFO >> ## running thread...... -2019-04-11 12:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:18:01|clsWorker|INFO >> No emails for profile! -2019-04-11 12:23:00|MyService|INFO >> ## running thread...... -2019-04-11 12:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:28:00|MyService|INFO >> ## running thread...... -2019-04-11 12:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:33:00|MyService|INFO >> ## running thread...... -2019-04-11 12:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:33:01|clsWorker|INFO >> No emails for profile! -2019-04-11 12:38:00|MyService|INFO >> ## running thread...... -2019-04-11 12:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:43:00|MyService|INFO >> ## running thread...... -2019-04-11 12:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:48:00|MyService|INFO >> ## running thread...... -2019-04-11 12:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 12:53:00|MyService|INFO >> ## running thread...... -2019-04-11 12:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:53:01|clsWorker|INFO >> No emails for profile! -2019-04-11 12:58:00|MyService|INFO >> ## running thread...... -2019-04-11 12:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 12:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 12:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 12:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 12:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 12:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:03:00|MyService|INFO >> ## running thread...... -2019-04-11 13:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:08:00|MyService|INFO >> ## running thread...... -2019-04-11 13:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:13:00|MyService|INFO >> ## running thread...... -2019-04-11 13:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:18:00|MyService|INFO >> ## running thread...... -2019-04-11 13:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:23:00|MyService|INFO >> ## running thread...... -2019-04-11 13:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:28:00|MyService|INFO >> ## running thread...... -2019-04-11 13:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:28:02|clsWorker|INFO >> No emails for profile! -2019-04-11 13:33:00|MyService|INFO >> ## running thread...... -2019-04-11 13:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:37:59|MyService|INFO >> ## running thread...... -2019-04-11 13:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:42:59|MyService|INFO >> ## running thread...... -2019-04-11 13:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:47:59|MyService|INFO >> ## running thread...... -2019-04-11 13:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 13:52:59|MyService|INFO >> ## running thread...... -2019-04-11 13:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 13:57:59|MyService|INFO >> ## running thread...... -2019-04-11 13:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 13:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 13:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 13:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 13:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 13:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:02:59|MyService|INFO >> ## running thread...... -2019-04-11 14:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:07:59|MyService|INFO >> ## running thread...... -2019-04-11 14:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:08:01|clsWorker|INFO >> No emails for profile! -2019-04-11 14:12:59|MyService|INFO >> ## running thread...... -2019-04-11 14:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:17:59|MyService|INFO >> ## running thread...... -2019-04-11 14:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:22:59|MyService|INFO >> ## running thread...... -2019-04-11 14:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:27:59|MyService|INFO >> ## running thread...... -2019-04-11 14:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:28:01|clsWorker|INFO >> No emails for profile! -2019-04-11 14:32:59|MyService|INFO >> ## running thread...... -2019-04-11 14:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:37:59|MyService|INFO >> ## running thread...... -2019-04-11 14:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:42:59|MyService|INFO >> ## running thread...... -2019-04-11 14:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:47:59|MyService|INFO >> ## running thread...... -2019-04-11 14:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 14:52:59|MyService|INFO >> ## running thread...... -2019-04-11 14:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 14:57:59|MyService|INFO >> ## running thread...... -2019-04-11 14:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 14:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 14:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 14:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 14:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 14:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:02:59|MyService|INFO >> ## running thread...... -2019-04-11 15:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:07:59|MyService|INFO >> ## running thread...... -2019-04-11 15:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:08:01|clsWorker|INFO >> No emails for profile! -2019-04-11 15:12:59|MyService|INFO >> ## running thread...... -2019-04-11 15:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:17:59|MyService|INFO >> ## running thread...... -2019-04-11 15:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:22:59|MyService|INFO >> ## running thread...... -2019-04-11 15:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:27:59|MyService|INFO >> ## running thread...... -2019-04-11 15:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:28:01|clsWorker|INFO >> No emails for profile! -2019-04-11 15:32:59|MyService|INFO >> ## running thread...... -2019-04-11 15:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:37:59|MyService|INFO >> ## running thread...... -2019-04-11 15:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:42:59|MyService|INFO >> ## running thread...... -2019-04-11 15:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:47:59|MyService|INFO >> ## running thread...... -2019-04-11 15:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 15:52:59|MyService|INFO >> ## running thread...... -2019-04-11 15:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 15:57:59|MyService|INFO >> ## running thread...... -2019-04-11 15:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 15:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 15:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 15:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 15:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 15:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:02:59|MyService|INFO >> ## running thread...... -2019-04-11 16:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:07:59|MyService|INFO >> ## running thread...... -2019-04-11 16:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:12:59|MyService|INFO >> ## running thread...... -2019-04-11 16:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:17:59|MyService|INFO >> ## running thread...... -2019-04-11 16:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:22:59|MyService|INFO >> ## running thread...... -2019-04-11 16:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:27:59|MyService|INFO >> ## running thread...... -2019-04-11 16:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:32:59|MyService|INFO >> ## running thread...... -2019-04-11 16:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:37:59|MyService|INFO >> ## running thread...... -2019-04-11 16:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:42:59|MyService|INFO >> ## running thread...... -2019-04-11 16:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:43:01|clsWorker|INFO >> No emails for profile! -2019-04-11 16:47:59|MyService|INFO >> ## running thread...... -2019-04-11 16:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:52:59|MyService|INFO >> ## running thread...... -2019-04-11 16:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 16:57:59|MyService|INFO >> ## running thread...... -2019-04-11 16:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 16:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 16:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 16:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 16:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 16:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:02:59|MyService|INFO >> ## running thread...... -2019-04-11 17:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:07:59|MyService|INFO >> ## running thread...... -2019-04-11 17:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:12:59|MyService|INFO >> ## running thread...... -2019-04-11 17:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:17:59|MyService|INFO >> ## running thread...... -2019-04-11 17:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:22:59|MyService|INFO >> ## running thread...... -2019-04-11 17:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:27:59|MyService|INFO >> ## running thread...... -2019-04-11 17:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:32:59|MyService|INFO >> ## running thread...... -2019-04-11 17:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:37:59|MyService|INFO >> ## running thread...... -2019-04-11 17:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:42:59|MyService|INFO >> ## running thread...... -2019-04-11 17:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:47:59|MyService|INFO >> ## running thread...... -2019-04-11 17:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:52:59|MyService|INFO >> ## running thread...... -2019-04-11 17:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 17:57:59|MyService|INFO >> ## running thread...... -2019-04-11 17:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 17:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 17:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 17:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 17:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 17:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:02:59|MyService|INFO >> ## running thread...... -2019-04-11 18:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:07:59|MyService|INFO >> ## running thread...... -2019-04-11 18:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:12:59|MyService|INFO >> ## running thread...... -2019-04-11 18:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:17:59|MyService|INFO >> ## running thread...... -2019-04-11 18:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:18:01|clsWorker|INFO >> No emails for profile! -2019-04-11 18:22:59|MyService|INFO >> ## running thread...... -2019-04-11 18:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:27:59|MyService|INFO >> ## running thread...... -2019-04-11 18:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:32:59|MyService|INFO >> ## running thread...... -2019-04-11 18:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:33:01|clsWorker|INFO >> No emails for profile! -2019-04-11 18:37:59|MyService|INFO >> ## running thread...... -2019-04-11 18:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:42:59|MyService|INFO >> ## running thread...... -2019-04-11 18:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:47:59|MyService|INFO >> ## running thread...... -2019-04-11 18:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:52:59|MyService|INFO >> ## running thread...... -2019-04-11 18:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 18:57:59|MyService|INFO >> ## running thread...... -2019-04-11 18:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 18:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 18:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 18:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 18:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:02:59|MyService|INFO >> ## running thread...... -2019-04-11 19:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:03:01|clsWorker|INFO >> No emails for profile! -2019-04-11 19:07:59|MyService|INFO >> ## running thread...... -2019-04-11 19:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:12:59|MyService|INFO >> ## running thread...... -2019-04-11 19:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:13:01|clsWorker|INFO >> No emails for profile! -2019-04-11 19:17:59|MyService|INFO >> ## running thread...... -2019-04-11 19:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:22:59|MyService|INFO >> ## running thread...... -2019-04-11 19:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:27:59|MyService|INFO >> ## running thread...... -2019-04-11 19:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:32:59|MyService|INFO >> ## running thread...... -2019-04-11 19:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:37:59|MyService|INFO >> ## running thread...... -2019-04-11 19:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:42:59|MyService|INFO >> ## running thread...... -2019-04-11 19:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:47:59|MyService|INFO >> ## running thread...... -2019-04-11 19:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:52:59|MyService|INFO >> ## running thread...... -2019-04-11 19:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 19:57:59|MyService|INFO >> ## running thread...... -2019-04-11 19:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 19:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 19:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 19:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 19:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:02:59|MyService|INFO >> ## running thread...... -2019-04-11 20:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:07:59|MyService|INFO >> ## running thread...... -2019-04-11 20:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:12:59|MyService|INFO >> ## running thread...... -2019-04-11 20:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:17:59|MyService|INFO >> ## running thread...... -2019-04-11 20:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:22:59|MyService|INFO >> ## running thread...... -2019-04-11 20:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:27:59|MyService|INFO >> ## running thread...... -2019-04-11 20:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:32:59|MyService|INFO >> ## running thread...... -2019-04-11 20:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:37:59|MyService|INFO >> ## running thread...... -2019-04-11 20:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:42:59|MyService|INFO >> ## running thread...... -2019-04-11 20:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:47:59|MyService|INFO >> ## running thread...... -2019-04-11 20:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:52:59|MyService|INFO >> ## running thread...... -2019-04-11 20:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 20:57:59|MyService|INFO >> ## running thread...... -2019-04-11 20:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 20:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 20:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 20:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 20:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:02:59|MyService|INFO >> ## running thread...... -2019-04-11 21:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:07:59|MyService|INFO >> ## running thread...... -2019-04-11 21:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:12:59|MyService|INFO >> ## running thread...... -2019-04-11 21:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:17:59|MyService|INFO >> ## running thread...... -2019-04-11 21:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:22:59|MyService|INFO >> ## running thread...... -2019-04-11 21:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:27:59|MyService|INFO >> ## running thread...... -2019-04-11 21:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:32:59|MyService|INFO >> ## running thread...... -2019-04-11 21:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:37:59|MyService|INFO >> ## running thread...... -2019-04-11 21:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:42:59|MyService|INFO >> ## running thread...... -2019-04-11 21:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:47:59|MyService|INFO >> ## running thread...... -2019-04-11 21:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:52:59|MyService|INFO >> ## running thread...... -2019-04-11 21:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 21:57:59|MyService|INFO >> ## running thread...... -2019-04-11 21:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 21:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 21:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 21:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 21:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:02:59|MyService|INFO >> ## running thread...... -2019-04-11 22:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:07:59|MyService|INFO >> ## running thread...... -2019-04-11 22:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:08:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:12:59|MyService|INFO >> ## running thread...... -2019-04-11 22:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:17:59|MyService|INFO >> ## running thread...... -2019-04-11 22:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:22:59|MyService|INFO >> ## running thread...... -2019-04-11 22:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:27:59|MyService|INFO >> ## running thread...... -2019-04-11 22:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:28:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:32:59|MyService|INFO >> ## running thread...... -2019-04-11 22:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:33:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:37:59|MyService|INFO >> ## running thread...... -2019-04-11 22:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:42:59|MyService|INFO >> ## running thread...... -2019-04-11 22:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:47:59|MyService|INFO >> ## running thread...... -2019-04-11 22:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:48:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:52:59|MyService|INFO >> ## running thread...... -2019-04-11 22:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 22:57:59|MyService|INFO >> ## running thread...... -2019-04-11 22:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 22:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 22:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 22:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 22:58:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:02:59|MyService|INFO >> ## running thread...... -2019-04-11 23:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:03:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:07:59|MyService|INFO >> ## running thread...... -2019-04-11 23:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:08:01|clsWorker|INFO >> No emails for profile! -2019-04-11 23:12:59|MyService|INFO >> ## running thread...... -2019-04-11 23:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:13:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:17:59|MyService|INFO >> ## running thread...... -2019-04-11 23:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:18:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:22:59|MyService|INFO >> ## running thread...... -2019-04-11 23:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:23:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:27:59|MyService|INFO >> ## running thread...... -2019-04-11 23:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:28:01|clsWorker|INFO >> No emails for profile! -2019-04-11 23:32:59|MyService|INFO >> ## running thread...... -2019-04-11 23:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:33:01|clsWorker|INFO >> No emails for profile! -2019-04-11 23:37:59|MyService|INFO >> ## running thread...... -2019-04-11 23:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:38:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:42:59|MyService|INFO >> ## running thread...... -2019-04-11 23:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:43:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:47:59|MyService|INFO >> ## running thread...... -2019-04-11 23:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:48:01|clsWorker|INFO >> No emails for profile! -2019-04-11 23:52:59|MyService|INFO >> ## running thread...... -2019-04-11 23:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:53:00|clsWorker|INFO >> No emails for profile! -2019-04-11 23:57:59|MyService|INFO >> ## running thread...... -2019-04-11 23:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-11 23:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-11 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-11 23:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-11 23:58:02|clsWorker|WARN >> Error while polling emails.... -2019-04-11 23:58:02|clsWorker|INFO >> No emails for profile! diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL-Error.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL-Error.0.log deleted file mode 100644 index e19cf05..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL-Error.0.log +++ /dev/null @@ -1,1288 +0,0 @@ -2019-04-12 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:18:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:18:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 00:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:23:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:43:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:48:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 01:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 02:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:23:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:23:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:53:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:58:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 03:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:18:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:28:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:38:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:58:02|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 04:58:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:58:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 05:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:03:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:08:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:13:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:33:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:58:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 06:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:08:00|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:13:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:18:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:23:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:28:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:33:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:38:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:43:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:48:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:53:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:58:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 07:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:03:01|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:09:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:09:18|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:09:18|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:14:14|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:14:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:19:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:24:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:29:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:34:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:44:14|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:49:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:54:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 08:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:04:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:09:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:09:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:14:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:19:14|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:19:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:24:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:29:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:34:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:44:14|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:49:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:54:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 09:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:04:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:09:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:09:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:14:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:19:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:24:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:29:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:34:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:44:14|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:49:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:54:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 10:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:04:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:09:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:14:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:19:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:24:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:29:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:29:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:34:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:44:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:44:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:49:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:54:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 11:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:04:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:09:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:14:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:19:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:24:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:29:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:34:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:44:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:44:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:49:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:49:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:54:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:59:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 12:59:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:04:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:09:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:14:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:19:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:19:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:24:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:24:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:29:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:29:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:34:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:39:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:39:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:44:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:44:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:49:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:54:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 13:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:04:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:04:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:09:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:14:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:19:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:24:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:24:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:29:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:34:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:39:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:44:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:44:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:49:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:49:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:54:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:59:13|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 14:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:04:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 15:04:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:09:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 15:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:14:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 15:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:19:12|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-12 15:19:12|clsWorker|WARN >> Error while polling emails.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL.0.log deleted file mode 100644 index cee9996..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-12-SERV_EMAIL.0.log +++ /dev/null @@ -1,1291 +0,0 @@ -2019-04-12 00:02:59|MyService|INFO >> ## running thread...... -2019-04-12 00:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:03:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:07:59|MyService|INFO >> ## running thread...... -2019-04-12 00:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:08:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:12:59|MyService|INFO >> ## running thread...... -2019-04-12 00:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:13:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:17:59|MyService|INFO >> ## running thread...... -2019-04-12 00:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:18:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:18:02|clsWorker|INFO >> No emails for profile! -2019-04-12 00:23:00|MyService|INFO >> ## running thread...... -2019-04-12 00:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 00:28:00|MyService|INFO >> ## running thread...... -2019-04-12 00:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:28:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:33:00|MyService|INFO >> ## running thread...... -2019-04-12 00:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:33:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:38:00|MyService|INFO >> ## running thread...... -2019-04-12 00:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:38:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:43:00|MyService|INFO >> ## running thread...... -2019-04-12 00:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 00:48:00|MyService|INFO >> ## running thread...... -2019-04-12 00:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 00:53:00|MyService|INFO >> ## running thread...... -2019-04-12 00:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:53:00|clsWorker|INFO >> No emails for profile! -2019-04-12 00:58:00|MyService|INFO >> ## running thread...... -2019-04-12 00:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 00:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 00:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 00:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 00:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 00:58:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:03:00|MyService|INFO >> ## running thread...... -2019-04-12 01:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:03:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:08:00|MyService|INFO >> ## running thread...... -2019-04-12 01:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:08:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:12:59|MyService|INFO >> ## running thread...... -2019-04-12 01:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:13:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:17:59|MyService|INFO >> ## running thread...... -2019-04-12 01:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:18:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:22:59|MyService|INFO >> ## running thread...... -2019-04-12 01:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:23:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:23:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:27:59|MyService|INFO >> ## running thread...... -2019-04-12 01:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:28:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:32:59|MyService|INFO >> ## running thread...... -2019-04-12 01:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 01:37:59|MyService|INFO >> ## running thread...... -2019-04-12 01:37:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:38:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:42:59|MyService|INFO >> ## running thread...... -2019-04-12 01:42:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:43:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:43:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:47:59|MyService|INFO >> ## running thread...... -2019-04-12 01:47:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:48:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:48:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:52:59|MyService|INFO >> ## running thread...... -2019-04-12 01:52:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:53:00|clsWorker|INFO >> No emails for profile! -2019-04-12 01:57:59|MyService|INFO >> ## running thread...... -2019-04-12 01:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 01:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 01:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 01:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 01:58:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:02:59|MyService|INFO >> ## running thread...... -2019-04-12 02:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:03:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:07:59|MyService|INFO >> ## running thread...... -2019-04-12 02:07:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:08:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:08:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:12:59|MyService|INFO >> ## running thread...... -2019-04-12 02:12:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 02:17:59|MyService|INFO >> ## running thread...... -2019-04-12 02:17:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:18:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:22:59|MyService|INFO >> ## running thread...... -2019-04-12 02:22:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 02:27:59|MyService|INFO >> ## running thread...... -2019-04-12 02:27:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:28:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:32:59|MyService|INFO >> ## running thread...... -2019-04-12 02:32:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:33:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:37:59|MyService|INFO >> ## running thread...... -2019-04-12 02:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:38:00|clsWorker|INFO >> No emails for profile! -2019-04-12 02:42:59|MyService|INFO >> ## running thread...... -2019-04-12 02:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 02:47:59|MyService|INFO >> ## running thread...... -2019-04-12 02:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 02:52:59|MyService|INFO >> ## running thread...... -2019-04-12 02:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:53:01|clsWorker|INFO >> No emails for profile! -2019-04-12 02:57:59|MyService|INFO >> ## running thread...... -2019-04-12 02:57:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 02:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 02:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 02:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 02:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 02:58:00|clsWorker|INFO >> No emails for profile! -2019-04-12 03:02:59|MyService|INFO >> ## running thread...... -2019-04-12 03:02:59|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:03:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:07:59|MyService|INFO >> ## running thread...... -2019-04-12 03:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:08:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:12:59|MyService|INFO >> ## running thread...... -2019-04-12 03:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:18:00|MyService|INFO >> ## running thread...... -2019-04-12 03:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:18:00|clsWorker|INFO >> No emails for profile! -2019-04-12 03:23:00|MyService|INFO >> ## running thread...... -2019-04-12 03:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:23:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:23:02|clsWorker|INFO >> No emails for profile! -2019-04-12 03:28:00|MyService|INFO >> ## running thread...... -2019-04-12 03:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:28:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:28:00|clsWorker|INFO >> No emails for profile! -2019-04-12 03:33:00|MyService|INFO >> ## running thread...... -2019-04-12 03:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:38:00|MyService|INFO >> ## running thread...... -2019-04-12 03:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:38:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:38:00|clsWorker|INFO >> No emails for profile! -2019-04-12 03:43:00|MyService|INFO >> ## running thread...... -2019-04-12 03:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:48:00|MyService|INFO >> ## running thread...... -2019-04-12 03:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 03:53:00|MyService|INFO >> ## running thread...... -2019-04-12 03:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:53:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:53:00|clsWorker|INFO >> No emails for profile! -2019-04-12 03:58:00|MyService|INFO >> ## running thread...... -2019-04-12 03:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 03:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 03:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 03:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 03:58:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 03:58:00|clsWorker|INFO >> No emails for profile! -2019-04-12 04:03:00|MyService|INFO >> ## running thread...... -2019-04-12 04:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:03:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:08:00|MyService|INFO >> ## running thread...... -2019-04-12 04:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:08:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:13:00|MyService|INFO >> ## running thread...... -2019-04-12 04:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:18:00|MyService|INFO >> ## running thread...... -2019-04-12 04:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:18:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:18:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:23:00|MyService|INFO >> ## running thread...... -2019-04-12 04:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:28:00|MyService|INFO >> ## running thread...... -2019-04-12 04:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:28:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:33:00|MyService|INFO >> ## running thread...... -2019-04-12 04:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:38:00|MyService|INFO >> ## running thread...... -2019-04-12 04:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:38:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:43:00|MyService|INFO >> ## running thread...... -2019-04-12 04:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:48:00|MyService|INFO >> ## running thread...... -2019-04-12 04:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:53:00|MyService|INFO >> ## running thread...... -2019-04-12 04:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:53:01|clsWorker|INFO >> No emails for profile! -2019-04-12 04:58:00|MyService|INFO >> ## running thread...... -2019-04-12 04:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 04:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 04:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 04:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 04:58:02|clsWorker|WARN >> Error while polling emails.... -2019-04-12 04:58:02|clsWorker|INFO >> No emails for profile! -2019-04-12 05:03:00|MyService|INFO >> ## running thread...... -2019-04-12 05:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:03:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:08:00|MyService|INFO >> ## running thread...... -2019-04-12 05:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:08:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:13:00|MyService|INFO >> ## running thread...... -2019-04-12 05:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:18:00|MyService|INFO >> ## running thread...... -2019-04-12 05:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:18:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:23:00|MyService|INFO >> ## running thread...... -2019-04-12 05:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:28:00|MyService|INFO >> ## running thread...... -2019-04-12 05:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:28:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:33:00|MyService|INFO >> ## running thread...... -2019-04-12 05:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:38:00|MyService|INFO >> ## running thread...... -2019-04-12 05:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:38:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:43:00|MyService|INFO >> ## running thread...... -2019-04-12 05:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:48:00|MyService|INFO >> ## running thread...... -2019-04-12 05:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:53:00|MyService|INFO >> ## running thread...... -2019-04-12 05:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:53:01|clsWorker|INFO >> No emails for profile! -2019-04-12 05:58:00|MyService|INFO >> ## running thread...... -2019-04-12 05:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 05:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 05:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 05:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 05:58:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:03:00|MyService|INFO >> ## running thread...... -2019-04-12 06:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:03:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:03:00|clsWorker|INFO >> No emails for profile! -2019-04-12 06:08:00|MyService|INFO >> ## running thread...... -2019-04-12 06:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:08:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:13:00|MyService|INFO >> ## running thread...... -2019-04-12 06:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:13:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:18:00|MyService|INFO >> ## running thread...... -2019-04-12 06:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:18:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:23:00|MyService|INFO >> ## running thread...... -2019-04-12 06:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:28:00|MyService|INFO >> ## running thread...... -2019-04-12 06:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:28:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:33:00|MyService|INFO >> ## running thread...... -2019-04-12 06:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:33:00|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:38:00|MyService|INFO >> ## running thread...... -2019-04-12 06:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:38:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:43:00|MyService|INFO >> ## running thread...... -2019-04-12 06:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:48:00|MyService|INFO >> ## running thread...... -2019-04-12 06:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:53:00|MyService|INFO >> ## running thread...... -2019-04-12 06:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:53:01|clsWorker|INFO >> No emails for profile! -2019-04-12 06:58:00|MyService|INFO >> ## running thread...... -2019-04-12 06:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 06:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 06:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 06:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 06:58:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:03:00|MyService|INFO >> ## running thread...... -2019-04-12 07:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:03:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:08:00|MyService|INFO >> ## running thread...... -2019-04-12 07:08:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:08:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:08:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:13:00|MyService|INFO >> ## running thread...... -2019-04-12 07:13:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:13:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:13:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:18:00|MyService|INFO >> ## running thread...... -2019-04-12 07:18:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:18:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:18:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:23:00|MyService|INFO >> ## running thread...... -2019-04-12 07:23:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:23:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:23:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:28:00|MyService|INFO >> ## running thread...... -2019-04-12 07:28:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:28:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:28:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:33:00|MyService|INFO >> ## running thread...... -2019-04-12 07:33:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:33:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:33:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:38:00|MyService|INFO >> ## running thread...... -2019-04-12 07:38:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:38:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:38:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:43:00|MyService|INFO >> ## running thread...... -2019-04-12 07:43:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:43:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:43:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:48:00|MyService|INFO >> ## running thread...... -2019-04-12 07:48:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:48:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:48:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:53:00|MyService|INFO >> ## running thread...... -2019-04-12 07:53:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:53:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:53:01|clsWorker|INFO >> No emails for profile! -2019-04-12 07:58:00|MyService|INFO >> ## running thread...... -2019-04-12 07:58:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 07:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 07:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 07:58:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 07:58:01|clsWorker|INFO >> No emails for profile! -2019-04-12 08:03:00|MyService|INFO >> ## running thread...... -2019-04-12 08:03:00|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:03:01|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:03:01|clsWorker|INFO >> No emails for profile! -2019-04-12 08:08:46|MyService|INFO >> ## Service started ## -2019-04-12 08:08:53|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:09:13|MyService|INFO >> ...Timer started. -2019-04-12 08:09:13|MyService|INFO >> ## running thread...... -2019-04-12 08:09:14|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:09:15|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:09:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:09:15|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:09:18|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:09:18|clsWorker|INFO >> No emails for profile! -2019-04-12 08:14:13|MyService|INFO >> ## running thread...... -2019-04-12 08:14:13|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:14:13|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:14:13|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:14:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:14:14|clsWorker|INFO >> No emails for profile! -2019-04-12 08:19:12|MyService|INFO >> ## running thread...... -2019-04-12 08:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:19:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:24:12|MyService|INFO >> ## running thread...... -2019-04-12 08:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:24:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:29:12|MyService|INFO >> ## running thread...... -2019-04-12 08:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:29:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:34:12|MyService|INFO >> ## running thread...... -2019-04-12 08:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:34:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:39:12|MyService|INFO >> ## running thread...... -2019-04-12 08:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:39:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:44:12|MyService|INFO >> ## running thread...... -2019-04-12 08:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:44:14|clsWorker|INFO >> No emails for profile! -2019-04-12 08:49:12|MyService|INFO >> ## running thread...... -2019-04-12 08:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:49:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:54:12|MyService|INFO >> ## running thread...... -2019-04-12 08:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:54:13|clsWorker|INFO >> No emails for profile! -2019-04-12 08:59:12|MyService|INFO >> ## running thread...... -2019-04-12 08:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 08:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 08:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 08:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 08:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 08:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:04:12|MyService|INFO >> ## running thread...... -2019-04-12 09:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:04:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:09:12|MyService|INFO >> ## running thread...... -2019-04-12 09:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:09:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:09:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:14:12|MyService|INFO >> ## running thread...... -2019-04-12 09:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:14:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:19:12|MyService|INFO >> ## running thread...... -2019-04-12 09:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:19:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:19:14|clsWorker|INFO >> No emails for profile! -2019-04-12 09:24:12|MyService|INFO >> ## running thread...... -2019-04-12 09:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:24:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:29:12|MyService|INFO >> ## running thread...... -2019-04-12 09:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:29:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:34:12|MyService|INFO >> ## running thread...... -2019-04-12 09:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:34:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:39:12|MyService|INFO >> ## running thread...... -2019-04-12 09:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:39:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:44:12|MyService|INFO >> ## running thread...... -2019-04-12 09:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:44:14|clsWorker|INFO >> No emails for profile! -2019-04-12 09:49:12|MyService|INFO >> ## running thread...... -2019-04-12 09:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:49:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:54:12|MyService|INFO >> ## running thread...... -2019-04-12 09:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:54:13|clsWorker|INFO >> No emails for profile! -2019-04-12 09:59:12|MyService|INFO >> ## running thread...... -2019-04-12 09:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 09:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 09:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 09:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 09:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 09:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:04:12|MyService|INFO >> ## running thread...... -2019-04-12 10:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:04:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:09:12|MyService|INFO >> ## running thread...... -2019-04-12 10:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:09:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:09:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:14:12|MyService|INFO >> ## running thread...... -2019-04-12 10:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:14:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:19:12|MyService|INFO >> ## running thread...... -2019-04-12 10:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:19:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:24:12|MyService|INFO >> ## running thread...... -2019-04-12 10:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:24:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:29:12|MyService|INFO >> ## running thread...... -2019-04-12 10:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:29:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:34:12|MyService|INFO >> ## running thread...... -2019-04-12 10:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:34:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:39:12|MyService|INFO >> ## running thread...... -2019-04-12 10:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:39:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:44:12|MyService|INFO >> ## running thread...... -2019-04-12 10:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:44:14|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:44:14|clsWorker|INFO >> No emails for profile! -2019-04-12 10:49:12|MyService|INFO >> ## running thread...... -2019-04-12 10:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:49:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:54:12|MyService|INFO >> ## running thread...... -2019-04-12 10:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:54:13|clsWorker|INFO >> No emails for profile! -2019-04-12 10:59:12|MyService|INFO >> ## running thread...... -2019-04-12 10:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 10:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 10:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 10:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 10:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 10:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:04:12|MyService|INFO >> ## running thread...... -2019-04-12 11:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:04:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:09:12|MyService|INFO >> ## running thread...... -2019-04-12 11:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:09:12|clsWorker|INFO >> No emails for profile! -2019-04-12 11:14:12|MyService|INFO >> ## running thread...... -2019-04-12 11:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:14:12|clsWorker|INFO >> No emails for profile! -2019-04-12 11:19:12|MyService|INFO >> ## running thread...... -2019-04-12 11:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:19:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:24:12|MyService|INFO >> ## running thread...... -2019-04-12 11:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:24:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:29:12|MyService|INFO >> ## running thread...... -2019-04-12 11:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:29:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:29:12|clsWorker|INFO >> No emails for profile! -2019-04-12 11:34:12|MyService|INFO >> ## running thread...... -2019-04-12 11:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:34:12|clsWorker|INFO >> No emails for profile! -2019-04-12 11:39:12|MyService|INFO >> ## running thread...... -2019-04-12 11:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:39:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:44:12|MyService|INFO >> ## running thread...... -2019-04-12 11:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:44:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:44:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:49:12|MyService|INFO >> ## running thread...... -2019-04-12 11:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:49:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:54:12|MyService|INFO >> ## running thread...... -2019-04-12 11:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:54:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:54:13|clsWorker|INFO >> No emails for profile! -2019-04-12 11:59:12|MyService|INFO >> ## running thread...... -2019-04-12 11:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 11:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 11:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 11:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 11:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 11:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:04:12|MyService|INFO >> ## running thread...... -2019-04-12 12:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:04:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:09:12|MyService|INFO >> ## running thread...... -2019-04-12 12:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:09:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:14:12|MyService|INFO >> ## running thread...... -2019-04-12 12:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:14:12|clsWorker|INFO >> No emails for profile! -2019-04-12 12:19:12|MyService|INFO >> ## running thread...... -2019-04-12 12:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:19:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:24:12|MyService|INFO >> ## running thread...... -2019-04-12 12:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:24:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:24:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:29:12|MyService|INFO >> ## running thread...... -2019-04-12 12:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:29:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:34:12|MyService|INFO >> ## running thread...... -2019-04-12 12:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:34:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:39:12|MyService|INFO >> ## running thread...... -2019-04-12 12:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:39:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:44:12|MyService|INFO >> ## running thread...... -2019-04-12 12:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:44:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:44:13|clsWorker|INFO >> No emails for profile! -2019-04-12 12:49:12|MyService|INFO >> ## running thread...... -2019-04-12 12:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:49:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:49:12|clsWorker|INFO >> No emails for profile! -2019-04-12 12:54:12|MyService|INFO >> ## running thread...... -2019-04-12 12:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:54:12|clsWorker|INFO >> No emails for profile! -2019-04-12 12:59:12|MyService|INFO >> ## running thread...... -2019-04-12 12:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 12:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 12:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 12:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 12:59:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 12:59:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:04:12|MyService|INFO >> ## running thread...... -2019-04-12 13:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:04:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:04:13|clsWorker|INFO >> No emails for profile! -2019-04-12 13:09:12|MyService|INFO >> ## running thread...... -2019-04-12 13:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:09:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:14:12|MyService|INFO >> ## running thread...... -2019-04-12 13:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:14:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:14:13|clsWorker|INFO >> No emails for profile! -2019-04-12 13:19:12|MyService|INFO >> ## running thread...... -2019-04-12 13:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:19:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:19:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:24:12|MyService|INFO >> ## running thread...... -2019-04-12 13:24:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:24:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:24:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:29:12|MyService|INFO >> ## running thread...... -2019-04-12 13:29:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:29:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:29:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:34:12|MyService|INFO >> ## running thread...... -2019-04-12 13:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:34:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:34:13|clsWorker|INFO >> No emails for profile! -2019-04-12 13:39:12|MyService|INFO >> ## running thread...... -2019-04-12 13:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:39:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:39:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:44:12|MyService|INFO >> ## running thread...... -2019-04-12 13:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:44:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:44:13|clsWorker|INFO >> No emails for profile! -2019-04-12 13:49:12|MyService|INFO >> ## running thread...... -2019-04-12 13:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:49:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:49:13|clsWorker|INFO >> No emails for profile! -2019-04-12 13:54:12|MyService|INFO >> ## running thread...... -2019-04-12 13:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:54:12|clsWorker|INFO >> No emails for profile! -2019-04-12 13:59:12|MyService|INFO >> ## running thread...... -2019-04-12 13:59:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 13:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 13:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 13:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 13:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 13:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 14:04:12|MyService|INFO >> ## running thread...... -2019-04-12 14:04:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:04:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:04:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:09:12|MyService|INFO >> ## running thread...... -2019-04-12 14:09:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:09:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:14:11|MyService|INFO >> ## running thread...... -2019-04-12 14:14:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:14:13|clsWorker|INFO >> No emails for profile! -2019-04-12 14:19:11|MyService|INFO >> ## running thread...... -2019-04-12 14:19:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:19:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:19:13|clsWorker|INFO >> No emails for profile! -2019-04-12 14:24:11|MyService|INFO >> ## running thread...... -2019-04-12 14:24:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:24:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:24:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:29:11|MyService|INFO >> ## running thread...... -2019-04-12 14:29:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:29:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:29:13|clsWorker|INFO >> No emails for profile! -2019-04-12 14:34:11|MyService|INFO >> ## running thread...... -2019-04-12 14:34:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:34:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:34:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:39:11|MyService|INFO >> ## running thread...... -2019-04-12 14:39:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:39:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:39:14|clsWorker|INFO >> No emails for profile! -2019-04-12 14:44:11|MyService|INFO >> ## running thread...... -2019-04-12 14:44:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:44:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:44:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:49:11|MyService|INFO >> ## running thread...... -2019-04-12 14:49:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:49:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:49:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:54:12|MyService|INFO >> ## running thread...... -2019-04-12 14:54:12|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:54:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:54:12|clsWorker|INFO >> No emails for profile! -2019-04-12 14:59:11|MyService|INFO >> ## running thread...... -2019-04-12 14:59:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 14:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 14:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 14:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 14:59:13|clsWorker|WARN >> Error while polling emails.... -2019-04-12 14:59:13|clsWorker|INFO >> No emails for profile! -2019-04-12 15:04:11|MyService|INFO >> ## running thread...... -2019-04-12 15:04:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 15:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 15:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 15:04:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:04:12|clsWorker|INFO >> No emails for profile! -2019-04-12 15:09:11|MyService|INFO >> ## running thread...... -2019-04-12 15:09:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 15:09:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 15:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:09:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 15:09:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:09:12|clsWorker|INFO >> No emails for profile! -2019-04-12 15:14:11|MyService|INFO >> ## running thread...... -2019-04-12 15:14:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 15:14:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 15:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:14:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 15:14:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:14:12|clsWorker|INFO >> No emails for profile! -2019-04-12 15:19:11|MyService|INFO >> ## running thread...... -2019-04-12 15:19:11|clsWorkEmail|INFO >> Detail-Log is on -2019-04-12 15:19:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-12 15:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-12 15:19:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-12 15:19:12|clsWorker|WARN >> Error while polling emails.... -2019-04-12 15:19:12|clsWorker|INFO >> No emails for profile! diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL-Error.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL-Error.0.log deleted file mode 100644 index 5fc62c1..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL-Error.0.log +++ /dev/null @@ -1,791 +0,0 @@ -2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:36:10|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 14:36:10|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:41:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 14:41:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:46:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 14:46:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:51:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 14:51:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 14:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:36:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:36:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:56:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 15:56:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:16:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:56:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 16:56:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 17:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 18:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 19:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:41:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 20:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 21:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:26:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 22:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:36:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-15 23:56:05|clsWorker|WARN >> Error while polling emails.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL.0.log deleted file mode 100644 index f4c5b62..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL.0.log +++ /dev/null @@ -1,791 +0,0 @@ -2019-04-15 14:36:06|MyService|INFO >> ## running thread...... -2019-04-15 14:36:07|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 14:36:07|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:36:08|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 14:36:10|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:36:10|clsWorker|INFO >> No emails for profile! -2019-04-15 14:41:05|MyService|INFO >> ## running thread...... -2019-04-15 14:41:05|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 14:41:05|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:41:05|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 14:41:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:41:06|clsWorker|INFO >> No emails for profile! -2019-04-15 14:46:04|MyService|INFO >> ## running thread...... -2019-04-15 14:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 14:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 14:46:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:46:06|clsWorker|INFO >> No emails for profile! -2019-04-15 14:51:04|MyService|INFO >> ## running thread...... -2019-04-15 14:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 14:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 14:51:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:51:06|clsWorker|INFO >> No emails for profile! -2019-04-15 14:56:04|MyService|INFO >> ## running thread...... -2019-04-15 14:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 14:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 14:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 14:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 14:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:01:04|MyService|INFO >> ## running thread...... -2019-04-15 15:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:06:04|MyService|INFO >> ## running thread...... -2019-04-15 15:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:11:04|MyService|INFO >> ## running thread...... -2019-04-15 15:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:16:04|MyService|INFO >> ## running thread...... -2019-04-15 15:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:21:04|MyService|INFO >> ## running thread...... -2019-04-15 15:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:26:04|MyService|INFO >> ## running thread...... -2019-04-15 15:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:31:04|MyService|INFO >> ## running thread...... -2019-04-15 15:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:36:04|MyService|INFO >> ## running thread...... -2019-04-15 15:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:36:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:36:06|clsWorker|INFO >> No emails for profile! -2019-04-15 15:41:04|MyService|INFO >> ## running thread...... -2019-04-15 15:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:46:04|MyService|INFO >> ## running thread...... -2019-04-15 15:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:51:04|MyService|INFO >> ## running thread...... -2019-04-15 15:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 15:56:04|MyService|INFO >> ## running thread...... -2019-04-15 15:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 15:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 15:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 15:56:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 15:56:06|clsWorker|INFO >> No emails for profile! -2019-04-15 16:01:04|MyService|INFO >> ## running thread...... -2019-04-15 16:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:06:04|MyService|INFO >> ## running thread...... -2019-04-15 16:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:11:04|MyService|INFO >> ## running thread...... -2019-04-15 16:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:16:04|MyService|INFO >> ## running thread...... -2019-04-15 16:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:16:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:16:06|clsWorker|INFO >> No emails for profile! -2019-04-15 16:21:04|MyService|INFO >> ## running thread...... -2019-04-15 16:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:26:04|MyService|INFO >> ## running thread...... -2019-04-15 16:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:31:04|MyService|INFO >> ## running thread...... -2019-04-15 16:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:36:04|MyService|INFO >> ## running thread...... -2019-04-15 16:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:41:04|MyService|INFO >> ## running thread...... -2019-04-15 16:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:46:04|MyService|INFO >> ## running thread...... -2019-04-15 16:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:51:04|MyService|INFO >> ## running thread...... -2019-04-15 16:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 16:56:04|MyService|INFO >> ## running thread...... -2019-04-15 16:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 16:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 16:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 16:56:06|clsWorker|WARN >> Error while polling emails.... -2019-04-15 16:56:06|clsWorker|INFO >> No emails for profile! -2019-04-15 17:01:04|MyService|INFO >> ## running thread...... -2019-04-15 17:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:06:04|MyService|INFO >> ## running thread...... -2019-04-15 17:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:11:04|MyService|INFO >> ## running thread...... -2019-04-15 17:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:16:04|MyService|INFO >> ## running thread...... -2019-04-15 17:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:21:04|MyService|INFO >> ## running thread...... -2019-04-15 17:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:26:04|MyService|INFO >> ## running thread...... -2019-04-15 17:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:31:04|MyService|INFO >> ## running thread...... -2019-04-15 17:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:36:04|MyService|INFO >> ## running thread...... -2019-04-15 17:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:41:04|MyService|INFO >> ## running thread...... -2019-04-15 17:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:46:04|MyService|INFO >> ## running thread...... -2019-04-15 17:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:51:04|MyService|INFO >> ## running thread...... -2019-04-15 17:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 17:56:04|MyService|INFO >> ## running thread...... -2019-04-15 17:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 17:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 17:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 17:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 17:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:01:04|MyService|INFO >> ## running thread...... -2019-04-15 18:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:06:04|MyService|INFO >> ## running thread...... -2019-04-15 18:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:11:04|MyService|INFO >> ## running thread...... -2019-04-15 18:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:16:04|MyService|INFO >> ## running thread...... -2019-04-15 18:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:21:04|MyService|INFO >> ## running thread...... -2019-04-15 18:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:26:04|MyService|INFO >> ## running thread...... -2019-04-15 18:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:31:04|MyService|INFO >> ## running thread...... -2019-04-15 18:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:36:04|MyService|INFO >> ## running thread...... -2019-04-15 18:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:41:04|MyService|INFO >> ## running thread...... -2019-04-15 18:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:46:04|MyService|INFO >> ## running thread...... -2019-04-15 18:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:51:04|MyService|INFO >> ## running thread...... -2019-04-15 18:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 18:56:04|MyService|INFO >> ## running thread...... -2019-04-15 18:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 18:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 18:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 18:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 18:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:01:04|MyService|INFO >> ## running thread...... -2019-04-15 19:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:06:04|MyService|INFO >> ## running thread...... -2019-04-15 19:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:11:04|MyService|INFO >> ## running thread...... -2019-04-15 19:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:16:04|MyService|INFO >> ## running thread...... -2019-04-15 19:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:21:04|MyService|INFO >> ## running thread...... -2019-04-15 19:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:26:04|MyService|INFO >> ## running thread...... -2019-04-15 19:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:31:04|MyService|INFO >> ## running thread...... -2019-04-15 19:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:36:04|MyService|INFO >> ## running thread...... -2019-04-15 19:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:41:04|MyService|INFO >> ## running thread...... -2019-04-15 19:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:46:04|MyService|INFO >> ## running thread...... -2019-04-15 19:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:51:04|MyService|INFO >> ## running thread...... -2019-04-15 19:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 19:56:04|MyService|INFO >> ## running thread...... -2019-04-15 19:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 19:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 19:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 19:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 19:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:01:04|MyService|INFO >> ## running thread...... -2019-04-15 20:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:01:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:06:04|MyService|INFO >> ## running thread...... -2019-04-15 20:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:06:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:11:04|MyService|INFO >> ## running thread...... -2019-04-15 20:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:16:04|MyService|INFO >> ## running thread...... -2019-04-15 20:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:21:04|MyService|INFO >> ## running thread...... -2019-04-15 20:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:26:04|MyService|INFO >> ## running thread...... -2019-04-15 20:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:31:04|MyService|INFO >> ## running thread...... -2019-04-15 20:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:36:04|MyService|INFO >> ## running thread...... -2019-04-15 20:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:41:04|MyService|INFO >> ## running thread...... -2019-04-15 20:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:41:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:41:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:46:04|MyService|INFO >> ## running thread...... -2019-04-15 20:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:46:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:51:04|MyService|INFO >> ## running thread...... -2019-04-15 20:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:51:05|clsWorker|INFO >> No emails for profile! -2019-04-15 20:56:04|MyService|INFO >> ## running thread...... -2019-04-15 20:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 20:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 20:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 20:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 20:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:01:04|MyService|INFO >> ## running thread...... -2019-04-15 21:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:01:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:06:04|MyService|INFO >> ## running thread...... -2019-04-15 21:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:06:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:11:04|MyService|INFO >> ## running thread...... -2019-04-15 21:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:11:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:16:04|MyService|INFO >> ## running thread...... -2019-04-15 21:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:21:04|MyService|INFO >> ## running thread...... -2019-04-15 21:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:21:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:26:04|MyService|INFO >> ## running thread...... -2019-04-15 21:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:31:04|MyService|INFO >> ## running thread...... -2019-04-15 21:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:31:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:36:04|MyService|INFO >> ## running thread...... -2019-04-15 21:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 21:41:04|MyService|INFO >> ## running thread...... -2019-04-15 21:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:41:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:46:04|MyService|INFO >> ## running thread...... -2019-04-15 21:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:46:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:51:04|MyService|INFO >> ## running thread...... -2019-04-15 21:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:51:04|clsWorker|INFO >> No emails for profile! -2019-04-15 21:56:04|MyService|INFO >> ## running thread...... -2019-04-15 21:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 21:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 21:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 21:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 21:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 22:01:04|MyService|INFO >> ## running thread...... -2019-04-15 22:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:01:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:06:04|MyService|INFO >> ## running thread...... -2019-04-15 22:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:06:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:11:04|MyService|INFO >> ## running thread...... -2019-04-15 22:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:11:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:16:04|MyService|INFO >> ## running thread...... -2019-04-15 22:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 22:21:04|MyService|INFO >> ## running thread...... -2019-04-15 22:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:21:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:26:04|MyService|INFO >> ## running thread...... -2019-04-15 22:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:26:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:26:05|clsWorker|INFO >> No emails for profile! -2019-04-15 22:31:04|MyService|INFO >> ## running thread...... -2019-04-15 22:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 22:36:04|MyService|INFO >> ## running thread...... -2019-04-15 22:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 22:41:04|MyService|INFO >> ## running thread...... -2019-04-15 22:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:41:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:46:04|MyService|INFO >> ## running thread...... -2019-04-15 22:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:46:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:51:04|MyService|INFO >> ## running thread...... -2019-04-15 22:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:51:04|clsWorker|INFO >> No emails for profile! -2019-04-15 22:56:04|MyService|INFO >> ## running thread...... -2019-04-15 22:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 22:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 22:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 22:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 22:56:05|clsWorker|INFO >> No emails for profile! -2019-04-15 23:01:04|MyService|INFO >> ## running thread...... -2019-04-15 23:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:01:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:06:04|MyService|INFO >> ## running thread...... -2019-04-15 23:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:06:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:11:04|MyService|INFO >> ## running thread...... -2019-04-15 23:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:11:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:16:04|MyService|INFO >> ## running thread...... -2019-04-15 23:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:16:05|clsWorker|INFO >> No emails for profile! -2019-04-15 23:21:04|MyService|INFO >> ## running thread...... -2019-04-15 23:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:21:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:26:04|MyService|INFO >> ## running thread...... -2019-04-15 23:26:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:26:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:31:04|MyService|INFO >> ## running thread...... -2019-04-15 23:31:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:31:05|clsWorker|INFO >> No emails for profile! -2019-04-15 23:36:04|MyService|INFO >> ## running thread...... -2019-04-15 23:36:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:36:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:36:05|clsWorker|INFO >> No emails for profile! -2019-04-15 23:41:04|MyService|INFO >> ## running thread...... -2019-04-15 23:41:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:41:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:46:04|MyService|INFO >> ## running thread...... -2019-04-15 23:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:46:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:51:04|MyService|INFO >> ## running thread...... -2019-04-15 23:51:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:51:04|clsWorker|INFO >> No emails for profile! -2019-04-15 23:56:04|MyService|INFO >> ## running thread...... -2019-04-15 23:56:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-15 23:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-15 23:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-15 23:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-15 23:56:05|clsWorker|INFO >> No emails for profile! diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL-Error.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL-Error.log deleted file mode 100644 index 5f4ee6d..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL-Error.log +++ /dev/null @@ -1,736 +0,0 @@ -2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:31:06|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:31:06|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:51:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 00:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 01:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:31:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:56:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 02:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:01:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:06:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:11:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:16:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:21:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:46:05|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 03:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 04:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 05:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 06:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:16:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:46:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:51:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:56:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 07:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:01:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:06:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:11:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:16:03|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:16:03|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:21:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:26:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:31:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:36:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:41:04|clsEmailIMAP|ERROR >> LOGIN failed. - bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) - bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) - bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. -2019-04-16 08:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ## diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL.log deleted file mode 100644 index cc7e496..0000000 --- a/App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL.log +++ /dev/null @@ -1,737 +0,0 @@ -2019-04-16 00:01:04|MyService|INFO >> ## running thread...... -2019-04-16 00:01:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:06:04|MyService|INFO >> ## running thread...... -2019-04-16 00:06:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:11:04|MyService|INFO >> ## running thread...... -2019-04-16 00:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:16:03|MyService|INFO >> ## running thread...... -2019-04-16 00:16:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:16:05|clsWorker|INFO >> No emails for profile! -2019-04-16 00:21:03|MyService|INFO >> ## running thread...... -2019-04-16 00:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:26:03|MyService|INFO >> ## running thread...... -2019-04-16 00:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:31:03|MyService|INFO >> ## running thread...... -2019-04-16 00:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:31:06|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:31:06|clsWorker|INFO >> No emails for profile! -2019-04-16 00:36:03|MyService|INFO >> ## running thread...... -2019-04-16 00:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:41:03|MyService|INFO >> ## running thread...... -2019-04-16 00:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:46:03|MyService|INFO >> ## running thread...... -2019-04-16 00:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 00:51:03|MyService|INFO >> ## running thread...... -2019-04-16 00:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:51:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:51:05|clsWorker|INFO >> No emails for profile! -2019-04-16 00:56:03|MyService|INFO >> ## running thread...... -2019-04-16 00:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 00:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 00:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 00:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 00:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:01:03|MyService|INFO >> ## running thread...... -2019-04-16 01:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:06:03|MyService|INFO >> ## running thread...... -2019-04-16 01:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:11:03|MyService|INFO >> ## running thread...... -2019-04-16 01:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:11:05|clsWorker|INFO >> No emails for profile! -2019-04-16 01:16:03|MyService|INFO >> ## running thread...... -2019-04-16 01:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:21:03|MyService|INFO >> ## running thread...... -2019-04-16 01:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:26:03|MyService|INFO >> ## running thread...... -2019-04-16 01:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:31:03|MyService|INFO >> ## running thread...... -2019-04-16 01:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:36:03|MyService|INFO >> ## running thread...... -2019-04-16 01:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:41:03|MyService|INFO >> ## running thread...... -2019-04-16 01:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:46:03|MyService|INFO >> ## running thread...... -2019-04-16 01:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:51:03|MyService|INFO >> ## running thread...... -2019-04-16 01:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 01:56:03|MyService|INFO >> ## running thread...... -2019-04-16 01:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 01:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 01:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 01:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 01:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:01:03|MyService|INFO >> ## running thread...... -2019-04-16 02:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:06:03|MyService|INFO >> ## running thread...... -2019-04-16 02:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:11:03|MyService|INFO >> ## running thread...... -2019-04-16 02:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:16:03|MyService|INFO >> ## running thread...... -2019-04-16 02:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:21:03|MyService|INFO >> ## running thread...... -2019-04-16 02:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:26:03|MyService|INFO >> ## running thread...... -2019-04-16 02:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:31:03|MyService|INFO >> ## running thread...... -2019-04-16 02:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:31:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:31:05|clsWorker|INFO >> No emails for profile! -2019-04-16 02:36:03|MyService|INFO >> ## running thread...... -2019-04-16 02:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:41:03|MyService|INFO >> ## running thread...... -2019-04-16 02:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:46:03|MyService|INFO >> ## running thread...... -2019-04-16 02:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:51:03|MyService|INFO >> ## running thread...... -2019-04-16 02:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 02:56:03|MyService|INFO >> ## running thread...... -2019-04-16 02:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 02:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 02:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 02:56:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 02:56:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:01:03|MyService|INFO >> ## running thread...... -2019-04-16 03:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:01:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:01:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:06:03|MyService|INFO >> ## running thread...... -2019-04-16 03:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:06:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:06:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:11:03|MyService|INFO >> ## running thread...... -2019-04-16 03:11:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:11:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:11:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:16:03|MyService|INFO >> ## running thread...... -2019-04-16 03:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:16:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:16:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:21:03|MyService|INFO >> ## running thread...... -2019-04-16 03:21:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:21:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:21:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:26:03|MyService|INFO >> ## running thread...... -2019-04-16 03:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 03:31:03|MyService|INFO >> ## running thread...... -2019-04-16 03:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 03:36:03|MyService|INFO >> ## running thread...... -2019-04-16 03:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 03:41:03|MyService|INFO >> ## running thread...... -2019-04-16 03:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 03:46:03|MyService|INFO >> ## running thread...... -2019-04-16 03:46:04|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:46:05|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:46:05|clsWorker|INFO >> No emails for profile! -2019-04-16 03:51:03|MyService|INFO >> ## running thread...... -2019-04-16 03:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 03:56:03|MyService|INFO >> ## running thread...... -2019-04-16 03:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 03:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 03:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 03:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 03:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:01:03|MyService|INFO >> ## running thread...... -2019-04-16 04:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:06:03|MyService|INFO >> ## running thread...... -2019-04-16 04:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:11:03|MyService|INFO >> ## running thread...... -2019-04-16 04:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:16:03|MyService|INFO >> ## running thread...... -2019-04-16 04:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:21:03|MyService|INFO >> ## running thread...... -2019-04-16 04:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:26:03|MyService|INFO >> ## running thread...... -2019-04-16 04:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:31:03|MyService|INFO >> ## running thread...... -2019-04-16 04:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:36:03|MyService|INFO >> ## running thread...... -2019-04-16 04:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:41:03|MyService|INFO >> ## running thread...... -2019-04-16 04:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:46:03|MyService|INFO >> ## running thread...... -2019-04-16 04:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:51:03|MyService|INFO >> ## running thread...... -2019-04-16 04:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 04:56:03|MyService|INFO >> ## running thread...... -2019-04-16 04:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 04:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 04:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 04:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 04:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:01:03|MyService|INFO >> ## running thread...... -2019-04-16 05:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:06:03|MyService|INFO >> ## running thread...... -2019-04-16 05:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:11:03|MyService|INFO >> ## running thread...... -2019-04-16 05:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:16:03|MyService|INFO >> ## running thread...... -2019-04-16 05:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:21:03|MyService|INFO >> ## running thread...... -2019-04-16 05:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:26:03|MyService|INFO >> ## running thread...... -2019-04-16 05:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:31:03|MyService|INFO >> ## running thread...... -2019-04-16 05:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:36:03|MyService|INFO >> ## running thread...... -2019-04-16 05:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:41:03|MyService|INFO >> ## running thread...... -2019-04-16 05:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:46:03|MyService|INFO >> ## running thread...... -2019-04-16 05:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:51:03|MyService|INFO >> ## running thread...... -2019-04-16 05:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 05:56:03|MyService|INFO >> ## running thread...... -2019-04-16 05:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 05:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 05:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 05:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 05:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:01:03|MyService|INFO >> ## running thread...... -2019-04-16 06:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:06:03|MyService|INFO >> ## running thread...... -2019-04-16 06:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:11:03|MyService|INFO >> ## running thread...... -2019-04-16 06:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:16:03|MyService|INFO >> ## running thread...... -2019-04-16 06:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:21:03|MyService|INFO >> ## running thread...... -2019-04-16 06:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:26:03|MyService|INFO >> ## running thread...... -2019-04-16 06:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:31:03|MyService|INFO >> ## running thread...... -2019-04-16 06:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:36:03|MyService|INFO >> ## running thread...... -2019-04-16 06:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:41:03|MyService|INFO >> ## running thread...... -2019-04-16 06:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:46:03|MyService|INFO >> ## running thread...... -2019-04-16 06:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:51:03|MyService|INFO >> ## running thread...... -2019-04-16 06:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 06:56:03|MyService|INFO >> ## running thread...... -2019-04-16 06:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 06:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 06:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 06:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 06:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:01:03|MyService|INFO >> ## running thread...... -2019-04-16 07:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:06:03|MyService|INFO >> ## running thread...... -2019-04-16 07:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:11:03|MyService|INFO >> ## running thread...... -2019-04-16 07:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:16:03|MyService|INFO >> ## running thread...... -2019-04-16 07:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:16:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:16:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:21:03|MyService|INFO >> ## running thread...... -2019-04-16 07:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:26:03|MyService|INFO >> ## running thread...... -2019-04-16 07:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:31:03|MyService|INFO >> ## running thread...... -2019-04-16 07:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:36:03|MyService|INFO >> ## running thread...... -2019-04-16 07:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:41:03|MyService|INFO >> ## running thread...... -2019-04-16 07:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:46:03|MyService|INFO >> ## running thread...... -2019-04-16 07:46:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:46:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:46:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:51:03|MyService|INFO >> ## running thread...... -2019-04-16 07:51:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:51:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:51:04|clsWorker|INFO >> No emails for profile! -2019-04-16 07:56:03|MyService|INFO >> ## running thread...... -2019-04-16 07:56:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 07:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 07:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 07:56:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 07:56:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:01:03|MyService|INFO >> ## running thread...... -2019-04-16 08:01:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:01:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:01:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:06:03|MyService|INFO >> ## running thread...... -2019-04-16 08:06:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:06:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:06:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:11:03|MyService|INFO >> ## running thread...... -2019-04-16 08:11:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:11:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:11:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:16:03|MyService|INFO >> ## running thread...... -2019-04-16 08:16:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:16:03|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:16:03|clsWorker|INFO >> No emails for profile! -2019-04-16 08:21:03|MyService|INFO >> ## running thread...... -2019-04-16 08:21:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:21:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:21:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:26:03|MyService|INFO >> ## running thread...... -2019-04-16 08:26:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:26:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:26:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:31:03|MyService|INFO >> ## running thread...... -2019-04-16 08:31:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:31:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:31:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:36:03|MyService|INFO >> ## running thread...... -2019-04-16 08:36:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:36:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:36:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:41:03|MyService|INFO >> ## running thread...... -2019-04-16 08:41:03|clsWorkEmail|INFO >> Detail-Log is on -2019-04-16 08:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-04-16 08:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... -2019-04-16 08:41:04|clsWorker|WARN >> Error while polling emails.... -2019-04-16 08:41:04|clsWorker|INFO >> No emails for profile! -2019-04-16 08:45:22|MyService|INFO >> ## Service was stopped manually. ## -2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ## diff --git a/App/SERV_EMAIL/bin/Debug/NLog.dll b/App/SERV_EMAIL/bin/Debug/NLog.dll deleted file mode 100644 index 9d9d6da..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/NLog.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/Oracle.ManagedDataAccess.dll b/App/SERV_EMAIL/bin/Debug/Oracle.ManagedDataAccess.dll deleted file mode 100644 index 473ca83..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/Oracle.ManagedDataAccess.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/S22.Imap.dll b/App/SERV_EMAIL/bin/Debug/S22.Imap.dll deleted file mode 100644 index 2786078..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/S22.Imap.dll and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/S22.Imap.xml b/App/SERV_EMAIL/bin/Debug/S22.Imap.xml deleted file mode 100644 index 9995b3c..0000000 --- a/App/SERV_EMAIL/bin/Debug/S22.Imap.xml +++ /dev/null @@ -1,7178 +0,0 @@ - - - - S22.Imap - - - - - Defines supported means of authenticating with an IMAP server. - - - - - Automatically selects the most-secure authentication mechanism supported by the server. - - - - - Login using plaintext password authentication; This is supported by most servers. - - - - - Login using the SASL PLAIN authentication mechanism. - - - - - Login using the CRAM-MD5 authentication mechanism. - - - - - Login using the DIGEST-MD5 authentication mechanism. - - - - - Login using OAuth via the SASL XOAuth mechanism. - - - - - Login using OAuth 2.0 via the SASL XOAUTH2 mechanism. - - - - - Login using the NTLM authentication mechanism. - - - - - Login using the NTLMv2 authentication mechanism. - - - - - Login using the NTLM/NTLMv2 authentication mechanism via Microsoft's Security Support - Provider Interface (SSPI). - - - - - Login using Kerberos authentication via the SASL GSSAPI mechanism. - - - - - Login using the SCRAM-SHA-1 authentication mechanism. - - - - - Login using the Secure Remote Password (SRP) authentication mechanism. - - The SRP mechanism is only available when targeting .NET 4.0 or newer. - - - - A utility class modeled after the BCL StringBuilder to simplify - building binary-data messages. - - - - - The actual byte buffer. - - - - - The current position in the buffer. - - - - - Resizes the internal byte buffer. - - Amount in bytes by which to increase the - size of the buffer. - - - - Appends one or several byte values to this instance. - - Byte values to append. - A reference to the calling instance. - - - - Appends the specified number of bytes from the specified buffer - starting at the specified offset to this instance. - - The buffer to append bytes from. - The offset into the buffert at which to start - reading bytes from. - The number of bytes to read from the buffer. - A reference to the calling instance. - - - - Appends the specified 32-bit integer value to this instance. - - A 32-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit short value to this instance. - - A 16-bit short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 16-bit unsigend short value to this instance. - - A 16-bit unsigend short value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 32-bit unsigned integer value to this instance. - - A 32-bit unsigned integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified 64-bit integer value to this instance. - - A 64-bit integer value to append. - Set this to true, to append the value as - big-endian. - A reference to the calling instance. - - - - Appends the specified string using the specified encoding to this - instance. - - The string vale to append. - The encoding to use for decoding the string value - into a sequence of bytes. If this is null, ASCII encoding is used as a - default. - A reference to the calling instance. - - - - Returns the ByteBuilder's content as an array of bytes. - - An array of bytes. - - - - Removes all bytes from the current ByteBuilder instance. - - - - - The length of the underlying data buffer. - - - - - A filter stream sitting between Negotiate- and NetworkStream to - enable managed NTLM/GSSAPI authentication. - - - We use a filter for hooking into the NegotiateStream protocol rather - than p/invoking SSPI directly as that would require unmanaged - code privileges (internally NegotiateStream uses an SSPI wrapper). - - NegotiateStream - FilterStream - NetworkStream. - - - - - A buffer for accumulating handshake data until an entire handshake - has been read. - - - - - A buffer for accumulating the payload data following the handshake - data. - - - - - The latest handshake header sent by the client. - - - - - The buffer from which client reads will be satisfied. - - - - - The number of bytes the client has already consumed/read - from the receivedData buffer. - - - - - The current state of the filter stream. - - - - - Determines whether this instance should close the inner stream - when disposed. - - - - - An error code as specified by the NegotiateStream protocol which is - handed to the NegotiateStream instance in case authentication - unexpectedly fails. - - - - - Gets the stream used by this FilterStream for sending and - receiving data. - - - - - Initializes a new instance of the FilterStream class using the - specified Stream. - - A Stream object used by the FilterStream for sending - and receiving data. - Set to true to indicate that closing this - FilterStream has no effect on innerstream, or set to false to - indicate that closing this FilterStream also closes innerStream. - - - - Reads data from this stream and stores it in the specified array. - - A byte array that receives the bytes read from - the stream. - The zero-based index into the buffer at which to - begin storing the data read from this stream. - The the maximum number of bytes to read from the - stream. - The the number of bytes read from the underlying stream. When - there is no more data to be read, returns 0. - The read operation failed. - - - - Reads the server response from the underlying inner stream. - - - - - Write the specified number of bytes to the underlying stream using the - specified buffer and offset. - - A byte array that supplies the bytes written to - the stream. - The zero-based index in the buffer at which to - begin reading bytes to be written to the stream. - The number of bytes to read from buffer. - The write operation failed. - - - - Reads the client's handshake from the specified buffer. - - A byte array from which the handshake data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if the handshake has been read completely, otherwise - false. - - - - Reads the payload from the specified buffer. - - A byte array from which the payload data - will be read. - The zero-based index in the buffer at which to - begin reading bytes. - The number of bytes to read from buffer. - True if all of the payload data has been read, otherwise - false. - - - - Sends the accumulated payload data to the server. - - true if the client is done sending data, otherwise - false. - - - - Reads a line of ASCII-encoded text terminated by a CRLF from the - specified stream. - - The stream to read the line of text from. - Set this to true, to resolve automatically - resolve possible literals. - A line of ASII-encoded text read from the specified - stream. - "Literals" are a special feature of IMAP, employed by some - server implementations. Please refer to RFC 3501 Section 4.3 for - details. - - - - Reads the specified number of bytes from the specified stream and - returns them as an ASCII-encoded string. - - The stream to read from. - The number of bytes to read. - The read bytes encoded as an ASCII string. - - - - Causes any buffered data to be written to the underlying device. - - - - - Throws NotSupportedException. - - This value is ignored. - This value is ignored. - Always throws a NotSupportedException. - - - - Sets the length of the underlying stream. - - A value that specifies the length of the - stream. - - - - Releases all resources used by the stream. - - True to release both managed and unmanaged - resources, false to release only unmanaged resources. - - - - Gets a boolean value that indicates whether the underlying stream is - readable. - - - - - Gets a boolean value that indicates whether the underlying stream is - seekable. - - - - - Gets a boolean value that indicates whether the underlying stream - supports time-outs. - - - - - Gets a boolean value that indicates whether the underlying stream is - writable. - - - - - Gets the length of the underlying stream. - - - - - Gets or sets the current position in the underlying stream. - - Setting this property - is not supported. - - - - The different states the FilterStream can be in. - - - - - The stream is reading the client's handshake message. - - - - - The stream is reading the client's payload data. - - - - - The stream is waiting for the server's response. - - - - - The stream has buffered the server's response and is satisfying - client reads from its buffer. - - - - - Represents a NegotiateStream handshake message. - - - - - This is the only permissible value according to specification. - - - - - This is the only permissible value according to specification. - - - - - Creates a new instance of the Handshake class using the specified type - and payload size. - - The type of handshake. - The size, in bytes, of the payload following - the handshake header. - - - - Private default constructor for deserializing. - - - - - Deserializes a handshake instance from the specified byte array. - - An array of bytes containing handshake data. - An initialized instance of the Handshake class deserialized - from the specified byte array. - Thrown if the specified byte - array does not contain valid handshake data. - - - - Serializes an instance of the Handshake class to a sequence of bytes. - - A sequence of bytes representing this Handshake instance. - - - - The type of the handshake message. - - - - - Specifies the major version of the NegotiateStream protocol - being used. - - - - - Specifies the minor version of the NegotiateStream protocol - being used. - - - - - Defines the size, in bytes, of the AuthPayload field, which immediately - follows the handshake. - - - - - Describes the different types of handshake messages. - - - - - The handshake has completed successfully. - - - - - An error occurred during the handshake. The AuthPayload field contains - an HRESULT. - - - - - The message is part of the handshake phase and is not the final message - from the host. The final Handshake message from a host is always - transferred in a HandshakeDone message. - - - - - Implements the Sasl SCRAM-SHA-1 authentication method as described in - RFC 5802. - - - - - The abstract base class from which all classes implementing a Sasl - authentication mechanism must derive. - - - - - Computes the client response to a challenge sent by the server. - - - The client response to the specified challenge. - - - - - - - - Retrieves the base64-encoded client response for the specified - base64-encoded challenge sent by the server. - - A base64-encoded string representing a challenge - sent by the server. - A base64-encoded string representing the client response to the - server challenge. - The IMAP, POP3 and SMTP authentication commands expect challenges - and responses to be base64-encoded. This method automatically decodes the - server challenge before passing it to the Sasl implementation and - encodes the client response to a base64-string before returning it to the - caller. - Thrown if the client response could - not be retrieved. Refer to the inner exception for error details. - - - - Retrieves the client response for the specified server challenge. - - A byte array containing the challenge sent by - the server. - An array of bytes representing the client response to the - server challenge. - - - - IANA name of the authentication mechanism. - - - - - True if the authentication exchange between client and server - has been completed. - - - - - A map of mechanism-specific properties which are needed by the - authentication mechanism to compute it's challenge-responses. - - - - - The client nonce value used during authentication. - - - - - Scram-Sha-1 involves several steps. - - - - - The salted password. This is needed for client authentication and later - on again for verifying the server signature. - - - - - The auth message is part of the authentication exchange and is needed for - authentication as well as for verifying the server signature. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslScramSha1 - class using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SCRAM-SHA-1 challenge. - - The challenge sent by the server - The response to the SCRAM-SHA-1 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the "client-final-message" which completes the authentication - process. - - The "server-first-message" challenge received - from the server in response to the initial client response. - An array of bytes containing the client's challenge - response. - - - - Verifies the nonce value sent by the server. - - The nonce value sent by the server as part of the - server-first-message. - True if the nonce value is valid, otherwise false. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Parses the "server-first-message" received from the server. - - The challenge received from the server. - A collection of key/value pairs contained extracted from - the server message. - Thrown if the message parameter - is null. - - - - Computes the "Hi()"-formula which is part of the client's response - to the server challenge. - - The supplied password to use. - The salt received from the server. - The iteration count. - An array of bytes containing the result of the computation of the - "Hi()"-formula. - - Hi is, essentially, PBKDF2 with HMAC as the pseudorandom function (PRF) and with - dkLen == output length of HMAC() == output length of H(). (Refer to RFC 5802, p.6) - - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input data. - - The key to use for initializing the HMAC - provider. - The input to compute the hashcode for. - The hashcode of the specified data input. - - - - Applies the HMAC keyed hash algorithm using the specified key to - the specified input string. - - The key to use for initializing the HMAC - provider. - The input string to compute the hashcode for. - The hashcode of the specified string. - - - - Applies the cryptographic hash function SHA-1 to the specified data - array. - - The data array to apply the hash function to. - The hash value for the specified byte array. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - Prepares the specified string as is described in RFC 5802. - - A string value. - A "Saslprepped" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Scram-Sha-1 authentication mechanism as described - in RFC 5802. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Secure Remote Password (SRP) authentication - mechanism as is described in the IETF SRP 08 draft. - - - This requires .NET Framework 4 because it makes use of the System.Numeric namespace - which has only been part of .NET since version 4. - - Some notes: - - Don't bother with the example given in the IETF 08 draft - document (7.5 Example); It is broken. - - Integrity and confidentiality protection is not implemented. - In fact, the "mandatory"-option is not supported at all. - - - - - SRP involves several steps. - - - - - The negotiated hash algorithm which will be used to perform any - message digest calculations. - - - - - The public key computed as part of the authentication exchange. - - - - - The client's private key used for calculating the client evidence. - - - - - The secret key shared between client and server. - - - - - The client evidence calculated as part of the authentication exchange. - - - - - The options chosen by the client, picked from the list of options - advertised by the server. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client private key to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslSrp class using - the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified SRP challenge. - - The challenge sent by the server - The response to the SRP challenge. - Thrown if the response could not - be computed. - - - - Computes the initial response sent by the client to the server. - - An array of bytes containing the initial client - response. - - - - Computes the client response containing the client's public key and - evidence. - - The challenge containing the protocol elements - received from the server in response to the initial client - response. - An array of bytes containing the client's challenge - response. - Thrown if the server specified any - mandatory options which are not supported. - - - - Verifies the server signature which is sent by the server as the final - step of the authentication process. - - The server signature as a base64-encoded - string. - The client's response to the server. This will be an empty - byte array if verification was successful, or the '*' SASL cancellation - token. - - - - Selects a message digest algorithm from the specified list of - supported algorithms. - - A tuple containing the name of the selected message digest - algorithm as well as the type. - Thrown if none of the algorithms - specified in the list parameter is supported. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the SRP authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - The authorization id (userid in draft jargon). - - - - - Represents the initial client-response sent to the server to initiate - the authentication exchange. - - - - - Creates a new instance of the ClientMessage1 class using the specified - username. - - The username to authenticate with. - The authorization id to authenticate with. - Thrown if the username parameter - is null. - - - - Serializes this instance of the ClientMessage1 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage1 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - The username to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The authorization identity to authenticate with. - - SRP specification imposes a limit of 65535 bytes - on this field. - - - - The session identifier of a previous session whose parameters the - client wishes to re-use. - - SRP specification imposes a limit of 65535 bytes - on this field. If the client wishes to initialize a new session, - this parameter must be set to the empty string. - - - - The client's nonce used in deriving a new shared context key from - the shared context key of the previous session. - - SRP specification imposes a limit of 255 bytes on this - field. If not needed, it must be set to an empty byte array. - - - - Represents the second client-response sent to the server as part of - the SRP authentication exchange. - - - - - Creates and initializes a new instance of the ClientMessage2 class. - - - - - Creates and initializes a new instance of the ClientMessage2 class using - the specified public key and client proof. - - The client's public key. - The calculated client proof. - Thrown if either the public key - or the proof parameter is null. - - - - Serializes this instance of the ClientMessage2 class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - ClientMessage2 class. - Thrown if the cummultative length - of the serialized data fields exceeds the maximum number of bytes - allowed as per SRP specification. - SRP specification imposes a limit of 2,147,483,643 bytes on - the serialized data. - - - - Serializes the client's options collection into a comma-seperated - options string. - - A comma-seperated string containing the client's chosen - options. - - - - The client's ephemeral public key. - - - - - The evidence which proves to the server client-knowledge of the shared - context key. - - - - - The options list indicating the security services chosen by the client. - - - - - The initial vector the server will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of SRP messages. - - - - - Reads an unsigned integer value from the underlying stream, - optionally using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the integer value - as big endian value. - The 32-byte unsigned integer value read from the underlying - stream. - - - - Reads an unsigned short value from the underlying stream, optionally - using big endian byte ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value - as big endian value. - The 16-byte unsigned short value read from the underlying - stream. - - - - Reads a "multi-precision integer" from this instance. - - Extension method for the BinaryReader class. - An instance of the Mpi class decoded from the bytes read - from the underlying stream. - - - - Reads an "octet-sequence" from this instance. - - Extension method for the BinaryReader class. - An instance of the OctetSequence class decoded from the bytes - read from the underlying stream. - - - - Reads an UTF-8 string from this instance. - - Extension method for the BinaryReader class. - An instance of the Utf8String class decoded from the bytes - read from the underlying stream. - - - - Contains helper methods for calculating the various components of the - SRP authentication exchange. - - - - - The trace source used for informational and debug messages. - - - - - Determines whether the specified modulus is valid. - - The modulus to validate. - True if the specified modulus is valid, otherwise - false. - - - - Determines whether the specified generator is valid. - - The generator to validate. - True if the specified generator is valid, otherwise - false. - - - - Generates a random "multi-precision integer" which will act as the - client's private key. - - The client's ephemeral private key as a "multi-precision - integer". - - - - Calculates the client's ephemeral public key. - - The generator sent by the server. - The safe prime modulus sent by - the server. - The client's private key. - The client's ephemeral public key as a - "multi-precision integer". - - A = Client Public Key - g = Generator - a = Client Private Key - N = Safe Prime Modulus - - - - - Calculates the shared context key K from the given parameters. - - The user's password salt. - The username to authenticate with. - The password to authenticate with. - The client's ephemeral public key. - The server's ephemeral public key. - The client's private key. - The generator sent by the server. - The safe prime modulus sent by the - server. - The negotiated hash algorithm to use - for the calculations. - The shared context key K as a "multi-precision - integer". - - A = Client Public Key - B = Server Public Key - N = Safe Prime Modulus - U = Username - p = Password - s = User's Password Salt - a = Client Private Key - g = Generator - K = Shared Public Key - - - - - Computes the client evidence from the given parameters. - - The safe prime modulus sent by the - server. - The generator sent by the server. - The username to authenticate with. - The client's password salt. - The client's ephemeral public key. - The server's ephemeral public key. - The shared context key. - The authorization identity. - The raw options string as received from the - server. - The message digest algorithm to use for - calculating the client proof. - The client proof as an array of bytes. - - - - Computes the server evidence from the given parameters. - - The client's ephemeral public key. - - The shared context key. - The authorization identity. - The raw options string as sent by the - client. - The session id sent by the server. - The time-to-live value for the session id sent - by the server. - The message digest algorithm to use for - calculating the server proof. - The server proof as an array of bytes. - - - - Applies the exclusive-or operation to combine the specified byte array - a with the specified byte array b. - - The first byte array. - The second byte array. - An array of bytes of the same length as the input arrays - containing the result of the exclusive-or operation. - Thrown if either argument is - null. - Thrown if the input arrays - are not of the same length. - - - - Recommended values for the safe prime modulus (Refer to Appendix A. - "Modulus and Generator Values" of the IETF SRP draft). - - - - - Represents a "multi-precision integer" (MPI) as is described in the - SRP specification (3.2 Multi-Precision Integers, p.5). - - Multi-Precision Integers, or MPIs, are positive integers used - to hold large integers used in cryptographic computations. - - - - Creates a new "multi-precision integer" from the specified array - of bytes. - - A big-endian sequence of bytes forming the - integer value of the multi-precision integer. - - - - Creates a new "multi-precision integer" from the specified BigInteger - instance. - - The BigInteger instance to initialize the MPI - with. - - - - Returns a sequence of bytes in big-endian order forming the integer - value of this "multi-precision integer" instance. - - Returns a sequence of bytes in big-endian order representing - this "multi-precision integer" instance. - - - - Serializes the "multi-precision integer" into a sequence of bytes - according to the requirements of the SRP specification. - - A big-endian sequence of bytes representing the integer - value of the MPI. - - - - The underlying BigInteger instance used to represent this - "multi-precision integer". - - - - - Represents an "octet-sequence" as is described in the SRP specification - (3.3 Octet sequences, p.6). - - - - - Creates a new instance of the OctetSequence class using the specified - byte array. - - The sequence of bytes to initialize this instance - of the OctetSequence class with. - - - - Serializes this instance of the OctetSequence class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - OctetSequence class. - Thrown if the length of the byte - sequence exceeds the maximum number of bytes allowed as per SRP - specification. - SRP specification imposes a limit of 255 bytes on the - length of the underlying byte array. - - - - The underlying byte array forming this instance of the OctetSequence - class. - - - - - Represents the first message sent by the server in response to an - initial client-response. - - - - - Deserializes a new instance of the ServerMessage1 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage1 - instance from. - An instance of the ServerMessage1 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - Parses the options string sent by the server. - - A comma-delimited options string. - An initialized instance of the NameValueCollection class - containing the parsed server options. - - - - The safe prime modulus sent by the server. - - - - - The generator sent by the server. - - - - - The user's password salt. - - - - - The server's ephemeral public key. - - - - - The options list indicating available security services. - - - - - The raw options as received from the server. - - - - - Represents the second message sent by the server as part of the SRP - authentication exchange. - - - - - Deserializes a new instance of the ServerMessage2 class from the - specified buffer of bytes. - - The byte buffer to deserialize the ServerMessage2 - instance from. - An instance of the ServerMessage2 class deserialized from the - specified byte array. - Thrown if the byte buffer does not - contain valid data. - - - - The evidence which proves to the client server-knowledge of the shared - context key. - - - - - The initial vector the client will use to set up its encryption - context, if confidentiality protection will be employed. - - - - - The session identifier the server has given to this session. - - - - - The time period for which this session's parameters may be re-usable. - - - - - Represents an UTF-8 string as is described in the SRP specification - (3.5 Text, p.6). - - - - - The value of the UTF-8 string. - - - - - Creates a new instance of the Utf8String class using the specified - string value. - - The string to initialize the Utf8String instance - with. - - - - Serializes this instance of the Utf8String class into a sequence of - bytes according to the requirements of the SRP specification. - - A sequence of bytes representing this instance of the - Utf8String class. - Thrown if the string value exceeds - the maximum number of bytes allowed as per SRP specification. - SRP specification imposes a limit of 65535 bytes on the - string data after it has been encoded into a sequence of bytes - using an encoding of UTF-8. - - - - Represents a MIME body part of a mail message that has multiple - parts. - - - - - Initializes a new instance of the Bodypart class with default - values. - - The part number as is expected by the - IMAP FETCH command. - - - - Returns a detailed description listing all properties of this - Bodypart instance. - - A string describing this instance of the Bodypart class - - - - The body part number which acts as part specifier for - the FETCH BODY command. - - - - - The MIME content-type of this body part. The content-type is - used to declare the general type of data. - - - - - The MIME content-subtype of this body part. The subtype - specifies a specific format for the type of data. - - - - - Parameter values present in the MIME content-type header - of this body part (for instance, 'charset'). - - - - - The MIME content-id of this body part, if any. This value - may be used for uniquely identifying MIME entities in - several contexts. - - - - - The MIME content-description of this body part. This value - may contain some descriptive information on the body part. - - - - - The MIME content-transfer-encoding mechanism used for - encoding this body part's data. - - - - - The size of this body part in bytes. Note that this size - is the size in its transfer encoding and not the resulting - size after any decoding. - - - - - The size of the body in text lines. This field is only - present in body parts with a content-type of text. - - - - - The computed MD5-Hash of the body part. This field is not - mandatory and may be empty. - - - - - The MIME content-disposition for this body part. This field - is not mandatory and may be empty. - - - - - A string giving the body language. This field is not mandatory - and may be empty. - - - - - A string list giving the body content URI. This field is not - mandatory and may be empty. - - - - - Provides a means for parsing the textual description of the body structure of a mail - message as is returned by an IMAP server for a "FETCH BODYSTRUCTURE" command. - - - They couldn't have made the BODYSTRUCTURE any more complicated and unnecessarily - hard to parse. I wonder what they were thinking when they came up with this. - - - - - Parses the body structure of a mail message as is returned by the IMAP server - in response to a FETCH BODYSTRUCTURE command. - - The body structure server response - An array of initialized Bodypart objects representing the body - structure of the mail message - Thrown if the passed string does not - contain a valid body structure and parsing failed. - - - - A Reader object initialized with the string containing the bodystructure - response. - - - - - Initializes a new instance of the Bodystructure class. - - - - - - Parses a bodypart entry from the body structure and advances the - read pointer. - - The designated part specifier by which the body - part is refered to by the server. - Set to true if the bodypart is enclosed - in parenthesis. - - - - - Parses the mandatory extra fields that are present if the bodypart is - of type message/rfc822 (see RFC 3501, p. 75). - - The bodypart instance the parsed fields will be - added to. - - - - Parses the optional fields of a bodypart entry from the body structure - and advances the read pointer. - - The bodypart instance the parsed fields will be - added to. - Set to true if the bodypart entry is enclosed - in parenthesis. - - - - Parses a list of bodypart entries as is outlined in the description of the - BODYPART response in RFC 3501. - - The nesting prefix that will be prefixed to the - bodyparts partNumber. - An array of initialized Bodypart objects parsed from the - list. - - - - Advances the read pointer to skip over a multipart entry. - - - - - Advances the read pointer to skip over an arbitrary - expression enclosed in parentheses. - - - - - Represents the content disposition as is presented in the BODYSTRUCTURE - response by the IMAP server. - - - - - Initializes a new instance of the ContentDisposition class with - default values. - - - - - Maps MIME content disposition string values to their corresponding - counter-parts of the ContentDispositionType enumeration. - - - - - The content disposition specifies the presentation style. - - - - - Additional attribute fields for specifying the name of a file, the creation - date and modification date, which can be used by the reader's mail user agent - to store the attachment. - - - - - Contains the name of the transmitted file if the content-disposition is of type - "Attachment" and if the name value was provided as part of the header information. - This field may be empty. - - - - - Possible values for the content disposition type which determines the presentation - style - - - - - The content disposition could not be determined. - - - - - An inline content disposition means that the content should be automatically - displayed when the message is displayed. - - - - - An attachment content disposition means that the content should not be displayed - automatically and requires some form of action from the user to open it. - - - - - Possible values for the "Encoding" property of the Bodypart class. The content - transfer encoding indicates whether or not a binary-to-text encoding - scheme has been used on top of the original encoding as specified within the - Content-Type header. - - - - - The content tranfer encoding could not be determined or is unknown. - - - - - Up to 998 bytes per line of the code range 1 - 127 with CR and LF only - allowed to appear as part of a CRLF line ending. - - - - - Up to 998 bytes per line with CR and LF only allowed to appear as part - of a CRLF line ending. - - - - - Any sequence of bytes. - - - - - Byte sequence is encoded using the quoted-printable encoding. - - - - - Byte sequence is encoded using Base64 encoding. - - - - - Possible values for the "Type" property of the Bodypart class. - For a detailed description of MIME Media Types refer to - RFC 2046. - - - - - The "text" media type is intended for sending material which - is principally textual in form. - - - - - A media type of "image" indicates that the body contains an image. - The subtype names the specific image format. - - - - - A media type of "audio" indicates that the body contains audio - data. - - - - - A media type of "video" indicates that the body contains a - time-varying-picture image, possibly with color and coordinated sound. - - - - - The "application" media type is to be used for discrete data which do - not fit in any of the other categories, and particularly for data to - be processed by some type of application program. - - - - - The "message" content type allows messages to contain other messages - or pointers to other messages. - - - - - The media type value is unknown or could not be determined. - - - - - A helper class for parsing the BODYSTRUCTURE response of an - IMAP FETCH command more conveniently. - - - - - Initializes a new instance of the Reader class that reads from the - specified string. - - The string to which the Reader instance should be - initialized. - - - - Reads the next character from the input string and advances the - character position by one character. - - The next character from the underlying string. - Thrown when reading is - attempted past the end of the underlying string. - - - - Returns the next available character but does not consume it. - - Set to true to skip any preceding - whitespace characters. - An integer representing the next character to be read, - or -1 if no more characters are available. - - - - Advances the character position until the specified character - is encountered. - - The character to skip to. - Thrown when reading is - attempted past the end of the underlying string. - - - - Advances the character position over any whitespace characters - and subsequently ensures the next read will not return a - whitespace character. - - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads characters until the specified character is encountered. - - The character to read up to. - The read characters as a string value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a word from the underlying string. A word in this context - is a literal enclosed in double-quotes. - - The read word. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads an integer from the underlying string. - - The read integer value. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a list from the underlying string. A list in this context - is a list of attribute/value literals (enclosed in double-quotes) - enclosed in parenthesis. - - The read list as a dictionary with the attribute names - as keys and attribute values as values. - Thrown when reading is - attempted past the end of the underlying string. - - - - Reads a disposition from the underlying string. A disposition in - this context is a list of attribute/value literals (enclosed in - double-quotes) preceded by a word enclosed in parenthesis. - - An initialized ContentDisposition instance representing - the parsed disposition. - Thrown when reading is - attempted past the end of the underlying string. - - - - The exception that is thrown when reading is attempted past the end - of a string. - - - - - Initializes a new instance of the EndOfStringException class - - - - - Initializes a new instance of the EndOfStringException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the EndOfStringException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the EndOfStringException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Defines the different means by which mail messages may be fetched from the server. - - - - - Fetches the entire mail message with all of its content. - - - - - Only the mail message headers will be retrieved, while the actual content will not be - downloaded. If this option is specified, only the header fields of the returned MailMessage - object will be initialized. - - - - - Retrieves the mail message, but will only download content that has a content-type of text. - This will retrieve text as well as HTML representation, while skipping inline content and - attachments. - - - - - Retrieves the mail message, but skips any content that is an attachment. - - - - - Provides data for IMAP idle error events. - - - - - Initializes a new instance of the IdleErrorEventArgs class. - - The exception that causes the event. - The instance of the ImapClient class that raised the event. - The exception parameter or the client parameter - is null. - - - - The exception that caused the error event. - - - - - The instance of the ImapClient class that raised the event. - - - - - Provides data for IMAP idle notification events. - - - - - Initializes a new instance of the IdleMessageEventArgs class and sets the - MessageCount attribute to the value of the - parameter. - - The number of messages in the selected mailbox. - The unique identifier (UID) of the newest message in the - mailbox. - The instance of the ImapClient class that raised the event. - - - - The total number of messages in the selected mailbox. - - - - - The unique identifier (UID) of the newest message in the mailbox. - - The UID can be passed to the GetMessage method in order to retrieve the mail - message from the server. - - - - The instance of the ImapClient class that raised the event. - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - Enables applications to communicate with a mail server using the Internet Message Access - Protocol (IMAP). - - - - - This constructor is solely used for unit testing. - - A stream to initialize the ImapClient instance with. - - - - Initializes a new instance of the ImapClient class and connects to the specified port - on the specified host, optionally using the Secure Socket Layer (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets - Layer (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example shows how to establish a connection with an IMAP server - and print out the IMAP options, which the server supports. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - // Print out the server's capabilities. - foreach(string s in Client.Capabilities()) - Console.WriteLine(s); - - Client.Dispose(); - - - - - - Initializes a new instance of the ImapClient class and connects to the specified port on - the specified host, optionally using the Secure Socket Layer (SSL) security protocol and - attempts to authenticate with the server using the specified authentication method and - credentials. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer - (SSL) certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received from - the server upon connecting. - There was a failure writing to or reading from the - network. - The provided credentials were rejected by the - server. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Connects to the specified port on the specified host, optionally using the Secure Socket Layer - (SSL) security protocol. - - The DNS name of the server to which you intend to connect. - The port number of the server to which you intend to connect. - Set to true to use the Secure Socket Layer (SSL) security protocol. - Delegate used for verifying the remote Secure Sockets Layer (SSL) - certificate which is used for authentication. Can be null if not needed. - The port parameter is not between MinPort - and MaxPort. - The hostname parameter is null. - An unexpected response has been received - from the server upon connecting. - There was a failure writing to or reading from the - network. - An error occurred while accessing the socket used for - establishing the connection to the IMAP server. Use the ErrorCode property to obtain the - specific error code. - An authentication - error occured while trying to establish a secure connection. - - - - Determines whether the specified response is a valid IMAP OK response. - - A response string received from the server. - A tag if the response is associated with a command. - true if the response is a valid IMAP OK response; Otherwise false. - - - - Attempts to establish an authenticated session with the server using the specified - credentials. - - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The requested method of authentication. Can be one of the values - of the AuthMethod enumeration. - The username parameter or the password parameter - is null. - There was a failure writing to or reading from the - network. - The server rejected the supplied - credentials. - The specified authentication method is not - supported by the server. - - This example demonstrates how to authenticate with an IMAP server once a connection - has been established. Notice that you can also connect and login in one step - using one of the overloaded constructors. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = new ImapClient("imap.gmail.com", 993, true); - - try { - Client.Login("My_Username", "My_Password", AuthMethod.Auto); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials."); - } - - Client.Dispose(); - - - - - - Performs authentication using the most secure authentication mechanism supported by the - server. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - The order of preference of authentication types employed by this method is - Ntlm, Scram-Sha-1, Digest-Md5, followed by Cram-Md5 and finally plaintext Login as - a last resort. - - - - Performs an actual IMAP "LOGIN" command using the specified username and plain-text - password. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The response sent by the server. - - - - Performs NTLM and Kerberos authentication via the Security Support Provider Interface (SSPI). - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - True to authenticate using NTLM, otherwise GSSAPI (Kerberos) is - used. - The response sent by the server. - The specified authentication method is not - supported by the server. - - - - Performs authentication using a SASL authentication mechanism via IMAP's authenticate - command. - - The tag identifier to use for performing the authentication - commands. - The username with which to login in to the IMAP server. - The password with which to log in to the IMAP server. - The name of the SASL authentication mechanism to use. - The response sent by the server. - The authentication mechanism with the specified name could - not be found. - The specified authentication mechanism is not - supported by the server. - An unexpected response has been received from - the server. - - - - Logs an authenticated client out of the server. After the logout sequence has been completed, - the server closes the connection with the client. - - An unexpected response has been received from - the server during the logout sequence. - Calling this method in non-authenticated state has no effect. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - - - - Generates a unique identifier to prefix a command with, as is required by the IMAP protocol. - - A unique identifier string. - - - - Sends a command string to the server. This method blocks until the command has been - transmitted. - - The command to send to the server. The string is suffixed by CRLF - prior to sending. - - - - Sends a command string to the server and subsequently waits for a response, which is then - returned to the caller. This method blocks until the server response has been received. - - The command to send to the server. This is suffixed by CRLF prior - to sending. - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - The response received by the server. - - - - Waits for a response from the server. This method blocks until a response has been received. - - Set to true to resolve possible literals returned by the - server (Refer to RFC 3501 Section 4.3 for details). - A response string from the server - The underlying socket is closed or there was a failure - reading from the network. - - - - Reads the specified amount of bytes from the server. This method blocks until the specified - amount of bytes has been read from the network stream. - - The number of bytes to read. - The read bytes as an ASCII-encoded string. - The underlying socket is closed or there was a failure - reading from the network. - - - - Returns an enumerable collection of capabilities the IMAP server supports. All strings in - the returned collection are guaranteed to be upper-case. - - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - An enumerable collection of capabilities supported by the server. - This method may be called in non-authenticated state. - - - - Determines whether the specified capability is supported by the server. - - The IMAP capability to probe for (for example "IDLE"). - The capability parameter is null. - An unexpected response has been received from - the server; The message property of the exception contains the error message returned by - the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - true if the specified capability is supported by the server; Otherwise - false. - This method may be called in non-authenticated state. - - This example demonstrates how to connect and login to an IMAP server. - - // Connect to Gmail's IMAP server on port 993 using SSL. - ImapClient Client = null; - try { - Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Auto); - - // Check if the server supports IMAP IDLE. - if(Client.Supports("IDLE")) - Console.WriteLine("This server supports the IMAP4 IDLE specification"); - else - Console.WriteLine("This server does not support IMAP IDLE"); - } - catch(InvalidCredentialsException) { - Console.WriteLine("The server rejected the supplied credentials"); - } - finally { - // Release resources. - if(Client != null) - Client.Dispose(); - } - - - - - - Changes the name of the specified mailbox. - - The mailbox to rename. - The new name the mailbox will be renamed to. - The mailbox parameter or the - newName parameter is null. - The mailbox could not be renamed; The message - property of the exception contains the error message returned by the server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Permanently removes the specified mailbox. - - The name of the mailbox to remove. - The mailbox parameter is null. - The specified mailbox could not be removed. - The message property of the exception contains the error message returned by the - server. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Creates a new mailbox with the specified name. - - The name of the mailbox to create. - The mailbox parameter is null. - The mailbox with the specified name could - not be created. The message property of the exception contains the error message returned - by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Selects the specified mailbox so that the messages of the mailbox can be accessed. - - The mailbox to select. If this parameter is null, the - default mailbox is selected. - The specified mailbox could not be selected. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - IMAP Idle must be paused or stopped before calling this method. - - - - Retrieves a list of all available and selectable mailboxes on the server. - - An enumerable collection of the names of all available and selectable - mailboxes. - The list of mailboxes could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The mailbox name "INBOX" is a special name reserved to mean "the primary mailbox - for this user on this server". - - - - Permanently removes all messages that have the \Deleted flag set from the specified mailbox. - - The mailbox to remove all messages from that have the \Deleted flag - set. If this parameter is omitted, the value of the DefaultMailbox property is used to - determine the mailbox to operate on. - The expunge operation could not be completed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves status information (total number of messages, various attributes as well as quota - information) for the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxInfo object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve this information, the UsedStorage and FreeStorage properties of the - returned MailboxStatus instance are set to 0. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Get a list of all mailboxes. - foreach(string m in Client.ListMailboxes()) - { - MailboxInfo info = Client.GetMailboxInfo(m); - - Console.WriteLine(info.Name); - Console.WriteLine("Used storage: " + info.UsedStorage); - Console.WriteLine("Free storage: " + info.FreeStorage); - Console.WriteLine("Next UID: " + info.NextUID); - Console.WriteLine("Messages: " + info.Messages); - Console.WriteLine("Unread: " + info.Unread); - Console.WriteLine("Set Flags: "); - foreach (MailboxFlag f in info.Flags) - Console.Write(f.ToString() + ","); - Console.WriteLine(); - } - - Client.Dispose(); - - - - - - Retrieves the set of special-use flags associated with the specified mailbox. - - The mailbox to receive the special-use flags for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - An enumerable collection of special-use flags set on the specified - mailbox. - This feature is an optional extension to the IMAP protocol and as such some servers - may not report any flags at all. - - - - Retrieves status information (total number of messages, number of unread messages, etc.) for - the specified mailbox. - The mailbox to retrieve status information for. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A MailboxStatus object containing status information for the mailbox. - The operation could not be completed because - the server returned an error. The message property of the exception contains the error - message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Searches the specified mailbox for messages that match the given search criteria. - - A search criteria expression; Only messages that match this - expression will be included in the result set returned by this method. - The mailbox that will be searched. If this parameter is omitted, the - value of the DefaultMailbox property is used to determine the mailbox to operate on. - The criteria parameter is null. - The search could not be completed. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The search values contain characters beyond the - ASCII range and the server does not support handling non-ASCII strings. - An enumerable collection of unique identifiers (UIDs) which can be used with the - GetMessage family of methods to download the mail messages. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the search method to get a list of all - unread messages in the mailbox. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all unread messages in the mailbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.Unseen() ); - - // Fetch the messages and print out their subject lines. - foreach(uint uid in uids) { - MailMessage message = Client.GetMessage(uid); - - Console.WriteLine(message.Subject); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - This example demonstrates how to perform a search using multiple search criteria. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages sent before the 01.04.2012 - // and that are larger than 1 Kilobyte. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentBefore(new DateTime(2012, 4, 1)) - .And( SearchCondition.Larger(1024) )); - - Console.WriteLine("Found " + uids.Count() + " messages"); - - // Free up any resources associated with this instance. - Client.Dispose(); - - - The following example demonstrates how to perform a search using characters outside - the ASCII range. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_Username", - "My_Password", true, AuthMethod.Login); - - // Get a list of unique identifiers (UIDs) of all messages that have - // the Japanese expression "フーリエ変換" in their subject lines. - try { - IEnumerable<uint> uids = Client.Search(SearchCondition.Subject("フーリエ変換")); - - Console.WriteLine("Found " + uids.Count() + " messages"); - } catch(NotSupportedException e) { - // If this exception is thrown, the server does not support searching for characters - // outside the ASCII range. - Console.WriteLine("The server does not support searching for non-ASCII values."); - } - - // Free up any resources associated with this instance. - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID). - - The unique identifier of the mail message to retrieve. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that were sent from "John.Doe@gmail.com". - IEnumerable<uint> uids = Client.Search( SearchCondition.From("John.Doe@gmail.com") ); - - // Fetch the first message and print it's subject and body. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First()); - - Console.WriteLine("Subject: " + msg.Subject); - Console.WriteLine("Body: " + msg.Body); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) using the specified - fetch-option. - - The unique identifier of the mail message to retrieve. - A value from the FetchOptions enumeration which allows - for fetching selective parts of a mail message. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - If you need more fine-grained control over which parts of a mail message to fetch, - consider using one of the overloaded GetMessage methods. - - - - This example demonstrates how to fetch only the mail message headers of - a mail message, instead of the entire message. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the mailbox that have "Hello" in the subject. - IEnumerable<uint> uids = Client.Search( SearchCondition.Subject("Hello") ); - - // Fetch the mail headers of the first message and print it's subject line. - if(uids.Count() > 0) { - MailMessage msg = Client.GetMessage(uids.First(), FetchOptions.HeadersOnly); - - Console.WriteLine("Subject: " + msg.Subject); - } - - Client.Dispose(); - - - - - - Retrieves the mail message with the specified unique identifier (UID) while only fetching - those parts of the message that satisfy the condition of the specified delegate. - - The unique identifier of the mail message to retrieve. - A delegate which will be invoked for every MIME body-part of the - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for this message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An initialized instance of the MailMessage class representing the fetched mail - message. - The callback parameter is null. - The mail message could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - This example demonstrates how to use the ExaminePartDelegate with the GetMessage - method to only download message parts with a size of 1 Megabyte or less. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages in the inbox. - IEnumerable<uint> uids = Client.Search( SearchCondition.All() ); - - // Download each message but skip message parts that are larger than 1 Megabyte. - foreach(uint uid in uids) { - MailMessage msg = Client.GetMessage(uid, (Bodypart part) => { - if(part.Size > (1024 * 1024)) - return false; - else - return true; - } - ); - } - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs). - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Fetch the messages and print out their subject lines. - IEnumerable<MailMessage> messages = Client.GetMessages( uids ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) while only - fetching those parts of the messages that satisfy the condition of the specified delegate. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A delegate which will be invoked for every MIME body-part of each - mail message to determine whether the part should be fetched from the server or - skipped. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter or the callback parameter is - null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the set of mail messages with the specified unique identifiers (UIDs) using the - specified fetch-option. - - An enumerable collection of unique identifiers of the mail messages to - retrieve. - A value from the FetchOptions enumeration which allows for fetching - selective parts of a mail message. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of initialized instances of the MailMessage class - representing the fetched mail messages. - The uids parameter is null. - The mail messages could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Find all messages that have been sent since June the 1st. - IEnumerable<uint> uids = Client.Search( SearchCondition.SentSince( new DateTime(2012, 6, 1) ) ); - - // Retrieve the messages and print out their subject lines. If any of the messages are multipart - // messages, only those parts, that have a content-type of text will be fetched. - IEnumerable<MailMessage> messages = Client.GetMessages( uids, FetchOptions.TextOnly ); - - foreach(MailMessage m in messages) - Console.WriteLine("Subject: " + m.Subject); - - Client.Dispose(); - - - - - - Stores the specified mail message on the IMAP server. - - The mail message to store on the server. - Set this to true to set the \Seen flag for the message on the - server. - The mailbox the message will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the message in. - The unique identifier (UID) of the stored message. - The message parameter is null. - The mail message could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - This example demonstrates how to store a mail message on an IMAP server. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - MailMessage message = CreateSimpleMailMessage(); - uint uid = Client.StoreMessage(message); - - Console.WriteLine("The UID of the stored mail message is " + uid); - - Client.Dispose(); - - // ........... - - // This creates a simple mail message with a text/plain body and a PNG image - // as a file attachment. - // Consult the MSDN website for more details on the System.Net.Mail.Mailmessage class. - static MailMessage CreateSimpleMailMessage() { - MailMessage message = new MailMessage(); - - message.From = new MailAddress("someone@someplace.com"); - message.To.Add("john.doe@someplace.com"); - - message.Subject = "This is just a test!"; - message.Body = "This is the text/plain body. An additional HTML body " + - "can optionally be attached as an alternate view"; - - // Add the attachment. - Attachment attachment = new Attachment("some_image.png", "image/png"); - attachment.Name = "my_attached_image.png"; - message.Attachments.Add(attachment); - - return message; - } - - - - - - Stores the specified mail messages on the IMAP server. - - An enumerable collection of mail messages to store on the - server. - Set this to true to set the \Seen flag for each message on the - server. - The mailbox the messages will be stored in. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to store - the messages in. - An enumerable collection of unique identifiers (UID) representing the stored - messages on the server. - The messages parameter is null. - The mail messages could not be stored. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A unique identifier (UID) is a 32-bit value assigned to each message which uniquely - identifies the message within the respective mailbox. No two messages in a mailbox share - the same UID. - - - - - Retrieves the mail header for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the mail header for. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw mail header of the mail message with the specified - UID. - The mail header could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the body structure for the mail message with the specified unique identifier (UID). - - The UID of the mail message to retrieve the body structure for. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw body structure of the mail message with the specified - UID. - The body structure could not be fetched. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - A body structure is a textual description of the layout of a mail message. It is - described in some detail in RFC 3501 under 7.4.2 FETCH response. - - - - Retrieves the MIME body-part with the specified part number of the multipart message with - the specified unique identifier (UID). - - The UID of the mail message to retrieve a MIME body part for. - The part number of the body part to fetch. - Set this to true to set the \Seen flag for the fetched messages on the - server. - The mailbox the messages will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the specified body part of the mail message with the specified - UID. - The body part could not be fetched. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the raw MIME/RFC822 mail message data for the mail message with the specified UID. - - The UID of the mail message to retrieve as a MIME/RFC822 string. - Set this to true to set the \Seen flag for the fetched message on the - server. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - A string containing the raw MIME/RFC822 data of the mail message with the - specified UID. - The mail message data could not be fetched. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Retrieves the highest UID in the specified mailbox. - - The mailbox to find the highest UID for. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - The highest unique identifier value (UID) in the mailbox. - The UID could not be determined. The message - property of the exception contains the error message returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - The highest UID usually corresponds to the newest message in a mailbox. - - - - Copies the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to copy. - The name of the mailbox to copy the message to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Copies the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to copy. - The name of the mailbox to copy the messages to. - The mailbox the message will be copied from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When copying many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The specified collection of UIDs is empty. - The mail messages could not be copied to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Moves the mail message with the specified UID to the specified destination mailbox. - - The UID of the mail message to move. - The name of the mailbox to move the message into. - The mailbox the message will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The destination parameter is null. - The mail message could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Moves the mail messages with the specified UIDs to the specified destination mailbox. - - An enumerable collection of UIDs of the mail messages to move. - The name of the mailbox to move the messages into. - The mailbox the messages will be moved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When moving many messages, this method is more efficient than calling - for each individual message. - The uids parameter or the destination parameter is - null. - The mail messages could not be moved to the - specified destination. The message property of the exception contains the error message - returned by the server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - Deletes the mail message with the specified UID. - - The UID of the mail message to delete. - The mailbox the message will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - The mail message could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Deletes the mail messages with the specified UIDs. - - An enumerable collection of UIDs of the mail messages to delete. - The mailbox the messages will be deleted from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - When deleting many messages, this method is more efficient than calling - for each individual message. - The uids parameter is null. - The specified collection of UIDs is empty. - The mail messages could not be deleted. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - Retrieves the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to retrieve the flag attributes for. - The mailbox the message will be retrieved from. If this parameter is - omitted, the value of the DefaultMailbox property is used to determine the mailbox to - operate on. - An enumerable collection of message flags set for the message with the specified - UID. - The mail message flags could not be retrieved. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - - - Sets the IMAP message flag attributes for the mail message with the specified unique - identifier (UID). - - The UID of the mail message to set the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be set. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method replaces the current flag attributes of the message with the specified - new flags. If you wish to retain the old attributes, use the - method instead. - - - - - - - Adds the specified set of IMAP message flags to the existing flag attributes of the mail - message with the specified unique identifier (UID). - - The UID of the mail message to add the flag attributes to. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be added. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method adds the specified set of flags to the existing set of flag attributes - of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Removes the specified set of IMAP message flags from the existing flag attributes of the - mail message with the specified unique identifier (UID). - - The UID of the mail message to remove the flag attributes for. - The mailbox that contains the mail message. If this parameter is null, - the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - One or multiple message flags from the MessageFlag enumeration. - The mail message flags could not be removed. - The message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The method was called in non-authenticated - state, i.e. before logging in. - This method removes the specified set of flags from the existing set of flag - attributes of the message. If you wish to replace the old attributes, use the - method instead. - - - - - - - Starts receiving of IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when already receiving idle notifications has no - effect. - - - - - - - Stops receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - Calling this method when not receiving idle notifications has no effect. - - - - - - Temporarily pauses receiving IMAP IDLE notifications from the IMAP server. - - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - To resume receiving IDLE notifications ResumeIdling must be called. - - - - - - - Resumes receiving IMAP IDLE notifications from the IMAP server. - - An unexpected program condition occured. - The IDLE operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The server does not support the IMAP4 IDLE - command. - There was a failure writing to or reading from the - network. - The ImapClient object has been disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - - The main idle loop. Waits for incoming IMAP IDLE notifications and dispatches - them as events. This runs in its own thread whenever IMAP IDLE - notifications are being received. - - - - - Blocks on a queue and wakes up whenever a new notification is put into the queue. The - notification is then examined and dispatched as an event. - - - - - Issues a NOOP command to the IMAP server. Called in the context of a System.Timer event - when IDLE notifications are being received. - - This is needed by the IMAP IDLE mechanism to give the server an indication that the - connection is still active. - - - - - Retrieves IMAP QUOTA information for the specified mailbox. - - The mailbox to retrieve QUOTA information for. If this parameter is - null, the value of the DefaultMailbox property is used to determine the mailbox to operate - on. - An enumerable collection of MailboxQuota objects describing usage and limits of the - quota roots for the mailbox. - The quota operation could not be completed. The - message property of the exception contains the error message returned by the - server. - The ImapClient object has been disposed. - There was a failure writing to or reading from the - network. - The IMAP4 QUOTA extension is not supported by - the server. - The method was called in non-authenticated - state, i.e. before logging in. - - - - Releases all resources used by the current instance of the ImapClient class. - - - - - Releases all resources used by the current instance of the ImapClient class, optionally - disposing of managed resource. - - true to dispose of managed resources, otherwise false. - - - - Asserts the instance has not been disposed of and is in a valid state. - - The ImapClient object has been - disposed. - The method was called in non-authenticated - state, i.e. before logging in. - - - - The default mailbox to operate on. - - The property is being set and the value is - null. - The property is being set and the value is the empty - string. - The default value for this property is "INBOX" which is a special name reserved - to mean "the primary mailbox for this user on this server". - - - - Determines whether the client is authenticated with the server. - - - - - The event that is raised when a new mail message has been received by the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a new message is received - // by the server. - Client.NewMessage += new EventHandler<IdleMessageEventArgs>(OnNewMessage); - - // ......... - - Client.Dispose(); - - // ........ - - void OnNewMessage(object sender, IdleMessageEventArgs e) { - Console.WriteLine("Received a new message!"); - Console.WriteLine("Total number of messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when a message has been deleted on the server. - - To probe a server for IMAP IDLE support, the - method can be used, specifying "IDLE" for the capability parameter. - - Please note that the event handler will be executed on a threadpool thread. - - - This example demonstrates how to receive IMAP IDLE notifications. - - ImapClient Client = new ImapClient("imap.gmail.com", 993, "My_UsernamMe", - "My_Password", true, AuthMethod.Login); - - // Make sure our server actually supports IMAP IDLE. - if(!Client.Supports("IDLE")) - throw new Exception("This server does not support IMAP IDLE"); - - // Our event handler will be called whenever a message is deleted on the server. - Client.MessageDeleted += new EventHandler<IdleMessageEventArgs>(OnMessageDeleted); - - // ......... - - // Don't forget to dispose the client once you're done with it. - Client.Dispose(); - - // ........ - - void OnMessageDeleted(object sender, IdleMessageEventArgs e) { - Console.WriteLine("A mail message was deleted on the server!"); - Console.WriteLine("Total number of mail messages in the mailbox: " + - e.MessageCount); - } - - - - - - The event that is raised when an I/O exception occurs in the idle-thread. - - - An I/O exception can occur if the underlying network connection has been reset or the - server unexpectedly closed the connection. - - - - - A delegate which is invoked during a call to GetMessage or GetMessages for every MIME part in - a multipart mail message. The delegate can examine the MIME body part and decide to either - include it in the returned mail message or dismiss it. - - A MIME body part of a mail message which consists of multiple parts. - true to include the body part in the returned MailMessage object, or false to skip - it. - - - - The exception that is thrown when an unexpected response is received from the server. - - - - - Initializes a new instance of the BadServerResponseException class - - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the BadServerResponseException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the BadServerResponseException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when the supplied credentials were rejected by the server. - - - - - Initializes a new instance of the InvalidCredentialsException class - - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the InvalidCredentialsException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the InvalidCredentialsException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - The exception that is thrown when a client has not authenticated with the server and - attempts to call a method which can only be called when authenticated. - - - - - Initializes a new instance of the NotAuthenticatedException class - - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the NotAuthenticatedException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the NotAuthenticatedException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - Provides access to status information such as the total number of messages and quota - information for a mailbox. - - - The terms "mailbox" and "folder" can be used interchangeably and refer to the IMAP concept of - multiple server-side directories into which messages can be stored (such as "Inbox", - "Sent Items", "Trash", etc.). - - - - - Initializes a new instance of the MailboxInfo class with the specified values. - - The IMAP name of the mailbox. - The IMAP flags set on this mailbox. - The number of messages in the mailbox. - The number of unread messages in the mailbox. - The next unique identifier (UID) of the mailbox. - The amount of used storage of the mailbox, in bytes. - The amount of free storage of the mailbox, in bytes. - - - - Returns the name of the mailbox. - - The name of the mailbox - - - - The name of the mailbox. - - - - - An enumerable collection of flags set on the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - The next unique identifier value of the mailbox. - - - - - The amount of used storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of used storage, this property will be 0. - - - - - The amount of free storage in the mailbox, measured in bytes. - - Not all IMAP servers support the retrieval of quota information. If it is not - possible to retrieve the amount of free storage, this property will be 0. - - - - - Defines possible attributes for mailboxes. - - - - An IMAP mailbox can have a number of flags (read: attributes) set on it, indicating its - designated purpose (such as "Spam" or "Drafts"). - - - This is especially convenient when dealing with international mailbox names, because, by - examining the associated flags, the mailbox purpose can be determined, even if the mailbox - name provides no useful indication. - - - Unfortunately, as with many things IMAP, reporting the flags described here is an optional - extension (XLIST) to the IMAP protocol and as such may or may not be supported by an IMAP - server. - - - - - - The mailbox presents a view on all messages in the user's message store. - - - - - The mailbox is used to archive messages. The meaning of an "archival" mailbox is server - dependent. - - - - - The mailbox is used to hold draft messages, typically these are messages that are being - composed but have not yet been sent. - - - - - The mailbox is used to hold copies of messages that have been sent. - - - - - The mailbox is where messages deemed to be junk mail (spam) are held. - - - - - The mailbox is used to hold messages that have been deleted or marked for deletion. - - - - - Represents an IMAP QUOTA entry for a resource which typically consists of a resource name, - the current usage of the resource, and the resource limit. - - - - - Initializes a new instance of the MailboxQuota class with the specified values. - - The name of the resource this MailboxQuota instance describes. - The current usage of the resource in units of 1024 bytes. - The limit of the resource in units of 1024 bytes. - - - - The name of the resource this MailboxQuota instance describes. - - - - - The current usage of the resource this MailboxQuota instance describes, in bytes. - - - - - The limit of the resource this MailboxQuota instance describes, in bytes. - - - - - Represents the status information of a mailbox which can be constructed from the server - response to a STATUS command. - - - - - Initializes a new MailboxStatus instance with the specified number of total and unread - messages. - - The total number of messages in the mailbox. - The number of unread (unseen) messages in the mailbox. - The next unique identifier value of the mailbox - - - - The next unique identifier value of the mailbox. - - - - - The total number of messages in the mailbox. - - - - - The number of unread (unseen) messages in the mailbox. - - - - - Adds extension methods to the MailMessage class of the .NET Framework. - - - Most of the methods are only used internally and are not visible outside of the - S22.Imap assembly. - - - - - Returns the date and time the mail message was composed. - - The MailMessage instance to return the date and time for. - The date and time the mail message was composed, or null if the mail message - does not contain any date information. - - - - Constructs a textual representation of a mail message from the specified MailMessage - instance compliant with the RFC822 and MIME standards. - - The MailMessage instance to construct the textual representation - from. - An RFC822/MIME-compliant string representing the specified mail message. - The From property is null or has not been - properly initialized. - - - - Builds a RFC822/MIME-compliant mail header from the specified MailMessage instance and - returns it as a NameValueCollection. - - The MailMessage instance to build the header from. - A NameValueCollection representing the RFC822/MIME mail header fields. - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - priority values as defined in RFC2156. - - - - - A map for mapping the values of the MailPriority enumeration to their corresponding MIME - importance values as defined in RFC2156. - - - - - Takes a unicode string and encodes it using Q-encoding. - - The string to encode. - The input string encoded as Q-encoded string containing only ASCII - characters. - - - - Takes a unicode string and encodes it using Base64-encoding. - - The string to encode. - The input string encoded as Base64-encoded string containing only ASCII - characters. - - - - Creates an address string from the specified MailAddress instance in compliance with the - address specification as outlined in RFC2822 under section 3.4 - - The MailAddress instance to create the address string from. - An address string as is used in RFC822 mail headers. - - - - Generates a unique sequence of characters for indicating a boundary between parts in a - multipart message. - - A unique content boundary string. - - - - Builds an RFC822/MIME-compliant mail body from the specified MailMessage instance and - returns it as a formatted string. - - The MailMessage instance to build the mail body from. - The RFC822/MIME mail header to use for constructing the mail - body. - An RFC822/MIME-compliant mail body as a string. - According to RFC2822 each line of a mail message should at max be 78 characters in - length excluding carriage return and newline characters. This method accounts for that and - ensures line breaks are inserted to meet this requirement. - - - - Adds a body part to the specified Stringbuilder object composed from the Body and - BodyEncoding properties of the MailMessage class. - - The Stringbuilder to append the body part to. - The MailMessage instance to build the body part from. - The RFC822/MIME mail header to use for constructing the mail body. - Set to true to append body headers before adding the actual body - part content. - - - - Creates a MIME body part from an entry of the AlternateView or Attachments collection of a - MailMessage instance and appends it to the specified Stringbuilder instance. - - The Stringbuilder instance to append the body part to. - An entry from either the AlternateView or the Attachments collection of - a MailMessage instance. - - - - Creates a nested multipart/alternative part which contains all entries from the - AlternateViews collection of the specified MailMessage instance as well as the body part - for the Body and BodyEncoding properties of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose AlternateView collection will be added to the - nested multipart/alternative part. - The RFC822/MIME mail header to use for constructing the mail body. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - Creates a nested multipart/mixed part which contains all entries from the Attachments - collection of the specified MailMessage instance. - - The StringBuilder instance to append to. - The MailMessage instance whose Attachments collection will be added to the - nested multipart/mixed part. - This is used if the MailMessage instance contains both alternative views and - attachments. In this case the created RFC822/MIME mail message will contain nested body - parts. - - - - A helper class for reading mail message data and building a MailMessage instance out of it. - - - - - Creates a new empty instance of the MailMessage class from a string containing a raw mail - message header. - - The mail header to create the MailMessage instance from. - A MailMessage instance with initialized Header fields but without any - content. - - - - Creates a new instance of the MailMessage class from a string containing raw RFC822/MIME - mail message data. - - The mail message data to create the MailMessage instance from. - An initialized instance of the MailMessage class. - This is used when fetching entire messages instead of the partial-fetch mechanism - because it saves redundant round-trips to the server. - - - - Parses the mail header of a mail message and returns it as a NameValueCollection. - - The mail header to parse. - A NameValueCollection containing the header fields as keys with their respective - values as values. - - - - Strips RFC822/MIME comments from the specified string. - - The string to strip comments from. - A new string stripped of any comments. - - - - Parses a MIME header field which can contain multiple 'parameter = value' - pairs (such as Content-Type: text/html; charset=iso-8859-1). - - The header field to parse. - A NameValueCollection containing the parameter names as keys with the respective - parameter values as values. - The value of the actual field disregarding the 'parameter = value' pairs is stored - in the collection under the key "value" (in the above example of Content-Type, this would - be "text/html"). - - - - Parses a mail header address-list field such as To, Cc and Bcc which can contain multiple - email addresses. - - The address-list field to parse - An array of MailAddress objects representing the parsed mail addresses. - - - - Splits the specified address-list into individual parts consisting of a mail address and - optionally a display-name. - - The address-list to split into parts. - An enumerable collection of parts. - - - - Parses a mail message identifier from a string. - - The field to parse the message id from - The field argument does not contain a valid message - identifier. - The parsed message id. - A message identifier (msg-id) is a globally unique identifier for a - message. - - - - Parses the priority of a mail message which can be specified as part of the header - information. - - The mail header priority value. The value can be null in which case - a "normal priority" is returned. - A value from the MailPriority enumeration corresponding to the specified mail - priority. If the passed priority value is null or invalid, a normal priority is assumed and - MailPriority.Normal is returned. - - - - Sets the address fields (From, To, CC, etc.) of a MailMessage object using the specified - mail message header information. - - The MailMessage instance to operate on. - A collection of mail and MIME headers. - - - - Adds a body part to an existing MailMessage instance. - - Extension method for the MailMessage class. - The body part to add to the MailMessage instance. - The content of the body part. - - - - Creates an instance of the Attachment class used by the MailMessage class to store mail - message attachments. - - The MIME body part to create the attachment from. - An array of bytes composing the content of the attachment. - An initialized instance of the Attachment class. - - - - Creates an instance of the AlternateView class used by the MailMessage class to store - alternate views of the mail message's content. - - The MIME body part to create the alternate view from. - An array of bytes composing the content of the alternate view. - An initialized instance of the AlternateView class. - - - - Parses the body part of a MIME/RFC822 mail message. - - The body of the mail message. - The header of the mail message whose body will be parsed. - An array of initialized MIMEPart instances representing the body parts of the mail - message. - - - - Parses the body of a multipart MIME mail message. - - An instance of the StringReader class initialized with a string - containing the body of the mail message. - The boundary value as is present as part of the Content-Type header - field in multipart mail messages. - An array of initialized MIMEPart instances representing the various parts of the - MIME mail message. - - - - Glue method to create a bodypart from a MIMEPart instance. - - The MIMEPart instance to create the bodypart instance from. - An initialized instance of the Bodypart class. - - - - Defines possible attributes for mail messages on an IMAP server. - - - - - Indicates that the message has been read. - - - - - Indicates that the message has been answered. - - - - - Indicates that the message is "flagged" for urgent/special attention. - - - - - Indicates that the message has been marked as "deleted" and will be removed upon the next - call to the Expunge method. - - - - - Indicates that the message has not completed composition and is marked as a draft. - - - - - Indicates that the message has recently arrived in the mailbox. - - - - - Represents a part of a MIME multi-part message. Each part consists of its own content header - and a content body. - - - - - A collection containing the content header information as key-value pairs. - - - - - A string containing the content body of the part. - - - - - A thread-safe Queue. - - - - - Adds an object to the end of the queue. - - The object to add to the queue. - - - - Removes and returns the object at the beginning of the queue. If the queue is empty, the - method blocks the calling thread until an object is put into the queue by another thread. - - The object that was removed from the beginning of the queue. - - - - Adds extension methods to the BinaryReader class to simplify the - deserialization of NTLM messages. - - - - - Reads an ASCII-string of the specified length from this instance. - - Extension method for the BinaryReader class. - The number of bytes to read from the underlying - stream. - A string decoded from the bytes read from the underlying - stream using the ASCII character set. - - - - The NTLM flags which are contained in a bitfield within the header of - an NTLM message. - - - - - Indicates that Unicode strings are supported for use in security - buffer data. - - - - - Indicates that OEM strings are supported for use in security - buffer data. - - - - - Requests that the server's authentication realm be included in - the Type 2 message. - - - - - Specifies that authenticated communication between the client and - server should carry a digital signature (message integrity). - - - - - Specifies that authenticated communication between the client and - server should be encrypted (message confidentiality). - - - - - Indicates that datagram authentication is being used. - - - - - Indicates that the Lan Manager Session Key should be used for signing - and sealing authenticated communications. - - - - - This flag's usage has not been identified. - - - - - Indicates that NTLM authentication is being used. - - - - - Sent by the client in the Type 3 message to indicate that an anonymous - context has been established. This also affects the response fields. - - - - - Sent by the client in the Type 1 message to indicate that the name of - the domain in which the client workstation has membership is included - in the message. This is used by the server to determine whether the - client is eligible for local authentication. - - - - - Sent by the client in the Type 1 message to indicate that the client - workstation's name is included in the message. This is used by the - server to determine whether the client is eligible for local - authentication. - - - - - Sent by the server to indicate that the server and client are on the - same machine. Implies that the client may use the established local - credentials for authentication instead of calculating a response to - the challenge. - - - - - Indicates that authenticated communication between the client and - server should be signed with a "dummy" signature. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a domain. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a server. - - - - - Sent by the server in the Type 2 message to indicate that the target - authentication realm is a share. Presumably, this is for share-level - authentication. Usage is unclear. - - - - - Indicates that the NTLM2 signing and sealing scheme should be used for - protecting authenticated communications. Note that this refers to a - particular session security scheme, and is not related to the use of - NTLMv2 authentication. This flag can, however, have an effect on the - response calculations. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - This flag's usage has not been identified. - - - - - Sent by the server in the Type 2 message to indicate that it is including - a Target Information block in the message. The Target Information block - is used in the calculation of the NTLMv2 response. - - - - - Indicates that 128-bit encryption is supported. - - - - - Indicates that the client will provide an encrypted master key in the - "Session Key" field of the Type 3 message. - - - - - Indicates that 56-bit encryption is supported. - - - - - Represents the data contained in the target information block of an - NTLM type 2 message. - - - - - The server name. - - - - - The domain name. - - - - - The fully-qualified DNS host name. - - - - - The fully-qualified DNS domain name. - - - - - Describes the different versions of the Type 2 message that have - been observed. - - - - - The version is unknown. - - - - - This form is seen in older Win9x-based systems. - - - - - This form is seen in most out-of-box shipping versions of Windows. - - - - - This form was introduced in a relatively recent Service Pack, and - is seen on currently-patched versions of Windows 2000, Windows XP, - and Windows 2003. - - - - - Indicates the type of data in Type 2 target information blocks. - - - - - Signals the end of the target information block. - - - - - The data in the information block contains the server name. - - - - - The data in the information block contains the domain name. - - - - - The data in the information block contains the DNS hostname. - - - - - The data in the information block contans the DNS domain name. - - - - - Computes the MD4 hash value for the input data. - Courtesy of Keith Wood. - - - - - Describes the different types of NTLM messages. - - - - - An NTLM type 1 message is the initial client response to the - server. - - - - - An NTLM type 2 message is the challenge sent by the server in - response to an NTLM type 1 message. - - - - - An NTLM type 3 message is the challenge response sent by the client - in response to an NTLM type 2 message. - - - - - Indicates the version and build number of the operating system. - - - - - Default constructor. - - - - - Creates a new instance of the OSVersion class using the specified - values. - - The major version of the operating - system. - The minor version of the operating - system. - The build number of the operating systen. - - - - Serializes this instance of the OSVersion class to an array of - bytes. - - An array of bytes representing this instance of the OSVersion - class. - - - - The major version number of the operating system. - - - - - The minor version number of the operating system. - - - - - The build number of the operating system. - - - - - Contains methods for calculating the various Type 3 challenge - responses. - - - - - Computes the LM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLM-response to the challenge sent as part of an - NTLM type 2 message. - - The challenge sent by the server. - The user account password. - An array of bytes representing the response to the - specified challenge. - - - - Computes the NTLMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account name to authenticate with. - The user account password. - The target information block from - the NTLM type 2 message. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Computes the LMv2-response to the challenge sent as part of an - NTLM type 2 message. - - The name of the authentication target. - The user account to authenticate with. - The user account password. - The challenge sent by the server. - A random 8-byte client nonce. - An array of bytes representing the response to the - specified challenge. - - - - Creates the LM Hash of the specified password. - - The password to create the LM Hash of. - The LM Hash of the given password, used in the calculation - of the LM Response. - Thrown if the password argument - is null. - - - - Creates a DES encryption key from the specified key material. - - The key material to create the DES encryption - key from. - An offset into the byte array at which to - extract the key material from. - A 56-bit DES encryption key as an array of bytes. - - - - Applies odd parity to the specified byte array. - - The byte array to apply odd parity to. - A reference to the byte array. - - - - Creates the LM Response from the specified hash and Type 2 challenge. - - An LM or NTLM hash. - The server challenge from the Type 2 - message. - The challenge response as an array of bytes. - Thrown if the hash or the - challenge parameter is null. - - - - Creates the NTLM Hash of the specified password. - - The password to create the NTLM hash of. - The NTLM hash for the specified password. - Thrown if the password - parameter is null. - - - - Creates the NTLMv2 Hash of the specified target, username - and password values. - - The name of the authentication target as is - specified in the target name field of the NTLM type 3 message. - The user account name. - The password for the user account. - The NTLMv2 hash for the specified input values. - Thrown if the username or - the password parameter is null. - - - - Returns the current time as the number of tenths of a microsecond - since January 1, 1601. - - The current time as the number of tenths of a microsecond - since January 1, 1601. - - - - Creates the "blob" data block which is part of the NTLMv2 challenge - response. - - The target information block from - the NTLM type 2 message. - A random 8-byte client nonce. - The blob, used in the calculation of the NTLMv2 Response. - - - - Creates the LMv2 Response from the given NTLMv2 hash, client data, and - Type 2 challenge. - - The NTLMv2 Hash. - The client data (blob or client nonce). - The server challenge from the Type 2 message. - The response which is either for NTLMv2 or LMv2, depending - on the client data. - - - - Represents an NTLM security buffer, which is a structure used to point - to a buffer of binary data within an NTLM message. - - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The length of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length value exceeds - the maximum value allowed. The security buffer structure stores the - length value as a 2-byte short value. - - - - Creates a new instance of the SecurityBuffer class using the specified - values. - - The data of the buffer described by this instance - of the SecurityBuffer class. - The offset at which the buffer starts, in bytes. - Thrown if the length of the data - buffer exceeds the maximum value allowed. The security buffer structure - stores the buffer length value as a 2-byte short value. - - - - Serializes this instance of the SecurityBuffer into an array of bytes. - - A byte array representing this instance of the SecurityBuffer - class. - - - - The length of the buffer content in bytes (may be zero). - - - - - The allocated space for the buffer in bytes (typically the same as - the length). - - - - - The offset from the beginning of the NTLM message to the start of - the buffer, in bytes. - - - - - Represents an NTLM Type 1 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 1 for an NTLM Type 1 message. - - - - - Creates a new instance of the Type1Message class using the specified - domain and workstation names. - - The domain in which the client's workstation has - membership. - The client's workstation name. - Thrown if the domain or the - workstation parameter is null. - Thrown if the domain - or the workstation name exceeds the maximum allowed string - length. - The domain as well as the workstation name is restricted - to ASCII characters and must not be longer than 65536 characters. - - - - - Serializes this instance of the Type1 class to an array of bytes. - - An array of bytes representing this instance of the Type1 - class. - - - - The NTLM flags set on this instance. - - - - - The supplied domain name as an array of bytes in the ASCII - range. - - - - - The offset within the message where the domain name data starts. - - - - - The supplied workstation name as an array of bytes in the - ASCII range. - - - - - The offset within the message where the workstation name data starts. - - - - - The length of the supplied workstation name as a 16-bit short value. - - - - - Contains information about the client's OS version. - - - - - Represents an NTLM Type 2 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 2 for an NTLM Type 2 message. - - - - - Private constructor. - - - - - Deserializes a Type 2 message instance from the specified buffer - of bytes. - - The buffer containing a sequence of bytes - representing an NTLM Type 2 message. - An initialized instance of the Type2 class. - Thrown if an error occurs - during deserialization of the Type 2 message. - - - - Determines the version of an NTLM type 2 message. - - The target offset field of the NTLM - type 2 message. - A value from the Type2Version enumeration. - - - - Reads the OS information data present in version 3 of an NTLM - type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the OSVersion class. - - - - Reads the target information data present in version 2 and 3 of - an NTLM type 2 message from the specified BinaryReader. - - The BinaryReader instance to read from. - An initialized instance of the Type2TargetInformation - class. - - - - Retrieves the target name from the specified byte array. - - A byte array containing the target name. - If true the target name will be decoded - using UTF-16 unicode encoding. - - - - - The challenge is an 8-byte block of random data. - - - - - The target name of the authentication target. - - - - - The NTLM flags set on this message. - - - - - The SSPI context handle when a local call is being made, - otherwise null. - - - - - Contains the data present in the OS version structure. - - - - - The version of this Type 2 message instance. - - - - - Contains the data present in the target information block. - - - - - Contains the raw data present in the target information block. - - - - - Represents an NTLM Type 3 Message. - - - - - The NTLM message signature which is always "NTLMSSP". - - - - - The NTML message type which is always 3 for an NTLM Type 3 message. - - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. All security buffers will - be encoded as Unicode. - - - - Creates a new instance of an NTLM type 3 message using the specified - values. - - The Windows account name to use for - authentication. - The Windows account password to use for - authentication. - The challenge received from the server as part - of the NTLM type 2 message. - Set this to true, if Unicode encoding has been - negotiated between client and server. - The client's workstation name. - Set to true to send an NTLMv2 challenge - response. - The authentication realm in which the - authenticating account has membership. - The target information block from - the NTLM type 2 message. - The target name is a domain name for domain accounts, or - a server name for local machine accounts. - Thrown if the username, password - or challenge parameters are null. - - - - Serializes this instance of the Type3 class to an array of bytes. - - An array of bytes representing this instance of the Type3 - class. - - - - Returns a random 8-byte cnonce value. - - A random 8-byte cnonce value. - - - - The NTLM flags set on this instance. - - - - - The "Lan Manager" challenge response. - - - - - The offset at which the LM challenge response data starts. - - - - - The NTLM challenge response. - - - - - The offset at which the NTLM challenge response data starts. - - - - - The authentication realm in which the authenticating account - has membership. - - - - - The offset at which the target name data starts. - - - - - The authenticating account name. - - - - - The offset at which the username data starts. - - - - - The client workstation's name. - - - - - The offset at which the client workstation's name data starts. - - - - - The session key value which is used by the session security mechanism - during key exchange. - - - - - The offset at which the session key data starts. - - - - - Contains the data present in the OS version structure. - - - - - The encoding used for transmitting the contents of the various - security buffers. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2195. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslCramMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Cram-Md5 challenge. - - The challenge sent by the server - The response to the Cram-Md5 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Cram-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl Cram-Md5 authentication method as described in - RFC 2831. - - - - - The client nonce value used during authentication. - - - - - Cram-Md5 involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Internal constructor used for unit testing. - - The username to authenticate with. - The plaintext password to authenticate - with. - The client nonce value to use. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Creates and initializes a new instance of the SaslDigestMd5 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified Digest-Md5 challenge. - - The challenge sent by the server - The response to the Digest-Md5 challenge. - Thrown if the response could not - be computed. - - - - Parses the challenge string sent by the server in response to a Digest-Md5 - authentication request. - - The challenge sent by the server as part of - "Step One" of the Digest-Md5 authentication mechanism. - An initialized NameValueCollection instance made up of the - attribute/value pairs contained in the challenge. - Thrown if the challenge parameter - is null. - Refer to RFC 2831 section 2.1.1 for a detailed description of the - format of the challenge sent by the server. - - - - Computes the "response-value" hex-string which is part of the - Digest-MD5 challenge-response. - - A collection containing the attributes - and values of the challenge sent by the server. - The cnonce value to use for computing - the response-value. - The "digest-uri" string to use for - computing the response-value. - The username to use for computing the - response-value. - The password to use for computing the - response-value. - A string containing a hash-value which is part of the - response sent by the client. - Refer to RFC 2831, section 2.1.2.1 for a detailed - description of the computation of the response-value. - - - - Calculates the MD5 hash value for the specified string. - - The string to calculate the MD5 hash value for. - The encoding to employ for encoding the - characters in the specified string into a sequence of bytes for - which the MD5 hash will be calculated. - An MD5 hash as a 32-character hex-string. - Thrown if the input string - is null. - - - - Encloses the specified string in double-quotes. - - The string to enclose in double-quote characters. - The enclosed string. - - - - Generates a random cnonce-value which is a "client-specified data string - which must be different each time a digest-response is sent". - - A random "cnonce-value" string. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Digest-Md5 authentication mechanism as described - in RFC 2195. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLM authentication method which is used in various - Microsoft network protocol implementations. - - Implemented with the help of the excellent documentation on - NTLM composed by Eric Glass. - - - - NTLM involves several steps. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlm class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an NTLM challenge. - - The challenge sent by the server. Since - NTLM expects an initial client response, this will usually be - empty. - The initial response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the NTLM authentication mechanism. - - - - - The username to authenticate with. - - - - - The password to authenticate with. - - - - - Implements the Sasl NTLMv2 authentication method which addresses - some of the security issues present in NTLM version 1. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslNtlmv2 class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response to the specified NTLM challenge. - - The challenge sent by the server - The response to the NTLM challenge. - Thrown if the response could not - be computed. - - - - Computes the actual challenge response to an NTLM challenge - which is sent as part of an NTLM type 2 message. - - The challenge sent by the server. - The response to the NTLM challenge. - Thrown if the challenge - response could not be computed. - - - - Implements the Sasl OAuth authentication method. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - Thrown if the accessToken - parameter is null. - Thrown if the accessToken - parameter is empty. - - - - Computes the client response for a OAuth challenge. - - The challenge sent by the server. - The response to the OAuth challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth authentication mechanism. - - - - - The access token to authenticate with. - - - - - Implements the Sasl OAuth 2.0 authentication method. - - - - - The server sends an error response in case authentication fails - which must be acknowledged. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslOAuth class - using the specified username and password. - - The username to authenticate with. - The username to authenticate with. - Thrown if the username - or the accessToken parameter is null. - Thrown if the username or - the accessToken parameter is empty. - - - - Computes the client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - Computes the initial client response to an XOAUTH2 challenge. - - The challenge sent by the server. - The response to the OAuth2 challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the OAuth 2.0 authentication mechanism. - - - - - The username to authenticate with. - - - - - The access token to authenticate with. - - - - - Implements the Sasl Plain authentication method as described in - RFC 4616. - - - - - Private constructor for use with Sasl.SaslFactory. - - - - - Creates and initializes a new instance of the SaslPlain class - using the specified username and password. - - The username to authenticate with. - The plaintext password to authenticate - with. - Thrown if the username - or the password parameter is null. - Thrown if the username - parameter is empty. - - - - Computes the client response for a plain-challenge. - - The challenge sent by the server. For the - "plain" mechanism this will usually be empty. - The response for the "plain"-challenge. - Thrown if the response could not - be computed. - - - - True if the authentication exchange between client and server - has been completed. - - - - - The IANA name for the Plain authentication mechanism as described - in RFC 4616. - - - - - The username to authenticate with. - - - - - The plain-text password to authenticate with. - - - - - The exception is thrown when a Sasl-related error or unexpected condition occurs. - - - - - Initializes a new instance of the SaslException class - - - - - Initializes a new instance of the SaslException class with its message - string set to . - - A description of the error. The content of message is intended - to be understood by humans. - - - - Initializes a new instance of the SaslException class with its message - string set to and a reference to the inner exception that - is the cause of this exception. - - A description of the error. The content of message is intended - to be understood by humans. - The exception that is the cause of the current exception. - - - - Initializes a new instance of the SaslException class with the specified - serialization and context information. - - An object that holds the serialized object data about the exception - being thrown. - An object that contains contextual information about the source - or destination. - - - - A factory class for producing instances of Sasl mechanisms. - - - - - Creates an instance of the Sasl mechanism with the specified - name. - - The name of the Sasl mechanism of which an - instance will be created. - An instance of the Sasl mechanism with the specified name. - Thrown if the name parameter - is null. - Thrown if the Sasl mechanism with the - specified name is not registered with Sasl.SaslFactory. - - - - Registers a Sasl mechanism with the factory using the specified name. - - The name with which to register the Sasl mechanism - with the factory class. - The type of the class implementing the Sasl mechanism. - The implementing class must be a subclass of Sasl.SaslMechanism. - Thrown if the name or the t - parameter is null. - Thrown if the class represented - by the specified type does not derive from Sasl.SaslMechanism. - Thrown if the Sasl mechanism could not - be registered with the factory. Refer to the inner exception for error - details. - - - - Static class constructor. Initializes static properties. - - - - - A dictionary of Sasl mechanisms registered with the factory class. - - - - - Represents chainable search conditions that can be used with the Search method. - - - - - Finds all messages in the mailbox. - - A SearchCondition object representing the "all" search criterion. - - - - Finds messages that contain the specified string in the header or body of the message. - - String to search messages for. - A SearchCondition object representing the "text" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's BCC field. - - String to search the envelope structure's BCC field for. - A SearchCondition object representing the "BCC" search criterion. - The text parameter is null. - - - - Finds messages whose internal date (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the message's internal date with. - A SearchCondition object representing the "Before" search criterion. - - - - Finds messages that contain the specified string in the body of the message. - - String to search the message body for. - A SearchCondition object representing the "Body" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's CC field. - - String to search the envelope structure's CC field for. - A SearchCondition object representing the "CC" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's FROM field. - - String to search the envelope structure's FROM field for. - A SearchCondition object representing the "FROM" search criterion. - The text parameter is null. - - - - Finds messages that have a header with the specified field-name and that contains the - specified string in the text of the header. - - field-name of the header to search for. - String to search for in the text of the header. - A SearchCondition object representing the "HEADER" search criterion. - - If the string to search is zero-length, this matches all messages that have a header line - with the specified field-name regardless of the contents. - - The name parameter or the text parameter is - null. - - - - Finds messages with the specified keyword flag set. - - The keyword flag to search for. - A SearchCondition object representing the "KEYWORD" search criterion. - The text parameter is null. - - - - Finds messages with a size larger than the specified number of bytes. - - Minimum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "LARGER" search criterion. - - - - Finds messages with a size smaller than the specified number of bytes. - - Maximum size, in bytes a message must have to be included in the search - result. - A SearchCondition object representing the "SMALLER" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is earlier than the - specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTBEFORE" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within the specified - date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTON" search criterion. - - - - Finds messages whose Date: header (disregarding time and timezone) is within or later than - the specified date. - - The date to compare the Date: header field with. - A SearchCondition object representing the "SENTSINCE" search criterion. - - - - Finds messages that contain the specified string in the envelope structure's SUBJECT field. - - String to search the envelope structure's SUBJECT field for. - A SearchCondition object representing the "SUBJECT" search criterion. - The text parameter is null. - - - - Finds messages that contain the specified string in the envelope structure's TO field. - - String to search the envelope structure's TO field for. - A SearchCondition object representing the "TO" search criterion. - The text parameter is null. - - - - Finds messages with unique identifiers corresponding to the specified unique identifier set. - - One or several unique identifiers (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages with a unique identifier greater than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - Because of the nature of the IMAP search mechanism, the result set will always contain the - UID of the last message in the mailbox, even if said UID is smaller than the UID specified. - - - - - Finds messages with a unique identifier less than the specified unique identifier. - - A unique identifier (UID). - A SearchCondition object representing the "UID" search criterion. - - - - Finds messages that do not have the specified keyword flag set. - - The IMAP keyword flag to search for. - A SearchCondition object representing the "UNKEYWORD" search criterion. - The text parameter is null. - - - - Finds messages that have the \Answered flag set. - - A SearchCondition object representing the "ANSWERED" search criterion. - - - - Finds messages that have the \Deleted flag set. - - A SearchCondition object representing the "DELETED" search criterion. - - - - Finds messages that have the \Draft flag set. - - A SearchCondition object representing the "DRAFT" search criterion. - - - - Finds messages that have the \Flagged flag set. - - A SearchCondition object representing the "FLAGGED" search criterion. - - - - Finds messages that have the \Recent flag set but not the \Seen flag. - - A SearchCondition object representing the "NEW" search criterion. - - - - Finds messages that do not have the \Recent flag set. - - A SearchCondition object representing the "OLD" search criterion. - - - - Finds messages that have the \Recent flag set. - - A SearchCondition object representing the "RECENT" search criterion. - - - - Finds messages that have the \Seen flag set. - - A SearchCondition object representing the "SEEN" search criterion. - - - - Finds messages that do not have the \Answered flag set. - - A SearchCondition object representing the "UNANSWERED" search criterion. - - - - Finds messages that do not have the \Deleted flag set. - - A SearchCondition object representing the "UNDELETED" search criterion. - - - - Finds messages that do not have the \Draft flag set. - - A SearchCondition object representing the "UNDRAFT" search criterion. - - - - Finds messages that do not have the \Flagged flag set. - - A SearchCondition object representing the "UNFLAGGED" search criterion. - - - - Finds messages that do not have the \Seen flag set. - - A SearchCondition object representing the "UNSEEN" search criterion. - - - - Logically ANDs multiple search conditions, meaning a message will only be included in the - search result if both of the ANDed conditions are met. - - A search condition to logically AND this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically negates search conditions, meaning a message will only be included in the search - result if the specified conditions are not met. - - A search condition that must not be met by a message for it to be - included in the search result set. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Logically ORs multiple search conditions, meaning a message will be included in the search - result if it meets at least either of the conditions. - - A search condition to logically OR this SearchCondition instance - with. - A new SearchCondition instance which can be further chained with other search - conditions. - The other parameter is null. - - - - Joins two SearchCondition objects into a new one using the specified logical operator. - - The logical operator to use for joining the search conditions. - Possible values are "OR", "NOT" and the empty string "" which denotes a logical AND. - The first SearchCondition object - The second SearchCondition object - A new SearchCondition object representing the two search conditions joined by the - specified logical operator. - - - - Concatenates the members of a collection, using the specified separator between each - member. - - The type of the members of values. - The string to use as a separator. - A collection that contains the objects to concatenate. - A string that consists of the members of values delimited by the separator - string. If values has no members, the method returns System.String.Empty. - The values parameter is null. - This is already part of the String class in .NET 4.0 and newer but is needed - for backwards compatibility with .NET 3.5. - - - - Constructs a string from the SearchCondition object using the proper syntax as is required - for the IMAP SEARCH command. - - A string representing this SearchCondition instance that can be used with the IMAP - SEARCH command. - - - - The search keys which can be used with the IMAP SEARCH command, as are defined in section - 6.4.4 of RFC 3501. - - - - - A static utility class containing methods for decoding encoded non-ASCII data as well as - extension methods for some classes of the base class library. - - - - - Returns a copy of the string enclosed in double-quotes and with escaped CRLF, back-slash - and double-quote characters (as is expected by some commands of the IMAP protocol). - - Extends the System.String class - A copy of the string enclosed in double-quotes and properly escaped as is required - by the IMAP protocol. - - - - Returns true if the string contains only ASCII characters. - - Extension method for the String class. - true if the string contains only ASCII characters; Otherwise false. - - - - Splits a string into chunks of the specified number of characters. - - Extension method for the String class. - The length of a chunk, measured in characters. - An array of string chunks. - - - - Determines whether the specified string occurs within this string. - - Extension method for the String class. - The string to seek. - One of the enumeration values that specifies the rules for the - search. - true if the value parameter occurs within this string, or if value is the empty - string (""); otherwise, false. - The value parameter is null. - - - - Raises the event. Ensures the event is only raised, if it is not null. - - Extends System.EventHandler class. - Extends System.EventHandler class. - The sender of the event. - The event arguments associated with this event. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - The name to use when throwing an exception, if necessary. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given data item is null. - - The item to check for nullity. - Courtesy of Jon Skeet. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - - - - Throws an ArgumentNullException if the given string is null or throws an ArgumentException - if the given string is empty. - - The string to check for nullity and emptiness. - The name to use when throwing an exception, if necessary. - - - - Reads an unsigned short value from the underlying stream, optionally using big-endian byte - ordering. - - Extension method for BinaryReader. - Set to true to interpret the short value as big endian value. - The 16-byte unsigned short value read from the underlying stream. - - - - Decodes a string composed of one or several MIME 'encoded-words'. - - A string to composed of one or several MIME 'encoded-words'. - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A concatenation of all enconded-words in the passed string - - - - Internal function reuse to add separation between multiple 'encoded-word's correctly. - - - - - The regular expression for matching encoded-words. This also accounts for the extension for - including language information (as defined in RFC2231). - - - - - Decodes a MIME 'encoded-word' string. - - The encoded word to decode - An unknown encoding (other than Q-Encoding or Base64) is - encountered. - A decoded string - MIME encoded-word syntax is a way to encode strings that contain non-ASCII data. - Commonly used encodings for the encoded-word sytax are Q-Encoding and Base64. For an - in-depth description, refer to RFC 2047. - - - - Takes a Q-encoded string and decodes it using the specified encoding. - - The Q-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid Q-encoded string. - The Q-decoded string. - - - - Takes a quoted-printable encoded string and decodes it using the specified encoding. - - The quoted-printable-encoded string to decode. - The encoding to use for encoding the returned string. - The string is not a valid quoted-printable encoded - string. - A quoted-printable decoded string. - - - - Decodes the specified MIME parameter value. - - The MIME parameter value to decode. - The decoded MIME parameter value. - The specified value is not a valid Rfc2231-encoded - string. - Refer to RFC2231 for the details of the encoding mechanism. - - - - Takes a Base64-encoded string and decodes it. - - The Base64-encoded string to decode. - A byte array containing the Base64-decoded bytes of the input string. - The value parameter is null. - The length of value, ignoring white-space - characters, is not zero or a multiple of 4, or the format of value is invalid, or the value - contains a non-base-64 character, more than two padding characters, or a non-white - space-character among the padding characters. - - - - Takes a UTF-16 encoded string and encodes it as modified UTF-7. - - The string to encode. - A UTF-7 encoded string - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - Takes a modified UTF-7 encoded string and decodes it. - - The UTF-7 encoded string to decode. - A UTF-16 encoded "standard" C# string - The input string is not a properly UTF-7 encoded - string. - IMAP uses a modified version of UTF-7 for encoding international mailbox names. For - details, refer to RFC 3501 section 5.1.3 (Mailbox International Naming Convention). - - - - This just wraps Encoding.GetEncoding in a try-catch block to ensure it never fails. If the - encoding can not be determined ASCII is returned as a default. - - The code page name of the preferred encoding. Any value returned by - System.Text.Encoding.WebName is a valid input. - The System.Text.Encoding associated with the specified code page or Encoding.ASCII - if the specified code page could not be resolved. - - - - Converts the specified enumerable collection of UIDs into an IMAP sequence-set. - - An enumerable collection of UIDs. - An IMAP sequence-set suitable for use with IMAP commands. - The uids parameter is null. - The specified collection of UIDs is empty. - Refer to RFC3501, 9.Formal Syntax "sequence-set" for a description of IMAP - sequence-sets. - - - diff --git a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe b/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe deleted file mode 100644 index e4efd2d..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe.config b/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe.config deleted file mode 100644 index 457891c..0000000 --- a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.exe.config +++ /dev/null @@ -1,37 +0,0 @@ - - - - -
- - - - - - - - - - - - 172.24.12.41 - - - 172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB - - - sysdba - - - dd - - - False - - - False - - - - \ No newline at end of file diff --git a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.pdb b/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.pdb deleted file mode 100644 index f578f19..0000000 Binary files a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.xml b/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.xml deleted file mode 100644 index c03ab99..0000000 --- a/App/SERV_EMAIL/bin/Debug/SERV_EMAIL.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - -SERV_EMAIL - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - diff --git a/App/SERV_EMAIL/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb b/App/SERV_EMAIL/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb deleted file mode 100644 index 0e292ac..0000000 --- a/App/SERV_EMAIL/obj/Debug/.NETFramework,Version=v4.6.1.AssemblyAttributes.vb +++ /dev/null @@ -1,7 +0,0 @@ -' - Option Strict Off - Option Explicit On - - Imports System - Imports System.Reflection - diff --git a/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferences.cache deleted file mode 100644 index 482779c..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferences.cache and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache deleted file mode 100644 index 5989da6..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.MyService.resources b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.MyService.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.MyService.resources and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.ProjectInstaller.resources b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.ProjectInstaller.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.ProjectInstaller.resources and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.Resources.resources b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.Resources.resources deleted file mode 100644 index 6c05a97..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.Resources.resources and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.exe b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.exe deleted file mode 100644 index e4efd2d..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.exe and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.pdb b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.pdb deleted file mode 100644 index f578f19..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.pdb and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.CopyComplete b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.CopyComplete deleted file mode 100644 index e69de29..0000000 diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.CoreCompileInputs.cache b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.CoreCompileInputs.cache deleted file mode 100644 index 1f63b05..0000000 --- a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -cea1fa609f67c5a2d096053c2a7f87e6739c097c diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.FileListAbsolute.txt b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.FileListAbsolute.txt deleted file mode 100644 index 6234b83..0000000 --- a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.FileListAbsolute.txt +++ /dev/null @@ -1,51 +0,0 @@ -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe.config -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\SERV_EMAIL.pdb -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\SERV_EMAIL.xml -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\Independentsoft.Email.dll -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\bin\Debug\Interop.WINDREAMLib.dll -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbprojAssemblyReference.cache -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.Resources.resources -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.MyService.resources -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.ProjectInstaller.resources -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.GenerateResource.cache -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.CoreCompileInputs.cache -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.CopyComplete -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.exe -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.xml -E:\SchreiberM\Visual Studio\GIT\SERV_EMAIL\SERV_EMAIL\obj\Debug\SERV_EMAIL.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Independentsoft.Email.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Interop.WINDREAMLib.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\NLog.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\S22.Imap.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\FirebirdSql.Data.FirebirdClient.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Oracle.ManagedDataAccess.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Encryption.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\S22.Imap.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll.config -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Encryption.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Encryption.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbprojAssemblyReference.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.Resources.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.MyService.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.ProjectInstaller.resources -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.GenerateResource.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.CoreCompileInputs.cache -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.CopyComplete -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.exe -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.xml -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.pdb diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.GenerateResource.cache b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.GenerateResource.cache deleted file mode 100644 index 8906bee..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbproj.GenerateResource.cache and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbprojAssemblyReference.cache b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbprojAssemblyReference.cache deleted file mode 100644 index 84b4c59..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.vbprojAssemblyReference.cache and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.xml b/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.xml deleted file mode 100644 index c03ab99..0000000 --- a/App/SERV_EMAIL/obj/Debug/SERV_EMAIL.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - -SERV_EMAIL - - - - - - A strongly-typed resource class, for looking up localized strings, etc. - - - - - Returns the cached ResourceManager instance used by this class. - - - - - Overrides the current thread's CurrentUICulture property for all - resource lookups using this strongly typed resource class. - - - - diff --git a/App/SERV_EMAIL/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/App/SERV_EMAIL/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll deleted file mode 100644 index 88fcbe3..0000000 Binary files a/App/SERV_EMAIL/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and /dev/null differ diff --git a/App/SERV_EMAIL/obj/Release/SERV_EMAIL.vbproj.CoreCompileInputs.cache b/App/SERV_EMAIL/obj/Release/SERV_EMAIL.vbproj.CoreCompileInputs.cache deleted file mode 100644 index e879937..0000000 --- a/App/SERV_EMAIL/obj/Release/SERV_EMAIL.vbproj.CoreCompileInputs.cache +++ /dev/null @@ -1 +0,0 @@ -d8f029666d86d93c15926a5dd8894c33f7697dd5